Trace number 1110767

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-inc? (TO) 3600.19 3631.94

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg16-19_ext.xml
MD5SUMef2099be043c5df0fa11e36db9245d5b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints35
Best CPU time to get the best result obtained on this benchmark3600.07
Satisfiable
(Un)Satisfiability was proved
Number of variables304
Number of constraints35
Maximum constraint arity19
Maximum domain size26
Number of constraints which are defined in extension35
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.08	c 0	BEGIN Sat Jul 12 05:50:16 2008
0.05/0.08	c 0	PID 15122
0.05/0.08	c 0	HOST node9.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-1110767-1215834616.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110767-1215834616.xml' 'HOME/temp.csp'
0.07/0.42	c 0	1 domains, 304 variables, 0 predicates, 2 relations, 35 constraints
0.07/0.45	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.45	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.41/0.53	c 0	Parsing HOME/temp.csp
0.41/0.89	c 1	parsed 342 expressions
0.41/0.90	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.41/0.90	c 1	MAX CSP: 35 constraints
0.41/0.90	c 1	Converting to clausal form CSP
0.41/0.93	c 1	converted 38 (10%) expressions
0.41/0.93	c 1	converted 76 (20%) expressions
0.41/0.93	c 1	converted 114 (30%) expressions
0.41/0.93	c 1	converted 152 (40%) expressions
0.41/0.93	c 1	converted 190 (50%) expressions
0.41/0.93	c 1	converted 228 (60%) expressions
0.41/0.93	c 1	converted 266 (70%) expressions
0.41/0.93	c 1	converted 304 (80%) expressions
2.03/2.20	c 2	converted 342 (90%) expressions
2.62/2.78	c 2	converted 380 (100%) expressions
2.62/2.79	c 2	CSP : 374 integers, 0 booleans, 104 clauses, largest domain size 53
2.62/2.79	c 2	Heap : 69 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.62/2.79	c 2	Propagation in CSP
2.72/2.80	c 2	32 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.72/2.80	c 2	CSP : 374 integers, 0 booleans, 104 clauses, largest domain size 36
2.72/2.80	c 2	Heap : 69 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.72/2.80	c 2	Simplifing CSP by introducing new Boolean variables
2.72/2.80	c 2	CSP : 374 integers, 0 booleans, 104 clauses, largest domain size 36
2.72/2.80	c 2	Heap : 69 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.92/3.05	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.92/3.07	c 3	38 (10%) CSP integer variables are encoded (912 clauses, 9888 bytes)
2.92/3.07	c 3	75 (20%) CSP integer variables are encoded (1800 clauses, 21337 bytes)
2.92/3.07	c 3	113 (30%) CSP integer variables are encoded (2712 clauses, 33193 bytes)
2.92/3.07	c 3	150 (40%) CSP integer variables are encoded (3600 clauses, 44737 bytes)
2.92/3.08	c 3	187 (50%) CSP integer variables are encoded (4488 clauses, 56281 bytes)
2.92/3.08	c 3	225 (60%) CSP integer variables are encoded (5400 clauses, 68137 bytes)
2.92/3.08	c 3	262 (70%) CSP integer variables are encoded (6288 clauses, 79681 bytes)
2.92/3.08	c 3	300 (80%) CSP integer variables are encoded (7200 clauses, 91537 bytes)
2.92/3.08	c 3	337 (90%) CSP integer variables are encoded (7296 clauses, 92785 bytes)
2.92/3.08	c 3	374 (100%) CSP integer variables are encoded (7586 clauses, 96555 bytes)
146.70/148.23	c 148	11 (10%) CSP clauses are encoded (643529 clauses, 69343643 bytes)
253.06/255.64	c 255	21 (20%) CSP clauses are encoded (1137303 clauses, 123318651 bytes)
269.18/271.90	c 272	32 (30%) CSP clauses are encoded (1309288 clauses, 144621328 bytes)
273.54/276.32	c 276	42 (40%) CSP clauses are encoded (1356226 clauses, 150447978 bytes)
273.54/276.32	c 276	52 (50%) CSP clauses are encoded (1356326 clauses, 150449600 bytes)
273.54/276.32	c 276	63 (60%) CSP clauses are encoded (1356379 clauses, 150450415 bytes)
273.54/276.33	c 276	73 (70%) CSP clauses are encoded (1356667 clauses, 150455347 bytes)
273.54/276.33	c 276	84 (80%) CSP clauses are encoded (1356752 clauses, 150456715 bytes)
273.54/276.33	c 276	94 (90%) CSP clauses are encoded (1357278 clauses, 150465176 bytes)
273.54/276.33	c 276	104 (100%) CSP clauses are encoded (1358287 clauses, 150482800 bytes)
273.54/276.33	c 276	104 CSP clauses encoded
273.54/276.33	c 276	Writing map file : HOME/temp.map
273.54/276.34	c 276	Heap : 134 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
273.54/276.34	c 276	SAT : 7960 SAT variables, 1358287 SAT clauses, 150482800 bytes
273.54/276.34	c 276	Heap : 134 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
273.54/276.37	c 276	OBJECTIVE minimize _COST
273.54/276.37	c 276	SOLVING HOME/temp.cnf
273.54/276.37	c 276	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
273.54/276.37	c 276	This is MiniSat 2.0 beta incremental
273.54/276.37	c 276	WARNING: for repeatability, setting FPU to use double precision
273.54/276.37	c 276	============================[ Problem Statistics ]=============================
273.54/276.37	c 276	|                                                                             |
273.54/276.38	c 276	|  Number of variables:  7960                                                 |
273.54/276.38	c 276	|  Number of clauses:    1358287                                              |
276.49/279.36	c 279	|  Parsing time:         2.68         s                                       |
276.69/279.51	c 279	OK
276.69/279.51	c 279	OBJECTIVE BOUND: 0 <= _COST <= 
276.69/279.51	c 279	SEARCHING: _COST <= 18
276.69/279.51	c 279	============================[ Search Statistics ]==============================
276.69/279.51	c 279	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
276.69/279.51	c 279	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
276.69/279.51	c 279	===============================================================================
276.69/279.51	c 279	|         0 |    7960  1358287 27685922 |   452762        0    nan |  0.000 % |
276.69/279.57	c 279	|       100 |    7960  1358287 27685922 |   498038      100      8 |  0.000 % |
276.78/279.63	c 279	|       251 |    7960  1358287 27685922 |   547842      251      8 |  0.000 % |
276.88/279.74	c 279	|       478 |    7960  1358287 27685922 |   602626      478      8 |  0.000 % |
277.08/279.91	c 280	|       815 |    7960  1358287 27685922 |   662889      815      8 |  0.000 % |
277.38/280.26	c 280	|      1322 |    7960  1358287 27685922 |   729178     1322      8 |  0.000 % |
277.48/280.34	c 280	|      2082 |    7960  1358287 27685922 |   802096     2082      8 |  0.000 % |
277.58/280.49	c 280	|      3221 |    7960  1358287 27685922 |   882305     3221      9 |  0.000 % |
278.07/280.94	c 281	|      4930 |    7960  1358287 27685922 |   970536     4930      9 |  0.000 % |
278.57/281.40	c 281	|      7493 |    7960  1358287 27685922 |  1067589     7493     10 |  0.000 % |
279.16/282.00	c 282	|     11337 |    7960  1358287 27685922 |  1174348    11337     10 |  0.000 % |
280.36/283.29	c 283	|     17103 |    7960  1358287 27685922 |  1291783    17103     11 |  0.000 % |
282.33/285.26	c 285	|     25752 |    7960  1358287 27685922 |  1420962    25752     11 |  0.000 % |
286.20/289.19	c 289	|     38726 |    7960  1358287 27685922 |  1563058    38726     12 |  0.000 % |
292.14/295.20	c 295	|     58187 |    7960  1358287 27685922 |  1719364    58187     12 |  0.000 % |
299.57/302.67	c 302	|     87379 |    7960  1358287 27685922 |  1891300    87379     11 |  0.000 % |
318.10/321.32	c 321	|    131171 |    7960  1358287 27685922 |  2080430   131171     12 |  0.000 % |
347.04/350.55	c 350	|    196855 |    7960  1358287 27685922 |  2288473   196855     12 |  0.000 % |
393.14/397.06	c 397	|    295384 |    7960  1358287 27685922 |  2517321   295384     13 |  0.000 % |
486.80/491.59	c 491	|    443174 |    7960  1358287 27685922 |  2769053   443174     13 |  0.000 % |
690.58/697.13	c 697	|    664857 |    7960  1358287 27685922 |  3045958   664857     14 |  0.000 % |
1328.33/1340.58	c 1340	|    997382 |    7960  1358287 27685922 |  3350554   997382     16 |  0.000 % |
2872.37/2898.17	c 2898	|   1496170 |    7960  1358287 27685922 |  3685609  1496170     18 |  0.000 % |
3600.01/3631.81	c ERROR INTERRUPTED
3600.01/3631.81	s UNKNOWN
3600.01/3631.91	c 3632	CPU 3597.69 (0.05 0.02 3597.64 2.38)
3600.01/3631.91	c 3632	END Sat Jul 12 06:50:48 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1110767-1215834616/watcher-1110767-1215834616 -o /tmp/evaluation-result-1110767-1215834616/solver-1110767-1215834616 -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-1110767-1215834616.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 1.99 4/80 15122
/proc/meminfo: memFree=1840688/2055920 swapFree=4180380/4192956
[pid=15122] ppid=15120 vsize=18572 CPUtime=0
/proc/15122/stat : 15122 (runsolver) R 15120 15122 14410 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 40164478 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 215418989863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15122/statm: 4643 292 257 25 0 2626 0

[startup+0.069753 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 15122
/proc/meminfo: memFree=1840688/2055920 swapFree=4180380/4192956
[pid=15122] ppid=15120 vsize=16344 CPUtime=0.05
/proc/15122/stat : 15122 (sugar++) R 15120 15122 14410 0 -1 4194304 999 0 0 0 4 1 0 0 18 0 1 0 40164478 16736256 967 996147200 4194304 4206940 548682068528 18446744073709551615 215427879936 0 0 4224 0 0 0 0 17 1 0 0
/proc/15122/statm: 4086 967 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.106211 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 15122
/proc/meminfo: memFree=1840688/2055920 swapFree=4180380/4192956
[pid=15122] ppid=15120 vsize=16740 CPUtime=0.07
/proc/15122/stat : 15122 (sugar++) S 15120 15122 14410 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 40164478 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15122/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301798 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 15122
/proc/meminfo: memFree=1840688/2055920 swapFree=4180380/4192956
[pid=15122] ppid=15120 vsize=16740 CPUtime=0.07
/proc/15122/stat : 15122 (sugar++) S 15120 15122 14410 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 40164478 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15122/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701875 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 15122
/proc/meminfo: memFree=1840688/2055920 swapFree=4180380/4192956
[pid=15122] ppid=15120 vsize=16740 CPUtime=0.41
/proc/15122/stat : 15122 (sugar++) S 15120 15122 14410 0 -1 4194304 1296 4741 0 1 5 2 31 3 16 0 1 0 40164478 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15122/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 16740

[startup+1.50305 s]
/proc/loadavg: 1.92 1.98 1.99 4/91 15144
/proc/meminfo: memFree=1828120/2055920 swapFree=4180380/4192956
[pid=15122] ppid=15120 vsize=16740 CPUtime=0.41
/proc/15122/stat : 15122 (sugar++) S 15120 15122 14410 0 -1 4194304 1296 4741 0 1 5 2 31 3 15 0 1 0 40164478 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15122/statm: 4185 1104 409 3 0 764 0
[pid=15135] ppid=15122 vsize=5356 CPUtime=0
/proc/15135/stat : 15135 (sh) S 15122 15122 14410 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40164524 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15135/statm: 1339 233 193 169 0 50 0
[pid=15136] ppid=15135 vsize=864412 CPUtime=1.02
/proc/15136/stat : 15136 (java) S 15135 15122 14410 0 -1 0 10736 0 1 0 97 5 0 0 18 0 9 0 40164524 885157888 9907 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15136/statm: 216103 9907 2540 9 0 210678 0
[pid=15136/tid=15137] ppid=15135 vsize=864412 CPUtime=0.53
/proc/15136/task/15137/stat : 15137 (java) R 15135 15122 14410 0 -1 64 2788 0 1 0 52 1 0 0 22 0 9 0 40164525 885157888 9907 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15136/tid=15138] ppid=15135 vsize=864412 CPUtime=0.38
/proc/15136/task/15138/stat : 15138 (java) R 15135 15122 14410 0 -1 64 6909 0 0 0 36 2 0 0 17 0 9 0 40164526 885157888 9907 996147200 134512640 134550740 4294955920 18446744073709551615 103765729 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15136/tid=15139] ppid=15135 vsize=864412 CPUtime=0
/proc/15136/task/15139/stat : 15139 (java) S 15135 15122 14410 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40164526 885157888 9907 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15136/tid=15140] ppid=15135 vsize=864412 CPUtime=0
/proc/15136/task/15140/stat : 15140 (java) S 15135 15122 14410 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40164526 885157888 9907 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15136/tid=15141] ppid=15135 vsize=864412 CPUtime=0
/proc/15136/task/15141/stat : 15141 (java) S 15135 15122 14410 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40164528 885157888 9907 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15136/tid=15142] ppid=15135 vsize=864412 CPUtime=0.08
/proc/15136/task/15142/stat : 15142 (java) S 15135 15122 14410 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 40164528 885157888 9907 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15136/tid=15143] ppid=15135 vsize=864412 CPUtime=0
/proc/15136/task/15143/stat : 15143 (java) S 15135 15122 14410 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40164528 885157888 9907 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15136/tid=15144] ppid=15135 vsize=864412 CPUtime=0
/proc/15136/task/15144/stat : 15144 (java) S 15135 15122 14410 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40164528 885157888 9907 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886508

[startup+3.10134 s]
/proc/loadavg: 1.92 1.98 1.99 4/91 15144
/proc/meminfo: memFree=1785944/2055920 swapFree=4180380/4192956
[pid=15122] ppid=15120 vsize=16740 CPUtime=0.41
/proc/15122/stat : 15122 (sugar++) S 15120 15122 14410 0 -1 4194304 1297 4741 0 1 5 2 31 3 15 0 1 0 40164478 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15122/statm: 4185 1104 409 3 0 764 0
[pid=15135] ppid=15122 vsize=5356 CPUtime=0
/proc/15135/stat : 15135 (sh) S 15122 15122 14410 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40164524 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15135/statm: 1339 233 193 169 0 50 0
[pid=15136] ppid=15135 vsize=864312 CPUtime=2.6
/proc/15136/stat : 15136 (java) S 15135 15122 14410 0 -1 0 23236 0 1 0 250 10 0 0 18 0 9 0 40164524 885055488 22268 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15136/statm: 216078 22268 2564 9 0 210625 0
[pid=15136/tid=15137] ppid=15135 vsize=864312 CPUtime=0.89
/proc/15136/task/15137/stat : 15137 (java) R 15135 15122 14410 0 -1 64 3348 0 1 0 88 1 0 0 18 0 9 0 40164525 885055488 22268 996147200 134512640 134550740 4294955920 18446744073709551615 4126657920 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15136/tid=15138] ppid=15135 vsize=864312 CPUtime=1.56
/proc/15136/task/15138/stat : 15138 (java) S 15135 15122 14410 0 -1 64 18834 0 0 0 149 7 0 0 20 0 9 0 40164526 885055488 22268 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15136/tid=15139] ppid=15135 vsize=864312 CPUtime=0
/proc/15136/task/15139/stat : 15139 (java) S 15135 15122 14410 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40164526 885055488 22268 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15136/tid=15140] ppid=15135 vsize=864312 CPUtime=0
/proc/15136/task/15140/stat : 15140 (java) S 15135 15122 14410 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40164526 885055488 22268 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15136/tid=15141] ppid=15135 vsize=864312 CPUtime=0
/proc/15136/task/15141/stat : 15141 (java) S 15135 15122 14410 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40164528 885055488 22268 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15136/tid=15142] ppid=15135 vsize=864312 CPUtime=0.11
/proc/15136/task/15142/stat : 15142 (java) S 15135 15122 14410 0 -1 64 360 0 0 0 11 0 0 0 16 0 9 0 40164528 885055488 22268 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15136/tid=15143] ppid=15135 vsize=864312 CPUtime=0
/proc/15136/task/15143/stat : 15143 (java) S 15135 15122 14410 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40164528 885055488 22268 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15136/tid=15144] ppid=15135 vsize=864312 CPUtime=0
/proc/15136/task/15144/stat : 15144 (java) S 15135 15122 14410 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40164528 885055488 22268 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886408

[startup+6.30295 s]
/proc/loadavg: 2.01 2.00 2.00 3/91 15144
/proc/meminfo: memFree=1751064/2055920 swapFree=4180380/4192956
[pid=15122] ppid=15120 vsize=16740 CPUtime=0.41
/proc/15122/stat : 15122 (sugar++) S 15120 15122 14410 0 -1 4194304 1297 4741 0 1 5 2 31 3 15 0 1 0 40164478 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15122/statm: 4185 1104 409 3 0 764 0
[pid=15135] ppid=15122 vsize=5356 CPUtime=0
/proc/15135/stat : 15135 (sh) S 15122 15122 14410 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40164524 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15135/statm: 1339 233 193 169 0 50 0
[pid=15136] ppid=15135 vsize=864312 CPUtime=5.77
/proc/15136/stat : 15136 (java) S 15135 15122 14410 0 -1 0 24878 0 1 0 566 11 0 0 18 0 9 0 40164524 885055488 23892 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15136/statm: 216078 23892 2565 9 0 210625 0
[pid=15136/tid=15137] ppid=15135 vsize=864312 CPUtime=4.01
/proc/15136/task/15137/stat : 15137 (java) R 15135 15122 14410 0 -1 64 3947 0 1 0 399 2 0 0 25 0 9 0 40164525 885055488 23892 996147200 134512640 134550740 4294955920 18446744073709551615 4126618402 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15136/tid=15138] ppid=15135 vsize=864312 CPUtime=1.6
/proc/15136/task/15138/stat : 15138 (java) S 15135 15122 14410 0 -1 64 19866 0 0 0 153 7 0 0 16 0 9 0 40164526 885055488 23892 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15136/tid=15139] ppid=15135 vsize=864312 CPUtime=0
/proc/15136/task/15139/stat : 15139 (java) S 15135 15122 14410 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40164526 885055488 23892 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15136/tid=15140] ppid=15135 vsize=864312 CPUtime=0
/proc/15136/task/15140/stat : 15140 (java) S 15135 15122 14410 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40164526 885055488 23892 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15136/tid=15141] ppid=15135 vsize=864312 CPUtime=0
/proc/15136/task/15141/stat : 15141 (java) S 15135 15122 14410 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40164528 885055488 23892 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15136/tid=15142] ppid=15135 vsize=864312 CPUtime=0.13
/proc/15136/task/15142/stat : 15142 (java) S 15135 15122 14410 0 -1 64 371 0 0 0 13 0 0 0 16 0 9 0 40164528 885055488 23892 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15136/tid=15143] ppid=15135 vsize=864312 CPUtime=0
/proc/15136/task/15143/stat : 15143 (java) S 15135 15122 14410 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40164528 885055488 23892 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15136/tid=15144] ppid=15135 vsize=864312 CPUtime=0
/proc/15136/task/15144/stat : 15144 (java) S 15135 15122 14410 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40164528 885055488 23892 996147200 134512640 134550740 4294955920 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) 886408

[startup+12.7012 s]
/proc/loadavg: 2.01 2.00 2.00 3/91 15144
/proc/meminfo: memFree=1744536/2055920 swapFree=4180380/4192956
[pid=15122] ppid=15120 vsize=16740 CPUtime=0.41
/proc/15122/stat : 15122 (sugar++) S 15120 15122 14410 0 -1 4194304 1297 4741 0 1 5 2 31 3 15 0 1 0 40164478 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15122/statm: 4185 1104 409 3 0 764 0
[pid=15135] ppid=15122 vsize=5356 CPUtime=0
/proc/15135/stat : 15135 (sh) S 15122 15122 14410 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40164524 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15135/statm: 1339 233 193 169 0 50 0
[pid=15136] ppid=15135 vsize=864312 CPUtime=12.11
/proc/15136/stat : 15136 (java) S 15135 15122 14410 0 -1 0 26776 0 1 0 1199 12 0 0 18 0 9 0 40164524 885055488 25765 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15136/statm: 216078 25765 2565 9 0 210625 0
[pid=15136/tid=15137] ppid=15135 vsize=864312 CPUtime=10.25
/proc/15136/task/15137/stat : 15137 (java) R 15135 15122 14410 0 -1 64 3972 0 1 0 1023 2 0 0 25 0 9 0 40164525 885055488 25765 996147200 134512640 134550740 4294955920 18446744073709551615 4126618951 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15136/tid=15138] ppid=15135 vsize=864312 CPUtime=1.7
/proc/15136/task/15138/stat : 15138 (java) S 15135 15122 14410 0 -1 64 21739 0 0 0 162 8 0 0 16 0 9 0 40164526 885055488 25765 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15136/tid=15139] ppid=15135 vsize=864312 CPUtime=0
/proc/15136/task/15139/stat : 15139 (java) S 15135 15122 14410 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40164526 885055488 25765 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15136/tid=15140] ppid=15135 vsize=864312 CPUtime=0
/proc/15136/task/15140/stat : 15140 (java) S 15135 15122 14410 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40164526 885055488 25765 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15136/tid=15141] ppid=15135 vsize=864312 CPUtime=0
/proc/15136/task/15141/stat : 15141 (java) S 15135 15122 14410 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40164528 885055488 25765 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15136/tid=15142] ppid=15135 vsize=864312 CPUtime=0.13
/proc/15136/task/15142/stat : 15142 (java) S 15135 15122 14410 0 -1 64 371 0 0 0 13 0 0 0 16 0 9 0 40164528 885055488 25765 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15136/tid=15143] ppid=15135 vsize=864312 CPUtime=0
/proc/15136/task/15143/stat : 15143 (java) S 15135 15122 14410 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40164528 885055488 25765 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15136/tid=15144] ppid=15135 vsize=864312 CPUtime=0
/proc/15136/task/15144/stat : 15144 (java) S 15135 15122 14410 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40164528 885055488 25765 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 886408

[startup+25.5026 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 15144
/proc/meminfo: memFree=1710936/2055920 swapFree=4180380/4192956
[pid=15122] ppid=15120 vsize=16740 CPUtime=0.41
/proc/15122/stat : 15122 (sugar++) S 15120 15122 14410 0 -1 4194304 1297 4741 0 1 5 2 31 3 15 0 1 0 40164478 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15122/statm: 4185 1104 409 3 0 764 0
[pid=15135] ppid=15122 vsize=5356 CPUtime=0
/proc/15135/stat : 15135 (sh) S 15122 15122 14410 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40164524 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15135/statm: 1339 233 193 169 0 50 0
[pid=15136] ppid=15135 vsize=864312 CPUtime=24.78
/proc/15136/stat : 15136 (java) S 15135 15122 14410 0 -1 0 29382 0 1 0 2462 16 0 0 18 0 9 0 40164524 885055488 28311 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15136/statm: 216078 28311 2565 9 0 210625 0
[pid=15136/tid=15137] ppid=15135 vsize=864312 CPUtime=22.75
/proc/15136/task/15137/stat : 15137 (java) R 15135 15122 14410 0 -1 64 4032 0 1 0 2270 5 0 0 25 0 9 0 40164525 885055488 28311 996147200 134512640 134550740 4294955920 18446744073709551615 4126609420 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15136/tid=15138] ppid=15135 vsize=864312 CPUtime=1.86
/proc/15136/task/15138/stat : 15138 (java) S 15135 15122 14410 0 -1 64 24277 0 0 0 177 9 0 0 16 0 9 0 40164526 885055488 28311 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15136/tid=15139] ppid=15135 vsize=864312 CPUtime=0
/proc/15136/task/15139/stat : 15139 (java) S 15135 15122 14410 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40164526 885055488 28311 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15136/tid=15140] ppid=15135 vsize=864312 CPUtime=0
/proc/15136/task/15140/stat : 15140 (java) S 15135 15122 14410 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40164526 885055488 28311 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=15122] ppid=15120 vsize=16740 CPUtime=273.6
/proc/15122/stat : 15122 (sugar++) S 15120 15122 14410 0 -1 4194304 1462 67344 0 2 5 2 27222 131 16 0 1 0 40164478 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15122/statm: 4185 1113 414 3 0 764 0
[pid=15145] ppid=15122 vsize=349232 CPUtime=2622.76
/proc/15145/stat : 15145 (minisat-inc) R 15122 15122 14410 0 -1 4194304 86162 0 0 0 262188 88 0 0 25 0 1 0 40192116 357613568 86109 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/15145/statm: 87308 86109 74 151 0 87154 0
Current children cumulated CPU time (s) 2896.36
Current children cumulated vsize (KiB) 365972

[startup+2982.3 s]
/proc/loadavg: 2.00 2.06 2.07 3/82 15152
/proc/meminfo: memFree=1321312/2055920 swapFree=4180380/4192956
[pid=15122] ppid=15120 vsize=16740 CPUtime=273.6
/proc/15122/stat : 15122 (sugar++) S 15120 15122 14410 0 -1 4194304 1462 67344 0 2 5 2 27222 131 16 0 1 0 40164478 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15122/statm: 4185 1113 414 3 0 764 0
[pid=15145] ppid=15122 vsize=352356 CPUtime=2682.25
/proc/15145/stat : 15145 (minisat-inc) R 15122 15122 14410 0 -1 4194304 86927 0 0 0 268136 89 0 0 25 0 1 0 40192116 360812544 86874 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15145/statm: 88089 86874 74 151 0 87935 0
Current children cumulated CPU time (s) 2955.85
Current children cumulated vsize (KiB) 369096

[startup+3042.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/82 15152
/proc/meminfo: memFree=1318816/2055920 swapFree=4180380/4192956
[pid=15122] ppid=15120 vsize=16740 CPUtime=273.6
/proc/15122/stat : 15122 (sugar++) S 15120 15122 14410 0 -1 4194304 1462 67344 0 2 5 2 27222 131 16 0 1 0 40164478 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15122/statm: 4185 1113 414 3 0 764 0
[pid=15145] ppid=15122 vsize=354940 CPUtime=2741.73
/proc/15145/stat : 15145 (minisat-inc) R 15122 15122 14410 0 -1 4194304 87591 0 0 0 274083 90 0 0 25 0 1 0 40192116 363458560 87538 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15145/statm: 88735 87538 74 151 0 88581 0
Current children cumulated CPU time (s) 3015.33
Current children cumulated vsize (KiB) 371680

[startup+3102.3 s]
/proc/loadavg: 2.00 2.04 2.06 3/82 15152
/proc/meminfo: memFree=1316192/2055920 swapFree=4180380/4192956
[pid=15122] ppid=15120 vsize=16740 CPUtime=273.6
/proc/15122/stat : 15122 (sugar++) S 15120 15122 14410 0 -1 4194304 1462 67344 0 2 5 2 27222 131 16 0 1 0 40164478 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15122/statm: 4185 1113 414 3 0 764 0
[pid=15145] ppid=15122 vsize=357416 CPUtime=2801.21
/proc/15145/stat : 15145 (minisat-inc) R 15122 15122 14410 0 -1 4194304 88220 0 0 0 280029 92 0 0 25 0 1 0 40192116 365993984 88167 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15145/statm: 89354 88167 74 151 0 89200 0
Current children cumulated CPU time (s) 3074.81
Current children cumulated vsize (KiB) 374156

[startup+3162.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/82 15152
/proc/meminfo: memFree=1313632/2055920 swapFree=4180380/4192956
[pid=15122] ppid=15120 vsize=16740 CPUtime=273.6
/proc/15122/stat : 15122 (sugar++) S 15120 15122 14410 0 -1 4194304 1462 67344 0 2 5 2 27222 131 16 0 1 0 40164478 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15122/statm: 4185 1113 414 3 0 764 0
[pid=15145] ppid=15122 vsize=362908 CPUtime=2860.69
/proc/15145/stat : 15145 (minisat-inc) R 15122 15122 14410 0 -1 4194304 88831 0 0 0 285976 93 0 0 25 0 1 0 40192116 371617792 88778 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/15145/statm: 90727 88778 74 151 0 90573 0
Current children cumulated CPU time (s) 3134.29
Current children cumulated vsize (KiB) 379648

[startup+3222.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/82 15152
/proc/meminfo: memFree=1311264/2055920 swapFree=4180380/4192956
[pid=15122] ppid=15120 vsize=16740 CPUtime=273.6
/proc/15122/stat : 15122 (sugar++) S 15120 15122 14410 0 -1 4194304 1462 67344 0 2 5 2 27222 131 16 0 1 0 40164478 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15122/statm: 4185 1113 414 3 0 764 0
[pid=15145] ppid=15122 vsize=365244 CPUtime=2920.17
/proc/15145/stat : 15145 (minisat-inc) R 15122 15122 14410 0 -1 4194304 89429 0 0 0 291923 94 0 0 25 0 1 0 40192116 374009856 89376 996147200 134512640 135134323 4294956192 18446744073709551615 134531891 0 0 4096 3 0 0 0 17 1 0 0
/proc/15145/statm: 91311 89376 74 151 0 91157 0
Current children cumulated CPU time (s) 3193.77
Current children cumulated vsize (KiB) 381984

[startup+3282.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/82 15152
/proc/meminfo: memFree=1308960/2055920 swapFree=4180380/4192956
[pid=15122] ppid=15120 vsize=16740 CPUtime=273.6
/proc/15122/stat : 15122 (sugar++) S 15120 15122 14410 0 -1 4194304 1462 67344 0 2 5 2 27222 131 16 0 1 0 40164478 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15122/statm: 4185 1113 414 3 0 764 0
[pid=15145] ppid=15122 vsize=367528 CPUtime=2979.64
/proc/15145/stat : 15145 (minisat-inc) R 15122 15122 14410 0 -1 4194304 89965 0 0 0 297869 95 0 0 25 0 1 0 40192116 376348672 89912 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 1 0 0
/proc/15145/statm: 91882 89912 74 151 0 91728 0
Current children cumulated CPU time (s) 3253.24
Current children cumulated vsize (KiB) 384268

[startup+3342.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/82 15152
/proc/meminfo: memFree=1307104/2055920 swapFree=4180380/4192956
[pid=15122] ppid=15120 vsize=16740 CPUtime=273.6
/proc/15122/stat : 15122 (sugar++) S 15120 15122 14410 0 -1 4194304 1462 67344 0 2 5 2 27222 131 16 0 1 0 40164478 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15122/statm: 4185 1113 414 3 0 764 0
[pid=15145] ppid=15122 vsize=369296 CPUtime=3039.13
/proc/15145/stat : 15145 (minisat-inc) R 15122 15122 14410 0 -1 4194304 90422 0 0 0 303817 96 0 0 25 0 1 0 40192116 378159104 90369 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15145/statm: 92324 90369 74 151 0 92170 0
Current children cumulated CPU time (s) 3312.73
Current children cumulated vsize (KiB) 386036

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.03 3/82 15152
/proc/meminfo: memFree=1305056/2055920 swapFree=4180380/4192956
[pid=15122] ppid=15120 vsize=16740 CPUtime=273.6
/proc/15122/stat : 15122 (sugar++) S 15120 15122 14410 0 -1 4194304 1462 67344 0 2 5 2 27222 131 16 0 1 0 40164478 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15122/statm: 4185 1113 414 3 0 764 0
[pid=15145] ppid=15122 vsize=371268 CPUtime=3098.61
/proc/15145/stat : 15145 (minisat-inc) R 15122 15122 14410 0 -1 4194304 90911 0 0 0 309765 96 0 0 25 0 1 0 40192116 380178432 90858 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15145/statm: 92817 90858 74 151 0 92663 0
Current children cumulated CPU time (s) 3372.21
Current children cumulated vsize (KiB) 388008

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/82 15152
/proc/meminfo: memFree=1302944/2055920 swapFree=4180380/4192956
[pid=15122] ppid=15120 vsize=16740 CPUtime=273.6
/proc/15122/stat : 15122 (sugar++) S 15120 15122 14410 0 -1 4194304 1462 67344 0 2 5 2 27222 131 16 0 1 0 40164478 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15122/statm: 4185 1113 414 3 0 764 0
[pid=15145] ppid=15122 vsize=373100 CPUtime=3158.09
/proc/15145/stat : 15145 (minisat-inc) R 15122 15122 14410 0 -1 4194304 91373 0 0 0 315712 97 0 0 25 0 1 0 40192116 382054400 91320 996147200 134512640 135134323 4294956192 18446744073709551615 134531941 0 0 4096 3 0 0 0 17 1 0 0
/proc/15145/statm: 93275 91320 74 151 0 93121 0
Current children cumulated CPU time (s) 3431.69
Current children cumulated vsize (KiB) 389840

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/82 15152
/proc/meminfo: memFree=1301280/2055920 swapFree=4180380/4192956
[pid=15122] ppid=15120 vsize=16740 CPUtime=273.6
/proc/15122/stat : 15122 (sugar++) S 15120 15122 14410 0 -1 4194304 1462 67344 0 2 5 2 27222 131 16 0 1 0 40164478 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15122/statm: 4185 1113 414 3 0 764 0
[pid=15145] ppid=15122 vsize=374928 CPUtime=3217.57
/proc/15145/stat : 15145 (minisat-inc) R 15122 15122 14410 0 -1 4194304 91843 0 0 0 321659 98 0 0 25 0 1 0 40192116 383926272 91790 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15145/statm: 93732 91790 74 151 0 93578 0
Current children cumulated CPU time (s) 3491.17
Current children cumulated vsize (KiB) 391668

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/82 15152
/proc/meminfo: memFree=1299488/2055920 swapFree=4180380/4192956
[pid=15122] ppid=15120 vsize=16740 CPUtime=273.6
/proc/15122/stat : 15122 (sugar++) S 15120 15122 14410 0 -1 4194304 1462 67344 0 2 5 2 27222 131 16 0 1 0 40164478 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15122/statm: 4185 1113 414 3 0 764 0
[pid=15145] ppid=15122 vsize=376672 CPUtime=3277.05
/proc/15145/stat : 15145 (minisat-inc) R 15122 15122 14410 0 -1 4194304 92280 0 0 0 327606 99 0 0 25 0 1 0 40192116 385712128 92227 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15145/statm: 94168 92227 74 151 0 94014 0
Current children cumulated CPU time (s) 3550.65
Current children cumulated vsize (KiB) 393412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3631.8 s]
/proc/loadavg: 2.00 2.00 2.01 3/83 15193
/proc/meminfo: memFree=1322072/2055920 swapFree=4180380/4192956
[pid=15122] ppid=15120 vsize=16740 CPUtime=273.6
/proc/15122/stat : 15122 (sugar++) S 15120 15122 14410 0 -1 4194304 1462 67344 0 2 5 2 27222 131 16 0 1 0 40164478 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15122/statm: 4185 1113 414 3 0 764 0
[pid=15145] ppid=15122 vsize=378348 CPUtime=3326.41
/proc/15145/stat : 15145 (minisat-inc) R 15122 15122 14410 0 -1 4194304 92694 0 0 0 332541 100 0 0 25 0 1 0 40192116 387428352 92641 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15145/statm: 94587 92641 74 151 0 94433 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 395088

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

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

[startup+3631.91 s]
/proc/loadavg: 2.00 2.00 2.01 3/83 15193
/proc/meminfo: memFree=1322072/2055920 swapFree=4180380/4192956
[pid=15122] ppid=15120 vsize=16740 CPUtime=3600.14
/proc/15122/stat : 15122 (sugar++) R 15120 15122 14410 0 -1 4194304 1488 160038 0 2 5 7 359764 238 19 0 1 0 40164478 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 215419163689 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15122/statm: 4185 1114 415 3 0 764 0
Current children cumulated CPU time (s) 3600.14
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 3631.94
CPU time (s): 3600.19
CPU user time (s): 3597.7
CPU system time (s): 2.48362
CPU usage (%): 99.1259
Max. virtual memory (cumulated for all children) (KiB): 897252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.7
system time used= 2.48362
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 161573
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16205
involuntary context switches= 156480

runsolver used 4.31634 second user time and 9.75452 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-12 05:50:16
IDJOB=1110767
IDBENCH=61150
IDSOLVER=367
FILE ID=node9/1110767-1215834616
PBS_JOBID= 7903358
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg16-19_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-1110767-1215834616/watcher-1110767-1215834616 -o /tmp/evaluation-result-1110767-1215834616/solver-1110767-1215834616 -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-1110767-1215834616.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ef2099be043c5df0fa11e36db9245d5b
RANDOM SEED=305082184

node9.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.260
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.260
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:       1841168 kB
Buffers:         33568 kB
Cached:          87784 kB
SwapCached:       6828 kB
Active:          90844 kB
Inactive:        64472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1841168 kB
SwapTotal:     4192956 kB
SwapFree:      4180380 kB
Dirty:            3252 kB
Writeback:           0 kB
Mapped:          49768 kB
Slab:            44776 kB
Committed_AS:   974232 kB
PageTables:       1816 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= 66552 MiB
End job on node9 at 2008-07-12 06:50:49