Trace number 2070169

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 671.559 675.036

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg12-12_ext.xml
MD5SUM37a9ab0d929050d63648371c39c81998
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 benchmark0.313951
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints24
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension24
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.04/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.07	c 0	BEGIN Sun Jul 12 00:25:50 2009
0.04/0.07	c 0	PID 18204
0.04/0.07	c 0	HOST node86.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-2070169-1247351150.xml TO HOME/temp.csp
0.04/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2070169-1247351150.xml' 'HOME/temp.csp'
0.06/0.29	c 1	1 domains, 144 variables, 0 predicates, 1 relations, 24 constraints
0.06/0.33	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.33	c 1	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.27/0.41	c 1	Parsing HOME/temp.csp
0.27/0.54	c 1	parsed 170 expressions
0.27/0.55	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.27/0.55	c 1	Converting to clausal form CSP
0.27/0.57	c 1	converted 17 (10%) expressions
0.27/0.57	c 1	converted 34 (20%) expressions
0.27/0.57	c 1	converted 51 (30%) expressions
0.27/0.57	c 1	converted 68 (40%) expressions
0.27/0.57	c 1	converted 85 (50%) expressions
0.27/0.57	c 1	converted 102 (60%) expressions
0.27/0.57	c 1	converted 119 (70%) expressions
0.27/0.57	c 1	converted 136 (80%) expressions
0.27/0.88	c 1	converted 153 (90%) expressions
1.41/1.50	c 2	converted 170 (100%) expressions
1.41/1.50	c 2	CSP : 144 integers, 0 booleans, 24 clauses, largest domain size 26
1.41/1.50	c 2	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.41/1.50	c 2	Propagation in CSP
1.41/1.51	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.41/1.51	c 2	CSP : 144 integers, 0 booleans, 24 clauses, largest domain size 26
1.41/1.51	c 2	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.41/1.51	c 2	Simplifing CSP by introducing new Boolean variables
1.41/1.51	c 2	CSP : 144 integers, 0 booleans, 24 clauses, largest domain size 26
1.41/1.51	c 2	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.51/1.67	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.51/1.69	c 2	15 (10%) CSP integer variables are encoded (360 clauses, 3816 bytes)
1.51/1.69	c 2	29 (20%) CSP integer variables are encoded (696 clauses, 7512 bytes)
1.51/1.69	c 2	44 (30%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
1.51/1.69	c 2	58 (40%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
1.51/1.70	c 2	72 (50%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
1.51/1.70	c 2	87 (60%) CSP integer variables are encoded (2088 clauses, 25081 bytes)
1.51/1.70	c 2	101 (70%) CSP integer variables are encoded (2424 clauses, 29449 bytes)
1.60/1.70	c 2	116 (80%) CSP integer variables are encoded (2784 clauses, 34129 bytes)
1.60/1.70	c 2	130 (90%) CSP integer variables are encoded (3120 clauses, 38497 bytes)
1.60/1.70	c 2	144 (100%) CSP integer variables are encoded (3456 clauses, 42865 bytes)
15.54/15.72	c 16	3 (10%) CSP clauses are encoded (105843 clauses, 7276293 bytes)
25.10/25.32	c 26	5 (20%) CSP clauses are encoded (174101 clauses, 12441592 bytes)
39.02/39.39	c 40	8 (30%) CSP clauses are encoded (276488 clauses, 20573104 bytes)
48.67/49.05	c 49	10 (40%) CSP clauses are encoded (344746 clauses, 25994112 bytes)
57.93/58.33	c 59	12 (50%) CSP clauses are encoded (413004 clauses, 31415120 bytes)
71.94/72.47	c 73	15 (60%) CSP clauses are encoded (515391 clauses, 38909860 bytes)
81.28/81.80	c 82	17 (70%) CSP clauses are encoded (583649 clauses, 44463432 bytes)
95.31/95.92	c 96	20 (80%) CSP clauses are encoded (686036 clauses, 53180781 bytes)
104.56/105.25	c 105	22 (90%) CSP clauses are encoded (754294 clauses, 58992347 bytes)
113.81/114.57	c 115	24 (100%) CSP clauses are encoded (822552 clauses, 64803913 bytes)
113.81/114.57	c 115	24 CSP clauses encoded
113.81/114.57	c 115	Writing map file : HOME/temp.map
113.81/114.58	c 115	Heap : 64 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
113.81/114.58	c 115	SAT : 3600 SAT variables, 822552 SAT clauses, 64803913 bytes
113.81/114.58	c 115	Heap : 64 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
113.91/114.60	c 115	SOLVING HOME/temp.cnf
113.91/114.60	c 115	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
113.91/114.60	c 115	This is MiniSat 2.0 beta
113.91/114.60	c 115	WARNING: for repeatability, setting FPU to use double precision
113.91/114.60	c 115	============================[ Problem Statistics ]=============================
113.91/114.60	c 115	|                                                                             |
113.91/114.61	c 115	|  Number of variables:  3600                                                 |
113.91/114.61	c 115	|  Number of clauses:    822552                                               |
115.09/115.89	c 116	|  Parsing time:         1.14         s                                       |
115.19/115.97	c 116	============================[ Search Statistics ]==============================
115.19/115.97	c 116	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
115.19/115.97	c 116	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
115.19/115.97	c 116	===============================================================================
115.19/115.97	c 116	|         0 |    3600   822552 12334872 |   274184        0    nan |  0.000 % |
115.19/115.99	c 116	|       100 |    3600   822552 12334872 |   301602      100      5 |  0.000 % |
115.29/116.04	c 116	|       251 |    3600   822552 12334872 |   331762      251      5 |  0.000 % |
115.29/116.07	c 116	|       476 |    3600   822552 12334872 |   364938      476      7 |  0.000 % |
115.39/116.19	c 116	|       813 |    3600   822552 12334872 |   401432      813      6 |  0.000 % |
115.48/116.27	c 117	|      1319 |    3600   822552 12334872 |   441576     1319      7 |  0.000 % |
115.58/116.37	c 117	|      2078 |    3600   822552 12334872 |   485733     2078      7 |  0.000 % |
115.68/116.49	c 117	|      3218 |    3600   822552 12334872 |   534307     3218      8 |  0.000 % |
115.98/116.73	c 117	|      4926 |    3600   822552 12334872 |   587737     4926      8 |  0.000 % |
116.28/117.01	c 117	|      7489 |    3600   822552 12334872 |   646511     7489      9 |  0.000 % |
116.78/117.55	c 118	|     11334 |    3600   822552 12334872 |   711162    11334     10 |  0.000 % |
117.47/118.28	c 119	|     17101 |    3600   822552 12334872 |   782278    17101     10 |  0.000 % |
118.66/119.46	c 120	|     25750 |    3600   822552 12334872 |   860506    25750     10 |  0.000 % |
121.15/121.98	c 122	|     38724 |    3600   822552 12334872 |   946557    38724     10 |  0.000 % |
125.53/126.36	c 127	|     58187 |    3600   822552 12334872 |  1041213    58187     11 |  0.000 % |
132.90/133.73	c 134	|     87380 |    3600   822552 12334872 |  1145334    87380     11 |  0.000 % |
148.62/149.59	c 150	|    131171 |    3600   822552 12334872 |  1259868   131171     12 |  0.000 % |
177.77/178.80	c 179	|    196855 |    3600   822552 12334872 |  1385854   196855     13 |  0.000 % |
361.94/363.98	c 364	|    295381 |    3600   822552 12334872 |  1524440   295381     14 |  0.000 % |
671.32/674.81	c 675	===============================================================================
671.32/674.81	c 675	restarts              : 19
671.32/674.81	c 675	conflicts             : 395541         (710 /sec)
671.32/674.81	c 675	decisions             : 513953         (1.79 % random) (922 /sec)
671.32/674.81	c 675	propagations          : 26402727       (47386 /sec)
671.32/674.81	c 675	conflict literals     : 5749213        (27.79 % deleted)
671.32/674.81	c 675	Memory used           : 118.63 MB
671.32/674.81	c 675	CPU time              : 557.187 s
671.32/674.81	c 675	
671.32/674.81	c 675	UNSATISFIABLE
671.32/674.83	c 675	DECODING HOME/temp.out WITH HOME/temp.map
671.32/674.83	c 675	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'
671.38/674.92	c 675	Decoding HOME/temp.out
671.38/674.94	s UNSATISFIABLE
671.38/674.97	c 675	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
671.38/675.01	c 675	CPU 671.51 (0.06 0.02 670.42 1.01)
671.38/675.01	c 675	END Sun Jul 12 00:37:05 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-2070169-1247351150/watcher-2070169-1247351150 -o /tmp/evaluation-result-2070169-1247351150/solver-2070169-1247351150 -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-2070169-1247351150.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: 2.02 1.89 2.04 4/75 18204
/proc/meminfo: memFree=1828856/2055920 swapFree=4192812/4192956
[pid=18204] ppid=18202 vsize=12272 CPUtime=0
/proc/18204/stat : 18204 (sugar) R 18202 18204 18083 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 22180306 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 240154016357 0 0 4224 0 0 0 0 17 0 0 0
/proc/18204/statm: 3068 327 246 3 0 168 0

[startup+0.0516199 s]
/proc/loadavg: 2.02 1.89 2.04 4/75 18204
/proc/meminfo: memFree=1828856/2055920 swapFree=4192812/4192956
[pid=18204] ppid=18202 vsize=15948 CPUtime=0.04
/proc/18204/stat : 18204 (sugar) R 18202 18204 18083 0 -1 4194304 912 0 0 0 3 1 0 0 18 0 1 0 22180306 16330752 880 996147200 4194304 4206940 548682068608 18446744073709551615 240153694945 0 0 4224 0 0 0 0 17 0 0 0
/proc/18204/statm: 3987 880 380 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15948

[startup+0.108624 s]
/proc/loadavg: 2.02 1.89 2.04 4/75 18204
/proc/meminfo: memFree=1828856/2055920 swapFree=4192812/4192956
[pid=18204] ppid=18202 vsize=16868 CPUtime=0.06
/proc/18204/stat : 18204 (sugar) S 18202 18204 18083 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 22180306 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18204/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30166 s]
/proc/loadavg: 2.02 1.89 2.04 4/75 18204
/proc/meminfo: memFree=1828856/2055920 swapFree=4192812/4192956
[pid=18204] ppid=18202 vsize=16868 CPUtime=0.06
/proc/18204/stat : 18204 (sugar) S 18202 18204 18083 0 -1 4194304 1245 128 0 0 5 1 0 0 15 0 1 0 22180306 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18204/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701743 s]
/proc/loadavg: 2.02 1.89 2.04 4/75 18204
/proc/meminfo: memFree=1828856/2055920 swapFree=4192812/4192956
[pid=18204] ppid=18202 vsize=16868 CPUtime=0.27
/proc/18204/stat : 18204 (sugar) S 18202 18204 18083 0 -1 4194304 1309 4511 0 1 5 1 18 3 15 0 1 0 22180306 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18204/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 16868

[startup+1.5029 s]
/proc/loadavg: 2.10 1.91 2.04 3/86 18226
/proc/meminfo: memFree=1802464/2055920 swapFree=4192812/4192956
[pid=18204] ppid=18202 vsize=16868 CPUtime=0.27
/proc/18204/stat : 18204 (sugar) S 18202 18204 18083 0 -1 4194304 1309 4511 0 1 5 1 18 3 15 0 1 0 22180306 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18204/statm: 4217 1111 409 3 0 796 0
[pid=18217] ppid=18204 vsize=5356 CPUtime=0
/proc/18217/stat : 18217 (sh) S 18204 18204 18083 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22180340 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18217/statm: 1339 233 193 169 0 50 0
[pid=18218] ppid=18217 vsize=864336 CPUtime=1.14
/proc/18218/stat : 18218 (java) S 18217 18204 18083 0 -1 0 14754 0 1 0 107 7 0 0 20 0 9 0 22180340 885080064 14007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18218/statm: 216084 14007 2566 9 0 210589 0
[pid=18218/tid=18219] ppid=18217 vsize=864336 CPUtime=0.49
/proc/18218/task/18219/stat : 18219 (java) R 18217 18204 18083 0 -1 64 2974 0 1 0 48 1 0 0 25 0 9 0 22180341 885080064 14007 996147200 134512640 134550932 4294955936 18446744073709551615 102524029 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18218/tid=18220] ppid=18217 vsize=864336 CPUtime=0.59
/proc/18218/task/18220/stat : 18220 (java) S 18217 18204 18083 0 -1 64 10773 0 0 0 54 5 0 0 16 0 9 0 22180342 885080064 14007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18218/tid=18221] ppid=18217 vsize=864336 CPUtime=0
/proc/18218/task/18221/stat : 18221 (java) S 18217 18204 18083 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22180342 885080064 14007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18218/tid=18222] ppid=18217 vsize=864336 CPUtime=0
/proc/18218/task/18222/stat : 18222 (java) S 18217 18204 18083 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22180342 885080064 14007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18218/tid=18223] ppid=18217 vsize=864336 CPUtime=0
/proc/18218/task/18223/stat : 18223 (java) S 18217 18204 18083 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22180344 885080064 14007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18218/tid=18224] ppid=18217 vsize=864336 CPUtime=0.04
/proc/18218/task/18224/stat : 18224 (java) S 18217 18204 18083 0 -1 64 308 0 0 0 4 0 0 0 18 0 9 0 22180344 885080064 14007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18218/tid=18225] ppid=18217 vsize=864336 CPUtime=0
/proc/18218/task/18225/stat : 18225 (java) S 18217 18204 18083 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22180344 885080064 14007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18218/tid=18226] ppid=18217 vsize=864336 CPUtime=0
/proc/18218/task/18226/stat : 18226 (java) S 18217 18204 18083 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22180344 885080064 14007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886560

[startup+3.1022 s]
/proc/loadavg: 2.10 1.91 2.04 3/86 18226
/proc/meminfo: memFree=1774752/2055920 swapFree=4192812/4192956
[pid=18204] ppid=18202 vsize=16868 CPUtime=0.27
/proc/18204/stat : 18204 (sugar) S 18202 18204 18083 0 -1 4194304 1310 4511 0 1 5 1 18 3 15 0 1 0 22180306 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18204/statm: 4217 1111 409 3 0 796 0
[pid=18217] ppid=18204 vsize=5356 CPUtime=0
/proc/18217/stat : 18217 (sh) S 18204 18204 18083 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22180340 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18217/statm: 1339 233 193 169 0 50 0
[pid=18218] ppid=18217 vsize=864448 CPUtime=2.73
/proc/18218/stat : 18218 (java) S 18217 18204 18083 0 -1 0 16056 0 1 0 265 8 0 0 20 0 9 0 22180340 885194752 15277 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18218/statm: 216112 15277 2590 9 0 210589 0
[pid=18218/tid=18219] ppid=18217 vsize=864448 CPUtime=1.81
/proc/18218/task/18219/stat : 18219 (java) R 18217 18204 18083 0 -1 64 3323 0 1 0 180 1 0 0 25 0 9 0 22180341 885194752 15277 996147200 134512640 134550932 4294955936 18446744073709551615 4126527288 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18218/tid=18220] ppid=18217 vsize=864448 CPUtime=0.82
/proc/18218/task/18220/stat : 18220 (java) S 18217 18204 18083 0 -1 64 11703 0 0 0 77 5 0 0 16 0 9 0 22180342 885194752 15277 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18218/tid=18221] ppid=18217 vsize=864448 CPUtime=0
/proc/18218/task/18221/stat : 18221 (java) S 18217 18204 18083 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22180342 885194752 15277 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18218/tid=18222] ppid=18217 vsize=864448 CPUtime=0
/proc/18218/task/18222/stat : 18222 (java) S 18217 18204 18083 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22180342 885194752 15277 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18218/tid=18223] ppid=18217 vsize=864448 CPUtime=0
/proc/18218/task/18223/stat : 18223 (java) S 18217 18204 18083 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22180344 885194752 15277 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18218/tid=18224] ppid=18217 vsize=864448 CPUtime=0.07
/proc/18218/task/18224/stat : 18224 (java) S 18217 18204 18083 0 -1 64 331 0 0 0 7 0 0 0 16 0 9 0 22180344 885194752 15277 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18218/tid=18225] ppid=18217 vsize=864448 CPUtime=0
/proc/18218/task/18225/stat : 18225 (java) S 18217 18204 18083 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22180344 885194752 15277 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18218/tid=18226] ppid=18217 vsize=864448 CPUtime=0
/proc/18218/task/18226/stat : 18226 (java) S 18217 18204 18083 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22180344 885194752 15277 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886672

[startup+6.30281 s]
/proc/loadavg: 2.10 1.91 2.04 3/86 18226
/proc/meminfo: memFree=1770080/2055920 swapFree=4192812/4192956
[pid=18204] ppid=18202 vsize=16868 CPUtime=0.27
/proc/18204/stat : 18204 (sugar) S 18202 18204 18083 0 -1 4194304 1310 4511 0 1 5 1 18 3 15 0 1 0 22180306 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18204/statm: 4217 1111 409 3 0 796 0
[pid=18217] ppid=18204 vsize=5356 CPUtime=0
/proc/18217/stat : 18217 (sh) S 18204 18204 18083 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22180340 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18217/statm: 1339 233 193 169 0 50 0
[pid=18218] ppid=18217 vsize=864448 CPUtime=5.91
/proc/18218/stat : 18218 (java) S 18217 18204 18083 0 -1 0 17017 0 1 0 582 9 0 0 20 0 9 0 22180340 885194752 16207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18218/statm: 216112 16207 2590 9 0 210589 0
[pid=18218/tid=18219] ppid=18217 vsize=864448 CPUtime=4.93
/proc/18218/task/18219/stat : 18219 (java) R 18217 18204 18083 0 -1 64 3354 0 1 0 492 1 0 0 25 0 9 0 22180341 885194752 16207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18218/tid=18220] ppid=18217 vsize=864448 CPUtime=0.88
/proc/18218/task/18220/stat : 18220 (java) S 18217 18204 18083 0 -1 64 12632 0 0 0 82 6 0 0 16 0 9 0 22180342 885194752 16207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18218/tid=18221] ppid=18217 vsize=864448 CPUtime=0
/proc/18218/task/18221/stat : 18221 (java) S 18217 18204 18083 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22180342 885194752 16207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18218/tid=18222] ppid=18217 vsize=864448 CPUtime=0
/proc/18218/task/18222/stat : 18222 (java) S 18217 18204 18083 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22180342 885194752 16207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18218/tid=18223] ppid=18217 vsize=864448 CPUtime=0
/proc/18218/task/18223/stat : 18223 (java) S 18217 18204 18083 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22180344 885194752 16207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18218/tid=18224] ppid=18217 vsize=864448 CPUtime=0.07
/proc/18218/task/18224/stat : 18224 (java) S 18217 18204 18083 0 -1 64 332 0 0 0 7 0 0 0 16 0 9 0 22180344 885194752 16207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18218/tid=18225] ppid=18217 vsize=864448 CPUtime=0
/proc/18218/task/18225/stat : 18225 (java) S 18217 18204 18083 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22180344 885194752 16207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18218/tid=18226] ppid=18217 vsize=864448 CPUtime=0
/proc/18218/task/18226/stat : 18226 (java) S 18217 18204 18083 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22180344 885194752 16207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 886672

[startup+12.702 s]
/proc/loadavg: 2.08 1.91 2.04 3/86 18226
/proc/meminfo: memFree=1758056/2055920 swapFree=4192812/4192956
[pid=18204] ppid=18202 vsize=16868 CPUtime=0.27
/proc/18204/stat : 18204 (sugar) S 18202 18204 18083 0 -1 4194304 1310 4511 0 1 5 1 18 3 15 0 1 0 22180306 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18204/statm: 4217 1111 409 3 0 796 0
[pid=18217] ppid=18204 vsize=5356 CPUtime=0
/proc/18217/stat : 18217 (sh) S 18204 18204 18083 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22180340 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18217/statm: 1339 233 193 169 0 50 0
[pid=18218] ppid=18217 vsize=864448 CPUtime=12.28
/proc/18218/stat : 18218 (java) S 18217 18204 18083 0 -1 0 18999 0 1 0 1215 13 0 0 20 0 9 0 22180340 885194752 18109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18218/statm: 216112 18109 2590 9 0 210589 0
[pid=18218/tid=18219] ppid=18217 vsize=864448 CPUtime=11.17
/proc/18218/task/18219/stat : 18219 (java) R 18217 18204 18083 0 -1 64 3434 0 1 0 1113 4 0 0 25 0 9 0 22180341 885194752 18109 996147200 134512640 134550932 4294955936 18446744073709551615 4126585604 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18218/tid=18220] ppid=18217 vsize=864448 CPUtime=1.01
/proc/18218/task/18220/stat : 18220 (java) S 18217 18204 18083 0 -1 64 14531 0 0 0 93 8 0 0 16 0 9 0 22180342 885194752 18109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18218/tid=18221] ppid=18217 vsize=864448 CPUtime=0
/proc/18218/task/18221/stat : 18221 (java) S 18217 18204 18083 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22180342 885194752 18109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18218/tid=18222] ppid=18217 vsize=864448 CPUtime=0
/proc/18218/task/18222/stat : 18222 (java) S 18217 18204 18083 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22180342 885194752 18109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18218/tid=18223] ppid=18217 vsize=864448 CPUtime=0
/proc/18218/task/18223/stat : 18223 (java) S 18217 18204 18083 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22180344 885194752 18109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18218/tid=18224] ppid=18217 vsize=864448 CPUtime=0.07
/proc/18218/task/18224/stat : 18224 (java) S 18217 18204 18083 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 22180344 885194752 18109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18218/tid=18225] ppid=18217 vsize=864448 CPUtime=0
/proc/18218/task/18225/stat : 18225 (java) S 18217 18204 18083 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22180344 885194752 18109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18218/tid=18226] ppid=18217 vsize=864448 CPUtime=0
/proc/18218/task/18226/stat : 18226 (java) S 18217 18204 18083 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22180344 885194752 18109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 886672

[startup+25.5025 s]
/proc/loadavg: 2.07 1.91 2.04 3/86 18226
/proc/meminfo: memFree=1738792/2055920 swapFree=4192812/4192956
[pid=18204] ppid=18202 vsize=16868 CPUtime=0.28
/proc/18204/stat : 18204 (sugar) S 18202 18204 18083 0 -1 4194304 1310 4511 0 1 6 1 18 3 16 0 1 0 22180306 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18204/statm: 4217 1111 409 3 0 796 0
[pid=18217] ppid=18204 vsize=5356 CPUtime=0
/proc/18217/stat : 18217 (sh) S 18204 18204 18083 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22180340 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18217/statm: 1339 233 193 169 0 50 0
[pid=18218] ppid=18217 vsize=864468 CPUtime=25.01
/proc/18218/stat : 18218 (java) S 18217 18204 18083 0 -1 0 24696 0 1 0 2479 22 0 0 20 0 9 0 22180340 885215232 21152 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18218/statm: 216117 21152 2590 9 0 210594 0
[pid=18218/tid=18219] ppid=18217 vsize=864468 CPUtime=23.4
/proc/18218/task/18219/stat : 18219 (java) R 18217 18204 18083 0 -1 64 3588 0 1 0 2332 8 0 0 25 0 9 0 22180341 885215232 21152 996147200 134512640 134550932 4294955936 18446744073709551615 102523994 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18218/tid=18220] ppid=18217 vsize=864468 CPUtime=1.51
/proc/18218/task/18220/stat : 18220 (java) S 18217 18204 18083 0 -1 64 20071 0 0 0 139 12 0 0 16 0 9 0 22180342 885215232 21152 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18218/tid=18221] ppid=18217 vsize=864468 CPUtime=0
/proc/18218/task/18221/stat : 18221 (java) S 18217 18204 18083 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22180342 885215232 21152 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18218/tid=18222] ppid=18217 vsize=864468 CPUtime=0
/proc/18218/task/18222/stat : 18222 (java) S 18217 18204 18083 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22180342 885215232 21152 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18218/tid=18223] ppid=18217 vsize=864468 CPUtime=0

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


[startup+462.302 s]
/proc/loadavg: 2.00 1.97 2.01 3/78 18228
/proc/meminfo: memFree=1639592/2055920 swapFree=4192812/4192956
[pid=18204] ppid=18202 vsize=16868 CPUtime=113.91
/proc/18204/stat : 18204 (sugar) S 18202 18204 18083 0 -1 4194304 1376 39277 0 2 6 1 11313 71 16 0 1 0 22180306 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18204/statm: 4217 1113 409 3 0 796 0
[pid=18227] ppid=18204 vsize=5356 CPUtime=0
/proc/18227/stat : 18227 (sh) S 18204 18204 18083 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22191766 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18227/statm: 1339 232 193 169 0 50 0
[pid=18228] ppid=18227 vsize=120772 CPUtime=345.95
/proc/18228/stat : 18228 (minisat) R 18227 18204 18083 0 -1 4194304 29604 0 0 0 34571 24 0 0 25 0 1 0 22191767 123670528 29590 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/18228/statm: 30193 29590 76 150 0 30040 0
Current children cumulated CPU time (s) 459.86
Current children cumulated vsize (KiB) 142996

[startup+522.301 s]
/proc/loadavg: 2.00 1.97 2.00 3/78 18228
/proc/meminfo: memFree=1638952/2055920 swapFree=4192812/4192956
[pid=18204] ppid=18202 vsize=16868 CPUtime=113.91
/proc/18204/stat : 18204 (sugar) S 18202 18204 18083 0 -1 4194304 1376 39277 0 2 6 1 11313 71 16 0 1 0 22180306 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18204/statm: 4217 1113 409 3 0 796 0
[pid=18227] ppid=18204 vsize=5356 CPUtime=0
/proc/18227/stat : 18227 (sh) S 18204 18204 18083 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22191766 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18227/statm: 1339 232 193 169 0 50 0
[pid=18228] ppid=18227 vsize=121472 CPUtime=405.66
/proc/18228/stat : 18228 (minisat) R 18227 18204 18083 0 -1 4194304 29763 0 0 0 40542 24 0 0 25 0 1 0 22191767 124387328 29749 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18228/statm: 30368 29749 76 150 0 30215 0
Current children cumulated CPU time (s) 519.57
Current children cumulated vsize (KiB) 143696

[startup+582.303 s]
/proc/loadavg: 2.00 1.97 2.00 3/78 18228
/proc/meminfo: memFree=1638888/2055920 swapFree=4192812/4192956
[pid=18204] ppid=18202 vsize=16868 CPUtime=113.91
/proc/18204/stat : 18204 (sugar) S 18202 18204 18083 0 -1 4194304 1376 39277 0 2 6 1 11313 71 16 0 1 0 22180306 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18204/statm: 4217 1113 409 3 0 796 0
[pid=18227] ppid=18204 vsize=5356 CPUtime=0
/proc/18227/stat : 18227 (sh) S 18204 18204 18083 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22191766 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18227/statm: 1339 232 193 169 0 50 0
[pid=18228] ppid=18227 vsize=121472 CPUtime=465.36
/proc/18228/stat : 18228 (minisat) R 18227 18204 18083 0 -1 4194304 29773 0 0 0 46512 24 0 0 25 0 1 0 22191767 124387328 29759 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18228/statm: 30368 29759 76 150 0 30215 0
Current children cumulated CPU time (s) 579.27
Current children cumulated vsize (KiB) 143696

[startup+642.302 s]
/proc/loadavg: 2.00 1.97 2.00 3/78 18228
/proc/meminfo: memFree=1638824/2055920 swapFree=4192812/4192956
[pid=18204] ppid=18202 vsize=16868 CPUtime=113.91
/proc/18204/stat : 18204 (sugar) S 18202 18204 18083 0 -1 4194304 1376 39277 0 2 6 1 11313 71 16 0 1 0 22180306 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18204/statm: 4217 1113 409 3 0 796 0
[pid=18227] ppid=18204 vsize=5356 CPUtime=0
/proc/18227/stat : 18227 (sh) S 18204 18204 18083 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22191766 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18227/statm: 1339 232 193 169 0 50 0
[pid=18228] ppid=18227 vsize=121472 CPUtime=525.07
/proc/18228/stat : 18228 (minisat) R 18227 18204 18083 0 -1 4194304 29779 0 0 0 52483 24 0 0 25 0 1 0 22191767 124387328 29765 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18228/statm: 30368 29765 76 150 0 30215 0
Current children cumulated CPU time (s) 638.98
Current children cumulated vsize (KiB) 143696

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

[startup+652.702 s]
/proc/loadavg: 2.00 1.97 2.00 3/78 18228
/proc/meminfo: memFree=1638760/2055920 swapFree=4192812/4192956
[pid=18204] ppid=18202 vsize=16868 CPUtime=113.91
/proc/18204/stat : 18204 (sugar) S 18202 18204 18083 0 -1 4194304 1376 39277 0 2 6 1 11313 71 16 0 1 0 22180306 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18204/statm: 4217 1113 409 3 0 796 0
[pid=18227] ppid=18204 vsize=5356 CPUtime=0
/proc/18227/stat : 18227 (sh) S 18204 18204 18083 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22191766 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18227/statm: 1339 232 193 169 0 50 0
[pid=18228] ppid=18227 vsize=121472 CPUtime=535.42
/proc/18228/stat : 18228 (minisat) R 18227 18204 18083 0 -1 4194304 29780 0 0 0 53518 24 0 0 25 0 1 0 22191767 124387328 29766 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18228/statm: 30368 29766 76 150 0 30215 0
Current children cumulated CPU time (s) 649.33
Current children cumulated vsize (KiB) 143696

[startup+665.507 s]
/proc/loadavg: 2.00 1.97 2.00 3/78 18228
/proc/meminfo: memFree=1638760/2055920 swapFree=4192812/4192956
[pid=18204] ppid=18202 vsize=16868 CPUtime=113.91
/proc/18204/stat : 18204 (sugar) S 18202 18204 18083 0 -1 4194304 1376 39277 0 2 6 1 11313 71 16 0 1 0 22180306 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18204/statm: 4217 1113 409 3 0 796 0
[pid=18227] ppid=18204 vsize=5356 CPUtime=0
/proc/18227/stat : 18227 (sh) S 18204 18204 18083 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22191766 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18227/statm: 1339 232 193 169 0 50 0
[pid=18228] ppid=18227 vsize=121472 CPUtime=548.16
/proc/18228/stat : 18228 (minisat) R 18227 18204 18083 0 -1 4194304 29785 0 0 0 54792 24 0 0 25 0 1 0 22191767 124387328 29771 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18228/statm: 30368 29771 76 150 0 30215 0
Current children cumulated CPU time (s) 662.07
Current children cumulated vsize (KiB) 143696

[startup+671.901 s]
/proc/loadavg: 2.00 1.97 2.00 3/78 18228
/proc/meminfo: memFree=1638760/2055920 swapFree=4192812/4192956
[pid=18204] ppid=18202 vsize=16868 CPUtime=113.91
/proc/18204/stat : 18204 (sugar) S 18202 18204 18083 0 -1 4194304 1376 39277 0 2 6 1 11313 71 16 0 1 0 22180306 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18204/statm: 4217 1113 409 3 0 796 0
[pid=18227] ppid=18204 vsize=5356 CPUtime=0
/proc/18227/stat : 18227 (sh) S 18204 18204 18083 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22191766 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18227/statm: 1339 232 193 169 0 50 0
[pid=18228] ppid=18227 vsize=121472 CPUtime=554.52
/proc/18228/stat : 18228 (minisat) R 18227 18204 18083 0 -1 4194304 29787 0 0 0 55428 24 0 0 25 0 1 0 22191767 124387328 29773 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18228/statm: 30368 29773 76 150 0 30215 0
Current children cumulated CPU time (s) 668.43
Current children cumulated vsize (KiB) 143696

[startup+673.502 s]
/proc/loadavg: 2.00 1.97 2.00 3/78 18228
/proc/meminfo: memFree=1638760/2055920 swapFree=4192812/4192956
[pid=18204] ppid=18202 vsize=16868 CPUtime=113.91
/proc/18204/stat : 18204 (sugar) S 18202 18204 18083 0 -1 4194304 1376 39277 0 2 6 1 11313 71 16 0 1 0 22180306 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18204/statm: 4217 1113 409 3 0 796 0
[pid=18227] ppid=18204 vsize=5356 CPUtime=0
/proc/18227/stat : 18227 (sh) S 18204 18204 18083 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22191766 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18227/statm: 1339 232 193 169 0 50 0
[pid=18228] ppid=18227 vsize=121472 CPUtime=556.12
/proc/18228/stat : 18228 (minisat) R 18227 18204 18083 0 -1 4194304 29787 0 0 0 55588 24 0 0 25 0 1 0 22191767 124387328 29773 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18228/statm: 30368 29773 76 150 0 30215 0
Current children cumulated CPU time (s) 670.03
Current children cumulated vsize (KiB) 143696

[startup+674.307 s]
/proc/loadavg: 2.00 1.97 2.00 3/78 18228
/proc/meminfo: memFree=1638760/2055920 swapFree=4192812/4192956
[pid=18204] ppid=18202 vsize=16868 CPUtime=113.91
/proc/18204/stat : 18204 (sugar) S 18202 18204 18083 0 -1 4194304 1376 39277 0 2 6 1 11313 71 16 0 1 0 22180306 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18204/statm: 4217 1113 409 3 0 796 0
[pid=18227] ppid=18204 vsize=5356 CPUtime=0
/proc/18227/stat : 18227 (sh) S 18204 18204 18083 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22191766 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18227/statm: 1339 232 193 169 0 50 0
[pid=18228] ppid=18227 vsize=121472 CPUtime=556.91
/proc/18228/stat : 18228 (minisat) R 18227 18204 18083 0 -1 4194304 29787 0 0 0 55667 24 0 0 25 0 1 0 22191767 124387328 29773 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18228/statm: 30368 29773 76 150 0 30215 0
Current children cumulated CPU time (s) 670.82
Current children cumulated vsize (KiB) 143696

[startup+674.702 s]
/proc/loadavg: 2.00 1.97 2.00 3/78 18228
/proc/meminfo: memFree=1638760/2055920 swapFree=4192812/4192956
[pid=18204] ppid=18202 vsize=16868 CPUtime=113.91
/proc/18204/stat : 18204 (sugar) S 18202 18204 18083 0 -1 4194304 1376 39277 0 2 6 1 11313 71 16 0 1 0 22180306 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18204/statm: 4217 1113 409 3 0 796 0
[pid=18227] ppid=18204 vsize=5356 CPUtime=0
/proc/18227/stat : 18227 (sh) S 18204 18204 18083 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22191766 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18227/statm: 1339 232 193 169 0 50 0
[pid=18228] ppid=18227 vsize=121472 CPUtime=557.31
/proc/18228/stat : 18228 (minisat) R 18227 18204 18083 0 -1 4194304 29787 0 0 0 55707 24 0 0 25 0 1 0 22191767 124387328 29773 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18228/statm: 30368 29773 76 150 0 30215 0
Current children cumulated CPU time (s) 671.22
Current children cumulated vsize (KiB) 143696

[startup+674.902 s]
/proc/loadavg: 2.00 1.97 2.00 3/78 18228
/proc/meminfo: memFree=1638760/2055920 swapFree=4192812/4192956
[pid=18204] ppid=18202 vsize=16868 CPUtime=671.38
/proc/18204/stat : 18204 (sugar) S 18202 18204 18083 0 -1 4194304 1430 69358 0 2 6 2 67032 98 16 0 1 0 22180306 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18204/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 671.38
Current children cumulated vsize (KiB) 16868

[startup+675.002 s]
/proc/loadavg: 2.00 1.97 2.00 3/78 18228
/proc/meminfo: memFree=1638760/2055920 swapFree=4192812/4192956
[pid=18204] ppid=18202 vsize=16868 CPUtime=671.38
/proc/18204/stat : 18204 (sugar) S 18202 18204 18083 0 -1 4194304 1449 69358 0 2 6 2 67032 98 15 0 1 0 22180306 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18204/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 671.38
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 675.036
CPU time (s): 671.559
CPU user time (s): 670.487
CPU system time (s): 1.07184
CPU usage (%): 99.4849
Max. virtual memory (cumulated for all children) (KiB): 891820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 670.487
system time used= 1.07184
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74652
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14638
involuntary context switches= 22119

runsolver used 0.84887 second user time and 2.23566 second system time

The end

Launcher Data

Begin job on node86 at 2009-07-12 00:25:50
IDJOB=2070169
IDBENCH=55144
IDSOLVER=739
FILE ID=node86/2070169-1247351150
PBS_JOBID= 9506955
Free space on /tmp= 66284 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg12-12_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-2070169-1247351150/watcher-2070169-1247351150 -o /tmp/evaluation-result-2070169-1247351150/solver-2070169-1247351150 -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-2070169-1247351150.xml

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

MD5SUM BENCH= 37a9ab0d929050d63648371c39c81998
RANDOM SEED=1036971605

node86.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.265
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.265
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1829272 kB
Buffers:         10016 kB
Cached:         110140 kB
SwapCached:          0 kB
Active:         152596 kB
Inactive:        27196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1829272 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1856 kB
Writeback:           0 kB
Mapped:          70704 kB
Slab:            31960 kB
Committed_AS:   192600 kB
PageTables:       2008 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= 66280 MiB
End job on node86 at 2009-07-12 00:37:05