Trace number 2065318

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatUNSAT 889.148 898.516

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-1_ext.xml
MD5SUMc4fcf9157ac7aa9473df5899165401ff
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.19082
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sat Jul 11 20:50:20 2009
0.05/0.08	c 0	PID 14603
0.05/0.08	c 0	HOST node45.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2065318-1247338219.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2065318-1247338219.xml' 'HOME/temp.csp'
0.06/0.66	c 0	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.06/0.71	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.71	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.79	c 0	Parsing HOME/temp.csp
1.19/1.38	c 1	parsed 31 expressions
1.19/1.39	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.19/1.39	c 1	Converting to clausal form CSP
1.30/1.41	c 1	converted 4 (10%) expressions
1.30/1.41	c 1	converted 7 (20%) expressions
1.30/1.41	c 1	converted 10 (30%) expressions
1.30/1.41	c 1	converted 13 (40%) expressions
1.30/1.41	c 1	converted 16 (50%) expressions
1.30/1.41	c 1	converted 19 (60%) expressions
1.30/1.42	c 1	converted 22 (70%) expressions
1.30/1.44	c 1	converted 25 (80%) expressions
1.79/1.99	c 2	converted 28 (90%) expressions
2.48/2.69	c 2	converted 31 (100%) expressions
2.48/2.69	c 2	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.48/2.69	c 2	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.48/2.69	c 2	Propagation in CSP
2.48/2.69	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.48/2.69	c 2	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.48/2.69	c 2	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.48/2.69	c 2	Simplifing CSP by introducing new Boolean variables
2.48/2.69	c 2	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.48/2.69	c 2	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.79/2.93	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.79/2.94	c 3	2 (10%) CSP integer variables are encoded (16 clauses, 192 bytes)
2.79/2.94	c 3	4 (20%) CSP integer variables are encoded (32 clauses, 336 bytes)
2.79/2.94	c 3	6 (30%) CSP integer variables are encoded (48 clauses, 480 bytes)
2.79/2.94	c 3	8 (40%) CSP integer variables are encoded (64 clauses, 624 bytes)
2.79/2.94	c 3	10 (50%) CSP integer variables are encoded (80 clauses, 768 bytes)
2.79/2.94	c 3	12 (60%) CSP integer variables are encoded (96 clauses, 928 bytes)
2.79/2.94	c 3	14 (70%) CSP integer variables are encoded (112 clauses, 1104 bytes)
2.79/2.95	c 3	16 (80%) CSP integer variables are encoded (128 clauses, 1280 bytes)
2.79/2.95	c 3	18 (90%) CSP integer variables are encoded (144 clauses, 1456 bytes)
2.79/2.95	c 3	20 (100%) CSP integer variables are encoded (160 clauses, 1632 bytes)
164.33/166.01	c 166	1 (10%) CSP clauses are encoded (140843 clauses, 6554417 bytes)
320.72/323.90	c 324	2 (20%) CSP clauses are encoded (282206 clauses, 13141827 bytes)
484.83/489.31	c 489	3 (30%) CSP clauses are encoded (423189 clauses, 20152340 bytes)
644.11/648.98	c 649	4 (40%) CSP clauses are encoded (563637 clauses, 27380201 bytes)
796.92/803.51	c 803	5 (50%) CSP clauses are encoded (704597 clauses, 34200341 bytes)
796.92/803.52	c 803	5 CSP clauses encoded
796.92/803.53	c 803	Writing map file : HOME/temp.map
796.92/803.55	c 803	Heap : 59 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
796.92/803.55	c 803	SAT : 180 SAT variables, 704597 SAT clauses, 34200341 bytes
796.92/803.55	c 803	Heap : 59 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
796.94/803.64	c 803	SOLVING HOME/temp.cnf
796.94/803.64	c 803	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
796.96/803.78	c 803	This is MiniSat 2.0 beta
796.96/803.78	c 803	WARNING: for repeatability, setting FPU to use double precision
796.96/803.78	c 803	============================[ Problem Statistics ]=============================
796.96/803.78	c 803	|                                                                             |
796.96/803.81	c 803	|  Number of variables:  180                                                  |
796.96/803.81	c 803	|  Number of clauses:    704597                                               |
797.91/806.35	c 806	|  Parsing time:         0.88         s                                       |
798.00/806.41	c 806	============================[ Search Statistics ]==============================
798.00/806.41	c 806	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
798.00/806.41	c 806	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
798.00/806.41	c 806	===============================================================================
798.00/806.41	c 806	|         0 |     180   704597  8848895 |   234865        0    nan |  0.000 % |
798.20/806.64	c 806	|       100 |     180   704597  8848895 |   258352      100      8 |  0.003 % |
798.30/806.78	c 806	|       250 |     180   704597  8848895 |   284187      250      9 |  0.028 % |
799.09/807.57	c 807	|       475 |     180   704597  8848895 |   312606      475     10 |  0.025 % |
800.77/809.22	c 809	|       813 |     180   704597  8848895 |   343866      813      9 |  0.028 % |
802.66/811.18	c 811	|      1319 |     180   704597  8848895 |   378253     1319      9 |  0.031 % |
805.11/813.64	c 813	|      2078 |     180   704597  8848895 |   416078     2078      9 |  0.031 % |
809.26/817.82	c 817	|      3218 |     179   704597  8848895 |   457686     3217      9 |  0.559 % |
815.01/823.64	c 823	|      4926 |     179   704597  8848895 |   503455     4925      9 |  0.596 % |
824.70/833.40	c 833	|      7489 |     178   704597  8848895 |   553800     7487      9 |  1.114 % |
837.96/846.82	c 846	|     11334 |     177   704597  8848895 |   609181    11331     10 |  1.670 % |
856.88/865.90	c 866	|     17101 |     176   704597  8848895 |   670099    17097     10 |  2.225 % |
881.15/890.42	c 890	|     25751 |     171   704597  8848895 |   737109    25746     10 |  5.003 % |
888.88/898.30	c 898	===============================================================================
888.97/898.32	c 898	restarts              : 13
888.97/898.32	c 898	conflicts             : 28757          (314 /sec)
888.97/898.32	c 898	decisions             : 33914          (1.90 % random) (370 /sec)
888.97/898.32	c 898	propagations          : 407289         (4445 /sec)
888.97/898.32	c 898	conflict literals     : 286079         (21.44 % deleted)
888.97/898.32	c 898	Memory used           : 71.34 MB
888.97/898.32	c 898	CPU time              : 91.6381 s
888.97/898.32	c 898	
888.97/898.32	c 898	UNSATISFIABLE
888.97/898.33	c 898	DECODING HOME/temp.out WITH HOME/temp.map
888.97/898.33	c 898	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
889.01/898.41	c 898	Decoding HOME/temp.out
889.01/898.43	s UNSATISFIABLE
889.01/898.44	c 898	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
889.01/898.50	c 898	CPU 889.12 (0.06 0.02 887.12 1.92)
889.01/898.50	c 898	END Sat Jul 11 21:05:18 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2065318-1247338219/watcher-2065318-1247338219 -o /tmp/evaluation-result-2065318-1247338219/solver-2065318-1247338219 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2065318-1247338219.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.86 1.97 1.99 4/80 14603
/proc/meminfo: memFree=902672/2055920 swapFree=4192956/4192956
[pid=14603] ppid=14601 vsize=18576 CPUtime=0
/proc/14603/stat : 14603 (runsolver) R 14601 14603 13818 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 20885743 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 258939088167 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14603/statm: 4644 284 249 26 0 2626 0

[startup+0.066479 s]
/proc/loadavg: 1.86 1.97 1.99 4/80 14603
/proc/meminfo: memFree=902672/2055920 swapFree=4192956/4192956
[pid=14603] ppid=14601 vsize=16212 CPUtime=0.05
/proc/14603/stat : 14603 (sugar) R 14601 14603 13818 0 -1 4194304 976 0 0 0 4 1 0 0 20 0 1 0 20885743 16601088 944 996147200 4194304 4206940 548682068608 18446744073709551615 258938932502 0 0 4224 0 0 0 0 17 1 0 0
/proc/14603/statm: 4053 944 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.105655 s]
/proc/loadavg: 1.86 1.97 1.99 4/80 14603
/proc/meminfo: memFree=902672/2055920 swapFree=4192956/4192956
[pid=14603] ppid=14601 vsize=16868 CPUtime=0.06
/proc/14603/stat : 14603 (sugar) S 14601 14603 13818 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 20885743 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14603/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302522 s]
/proc/loadavg: 1.86 1.97 1.99 4/80 14603
/proc/meminfo: memFree=902672/2055920 swapFree=4192956/4192956
[pid=14603] ppid=14601 vsize=16868 CPUtime=0.06
/proc/14603/stat : 14603 (sugar) S 14601 14603 13818 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 20885743 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14603/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701591 s]
/proc/loadavg: 1.86 1.97 1.99 4/80 14603
/proc/meminfo: memFree=902672/2055920 swapFree=4192956/4192956
[pid=14603] ppid=14601 vsize=16868 CPUtime=0.06
/proc/14603/stat : 14603 (sugar) S 14601 14603 13818 0 -1 4194304 1245 128 0 0 5 1 0 0 15 0 1 0 20885743 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14603/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50174 s]
/proc/loadavg: 1.86 1.97 1.99 4/91 14625
/proc/meminfo: memFree=889720/2055920 swapFree=4192956/4192956
[pid=14603] ppid=14601 vsize=16868 CPUtime=0.63
/proc/14603/stat : 14603 (sugar) S 14601 14603 13818 0 -1 4194304 1310 8039 0 1 5 1 51 6 16 0 1 0 20885743 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14603/statm: 4217 1111 409 3 0 796 0
[pid=14616] ppid=14603 vsize=5356 CPUtime=0
/proc/14616/stat : 14616 (sh) S 14603 14603 13818 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20885815 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14616/statm: 1339 233 193 169 0 50 0
[pid=14617] ppid=14616 vsize=864520 CPUtime=0.76
/proc/14617/stat : 14617 (java) S 14616 14603 13818 0 -1 0 8567 0 1 0 72 4 0 0 18 0 9 0 20885815 885268480 7791 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14617/statm: 216130 7791 2567 9 0 210635 0
[pid=14617/tid=14618] ppid=14616 vsize=864520 CPUtime=0.44
/proc/14617/task/14618/stat : 14618 (java) R 14616 14603 13818 0 -1 64 2571 0 1 0 43 1 0 0 23 0 9 0 20885816 885268480 7791 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14619] ppid=14616 vsize=864520 CPUtime=0.25
/proc/14617/task/14619/stat : 14619 (java) R 14616 14603 13818 0 -1 64 4986 0 0 0 24 1 0 0 16 0 9 0 20885817 885268480 7791 996147200 134512640 134550932 4294955936 18446744073709551615 103733279 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14620] ppid=14616 vsize=864520 CPUtime=0
/proc/14617/task/14620/stat : 14620 (java) S 14616 14603 13818 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20885817 885268480 7791 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14621] ppid=14616 vsize=864520 CPUtime=0
/proc/14617/task/14621/stat : 14621 (java) S 14616 14603 13818 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20885817 885268480 7791 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14622] ppid=14616 vsize=864520 CPUtime=0
/proc/14617/task/14622/stat : 14622 (java) S 14616 14603 13818 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20885820 885268480 7791 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14623] ppid=14616 vsize=864520 CPUtime=0.04
/proc/14617/task/14623/stat : 14623 (java) S 14616 14603 13818 0 -1 64 307 0 0 0 4 0 0 0 16 0 9 0 20885820 885268480 7791 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14624] ppid=14616 vsize=864520 CPUtime=0
/proc/14617/task/14624/stat : 14624 (java) S 14616 14603 13818 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20885820 885268480 7791 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14625] ppid=14616 vsize=864520 CPUtime=0
/proc/14617/task/14625/stat : 14625 (java) S 14616 14603 13818 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20885820 885268480 7791 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 886744

[startup+3.10203 s]
/proc/loadavg: 1.86 1.97 1.99 4/91 14625
/proc/meminfo: memFree=856952/2055920 swapFree=4192956/4192956
[pid=14603] ppid=14601 vsize=16868 CPUtime=0.64
/proc/14603/stat : 14603 (sugar) S 14601 14603 13818 0 -1 4194304 1310 8039 0 1 6 1 51 6 15 0 1 0 20885743 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14603/statm: 4217 1111 409 3 0 796 0
[pid=14616] ppid=14603 vsize=5356 CPUtime=0
/proc/14616/stat : 14616 (sh) S 14603 14603 13818 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20885815 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14616/statm: 1339 233 193 169 0 50 0
[pid=14617] ppid=14616 vsize=864508 CPUtime=2.34
/proc/14617/stat : 14617 (java) S 14616 14603 13818 0 -1 0 18467 0 1 0 225 9 0 0 18 0 9 0 20885815 885256192 17078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14617/statm: 216127 17078 2590 9 0 210604 0
[pid=14617/tid=14618] ppid=14616 vsize=864508 CPUtime=0.92
/proc/14617/task/14618/stat : 14618 (java) R 14616 14603 13818 0 -1 64 3296 0 1 0 90 2 0 0 19 0 9 0 20885816 885256192 17078 996147200 134512640 134550932 4294955936 18446744073709551615 4126559407 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14619] ppid=14616 vsize=864508 CPUtime=1.32
/proc/14617/task/14619/stat : 14619 (java) S 14616 14603 13818 0 -1 64 14139 0 0 0 126 6 0 0 17 0 9 0 20885817 885256192 17078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14620] ppid=14616 vsize=864508 CPUtime=0
/proc/14617/task/14620/stat : 14620 (java) S 14616 14603 13818 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20885817 885256192 17078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14621] ppid=14616 vsize=864508 CPUtime=0
/proc/14617/task/14621/stat : 14621 (java) S 14616 14603 13818 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20885817 885256192 17078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14622] ppid=14616 vsize=864508 CPUtime=0
/proc/14617/task/14622/stat : 14622 (java) S 14616 14603 13818 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20885820 885256192 17078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14623] ppid=14616 vsize=864508 CPUtime=0.08
/proc/14617/task/14623/stat : 14623 (java) S 14616 14603 13818 0 -1 64 329 0 0 0 8 0 0 0 16 0 9 0 20885820 885256192 17078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14624] ppid=14616 vsize=864508 CPUtime=0
/proc/14617/task/14624/stat : 14624 (java) S 14616 14603 13818 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20885820 885256192 17078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14625] ppid=14616 vsize=864508 CPUtime=0
/proc/14617/task/14625/stat : 14625 (java) S 14616 14603 13818 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20885820 885256192 17078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 886732

[startup+6.30161 s]
/proc/loadavg: 1.87 1.97 1.99 3/91 14625
/proc/meminfo: memFree=839672/2055920 swapFree=4192956/4192956
[pid=14603] ppid=14601 vsize=16868 CPUtime=0.64
/proc/14603/stat : 14603 (sugar) S 14601 14603 13818 0 -1 4194304 1310 8039 0 1 6 1 51 6 15 0 1 0 20885743 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14603/statm: 4217 1111 409 3 0 796 0
[pid=14616] ppid=14603 vsize=5356 CPUtime=0
/proc/14616/stat : 14616 (sh) S 14603 14603 13818 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20885815 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14616/statm: 1339 233 193 169 0 50 0
[pid=14617] ppid=14616 vsize=864508 CPUtime=5.5
/proc/14617/stat : 14617 (java) S 14616 14603 13818 0 -1 0 18478 0 1 0 541 9 0 0 18 0 9 0 20885815 885256192 17079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14617/statm: 216127 17079 2590 9 0 210604 0
[pid=14617/tid=14618] ppid=14616 vsize=864508 CPUtime=4.06
/proc/14617/task/14618/stat : 14618 (java) R 14616 14603 13818 0 -1 64 3306 0 1 0 404 2 0 0 25 0 9 0 20885816 885256192 17079 996147200 134512640 134550932 4294955936 18446744073709551615 4125952186 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14619] ppid=14616 vsize=864508 CPUtime=1.35
/proc/14617/task/14619/stat : 14619 (java) S 14616 14603 13818 0 -1 64 14139 0 0 0 129 6 0 0 16 0 9 0 20885817 885256192 17079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14620] ppid=14616 vsize=864508 CPUtime=0
/proc/14617/task/14620/stat : 14620 (java) S 14616 14603 13818 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20885817 885256192 17079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14621] ppid=14616 vsize=864508 CPUtime=0
/proc/14617/task/14621/stat : 14621 (java) S 14616 14603 13818 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20885817 885256192 17079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14622] ppid=14616 vsize=864508 CPUtime=0
/proc/14617/task/14622/stat : 14622 (java) S 14616 14603 13818 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20885820 885256192 17079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14623] ppid=14616 vsize=864508 CPUtime=0.08
/proc/14617/task/14623/stat : 14623 (java) S 14616 14603 13818 0 -1 64 330 0 0 0 8 0 0 0 16 0 9 0 20885820 885256192 17079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14624] ppid=14616 vsize=864508 CPUtime=0
/proc/14617/task/14624/stat : 14624 (java) S 14616 14603 13818 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20885820 885256192 17079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14625] ppid=14616 vsize=864508 CPUtime=0
/proc/14617/task/14625/stat : 14625 (java) S 14616 14603 13818 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20885820 885256192 17079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 886732

[startup+12.7028 s]
/proc/loadavg: 1.88 1.97 1.99 3/91 14625
/proc/meminfo: memFree=839480/2055920 swapFree=4192956/4192956
[pid=14603] ppid=14601 vsize=16868 CPUtime=0.64
/proc/14603/stat : 14603 (sugar) S 14601 14603 13818 0 -1 4194304 1310 8039 0 1 6 1 51 6 15 0 1 0 20885743 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14603/statm: 4217 1111 409 3 0 796 0
[pid=14616] ppid=14603 vsize=5356 CPUtime=0
/proc/14616/stat : 14616 (sh) S 14603 14603 13818 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20885815 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14616/statm: 1339 233 193 169 0 50 0
[pid=14617] ppid=14616 vsize=864508 CPUtime=11.84
/proc/14617/stat : 14617 (java) S 14616 14603 13818 0 -1 0 18478 0 1 0 1175 9 0 0 18 0 9 0 20885815 885256192 17079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14617/statm: 216127 17079 2590 9 0 210604 0
[pid=14617/tid=14618] ppid=14616 vsize=864508 CPUtime=10.39
/proc/14617/task/14618/stat : 14618 (java) R 14616 14603 13818 0 -1 64 3306 0 1 0 1037 2 0 0 25 0 9 0 20885816 885256192 17079 996147200 134512640 134550932 4294955936 18446744073709551615 4126576596 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14619] ppid=14616 vsize=864508 CPUtime=1.35
/proc/14617/task/14619/stat : 14619 (java) S 14616 14603 13818 0 -1 64 14139 0 0 0 129 6 0 0 16 0 9 0 20885817 885256192 17079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14620] ppid=14616 vsize=864508 CPUtime=0
/proc/14617/task/14620/stat : 14620 (java) S 14616 14603 13818 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20885817 885256192 17079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14621] ppid=14616 vsize=864508 CPUtime=0
/proc/14617/task/14621/stat : 14621 (java) S 14616 14603 13818 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20885817 885256192 17079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14622] ppid=14616 vsize=864508 CPUtime=0
/proc/14617/task/14622/stat : 14622 (java) S 14616 14603 13818 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20885820 885256192 17079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14623] ppid=14616 vsize=864508 CPUtime=0.08
/proc/14617/task/14623/stat : 14623 (java) S 14616 14603 13818 0 -1 64 330 0 0 0 8 0 0 0 16 0 9 0 20885820 885256192 17079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14624] ppid=14616 vsize=864508 CPUtime=0
/proc/14617/task/14624/stat : 14624 (java) S 14616 14603 13818 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20885820 885256192 17079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14625] ppid=14616 vsize=864508 CPUtime=0
/proc/14617/task/14625/stat : 14625 (java) S 14616 14603 13818 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20885820 885256192 17079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 886732

[startup+25.5021 s]
/proc/loadavg: 1.99 1.99 1.99 3/91 14625
/proc/meminfo: memFree=839416/2055920 swapFree=4192956/4192956
[pid=14603] ppid=14601 vsize=16868 CPUtime=0.64
/proc/14603/stat : 14603 (sugar) S 14601 14603 13818 0 -1 4194304 1310 8039 0 1 6 1 51 6 15 0 1 0 20885743 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14603/statm: 4217 1111 409 3 0 796 0
[pid=14616] ppid=14603 vsize=5356 CPUtime=0
/proc/14616/stat : 14616 (sh) S 14603 14603 13818 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20885815 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14616/statm: 1339 233 193 169 0 50 0
[pid=14617] ppid=14616 vsize=864508 CPUtime=24.52
/proc/14617/stat : 14617 (java) S 14616 14603 13818 0 -1 0 18484 0 1 0 2443 9 0 0 18 0 9 0 20885815 885256192 17079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14617/statm: 216127 17079 2590 9 0 210604 0
[pid=14617/tid=14618] ppid=14616 vsize=864508 CPUtime=23.05
/proc/14617/task/14618/stat : 14618 (java) R 14616 14603 13818 0 -1 64 3312 0 1 0 2303 2 0 0 25 0 9 0 20885816 885256192 17079 996147200 134512640 134550932 4294955936 18446744073709551615 4126556550 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14619] ppid=14616 vsize=864508 CPUtime=1.37
/proc/14617/task/14619/stat : 14619 (java) S 14616 14603 13818 0 -1 64 14139 0 0 0 131 6 0 0 16 0 9 0 20885817 885256192 17079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14620] ppid=14616 vsize=864508 CPUtime=0
/proc/14617/task/14620/stat : 14620 (java) S 14616 14603 13818 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20885817 885256192 17079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14621] ppid=14616 vsize=864508 CPUtime=0
/proc/14617/task/14621/stat : 14621 (java) S 14616 14603 13818 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20885817 885256192 17079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14622] ppid=14616 vsize=864508 CPUtime=0

################
# More data... #
################

[pid=14617/tid=14623] ppid=14616 vsize=864508 CPUtime=0.1
/proc/14617/task/14623/stat : 14623 (java) S 14616 14603 13818 0 -1 64 338 0 0 0 10 0 0 0 16 0 9 0 20885820 885256192 25487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14624] ppid=14616 vsize=864508 CPUtime=0
/proc/14617/task/14624/stat : 14624 (java) S 14616 14603 13818 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20885820 885256192 25487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14625] ppid=14616 vsize=864508 CPUtime=0
/proc/14617/task/14625/stat : 14625 (java) S 14616 14603 13818 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20885820 885256192 25487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 696.9
Current children cumulated vsize (KiB) 886732

[startup+762.308 s]
/proc/loadavg: 2.50 2.53 2.24 3/93 14684
/proc/meminfo: memFree=14952/2055920 swapFree=4192812/4192956
[pid=14603] ppid=14601 vsize=16868 CPUtime=0.64
/proc/14603/stat : 14603 (sugar) S 14601 14603 13818 0 -1 4194304 1310 8039 0 1 6 1 51 6 16 0 1 0 20885743 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14603/statm: 4217 1111 409 3 0 796 0
[pid=14616] ppid=14603 vsize=5356 CPUtime=0
/proc/14616/stat : 14616 (sh) S 14603 14603 13818 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20885815 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14616/statm: 1339 233 193 169 0 50 0
[pid=14617] ppid=14616 vsize=864508 CPUtime=755.59
/proc/14617/stat : 14617 (java) S 14616 14603 13818 0 -1 0 35719 0 1 0 75437 122 0 0 18 0 9 0 20885815 885256192 25487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14617/statm: 216127 25487 2590 9 0 210604 0
[pid=14617/tid=14618] ppid=14616 vsize=864508 CPUtime=751.86
/proc/14617/task/14618/stat : 14618 (java) R 14616 14603 13818 0 -1 64 3773 0 1 0 75082 104 0 0 25 0 9 0 20885816 885256192 25487 996147200 134512640 134550932 4294955936 18446744073709551615 4126556597 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14619] ppid=14616 vsize=864508 CPUtime=3.6
/proc/14617/task/14619/stat : 14619 (java) S 14616 14603 13818 0 -1 64 30905 0 0 0 344 16 0 0 16 0 9 0 20885817 885256192 25487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14620] ppid=14616 vsize=864508 CPUtime=0
/proc/14617/task/14620/stat : 14620 (java) S 14616 14603 13818 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20885817 885256192 25487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14621] ppid=14616 vsize=864508 CPUtime=0
/proc/14617/task/14621/stat : 14621 (java) S 14616 14603 13818 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20885817 885256192 25487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14622] ppid=14616 vsize=864508 CPUtime=0
/proc/14617/task/14622/stat : 14622 (java) S 14616 14603 13818 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20885820 885256192 25487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14623] ppid=14616 vsize=864508 CPUtime=0.1
/proc/14617/task/14623/stat : 14623 (java) S 14616 14603 13818 0 -1 64 338 0 0 0 10 0 0 0 16 0 9 0 20885820 885256192 25487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14624] ppid=14616 vsize=864508 CPUtime=0
/proc/14617/task/14624/stat : 14624 (java) S 14616 14603 13818 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20885820 885256192 25487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14617/tid=14625] ppid=14616 vsize=864508 CPUtime=0
/proc/14617/task/14625/stat : 14625 (java) S 14616 14603 13818 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20885820 885256192 25487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 756.23
Current children cumulated vsize (KiB) 886732

[startup+822.303 s]
/proc/loadavg: 2.52 2.52 2.25 3/85 14686
/proc/meminfo: memFree=15528/2055920 swapFree=4192812/4192956
[pid=14603] ppid=14601 vsize=16868 CPUtime=796.97
/proc/14603/stat : 14603 (sugar) S 14601 14603 13818 0 -1 4194304 1374 44109 0 7 6 2 79539 150 16 0 1 0 20885743 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14603/statm: 4217 1112 409 3 0 796 0
[pid=14685] ppid=14603 vsize=5356 CPUtime=0
/proc/14685/stat : 14685 (sh) S 14603 14603 13818 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 20966108 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14685/statm: 1339 232 193 169 0 50 0
[pid=14686] ppid=14685 vsize=67700 CPUtime=16.76
/proc/14686/stat : 14686 (minisat) R 14685 14603 13818 0 -1 4194304 15897 0 6 0 1657 19 0 0 25 0 1 0 20966117 69324800 15889 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/14686/statm: 16925 15889 75 150 0 16772 0
Current children cumulated CPU time (s) 813.73
Current children cumulated vsize (KiB) 89924

[startup+882.302 s]
/proc/loadavg: 2.14 2.41 2.23 3/84 14727
/proc/meminfo: memFree=1810664/2055920 swapFree=4192812/4192956
[pid=14603] ppid=14601 vsize=16868 CPUtime=796.97
/proc/14603/stat : 14603 (sugar) S 14601 14603 13818 0 -1 4194304 1374 44109 0 7 6 2 79539 150 16 0 1 0 20885743 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14603/statm: 4217 1112 409 3 0 796 0
[pid=14685] ppid=14603 vsize=5356 CPUtime=0
/proc/14685/stat : 14685 (sh) S 14603 14603 13818 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 20966108 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14685/statm: 1339 232 193 169 0 50 0
[pid=14686] ppid=14685 vsize=71900 CPUtime=76.15
/proc/14686/stat : 14686 (minisat) R 14685 14603 13818 0 -1 4194304 16836 0 6 0 7578 37 0 0 25 0 1 0 20966117 73625600 16828 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/14686/statm: 17975 16828 75 150 0 17822 0
Current children cumulated CPU time (s) 873.12
Current children cumulated vsize (KiB) 94124

Solver just ended. Dumping a history of the last processes samples

[startup+883.103 s]
/proc/loadavg: 2.14 2.41 2.23 3/84 14727
/proc/meminfo: memFree=1810664/2055920 swapFree=4192812/4192956
[pid=14603] ppid=14601 vsize=16868 CPUtime=796.97
/proc/14603/stat : 14603 (sugar) S 14601 14603 13818 0 -1 4194304 1374 44109 0 7 6 2 79539 150 16 0 1 0 20885743 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14603/statm: 4217 1112 409 3 0 796 0
[pid=14685] ppid=14603 vsize=5356 CPUtime=0
/proc/14685/stat : 14685 (sh) S 14603 14603 13818 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 20966108 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14685/statm: 1339 232 193 169 0 50 0
[pid=14686] ppid=14685 vsize=71900 CPUtime=76.95
/proc/14686/stat : 14686 (minisat) R 14685 14603 13818 0 -1 4194304 16838 0 6 0 7658 37 0 0 25 0 1 0 20966117 73625600 16830 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14686/statm: 17975 16830 75 150 0 17822 0
Current children cumulated CPU time (s) 873.92
Current children cumulated vsize (KiB) 94124

[startup+889.501 s]
/proc/loadavg: 2.13 2.40 2.23 3/84 14727
/proc/meminfo: memFree=1810280/2055920 swapFree=4192812/4192956
[pid=14603] ppid=14601 vsize=16868 CPUtime=796.97
/proc/14603/stat : 14603 (sugar) S 14601 14603 13818 0 -1 4194304 1374 44109 0 7 6 2 79539 150 16 0 1 0 20885743 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14603/statm: 4217 1112 409 3 0 796 0
[pid=14685] ppid=14603 vsize=5356 CPUtime=0
/proc/14685/stat : 14685 (sh) S 14603 14603 13818 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 20966108 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14685/statm: 1339 232 193 169 0 50 0
[pid=14686] ppid=14685 vsize=72508 CPUtime=83.29
/proc/14686/stat : 14686 (minisat) R 14685 14603 13818 0 -1 4194304 16938 0 6 0 8292 37 0 0 25 0 1 0 20966117 74248192 16930 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14686/statm: 18127 16930 75 150 0 17974 0
Current children cumulated CPU time (s) 880.26
Current children cumulated vsize (KiB) 94732

[startup+892.702 s]
/proc/loadavg: 2.12 2.40 2.23 3/84 14727
/proc/meminfo: memFree=1810152/2055920 swapFree=4192812/4192956
[pid=14603] ppid=14601 vsize=16868 CPUtime=796.97
/proc/14603/stat : 14603 (sugar) S 14601 14603 13818 0 -1 4194304 1374 44109 0 7 6 2 79539 150 16 0 1 0 20885743 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14603/statm: 4217 1112 409 3 0 796 0
[pid=14685] ppid=14603 vsize=5356 CPUtime=0
/proc/14685/stat : 14685 (sh) S 14603 14603 13818 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 20966108 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14685/statm: 1339 232 193 169 0 50 0
[pid=14686] ppid=14685 vsize=72644 CPUtime=86.46
/proc/14686/stat : 14686 (minisat) R 14685 14603 13818 0 -1 4194304 16975 0 6 0 8609 37 0 0 25 0 1 0 20966117 74387456 16967 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/14686/statm: 18161 16967 75 150 0 18008 0
Current children cumulated CPU time (s) 883.43
Current children cumulated vsize (KiB) 94868

[startup+895.901 s]
/proc/loadavg: 2.11 2.39 2.23 3/84 14727
/proc/meminfo: memFree=1809960/2055920 swapFree=4192812/4192956
[pid=14603] ppid=14601 vsize=16868 CPUtime=796.97
/proc/14603/stat : 14603 (sugar) S 14601 14603 13818 0 -1 4194304 1374 44109 0 7 6 2 79539 150 16 0 1 0 20885743 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14603/statm: 4217 1112 409 3 0 796 0
[pid=14685] ppid=14603 vsize=5356 CPUtime=0
/proc/14685/stat : 14685 (sh) S 14603 14603 13818 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 20966108 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14685/statm: 1339 232 193 169 0 50 0
[pid=14686] ppid=14685 vsize=72808 CPUtime=89.62
/proc/14686/stat : 14686 (minisat) R 14685 14603 13818 0 -1 4194304 17013 0 6 0 8925 37 0 0 25 0 1 0 20966117 74555392 17005 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14686/statm: 18202 17005 75 150 0 18049 0
Current children cumulated CPU time (s) 886.59
Current children cumulated vsize (KiB) 95032

[startup+897.502 s]
/proc/loadavg: 2.11 2.39 2.23 3/84 14727
/proc/meminfo: memFree=1809896/2055920 swapFree=4192812/4192956
[pid=14603] ppid=14601 vsize=16868 CPUtime=796.97
/proc/14603/stat : 14603 (sugar) S 14601 14603 13818 0 -1 4194304 1374 44109 0 7 6 2 79539 150 16 0 1 0 20885743 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14603/statm: 4217 1112 409 3 0 796 0
[pid=14685] ppid=14603 vsize=5356 CPUtime=0
/proc/14685/stat : 14685 (sh) S 14603 14603 13818 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 20966108 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14685/statm: 1339 232 193 169 0 50 0
[pid=14686] ppid=14685 vsize=72888 CPUtime=91.21
/proc/14686/stat : 14686 (minisat) R 14685 14603 13818 0 -1 4194304 17028 0 6 0 9084 37 0 0 25 0 1 0 20966117 74637312 17020 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/14686/statm: 18222 17020 75 150 0 18069 0
Current children cumulated CPU time (s) 888.18
Current children cumulated vsize (KiB) 95112

[startup+898.303 s]
/proc/loadavg: 2.11 2.39 2.23 3/84 14727
/proc/meminfo: memFree=1809896/2055920 swapFree=4192812/4192956
[pid=14603] ppid=14601 vsize=16868 CPUtime=796.97
/proc/14603/stat : 14603 (sugar) S 14601 14603 13818 0 -1 4194304 1374 44109 0 7 6 2 79539 150 16 0 1 0 20885743 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14603/statm: 4217 1112 409 3 0 796 0
[pid=14685] ppid=14603 vsize=5356 CPUtime=0
/proc/14685/stat : 14685 (sh) S 14603 14603 13818 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 20966108 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14685/statm: 1339 232 193 169 0 50 0
[pid=14686] ppid=14685 vsize=73052 CPUtime=92
/proc/14686/stat : 14686 (minisat) D 14685 14603 13818 0 -1 4194304 17067 0 6 0 9163 37 0 0 25 0 1 0 20966117 74805248 17059 996147200 134512640 135127466 4294956256 18446744073709551615 134832816 0 0 4096 3 18446744071563479169 0 0 17 1 0 0
/proc/14686/statm: 18263 17059 75 150 0 18110 0
Current children cumulated CPU time (s) 888.97
Current children cumulated vsize (KiB) 95276

[startup+898.502 s]
/proc/loadavg: 2.11 2.39 2.23 3/84 14727
/proc/meminfo: memFree=1809896/2055920 swapFree=4192812/4192956
[pid=14603] ppid=14601 vsize=16868 CPUtime=889.12
/proc/14603/stat : 14603 (sugar) D 14601 14603 13818 0 -1 4194304 1474 65133 0 17 6 2 88712 192 15 0 1 0 20885743 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258939261993 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14603/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 889.12
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 898.516
CPU time (s): 889.148
CPU user time (s): 887.189
CPU system time (s): 1.9587
CPU usage (%): 98.9574
Max. virtual memory (cumulated for all children) (KiB): 892864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 887.189
system time used= 1.9587
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66667
page faults= 17
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23002
involuntary context switches= 43804

runsolver used 1.17582 second user time and 3.00154 second system time

The end

Launcher Data

Begin job on node45 at 2009-07-11 20:50:20
IDJOB=2065318
IDBENCH=54349
IDSOLVER=739
FILE ID=node45/2065318-1247338219
PBS_JOBID= 9506658
Free space on /tmp= 66352 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-1_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065318-1247338219/watcher-2065318-1247338219 -o /tmp/evaluation-result-2065318-1247338219/solver-2065318-1247338219 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2065318-1247338219.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= c4fcf9157ac7aa9473df5899165401ff
RANDOM SEED=1327962518

node45.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        903152 kB
Buffers:         63932 kB
Cached:         872020 kB
SwapCached:          0 kB
Active:         212520 kB
Inactive:       866964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        903152 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2816 kB
Writeback:           0 kB
Mapped:         161296 kB
Slab:            58396 kB
Committed_AS:   897384 kB
PageTables:       2012 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66356 MiB
End job on node45 at 2009-07-11 21:05:18