Trace number 1110483

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO)12 3600.17 3620.58

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg10-14_ext.xml
MD5SUM2266fcf4147c2bc9f044c25c6adc6248
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints12
Best CPU time to get the best result obtained on this benchmark3600.04
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of constraints24
Maximum constraint arity14
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 (download as text)

0.06/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.06/0.08	c 0	BEGIN Sat Jul 12 03:14:31 2008
0.06/0.08	c 0	PID 14180
0.06/0.08	c 0	HOST node5.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1110483-1215825271.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110483-1215825271.xml' 'HOME/temp.csp'
0.07/0.51	c 0	1 domains, 140 variables, 0 predicates, 2 relations, 24 constraints
0.07/0.55	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.55	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.49/0.63	c 0	Parsing HOME/temp.csp
0.49/0.79	c 1	parsed 167 expressions
0.49/0.80	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.49/0.80	c 1	MAX CSP: 24 constraints
0.49/0.80	c 1	Converting to clausal form CSP
0.49/0.82	c 1	converted 20 (10%) expressions
0.49/0.82	c 1	converted 39 (20%) expressions
0.49/0.82	c 1	converted 59 (30%) expressions
0.49/0.82	c 1	converted 78 (40%) expressions
0.49/0.82	c 1	converted 97 (50%) expressions
0.49/0.82	c 1	converted 117 (60%) expressions
0.49/0.82	c 1	converted 136 (70%) expressions
1.21/1.37	c 1	converted 156 (80%) expressions
2.00/2.20	c 2	converted 175 (90%) expressions
2.20/2.36	c 2	converted 194 (100%) expressions
2.20/2.36	c 2	CSP : 188 integers, 0 booleans, 71 clauses, largest domain size 37
2.20/2.36	c 2	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.20/2.36	c 2	Propagation in CSP
2.20/2.38	c 2	22 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.20/2.38	c 2	CSP : 188 integers, 0 booleans, 71 clauses, largest domain size 26
2.20/2.38	c 2	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.20/2.38	c 2	Simplifing CSP by introducing new Boolean variables
2.20/2.38	c 2	CSP : 188 integers, 0 booleans, 71 clauses, largest domain size 26
2.20/2.38	c 2	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.39/2.59	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.49/2.61	c 2	19 (10%) CSP integer variables are encoded (456 clauses, 4872 bytes)
2.49/2.61	c 2	38 (20%) CSP integer variables are encoded (912 clauses, 9888 bytes)
2.49/2.61	c 2	57 (30%) CSP integer variables are encoded (1368 clauses, 15721 bytes)
2.49/2.61	c 2	76 (40%) CSP integer variables are encoded (1824 clauses, 21649 bytes)
2.49/2.61	c 2	94 (50%) CSP integer variables are encoded (2256 clauses, 27265 bytes)
2.49/2.62	c 2	113 (60%) CSP integer variables are encoded (2712 clauses, 33193 bytes)
2.49/2.62	c 2	132 (70%) CSP integer variables are encoded (3168 clauses, 39121 bytes)
2.49/2.62	c 2	151 (80%) CSP integer variables are encoded (3360 clauses, 41617 bytes)
2.49/2.62	c 2	170 (90%) CSP integer variables are encoded (3433 clauses, 42566 bytes)
2.49/2.62	c 2	188 (100%) CSP integer variables are encoded (3523 clauses, 43736 bytes)
112.31/113.55	c 113	8 (10%) CSP clauses are encoded (481275 clauses, 35687344 bytes)
195.18/197.21	c 197	15 (20%) CSP clauses are encoded (853654 clauses, 64076396 bytes)
203.20/205.31	c 205	22 (30%) CSP clauses are encoded (952109 clauses, 73382330 bytes)
205.38/207.56	c 207	29 (40%) CSP clauses are encoded (980410 clauses, 76175231 bytes)
205.38/207.57	c 207	36 (50%) CSP clauses are encoded (980685 clauses, 76179803 bytes)
205.38/207.57	c 207	43 (60%) CSP clauses are encoded (980712 clauses, 76180210 bytes)
205.38/207.57	c 207	50 (70%) CSP clauses are encoded (981059 clauses, 76186224 bytes)
205.38/207.57	c 207	57 (80%) CSP clauses are encoded (981100 clauses, 76186866 bytes)
205.38/207.57	c 207	64 (90%) CSP clauses are encoded (981137 clauses, 76187436 bytes)
205.38/207.57	c 207	71 (100%) CSP clauses are encoded (981285 clauses, 76189865 bytes)
205.38/207.57	c 207	71 CSP clauses encoded
205.38/207.57	c 207	Writing map file : HOME/temp.map
205.38/207.58	c 207	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
205.38/207.58	c 207	SAT : 3711 SAT variables, 981285 SAT clauses, 76189865 bytes
205.38/207.58	c 207	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
205.46/207.61	c 207	OBJECTIVE minimize _COST
205.46/207.61	c 207	SOLVING HOME/temp.cnf
205.46/207.61	c 207	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
205.46/207.61	c 207	This is MiniSat 2.0 beta incremental
205.46/207.61	c 207	WARNING: for repeatability, setting FPU to use double precision
205.46/207.61	c 207	============================[ Problem Statistics ]=============================
205.46/207.61	c 207	|                                                                             |
205.46/207.61	c 207	|  Number of variables:  3711                                                 |
205.46/207.61	c 207	|  Number of clauses:    981285                                               |
206.96/209.19	c 209	|  Parsing time:         1.40         s                                       |
207.06/209.27	c 209	OK
207.06/209.27	c 209	OBJECTIVE BOUND: 0 <= _COST <= 
207.06/209.27	c 209	SEARCHING: _COST <= 12
207.06/209.27	c 209	============================[ Search Statistics ]==============================
207.06/209.27	c 209	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
207.06/209.27	c 209	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
207.06/209.27	c 209	===============================================================================
207.06/209.27	c 209	|         0 |    3711   981285 14415036 |   327095        0    nan |  0.000 % |
207.15/209.30	c 209	|       100 |    3711   981285 14415036 |   359804      100      5 |  0.000 % |
207.15/209.38	c 209	|       251 |    3711   981285 14415036 |   395784      251      6 |  0.000 % |
207.35/209.52	c 209	|       476 |    3711   981285 14415036 |   435363      476      7 |  0.000 % |
207.35/209.57	c 209	|       813 |    3711   981285 14415036 |   478899      813      7 |  0.000 % |
207.45/209.62	c 209	|      1323 |    3711   981285 14415036 |   526789     1323      8 |  0.000 % |
207.75/209.90	c 210	|      2082 |    3711   981285 14415036 |   579468     2082      8 |  0.000 % |
207.95/210.16	c 210	|      3222 |    3711   981285 14415036 |   637415     3222      9 |  0.000 % |
208.34/210.58	c 210	|      4932 |    3711   981285 14415036 |   701157     4932      9 |  0.000 % |
208.73/210.91	c 211	|      7495 |    3711   981285 14415036 |   771272     7495      9 |  0.000 % |
209.43/211.65	c 211	|     11341 |    3711   981285 14415036 |   848400    11341      9 |  0.000 % |
210.64/212.80	c 213	|     17107 |    3711   981285 14415036 |   933240    17107     10 |  0.000 % |
212.81/215.06	c 215	|     25756 |    3711   981285 14415036 |  1026564    25756     10 |  0.000 % |
216.28/218.55	c 218	|     38731 |    3711   981285 14415036 |  1129220    38731     11 |  0.000 % |
222.63/224.97	c 225	|     58192 |    3711   981285 14415036 |  1242142    58192     11 |  0.000 % |
230.36/232.76	c 233	|     87385 |    3711   981285 14415036 |  1366356    87385     12 |  0.000 % |
259.20/261.83	c 262	|    131178 |    3711   981285 14415036 |  1502992   131178     14 |  0.000 % |
292.20/295.11	c 295	|    196863 |    3711   981285 14415036 |  1653291   196863     14 |  0.000 % |
480.26/484.84	c 485	|    295390 |    3711   981285 14415036 |  1818621   295390     17 |  0.000 % |
685.38/691.70	c 691	|    443181 |    3711   981285 14415036 |  2000483   443181     19 |  0.000 % |
948.89/957.50	c 957	===============================================================================
948.89/957.50	c 957	restarts              : 20
948.89/957.50	c 957	conflicts             : 614444        (827 /sec)
948.89/957.50	c 957	decisions             : 859106        (1.50 % random) (1156 /sec)
948.89/957.50	c 957	propagations          : 41216467       (55471 /sec)
948.89/957.51	c 957	conflict literals     : 11668278       (26.87 % deleted)
948.89/957.51	c 957	Memory used           : 169.93 MB
948.89/957.51	c 957	CPU time              : 743.025 s
948.89/957.51	c 957	
948.89/957.51	c 957	SATISFIABLE
948.89/957.51	c 957	OK
948.89/957.51	c 957	FOUND: _COST <= 12
948.89/957.51	s SATISFIABLE
948.89/957.51	c 957	DECODING HOME/temp.out WITH HOME/temp.map
948.89/957.51	c 957	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
948.89/957.59	c 957	Decoding HOME/temp.out
948.90/957.65	c 957	OBJECTIVE _COST 12
948.90/957.65	o 12
948.90/957.66	v 14 25 24 25 25 8 18 2 25 18 2 1 20 0 15 17 14 13 20 13 2 8 0 19 8 14 13 18 15 25 20 25 25 19 7 13 25 17 13 3 7 19 14 25 13 25 25 17 14 2 25 20 2 24 0 17 18 25 6 25 25 0 11 8 25 2 8 6 15 14 8 25 18 25 25 18 0 13 25 19 13 20 15 13 19 25 19 25 25 19 18 13 25 20 13 0 8 0 8 25 14 25 25 0 19 0 25 17 0 17 4 20 14 25 22 25 25 19 8 19 25 0 19 3 18 19 13 14 13 18 15 4 2 8 0 11 8 18 19 18
948.90/957.66	c 957	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
949.25/957.99	c 958	OK
949.25/957.99	c 958	OBJECTIVE BOUND: 0 <= _COST <= 12
949.25/957.99	c 958	SEARCHING: _COST <= 6
949.25/957.99	c 958	============================[ Search Statistics ]==============================
949.25/957.99	c 958	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
949.25/957.99	c 958	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
949.25/957.99	c 958	===============================================================================
949.25/957.99	c 958	|    614444 |    3651   980860 14413929 |   326953   614444     19 |  0.000 % |
954.50/963.29	c 963	|    614545 |    3651   980860 14413929 |   359648    34694     16 |  1.617 % |
954.60/963.32	c 963	|    614697 |    3651   980860 14413929 |   395613    34846     16 |  1.617 % |
954.70/963.40	c 963	|    614922 |    3651   980860 14413929 |   435174    35071     16 |  1.617 % |
954.90/963.67	c 963	|    615260 |    3651   980860 14413929 |   478692    35409     16 |  1.617 % |
955.39/964.12	c 964	|    615767 |    3651   980860 14413929 |   526561    35916     16 |  1.617 % |
955.89/964.68	c 964	|    616526 |    3651   980860 14413929 |   579217    36675     16 |  1.617 % |
956.18/964.98	c 965	|    617665 |    3651   980860 14413929 |   637139    37814     15 |  1.617 % |
957.47/966.24	c 966	|    619373 |    3651   980860 14413929 |   700853    39522     15 |  1.617 % |
958.36/967.12	c 967	|    621936 |    3651   980860 14413929 |   770938    42085     15 |  1.617 % |
960.84/969.64	c 969	|    625780 |    3651   980860 14413929 |   848032    45929     15 |  1.617 % |
962.62/971.45	c 971	|    631546 |    3651   980860 14413929 |   932836    51695     14 |  1.617 % |
967.28/976.12	c 976	|    640196 |    3651   980860 14413929 |  1026119    60345     14 |  1.617 % |
976.99/985.99	c 986	|    653170 |    3651   980860 14413929 |  1128731    73319     14 |  1.617 % |
989.39/998.43	c 998	|    672631 |    3651   980860 14413929 |  1241604    92780     14 |  1.617 % |
1013.28/1022.57	c 1022	|    701824 |    3651   980860 14413929 |  1365765   121973     15 |  1.617 % |
1050.86/1060.47	c 1060	|    745614 |    3651   980860 14413929 |  1502341   165763     16 |  1.617 % |
1125.89/1136.13	c 1136	|    811298 |    3651   980860 14413929 |  1652575   231447     16 |  1.617 % |
1352.59/1364.86	c 1365	|    909825 |    3651   980860 14413929 |  1817833   329974     19 |  1.617 % |
1776.22/1792.19	c 1792	|   1057615 |    3651   980860 14413929 |  1999616   477764     20 |  1.617 % |
2398.64/2416.45	c 2416	|   1279301 |    3651   980860 14413929 |  2199578   699450     21 |  1.617 % |
3600.08/3620.51	c ERROR INTERRUPTED
3600.08/3620.58	c 3620	CPU 3598.54 (0.06 0.02 3598.48 1.56)
3600.08/3620.58	c 3620	END Sat Jul 12 04:14:51 2008

Verifier Data (download as text)

OK	12	12
12 unsatisfied constraints, 12 satisfied constraints

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1110483-1215825271/watcher-1110483-1215825271 -o /tmp/evaluation-result-1110483-1215825271/solver-1110483-1215825271 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1110483-1215825271.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 2.06 4/80 14180
/proc/meminfo: memFree=1898392/2055920 swapFree=4181128/4192956
[pid=14180] ppid=14178 vsize=12268 CPUtime=0
/proc/14180/stat : 14180 (sugar++) R 14178 14180 13116 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 39230378 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 226913647205 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/14180/statm: 3067 316 241 3 0 167 0

[startup+0.0762361 s]
/proc/loadavg: 1.92 1.98 2.06 4/80 14180
/proc/meminfo: memFree=1898392/2055920 swapFree=4181128/4192956
[pid=14180] ppid=14178 vsize=16608 CPUtime=0.06
/proc/14180/stat : 14180 (sugar++) R 14178 14180 13116 0 -1 4194304 1079 0 0 0 5 1 0 0 18 0 1 0 39230378 17006592 1047 996147200 4194304 4206940 548682068528 18446744073709551615 226931021987 0 0 4224 0 0 0 0 17 1 0 0
/proc/14180/statm: 4152 1047 380 3 0 731 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16608

[startup+0.10143 s]
/proc/loadavg: 1.92 1.98 2.06 4/80 14180
/proc/meminfo: memFree=1898392/2055920 swapFree=4181128/4192956
[pid=14180] ppid=14178 vsize=16740 CPUtime=0.07
/proc/14180/stat : 14180 (sugar++) S 14178 14180 13116 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 39230378 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14180/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301257 s]
/proc/loadavg: 1.92 1.98 2.06 4/80 14180
/proc/meminfo: memFree=1898392/2055920 swapFree=4181128/4192956
[pid=14180] ppid=14178 vsize=16740 CPUtime=0.07
/proc/14180/stat : 14180 (sugar++) S 14178 14180 13116 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 39230378 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14180/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701304 s]
/proc/loadavg: 1.92 1.98 2.06 4/80 14180
/proc/meminfo: memFree=1898392/2055920 swapFree=4181128/4192956
[pid=14180] ppid=14178 vsize=16740 CPUtime=0.49
/proc/14180/stat : 14180 (sugar++) S 14178 14180 13116 0 -1 4194304 1296 4900 0 1 5 2 39 3 16 0 1 0 39230378 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14180/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 16740

[startup+1.5024 s]
/proc/loadavg: 1.92 1.98 2.06 3/91 14202
/proc/meminfo: memFree=1881728/2055920 swapFree=4181128/4192956
[pid=14180] ppid=14178 vsize=16740 CPUtime=0.49
/proc/14180/stat : 14180 (sugar++) S 14178 14180 13116 0 -1 4194304 1296 4900 0 1 5 2 39 3 15 0 1 0 39230378 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14180/statm: 4185 1104 409 3 0 764 0
[pid=14193] ppid=14180 vsize=5356 CPUtime=0
/proc/14193/stat : 14193 (sh) S 14180 14180 13116 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39230434 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14193/statm: 1339 233 193 169 0 50 0
[pid=14194] ppid=14193 vsize=864392 CPUtime=0.92
/proc/14194/stat : 14194 (java) S 14193 14180 13116 0 -1 0 11010 0 1 0 87 5 0 0 18 0 9 0 39230434 885137408 10202 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14194/statm: 216098 10202 2540 9 0 210673 0
[pid=14194/tid=14195] ppid=14193 vsize=864392 CPUtime=0.41
/proc/14194/task/14195/stat : 14195 (java) R 14193 14180 13116 0 -1 64 2771 0 1 0 40 1 0 0 22 0 9 0 39230435 885137408 10202 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14194/tid=14196] ppid=14193 vsize=864392 CPUtime=0.42
/proc/14194/task/14196/stat : 14196 (java) R 14193 14180 13116 0 -1 64 7215 0 0 0 40 2 0 0 17 0 9 0 39230436 885137408 10202 996147200 134512640 134550740 4294955920 18446744073709551615 102469646 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14194/tid=14197] ppid=14193 vsize=864392 CPUtime=0
/proc/14194/task/14197/stat : 14197 (java) S 14193 14180 13116 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39230437 885137408 10202 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14194/tid=14198] ppid=14193 vsize=864392 CPUtime=0
/proc/14194/task/14198/stat : 14198 (java) S 14193 14180 13116 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39230437 885137408 10202 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14194/tid=14199] ppid=14193 vsize=864392 CPUtime=0
/proc/14194/task/14199/stat : 14199 (java) S 14193 14180 13116 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 39230439 885137408 10202 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14194/tid=14200] ppid=14193 vsize=864392 CPUtime=0.06
/proc/14194/task/14200/stat : 14200 (java) S 14193 14180 13116 0 -1 64 331 0 0 0 6 0 0 0 16 0 9 0 39230439 885137408 10202 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14194/tid=14201] ppid=14193 vsize=864392 CPUtime=0
/proc/14194/task/14201/stat : 14201 (java) S 14193 14180 13116 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 39230439 885137408 10202 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14194/tid=14202] ppid=14193 vsize=864392 CPUtime=0
/proc/14194/task/14202/stat : 14202 (java) S 14193 14180 13116 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 39230439 885137408 10202 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886488

[startup+3.10258 s]
/proc/loadavg: 1.92 1.98 2.06 4/91 14202
/proc/meminfo: memFree=1846464/2055920 swapFree=4181128/4192956
[pid=14180] ppid=14178 vsize=16740 CPUtime=0.49
/proc/14180/stat : 14180 (sugar++) S 14178 14180 13116 0 -1 4194304 1297 4900 0 1 5 2 39 3 15 0 1 0 39230378 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14180/statm: 4185 1104 409 3 0 764 0
[pid=14193] ppid=14180 vsize=5356 CPUtime=0
/proc/14193/stat : 14193 (sh) S 14180 14180 13116 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39230434 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14193/statm: 1339 233 193 169 0 50 0
[pid=14194] ppid=14193 vsize=864288 CPUtime=2.5
/proc/14194/stat : 14194 (java) S 14193 14180 13116 0 -1 0 18279 0 1 0 241 9 0 0 18 0 9 0 39230434 885030912 17361 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14194/statm: 216072 17361 2565 9 0 210619 0
[pid=14194/tid=14195] ppid=14193 vsize=864288 CPUtime=1.1
/proc/14194/task/14195/stat : 14195 (java) R 14193 14180 13116 0 -1 64 3343 0 1 0 108 2 0 0 21 0 9 0 39230435 885030912 17361 996147200 134512640 134550740 4294955920 18446744073709551615 4126619055 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14194/tid=14196] ppid=14193 vsize=864288 CPUtime=1.27
/proc/14194/task/14196/stat : 14196 (java) S 14193 14180 13116 0 -1 64 13887 0 0 0 121 6 0 0 16 0 9 0 39230436 885030912 17361 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14194/tid=14197] ppid=14193 vsize=864288 CPUtime=0
/proc/14194/task/14197/stat : 14197 (java) S 14193 14180 13116 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39230437 885030912 17361 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14194/tid=14198] ppid=14193 vsize=864288 CPUtime=0
/proc/14194/task/14198/stat : 14198 (java) S 14193 14180 13116 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39230437 885030912 17361 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14194/tid=14199] ppid=14193 vsize=864288 CPUtime=0
/proc/14194/task/14199/stat : 14199 (java) S 14193 14180 13116 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 39230439 885030912 17361 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14194/tid=14200] ppid=14193 vsize=864288 CPUtime=0.1
/proc/14194/task/14200/stat : 14200 (java) S 14193 14180 13116 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 39230439 885030912 17361 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14194/tid=14201] ppid=14193 vsize=864288 CPUtime=0
/proc/14194/task/14201/stat : 14201 (java) S 14193 14180 13116 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 39230439 885030912 17361 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14194/tid=14202] ppid=14193 vsize=864288 CPUtime=0
/proc/14194/task/14202/stat : 14202 (java) S 14193 14180 13116 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 39230439 885030912 17361 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886384

[startup+6.30294 s]
/proc/loadavg: 1.93 1.98 2.06 3/91 14202
/proc/meminfo: memFree=1834496/2055920 swapFree=4181128/4192956
[pid=14180] ppid=14178 vsize=16740 CPUtime=0.49
/proc/14180/stat : 14180 (sugar++) S 14178 14180 13116 0 -1 4194304 1297 4900 0 1 5 2 39 3 15 0 1 0 39230378 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14180/statm: 4185 1104 409 3 0 764 0
[pid=14193] ppid=14180 vsize=5356 CPUtime=0
/proc/14193/stat : 14193 (sh) S 14180 14180 13116 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39230434 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14193/statm: 1339 233 193 169 0 50 0
[pid=14194] ppid=14193 vsize=864288 CPUtime=5.67
/proc/14194/stat : 14194 (java) S 14193 14180 13116 0 -1 0 18741 0 1 0 558 9 0 0 18 0 9 0 39230434 885030912 17813 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14194/statm: 216072 17813 2565 9 0 210619 0
[pid=14194/tid=14195] ppid=14193 vsize=864288 CPUtime=4.24
/proc/14194/task/14195/stat : 14195 (java) R 14193 14180 13116 0 -1 64 3353 0 1 0 422 2 0 0 25 0 9 0 39230435 885030912 17813 996147200 134512640 134550740 4294955920 18446744073709551615 4126603814 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14194/tid=14196] ppid=14193 vsize=864288 CPUtime=1.3
/proc/14194/task/14196/stat : 14196 (java) S 14193 14180 13116 0 -1 64 14339 0 0 0 124 6 0 0 16 0 9 0 39230436 885030912 17813 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14194/tid=14197] ppid=14193 vsize=864288 CPUtime=0
/proc/14194/task/14197/stat : 14197 (java) S 14193 14180 13116 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39230437 885030912 17813 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14194/tid=14198] ppid=14193 vsize=864288 CPUtime=0
/proc/14194/task/14198/stat : 14198 (java) S 14193 14180 13116 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39230437 885030912 17813 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14194/tid=14199] ppid=14193 vsize=864288 CPUtime=0
/proc/14194/task/14199/stat : 14199 (java) S 14193 14180 13116 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 39230439 885030912 17813 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14194/tid=14200] ppid=14193 vsize=864288 CPUtime=0.1
/proc/14194/task/14200/stat : 14200 (java) S 14193 14180 13116 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 39230439 885030912 17813 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14194/tid=14201] ppid=14193 vsize=864288 CPUtime=0
/proc/14194/task/14201/stat : 14201 (java) S 14193 14180 13116 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 39230439 885030912 17813 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14194/tid=14202] ppid=14193 vsize=864288 CPUtime=0
/proc/14194/task/14202/stat : 14202 (java) S 14193 14180 13116 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 39230439 885030912 17813 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 886384

[startup+12.7016 s]
/proc/loadavg: 1.93 1.98 2.05 3/91 14202
/proc/meminfo: memFree=1828608/2055920 swapFree=4181128/4192956
[pid=14180] ppid=14178 vsize=16740 CPUtime=0.49
/proc/14180/stat : 14180 (sugar++) S 14178 14180 13116 0 -1 4194304 1297 4900 0 1 5 2 39 3 15 0 1 0 39230378 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14180/statm: 4185 1104 409 3 0 764 0
[pid=14193] ppid=14180 vsize=5356 CPUtime=0
/proc/14193/stat : 14193 (sh) S 14180 14180 13116 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39230434 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14193/statm: 1339 233 193 169 0 50 0
[pid=14194] ppid=14193 vsize=864288 CPUtime=12.01
/proc/14194/stat : 14194 (java) S 14193 14180 13116 0 -1 0 19884 0 1 0 1191 10 0 0 18 0 9 0 39230434 885030912 18934 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14194/statm: 216072 18934 2565 9 0 210619 0
[pid=14194/tid=14195] ppid=14193 vsize=864288 CPUtime=10.52
/proc/14194/task/14195/stat : 14195 (java) R 14193 14180 13116 0 -1 64 3375 0 1 0 1050 2 0 0 25 0 9 0 39230435 885030912 18934 996147200 134512640 134550740 4294955920 18446744073709551615 4126622602 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14194/tid=14196] ppid=14193 vsize=864288 CPUtime=1.35
/proc/14194/task/14196/stat : 14196 (java) S 14193 14180 13116 0 -1 64 15460 0 0 0 129 6 0 0 16 0 9 0 39230436 885030912 18934 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14194/tid=14197] ppid=14193 vsize=864288 CPUtime=0
/proc/14194/task/14197/stat : 14197 (java) S 14193 14180 13116 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39230437 885030912 18934 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14194/tid=14198] ppid=14193 vsize=864288 CPUtime=0
/proc/14194/task/14198/stat : 14198 (java) S 14193 14180 13116 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39230437 885030912 18934 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14194/tid=14199] ppid=14193 vsize=864288 CPUtime=0
/proc/14194/task/14199/stat : 14199 (java) S 14193 14180 13116 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 39230439 885030912 18934 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14194/tid=14200] ppid=14193 vsize=864288 CPUtime=0.1
/proc/14194/task/14200/stat : 14200 (java) S 14193 14180 13116 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 39230439 885030912 18934 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14194/tid=14201] ppid=14193 vsize=864288 CPUtime=0
/proc/14194/task/14201/stat : 14201 (java) S 14193 14180 13116 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 39230439 885030912 18934 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14194/tid=14202] ppid=14193 vsize=864288 CPUtime=0
/proc/14194/task/14202/stat : 14202 (java) S 14193 14180 13116 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 39230439 885030912 18934 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 886384

[startup+25.5021 s]
/proc/loadavg: 1.95 1.98 2.05 3/91 14202
/proc/meminfo: memFree=1816576/2055920 swapFree=4181128/4192956
[pid=14180] ppid=14178 vsize=16740 CPUtime=0.49
/proc/14180/stat : 14180 (sugar++) S 14178 14180 13116 0 -1 4194304 1297 4900 0 1 5 2 39 3 15 0 1 0 39230378 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14180/statm: 4185 1104 409 3 0 764 0
[pid=14193] ppid=14180 vsize=5356 CPUtime=0
/proc/14193/stat : 14193 (sh) S 14180 14180 13116 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39230434 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14193/statm: 1339 233 193 169 0 50 0
[pid=14194] ppid=14193 vsize=864288 CPUtime=24.67
/proc/14194/stat : 14194 (java) S 14193 14180 13116 0 -1 0 22190 0 1 0 2454 13 0 0 18 0 9 0 39230434 885030912 21169 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14194/statm: 216072 21169 2565 9 0 210619 0
[pid=14194/tid=14195] ppid=14193 vsize=864288 CPUtime=23.04
/proc/14194/task/14195/stat : 14195 (java) R 14193 14180 13116 0 -1 64 3446 0 1 0 2299 5 0 0 25 0 9 0 39230435 885030912 21169 996147200 134512640 134550740 4294955920 18446744073709551615 4126095823 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14194/tid=14196] ppid=14193 vsize=864288 CPUtime=1.5
/proc/14194/task/14196/stat : 14196 (java) S 14193 14180 13116 0 -1 64 17691 0 0 0 143 7 0 0 16 0 9 0 39230436 885030912 21169 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14194/tid=14197] ppid=14193 vsize=864288 CPUtime=0
/proc/14194/task/14197/stat : 14197 (java) S 14193 14180 13116 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39230437 885030912 21169 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14194/tid=14198] ppid=14193 vsize=864288 CPUtime=0
/proc/14194/task/14198/stat : 14198 (java) S 14193 14180 13116 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39230437 885030912 21169 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=14205] ppid=14180 vsize=209032 CPUtime=2696.48
/proc/14205/stat : 14205 (minisat-inc) R 14180 14180 13116 0 -1 4194304 51493 0 0 0 269588 60 0 0 25 0 1 0 39251140 214048768 51438 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14205/statm: 52258 51438 80 151 0 52104 0
Current children cumulated CPU time (s) 2902.15
Current children cumulated vsize (KiB) 225772

[startup+2982.3 s]
/proc/loadavg: 2.14 2.12 2.04 3/76 14762
/proc/meminfo: memFree=1439672/2055920 swapFree=4181128/4192956
[pid=14180] ppid=14178 vsize=16740 CPUtime=205.67
/proc/14180/stat : 14180 (sugar++) S 14178 14180 13116 0 -1 4194304 1545 58339 0 3 6 2 20474 85 16 0 1 0 39230378 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14180/statm: 4185 1114 414 3 0 764 0
[pid=14205] ppid=14180 vsize=210644 CPUtime=2756.46
/proc/14205/stat : 14205 (minisat-inc) R 14180 14180 13116 0 -1 4194304 51883 0 0 0 275585 61 0 0 25 0 1 0 39251140 215699456 51828 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14205/statm: 52661 51828 80 151 0 52507 0
Current children cumulated CPU time (s) 2962.13
Current children cumulated vsize (KiB) 227384

[startup+3042.3 s]
/proc/loadavg: 2.09 2.11 2.04 3/76 14762
/proc/meminfo: memFree=1435896/2055920 swapFree=4181128/4192956
[pid=14180] ppid=14178 vsize=16740 CPUtime=205.67
/proc/14180/stat : 14180 (sugar++) S 14178 14180 13116 0 -1 4194304 1545 58339 0 3 6 2 20474 85 16 0 1 0 39230378 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14180/statm: 4185 1114 414 3 0 764 0
[pid=14205] ppid=14180 vsize=212128 CPUtime=2816.44
/proc/14205/stat : 14205 (minisat-inc) R 14180 14180 13116 0 -1 4194304 52269 0 0 0 281582 62 0 0 25 0 1 0 39251140 217219072 52214 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14205/statm: 53032 52214 80 151 0 52878 0
Current children cumulated CPU time (s) 3022.11
Current children cumulated vsize (KiB) 228868

[startup+3102.3 s]
/proc/loadavg: 2.06 2.10 2.04 3/76 14762
/proc/meminfo: memFree=1432504/2055920 swapFree=4181128/4192956
[pid=14180] ppid=14178 vsize=16740 CPUtime=205.67
/proc/14180/stat : 14180 (sugar++) S 14178 14180 13116 0 -1 4194304 1545 58339 0 3 6 2 20474 85 16 0 1 0 39230378 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14180/statm: 4185 1114 414 3 0 764 0
[pid=14205] ppid=14180 vsize=213620 CPUtime=2876.41
/proc/14205/stat : 14205 (minisat-inc) R 14180 14180 13116 0 -1 4194304 52630 0 0 0 287579 62 0 0 25 0 1 0 39251140 218746880 52575 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14205/statm: 53405 52575 80 151 0 53251 0
Current children cumulated CPU time (s) 3082.08
Current children cumulated vsize (KiB) 230360

[startup+3162.3 s]
/proc/loadavg: 2.13 2.11 2.05 3/76 14762
/proc/meminfo: memFree=1428984/2055920 swapFree=4181128/4192956
[pid=14180] ppid=14178 vsize=16740 CPUtime=205.67
/proc/14180/stat : 14180 (sugar++) S 14178 14180 13116 0 -1 4194304 1545 58339 0 3 6 2 20474 85 16 0 1 0 39230378 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14180/statm: 4185 1114 414 3 0 764 0
[pid=14205] ppid=14180 vsize=215120 CPUtime=2936.39
/proc/14205/stat : 14205 (minisat-inc) R 14180 14180 13116 0 -1 4194304 53020 0 0 0 293576 63 0 0 25 0 1 0 39251140 220282880 52965 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 0 0 0
/proc/14205/statm: 53780 52965 80 151 0 53626 0
Current children cumulated CPU time (s) 3142.06
Current children cumulated vsize (KiB) 231860

[startup+3222.3 s]
/proc/loadavg: 2.12 2.10 2.04 3/76 14762
/proc/meminfo: memFree=1424760/2055920 swapFree=4181128/4192956
[pid=14180] ppid=14178 vsize=16740 CPUtime=205.67
/proc/14180/stat : 14180 (sugar++) S 14178 14180 13116 0 -1 4194304 1545 58339 0 3 6 2 20474 85 16 0 1 0 39230378 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14180/statm: 4185 1114 414 3 0 764 0
[pid=14205] ppid=14180 vsize=216572 CPUtime=2996.37
/proc/14205/stat : 14205 (minisat-inc) R 14180 14180 13116 0 -1 4194304 53404 0 0 0 299573 64 0 0 25 0 1 0 39251140 221769728 53349 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14205/statm: 54143 53349 80 151 0 53989 0
Current children cumulated CPU time (s) 3202.04
Current children cumulated vsize (KiB) 233312

[startup+3282.3 s]
/proc/loadavg: 2.11 2.10 2.04 3/76 14762
/proc/meminfo: memFree=1418936/2055920 swapFree=4181128/4192956
[pid=14180] ppid=14178 vsize=16740 CPUtime=205.67
/proc/14180/stat : 14180 (sugar++) S 14178 14180 13116 0 -1 4194304 1545 58339 0 3 6 2 20474 85 16 0 1 0 39230378 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14180/statm: 4185 1114 414 3 0 764 0
[pid=14205] ppid=14180 vsize=217892 CPUtime=3056.34
/proc/14205/stat : 14205 (minisat-inc) R 14180 14180 13116 0 -1 4194304 53753 0 0 0 305570 64 0 0 25 0 1 0 39251140 223121408 53698 996147200 134512640 135134323 4294956192 18446744073709551615 134531888 0 0 4096 3 0 0 0 17 0 0 0
/proc/14205/statm: 54473 53698 80 151 0 54319 0
Current children cumulated CPU time (s) 3262.01
Current children cumulated vsize (KiB) 234632

[startup+3342.3 s]
/proc/loadavg: 2.10 2.09 2.04 3/76 14762
/proc/meminfo: memFree=1414520/2055920 swapFree=4181128/4192956
[pid=14180] ppid=14178 vsize=16740 CPUtime=205.67
/proc/14180/stat : 14180 (sugar++) S 14178 14180 13116 0 -1 4194304 1545 58339 0 3 6 2 20474 85 16 0 1 0 39230378 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14180/statm: 4185 1114 414 3 0 764 0
[pid=14205] ppid=14180 vsize=219756 CPUtime=3116.31
/proc/14205/stat : 14205 (minisat-inc) R 14180 14180 13116 0 -1 4194304 54202 0 0 0 311566 65 0 0 25 0 1 0 39251140 225030144 54147 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 0 0 0
/proc/14205/statm: 54939 54147 80 151 0 54785 0
Current children cumulated CPU time (s) 3321.98
Current children cumulated vsize (KiB) 236496

[startup+3402.31 s]
/proc/loadavg: 2.09 2.09 2.04 3/76 14762
/proc/meminfo: memFree=1410232/2055920 swapFree=4181128/4192956
[pid=14180] ppid=14178 vsize=16740 CPUtime=205.67
/proc/14180/stat : 14180 (sugar++) S 14178 14180 13116 0 -1 4194304 1545 58339 0 3 6 2 20474 85 16 0 1 0 39230378 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14180/statm: 4185 1114 414 3 0 764 0
[pid=14205] ppid=14180 vsize=221188 CPUtime=3176.29
/proc/14205/stat : 14205 (minisat-inc) R 14180 14180 13116 0 -1 4194304 54558 0 0 0 317564 65 0 0 25 0 1 0 39251140 226496512 54503 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 0 0 0
/proc/14205/statm: 55297 54503 80 151 0 55143 0
Current children cumulated CPU time (s) 3381.96
Current children cumulated vsize (KiB) 237928

[startup+3462.3 s]
/proc/loadavg: 2.08 2.08 2.04 3/76 14762
/proc/meminfo: memFree=1405944/2055920 swapFree=4181128/4192956
[pid=14180] ppid=14178 vsize=16740 CPUtime=205.67
/proc/14180/stat : 14180 (sugar++) S 14178 14180 13116 0 -1 4194304 1545 58339 0 3 6 2 20474 85 16 0 1 0 39230378 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14180/statm: 4185 1114 414 3 0 764 0
[pid=14205] ppid=14180 vsize=222376 CPUtime=3236.26
/proc/14205/stat : 14205 (minisat-inc) R 14180 14180 13116 0 -1 4194304 54892 0 0 0 323560 66 0 0 25 0 1 0 39251140 227713024 54837 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14205/statm: 55594 54837 80 151 0 55440 0
Current children cumulated CPU time (s) 3441.93
Current children cumulated vsize (KiB) 239116

[startup+3522.3 s]
/proc/loadavg: 2.08 2.08 2.04 3/76 14762
/proc/meminfo: memFree=1402040/2055920 swapFree=4181128/4192956
[pid=14180] ppid=14178 vsize=16740 CPUtime=205.67
/proc/14180/stat : 14180 (sugar++) S 14178 14180 13116 0 -1 4194304 1545 58339 0 3 6 2 20474 85 16 0 1 0 39230378 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14180/statm: 4185 1114 414 3 0 764 0
[pid=14205] ppid=14180 vsize=223928 CPUtime=3296.23
/proc/14205/stat : 14205 (minisat-inc) R 14180 14180 13116 0 -1 4194304 55222 0 0 0 329557 66 0 0 25 0 1 0 39251140 229302272 55167 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14205/statm: 55982 55167 80 151 0 55828 0
Current children cumulated CPU time (s) 3501.9
Current children cumulated vsize (KiB) 240668

[startup+3582.3 s]
/proc/loadavg: 2.07 2.08 2.04 3/76 14762
/proc/meminfo: memFree=1398136/2055920 swapFree=4181128/4192956
[pid=14180] ppid=14178 vsize=16740 CPUtime=205.67
/proc/14180/stat : 14180 (sugar++) S 14178 14180 13116 0 -1 4194304 1545 58339 0 3 6 2 20474 85 16 0 1 0 39230378 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14180/statm: 4185 1114 414 3 0 764 0
[pid=14205] ppid=14180 vsize=225252 CPUtime=3356.21
/proc/14205/stat : 14205 (minisat-inc) R 14180 14180 13116 0 -1 4194304 55573 0 0 0 335555 66 0 0 25 0 1 0 39251140 230658048 55518 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14205/statm: 56313 55518 80 151 0 56159 0
Current children cumulated CPU time (s) 3561.88
Current children cumulated vsize (KiB) 241992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3620.5 s]
/proc/loadavg: 2.09 2.08 2.04 3/76 14762
/proc/meminfo: memFree=1395704/2055920 swapFree=4181128/4192956
[pid=14180] ppid=14178 vsize=16740 CPUtime=205.67
/proc/14180/stat : 14180 (sugar++) S 14178 14180 13116 0 -1 4194304 1545 58339 0 3 6 2 20474 85 16 0 1 0 39230378 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14180/statm: 4185 1114 414 3 0 764 0
[pid=14205] ppid=14180 vsize=226176 CPUtime=3394.41
/proc/14205/stat : 14205 (minisat-inc) R 14180 14180 13116 0 -1 4194304 55810 0 0 0 339374 67 0 0 25 0 1 0 39251140 231604224 55755 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14205/statm: 56544 55755 80 151 0 56390 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 242916

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+3620.5 s]
/proc/loadavg: 2.09 2.08 2.04 3/76 14762
/proc/meminfo: memFree=1395704/2055920 swapFree=4181128/4192956
[pid=14180] ppid=14178 vsize=16740 CPUtime=205.67
/proc/14180/stat : 14180 (sugar++) S 14178 14180 13116 0 -1 4194304 1545 58339 0 3 6 2 20474 85 16 0 1 0 39230378 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14180/statm: 4185 1114 414 3 0 764 0
[pid=14205] ppid=14180 vsize=226176 CPUtime=3394.41
/proc/14205/stat : 14205 (minisat-inc) R 14180 14180 13116 0 -1 4194304 55810 0 0 0 339374 67 0 0 25 0 1 0 39251140 231604224 55755 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14205/statm: 56544 55755 80 151 0 56390 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 242916

Child status: 0
Real time (s): 3620.58
CPU time (s): 3600.17
CPU user time (s): 3598.55
CPU system time (s): 1.62475
CPU usage (%): 99.4363
Max. virtual memory (cumulated for all children) (KiB): 899268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.55
system time used= 1.62475
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115773
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= 13842
involuntary context switches= 101265

runsolver used 4.11237 second user time and 11.0143 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-12 03:14:31
IDJOB=1110483
IDBENCH=61111
IDSOLVER=367
FILE ID=node5/1110483-1215825271
PBS_JOBID= 7903326
Free space on /tmp= 66532 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg10-14_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1110483-1215825271/watcher-1110483-1215825271 -o /tmp/evaluation-result-1110483-1215825271/solver-1110483-1215825271 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1110483-1215825271.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2266fcf4147c2bc9f044c25c6adc6248
RANDOM SEED=1213783919

node5.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.212
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.212
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:       1898872 kB
Buffers:         12356 kB
Cached:          53008 kB
SwapCached:       5356 kB
Active:          88000 kB
Inactive:        18364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1898872 kB
SwapTotal:     4192956 kB
SwapFree:      4181128 kB
Dirty:             984 kB
Writeback:           0 kB
Mapped:          57480 kB
Slab:            35716 kB
Committed_AS:   949172 kB
PageTables:       1996 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= 66484 MiB
End job on node5 at 2008-07-12 04:14:53