Trace number 1066458

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.06 1804.14

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg6-7_ext.xml
MD5SUM657781a6d23736d0b0bda28228085d0b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1005.97
Satisfiable
(Un)Satisfiability was proved
Number of variables42
Number of constraints13
Maximum constraint arity7
Maximum domain size26
Number of constraints which are defined in extension13
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 07:04:38 2008
0.00/0.04	c 0	PID 3428
0.00/0.05	c 0	HOST node61.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1066458-1215147878.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1066458-1215147878.xml' 'HOME/temp.csp'
0.04/0.51	c 1	1 domains, 42 variables, 0 predicates, 2 relations, 13 constraints
0.04/0.52	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.52	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.50/0.63	c 1	Parsing HOME/temp.csp
0.50/0.84	c 1	parsed 58 expressions
0.50/0.84	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.50/0.84	c 1	Converting to clausal form CSP
0.50/0.86	c 1	converted 6 (10%) expressions
0.50/0.86	c 1	converted 12 (20%) expressions
0.50/0.86	c 1	converted 18 (30%) expressions
0.50/0.87	c 1	converted 24 (40%) expressions
0.50/0.87	c 1	converted 29 (50%) expressions
0.50/0.87	c 1	converted 35 (60%) expressions
0.50/0.87	c 1	converted 41 (70%) expressions
0.94/1.02	c 1	converted 47 (80%) expressions
1.23/1.38	c 2	converted 53 (90%) expressions
1.63/1.79	c 2	converted 58 (100%) expressions
1.63/1.79	c 2	CSP : 42 integers, 0 booleans, 13 clauses, largest domain size 26
1.63/1.79	c 2	Heap : 28 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.63/1.79	c 2	Propagation in CSP
1.63/1.79	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.63/1.79	c 2	CSP : 42 integers, 0 booleans, 13 clauses, largest domain size 26
1.63/1.79	c 2	Heap : 28 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.63/1.79	c 2	Simplifing CSP by introducing new Boolean variables
1.63/1.79	c 2	CSP : 42 integers, 0 booleans, 13 clauses, largest domain size 26
1.63/1.79	c 2	Heap : 28 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.82/1.95	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.82/1.96	c 2	5 (10%) CSP integer variables are encoded (120 clauses, 1176 bytes)
1.82/1.97	c 2	9 (20%) CSP integer variables are encoded (216 clauses, 2232 bytes)
1.82/1.97	c 2	13 (30%) CSP integer variables are encoded (312 clauses, 3288 bytes)
1.82/1.97	c 2	17 (40%) CSP integer variables are encoded (408 clauses, 4344 bytes)
1.82/1.97	c 2	21 (50%) CSP integer variables are encoded (504 clauses, 5400 bytes)
1.82/1.97	c 2	26 (60%) CSP integer variables are encoded (624 clauses, 6720 bytes)
1.82/1.97	c 2	30 (70%) CSP integer variables are encoded (720 clauses, 7776 bytes)
1.82/1.98	c 2	34 (80%) CSP integer variables are encoded (816 clauses, 8832 bytes)
1.82/1.98	c 2	38 (90%) CSP integer variables are encoded (912 clauses, 9888 bytes)
1.82/1.98	c 2	42 (100%) CSP integer variables are encoded (1008 clauses, 11041 bytes)
8.59/8.78	c 9	2 (10%) CSP clauses are encoded (62952 clauses, 2473175 bytes)
11.97/12.14	c 12	3 (20%) CSP clauses are encoded (93924 clauses, 3717607 bytes)
15.35/15.54	c 16	4 (30%) CSP clauses are encoded (124896 clauses, 4962270 bytes)
22.21/22.45	c 23	6 (40%) CSP clauses are encoded (186840 clauses, 7582165 bytes)
25.60/25.82	c 26	7 (50%) CSP clauses are encoded (217812 clauses, 8897584 bytes)
34.46/34.75	c 35	8 (60%) CSP clauses are encoded (268422 clauses, 10874213 bytes)
52.36/52.72	c 53	10 (70%) CSP clauses are encoded (369642 clauses, 15671629 bytes)
61.21/61.62	c 62	11 (80%) CSP clauses are encoded (420252 clauses, 18070337 bytes)
70.17/70.69	c 71	12 (90%) CSP clauses are encoded (470862 clauses, 20469045 bytes)
79.13/79.63	c 80	13 (100%) CSP clauses are encoded (521472 clauses, 22925487 bytes)
79.13/79.63	c 80	13 CSP clauses encoded
79.13/79.63	c 80	Writing map file : HOME/temp.map
79.13/79.63	c 80	Heap : 39 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
79.13/79.63	c 80	SAT : 1050 SAT variables, 521472 SAT clauses, 22925487 bytes
79.13/79.63	c 80	Heap : 39 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
79.13/79.69	c 80	SOLVING HOME/temp.cnf
79.13/79.69	c 80	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
79.18/79.70	c 80	This is MiniSat 2.0 beta
79.18/79.70	c 80	WARNING: for repeatability, setting FPU to use double precision
79.18/79.70	c 80	============================[ Problem Statistics ]=============================
79.18/79.70	c 80	|                                                                             |
79.18/79.70	c 80	|  Number of variables:  1050                                                 |
79.18/79.70	c 80	|  Number of clauses:    521472                                               |
79.66/80.24	c 81	|  Parsing time:         0.49         s                                       |
79.66/80.28	c 81	============================[ Search Statistics ]==============================
79.66/80.28	c 81	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
79.66/80.28	c 81	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
79.66/80.28	c 81	===============================================================================
79.66/80.28	c 81	|         0 |    1050   521472  4968586 |   173824        0    nan |  0.000 % |
79.77/80.31	c 81	|       101 |    1050   521472  4968586 |   191206      101      5 |  0.000 % |
79.77/80.34	c 81	|       252 |    1050   521472  4968586 |   210327      252      6 |  0.002 % |
79.86/80.41	c 81	|       480 |    1050   521472  4968586 |   231359      480      7 |  0.002 % |
80.06/80.62	c 81	|       817 |    1050   521472  4968586 |   254495      817      8 |  0.002 % |
80.46/81.08	c 81	|      1325 |    1050   521472  4968586 |   279945     1325     11 |  0.001 % |
81.45/82.02	c 82	|      2084 |    1050   521472  4968586 |   307939     2084     12 |  0.002 % |
83.15/83.70	c 84	|      3223 |    1050   521472  4968586 |   338733     3223     13 |  0.000 % |
85.44/86.08	c 86	|      4931 |    1050   521472  4968586 |   372607     4931     14 |  0.001 % |
89.52/90.12	c 90	|      7493 |    1050   521472  4968586 |   409867     7493     13 |  0.000 % |
93.69/94.35	c 95	|     11337 |    1050   521472  4968586 |   450854    11337     14 |  0.002 % |
99.76/100.41	c 101	|     17104 |    1050   521472  4968586 |   495940    17104     15 |  0.001 % |
113.20/113.90	c 114	|     25753 |    1050   521472  4968586 |   545534    25753     15 |  0.001 % |
135.19/136.03	c 136	|     38728 |    1050   521472  4968586 |   600087    38728     16 |  0.000 % |
169.82/170.87	c 171	|     58189 |    1050   521472  4968586 |   660096    58189     17 |  0.002 % |
237.09/238.43	c 239	|     87381 |    1050   521472  4968586 |   726105    87381     17 |  0.001 % |
347.05/348.90	c 349	|    131173 |    1050   521472  4968586 |   798716   131173     18 |  0.002 % |
513.33/516.04	c 516	|    196857 |    1050   521472  4968586 |   878588   196857     18 |  0.000 % |
784.01/787.66	c 788	|    295383 |    1049   521320  4967567 |   966447   283944     19 |  0.095 % |
1377.25/1381.14	c 1381	|    443173 |    1049   521320  4967567 |  1063091   431734     19 |  0.097 % |
1800.06/1804.12	c ERROR INTERRUPTED
1800.06/1804.13	s UNKNOWN
1800.06/1804.13	c 1804	CPU 78.79 (0.03 0.01 78.76 0.38)
1800.06/1804.13	c 1804	END Fri Jul  4 07:34:42 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1066458-1215147878/watcher-1066458-1215147878 -o /tmp/evaluation-result-1066458-1215147878/solver-1066458-1215147878 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1066458-1215147878.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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: 2.06 2.06 2.07 4/81 3428
/proc/meminfo: memFree=1790208/2055920 swapFree=4180700/4192956
[pid=3428] ppid=3426 vsize=12268 CPUtime=0
/proc/3428/stat : 3428 (sugar) R 3426 3428 2323 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1993759158 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 246406675045 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/3428/statm: 3067 316 241 3 0 167 0

[startup+0.0626479 s]
/proc/loadavg: 2.06 2.06 2.07 4/81 3428
/proc/meminfo: memFree=1790208/2055920 swapFree=4180700/4192956
[pid=3428] ppid=3426 vsize=13600 CPUtime=0.04
/proc/3428/stat : 3428 (sugar) S 3426 3428 2323 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1993759158 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3428/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102511 s]
/proc/loadavg: 2.06 2.06 2.07 4/81 3428
/proc/meminfo: memFree=1790208/2055920 swapFree=4180700/4192956
[pid=3428] ppid=3426 vsize=13600 CPUtime=0.04
/proc/3428/stat : 3428 (sugar) S 3426 3428 2323 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1993759158 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3428/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301546 s]
/proc/loadavg: 2.06 2.06 2.07 4/81 3428
/proc/meminfo: memFree=1790208/2055920 swapFree=4180700/4192956
[pid=3428] ppid=3426 vsize=13600 CPUtime=0.04
/proc/3428/stat : 3428 (sugar) S 3426 3428 2323 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1993759158 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3428/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702613 s]
/proc/loadavg: 2.06 2.06 2.07 4/81 3428
/proc/meminfo: memFree=1790208/2055920 swapFree=4180700/4192956
[pid=3428] ppid=3426 vsize=13600 CPUtime=0.5
/proc/3428/stat : 3428 (sugar) S 3426 3428 2323 0 -1 4194304 973 6435 0 1 3 1 42 4 15 0 1 0 1993759158 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3428/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 13600

[startup+1.50176 s]
/proc/loadavg: 2.06 2.06 2.07 3/92 3450
/proc/meminfo: memFree=1775784/2055920 swapFree=4180700/4192956
[pid=3428] ppid=3426 vsize=13600 CPUtime=0.5
/proc/3428/stat : 3428 (sugar) S 3426 3428 2323 0 -1 4194304 973 6435 0 1 3 1 42 4 15 0 1 0 1993759158 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3428/statm: 3400 797 370 3 0 500 0
[pid=3441] ppid=3428 vsize=5356 CPUtime=0
/proc/3441/stat : 3441 (sh) S 3428 3428 2323 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993759210 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3441/statm: 1339 233 193 169 0 50 0
[pid=3442] ppid=3441 vsize=864364 CPUtime=0.93
/proc/3442/stat : 3442 (java) S 3441 3428 2323 0 -1 0 10188 0 1 0 89 4 0 0 18 0 9 0 1993759210 885108736 9384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3442/statm: 216091 9384 2540 9 0 210666 0
[pid=3442/tid=3443] ppid=3441 vsize=864364 CPUtime=0.46
/proc/3442/task/3443/stat : 3443 (java) R 3441 3428 2323 0 -1 64 2732 0 1 0 45 1 0 0 21 0 9 0 1993759211 885108736 9384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3444] ppid=3441 vsize=864364 CPUtime=0.39
/proc/3442/task/3444/stat : 3444 (java) R 3441 3428 2323 0 -1 64 6437 0 0 0 38 1 0 0 16 0 9 0 1993759212 885108736 9384 996147200 134512640 134550740 4294955952 18446744073709551615 102721798 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3445] ppid=3441 vsize=864364 CPUtime=0
/proc/3442/task/3445/stat : 3445 (java) S 3441 3428 2323 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993759212 885108736 9384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3446] ppid=3441 vsize=864364 CPUtime=0
/proc/3442/task/3446/stat : 3446 (java) S 3441 3428 2323 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993759212 885108736 9384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3447] ppid=3441 vsize=864364 CPUtime=0
/proc/3442/task/3447/stat : 3447 (java) S 3441 3428 2323 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 1993759217 885108736 9384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3448] ppid=3441 vsize=864364 CPUtime=0.05
/proc/3442/task/3448/stat : 3448 (java) S 3441 3428 2323 0 -1 64 326 0 0 0 5 0 0 0 16 0 9 0 1993759217 885108736 9384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3449] ppid=3441 vsize=864364 CPUtime=0
/proc/3442/task/3449/stat : 3449 (java) S 3441 3428 2323 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993759217 885108736 9384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3450] ppid=3441 vsize=864364 CPUtime=0
/proc/3442/task/3450/stat : 3450 (java) S 3441 3428 2323 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993759217 885108736 9384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883320

[startup+3.10203 s]
/proc/loadavg: 2.06 2.06 2.07 3/92 3450
/proc/meminfo: memFree=1751976/2055920 swapFree=4180700/4192956
[pid=3428] ppid=3426 vsize=13600 CPUtime=0.5
/proc/3428/stat : 3428 (sugar) S 3426 3428 2323 0 -1 4194304 974 6435 0 1 3 1 42 4 15 0 1 0 1993759158 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3428/statm: 3400 797 370 3 0 500 0
[pid=3441] ppid=3428 vsize=5356 CPUtime=0
/proc/3441/stat : 3441 (sh) S 3428 3428 2323 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993759210 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3441/statm: 1339 233 193 169 0 50 0
[pid=3442] ppid=3441 vsize=864372 CPUtime=2.52
/proc/3442/stat : 3442 (java) S 3441 3428 2323 0 -1 0 12360 0 1 0 246 6 0 0 18 0 9 0 1993759210 885116928 11464 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3442/statm: 216093 11464 2564 9 0 210640 0
[pid=3442/tid=3443] ppid=3441 vsize=864372 CPUtime=1.65
/proc/3442/task/3443/stat : 3443 (java) R 3441 3428 2323 0 -1 64 2980 0 1 0 164 1 0 0 25 0 9 0 1993759211 885116928 11464 996147200 134512640 134550740 4294955952 18446744073709551615 4125952094 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3444] ppid=3441 vsize=864372 CPUtime=0.76
/proc/3442/task/3444/stat : 3444 (java) S 3441 3428 2323 0 -1 64 8341 0 0 0 73 3 0 0 16 0 9 0 1993759212 885116928 11464 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3445] ppid=3441 vsize=864372 CPUtime=0
/proc/3442/task/3445/stat : 3445 (java) S 3441 3428 2323 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993759212 885116928 11464 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3446] ppid=3441 vsize=864372 CPUtime=0
/proc/3442/task/3446/stat : 3446 (java) S 3441 3428 2323 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993759212 885116928 11464 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3447] ppid=3441 vsize=864372 CPUtime=0
/proc/3442/task/3447/stat : 3447 (java) S 3441 3428 2323 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 1993759217 885116928 11464 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3448] ppid=3441 vsize=864372 CPUtime=0.08
/proc/3442/task/3448/stat : 3448 (java) S 3441 3428 2323 0 -1 64 346 0 0 0 8 0 0 0 16 0 9 0 1993759217 885116928 11464 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3449] ppid=3441 vsize=864372 CPUtime=0
/proc/3442/task/3449/stat : 3449 (java) S 3441 3428 2323 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993759217 885116928 11464 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3450] ppid=3441 vsize=864372 CPUtime=0
/proc/3442/task/3450/stat : 3450 (java) S 3441 3428 2323 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993759217 885116928 11464 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883328

[startup+6.30259 s]
/proc/loadavg: 2.05 2.06 2.07 3/92 3450
/proc/meminfo: memFree=1748648/2055920 swapFree=4180700/4192956
[pid=3428] ppid=3426 vsize=13600 CPUtime=0.5
/proc/3428/stat : 3428 (sugar) S 3426 3428 2323 0 -1 4194304 974 6435 0 1 3 1 42 4 15 0 1 0 1993759158 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3428/statm: 3400 797 370 3 0 500 0
[pid=3441] ppid=3428 vsize=5356 CPUtime=0
/proc/3441/stat : 3441 (sh) S 3428 3428 2323 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993759210 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3441/statm: 1339 233 193 169 0 50 0
[pid=3442] ppid=3441 vsize=864372 CPUtime=5.7
/proc/3442/stat : 3442 (java) S 3441 3428 2323 0 -1 0 13061 0 1 0 564 6 0 0 18 0 9 0 1993759210 885116928 12118 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3442/statm: 216093 12118 2564 9 0 210640 0
[pid=3442/tid=3443] ppid=3441 vsize=864372 CPUtime=4.77
/proc/3442/task/3443/stat : 3443 (java) R 3441 3428 2323 0 -1 64 3027 0 1 0 476 1 0 0 25 0 9 0 1993759211 885116928 12118 996147200 134512640 134550740 4294955952 18446744073709551615 4126568108 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3444] ppid=3441 vsize=864372 CPUtime=0.82
/proc/3442/task/3444/stat : 3444 (java) S 3441 3428 2323 0 -1 64 8992 0 0 0 79 3 0 0 16 0 9 0 1993759212 885116928 12118 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3445] ppid=3441 vsize=864372 CPUtime=0
/proc/3442/task/3445/stat : 3445 (java) S 3441 3428 2323 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993759212 885116928 12118 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3446] ppid=3441 vsize=864372 CPUtime=0
/proc/3442/task/3446/stat : 3446 (java) S 3441 3428 2323 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993759212 885116928 12118 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3447] ppid=3441 vsize=864372 CPUtime=0
/proc/3442/task/3447/stat : 3447 (java) S 3441 3428 2323 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 1993759217 885116928 12118 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3448] ppid=3441 vsize=864372 CPUtime=0.09
/proc/3442/task/3448/stat : 3448 (java) S 3441 3428 2323 0 -1 64 349 0 0 0 9 0 0 0 16 0 9 0 1993759217 885116928 12118 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3449] ppid=3441 vsize=864372 CPUtime=0
/proc/3442/task/3449/stat : 3449 (java) S 3441 3428 2323 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993759217 885116928 12118 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3450] ppid=3441 vsize=864372 CPUtime=0
/proc/3442/task/3450/stat : 3450 (java) S 3441 3428 2323 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993759217 885116928 12118 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 883328

[startup+12.7017 s]
/proc/loadavg: 2.05 2.06 2.07 3/92 3450
/proc/meminfo: memFree=1740072/2055920 swapFree=4180700/4192956
[pid=3428] ppid=3426 vsize=13600 CPUtime=0.5
/proc/3428/stat : 3428 (sugar) S 3426 3428 2323 0 -1 4194304 974 6435 0 1 3 1 42 4 16 0 1 0 1993759158 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3428/statm: 3400 797 370 3 0 500 0
[pid=3441] ppid=3428 vsize=5356 CPUtime=0
/proc/3441/stat : 3441 (sh) S 3428 3428 2323 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993759210 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3441/statm: 1339 233 193 169 0 50 0
[pid=3442] ppid=3441 vsize=864372 CPUtime=12.06
/proc/3442/stat : 3442 (java) S 3441 3428 2323 0 -1 0 14885 0 1 0 1197 9 0 0 18 0 9 0 1993759210 885116928 13855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3442/statm: 216093 13855 2564 9 0 210640 0
[pid=3442/tid=3443] ppid=3441 vsize=864372 CPUtime=10.99
/proc/3442/task/3443/stat : 3443 (java) R 3441 3428 2323 0 -1 64 3114 0 1 0 1096 3 0 0 25 0 9 0 1993759211 885116928 13855 996147200 134512640 134550740 4294955952 18446744073709551615 4126586356 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3444] ppid=3441 vsize=864372 CPUtime=0.95
/proc/3442/task/3444/stat : 3444 (java) S 3441 3428 2323 0 -1 64 10727 0 0 0 91 4 0 0 16 0 9 0 1993759212 885116928 13855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3445] ppid=3441 vsize=864372 CPUtime=0
/proc/3442/task/3445/stat : 3445 (java) S 3441 3428 2323 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993759212 885116928 13855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3446] ppid=3441 vsize=864372 CPUtime=0
/proc/3442/task/3446/stat : 3446 (java) S 3441 3428 2323 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993759212 885116928 13855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3447] ppid=3441 vsize=864372 CPUtime=0
/proc/3442/task/3447/stat : 3447 (java) S 3441 3428 2323 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 1993759217 885116928 13855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3448] ppid=3441 vsize=864372 CPUtime=0.09
/proc/3442/task/3448/stat : 3448 (java) S 3441 3428 2323 0 -1 64 351 0 0 0 9 0 0 0 16 0 9 0 1993759217 885116928 13855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3449] ppid=3441 vsize=864372 CPUtime=0
/proc/3442/task/3449/stat : 3449 (java) S 3441 3428 2323 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993759217 885116928 13855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3450] ppid=3441 vsize=864372 CPUtime=0
/proc/3442/task/3450/stat : 3450 (java) S 3441 3428 2323 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993759217 885116928 13855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 883328

[startup+25.503 s]
/proc/loadavg: 2.04 2.06 2.07 3/92 3450
/proc/meminfo: memFree=1729128/2055920 swapFree=4180700/4192956
[pid=3428] ppid=3426 vsize=13600 CPUtime=0.5
/proc/3428/stat : 3428 (sugar) S 3426 3428 2323 0 -1 4194304 974 6435 0 1 3 1 42 4 16 0 1 0 1993759158 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3428/statm: 3400 797 370 3 0 500 0
[pid=3441] ppid=3428 vsize=5356 CPUtime=0
/proc/3441/stat : 3441 (sh) S 3428 3428 2323 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993759210 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3441/statm: 1339 233 193 169 0 50 0
[pid=3442] ppid=3441 vsize=864372 CPUtime=24.8
/proc/3442/stat : 3442 (java) S 3441 3428 2323 0 -1 0 18838 0 1 0 2464 16 0 0 18 0 9 0 1993759210 885116928 15145 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3442/statm: 216093 15145 2564 9 0 210640 0
[pid=3442/tid=3443] ppid=3441 vsize=864372 CPUtime=23.28
/proc/3442/task/3443/stat : 3443 (java) R 3441 3428 2323 0 -1 64 3267 0 1 0 2322 6 0 0 25 0 9 0 1993759211 885116928 15145 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3444] ppid=3441 vsize=864372 CPUtime=1.38
/proc/3442/task/3444/stat : 3444 (java) S 3441 3428 2323 0 -1 64 14524 0 0 0 131 7 0 0 16 0 9 0 1993759212 885116928 15145 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3445] ppid=3441 vsize=864372 CPUtime=0
/proc/3442/task/3445/stat : 3445 (java) S 3441 3428 2323 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993759212 885116928 15145 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3442/tid=3446] ppid=3441 vsize=864372 CPUtime=0
/proc/3442/task/3446/stat : 3446 (java) S 3441 3428 2323 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993759212 885116928 15145 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1632168/2055920 swapFree=4180700/4192956
[pid=3428] ppid=3426 vsize=13600 CPUtime=79.18
/proc/3428/stat : 3428 (sugar) S 3426 3428 2323 0 -1 4194304 1031 31763 0 2 3 1 7876 38 16 0 1 0 1993759158 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3428/statm: 3400 798 370 3 0 500 0
[pid=3451] ppid=3428 vsize=5356 CPUtime=0
/proc/3451/stat : 3451 (sh) S 3428 3428 2323 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993767127 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3451/statm: 1339 232 193 169 0 50 0
[pid=3452] ppid=3451 vsize=90300 CPUtime=1279.27
/proc/3452/stat : 3452 (minisat) R 3451 3428 2323 0 -1 4194304 22032 0 0 0 127903 24 0 0 25 0 1 0 1993767128 92467200 22018 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3452/statm: 22575 22018 75 150 0 22422 0
Current children cumulated CPU time (s) 1358.45
Current children cumulated vsize (KiB) 109256

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3505
/proc/meminfo: memFree=1628520/2055920 swapFree=4180700/4192956
[pid=3428] ppid=3426 vsize=13600 CPUtime=79.18
/proc/3428/stat : 3428 (sugar) S 3426 3428 2323 0 -1 4194304 1031 31763 0 2 3 1 7876 38 16 0 1 0 1993759158 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3428/statm: 3400 798 370 3 0 500 0
[pid=3451] ppid=3428 vsize=5356 CPUtime=0
/proc/3451/stat : 3451 (sh) S 3428 3428 2323 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993767127 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3451/statm: 1339 232 193 169 0 50 0
[pid=3452] ppid=3451 vsize=92640 CPUtime=1339.24
/proc/3452/stat : 3452 (minisat) R 3451 3428 2323 0 -1 4194304 22613 0 0 0 133899 25 0 0 25 0 1 0 1993767128 94863360 22599 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3452/statm: 23160 22599 75 150 0 23007 0
Current children cumulated CPU time (s) 1418.42
Current children cumulated vsize (KiB) 111596

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3505
/proc/meminfo: memFree=1626408/2055920 swapFree=4180700/4192956
[pid=3428] ppid=3426 vsize=13600 CPUtime=79.18
/proc/3428/stat : 3428 (sugar) S 3426 3428 2323 0 -1 4194304 1031 31763 0 2 3 1 7876 38 16 0 1 0 1993759158 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3428/statm: 3400 798 370 3 0 500 0
[pid=3451] ppid=3428 vsize=5356 CPUtime=0
/proc/3451/stat : 3451 (sh) S 3428 3428 2323 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993767127 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3451/statm: 1339 232 193 169 0 50 0
[pid=3452] ppid=3451 vsize=94540 CPUtime=1399.22
/proc/3452/stat : 3452 (minisat) R 3451 3428 2323 0 -1 4194304 23085 0 0 0 139896 26 0 0 25 0 1 0 1993767128 96808960 23071 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3452/statm: 23635 23071 75 150 0 23482 0
Current children cumulated CPU time (s) 1478.4
Current children cumulated vsize (KiB) 113496

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3505
/proc/meminfo: memFree=1624936/2055920 swapFree=4180700/4192956
[pid=3428] ppid=3426 vsize=13600 CPUtime=79.18
/proc/3428/stat : 3428 (sugar) S 3426 3428 2323 0 -1 4194304 1031 31763 0 2 3 1 7876 38 16 0 1 0 1993759158 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3428/statm: 3400 798 370 3 0 500 0
[pid=3451] ppid=3428 vsize=5356 CPUtime=0
/proc/3451/stat : 3451 (sh) S 3428 3428 2323 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993767127 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3451/statm: 1339 232 193 169 0 50 0
[pid=3452] ppid=3451 vsize=96804 CPUtime=1459.19
/proc/3452/stat : 3452 (minisat) R 3451 3428 2323 0 -1 4194304 23448 0 0 0 145893 26 0 0 25 0 1 0 1993767128 99127296 23434 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3452/statm: 24201 23434 75 150 0 24048 0
Current children cumulated CPU time (s) 1538.37
Current children cumulated vsize (KiB) 115760

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3505
/proc/meminfo: memFree=1623272/2055920 swapFree=4180700/4192956
[pid=3428] ppid=3426 vsize=13600 CPUtime=79.18
/proc/3428/stat : 3428 (sugar) S 3426 3428 2323 0 -1 4194304 1031 31763 0 2 3 1 7876 38 16 0 1 0 1993759158 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3428/statm: 3400 798 370 3 0 500 0
[pid=3451] ppid=3428 vsize=5356 CPUtime=0
/proc/3451/stat : 3451 (sh) S 3428 3428 2323 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993767127 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3451/statm: 1339 232 193 169 0 50 0
[pid=3452] ppid=3451 vsize=98444 CPUtime=1519.17
/proc/3452/stat : 3452 (minisat) R 3451 3428 2323 0 -1 4194304 23865 0 0 0 151890 27 0 0 25 0 1 0 1993767128 100806656 23851 996147200 134512640 135127466 4294956272 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/3452/statm: 24611 23851 75 150 0 24458 0
Current children cumulated CPU time (s) 1598.35
Current children cumulated vsize (KiB) 117400

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3505
/proc/meminfo: memFree=1621480/2055920 swapFree=4180700/4192956
[pid=3428] ppid=3426 vsize=13600 CPUtime=79.18
/proc/3428/stat : 3428 (sugar) S 3426 3428 2323 0 -1 4194304 1031 31763 0 2 3 1 7876 38 16 0 1 0 1993759158 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3428/statm: 3400 798 370 3 0 500 0
[pid=3451] ppid=3428 vsize=5356 CPUtime=0
/proc/3451/stat : 3451 (sh) S 3428 3428 2323 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993767127 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3451/statm: 1339 232 193 169 0 50 0
[pid=3452] ppid=3451 vsize=100252 CPUtime=1579.14
/proc/3452/stat : 3452 (minisat) R 3451 3428 2323 0 -1 4194304 24305 0 0 0 157887 27 0 0 25 0 1 0 1993767128 102658048 24291 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3452/statm: 25063 24291 75 150 0 24910 0
Current children cumulated CPU time (s) 1658.32
Current children cumulated vsize (KiB) 119208

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3505
/proc/meminfo: memFree=1619624/2055920 swapFree=4180700/4192956
[pid=3428] ppid=3426 vsize=13600 CPUtime=79.18
/proc/3428/stat : 3428 (sugar) S 3426 3428 2323 0 -1 4194304 1031 31763 0 2 3 1 7876 38 16 0 1 0 1993759158 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3428/statm: 3400 798 370 3 0 500 0
[pid=3451] ppid=3428 vsize=5356 CPUtime=0
/proc/3451/stat : 3451 (sh) S 3428 3428 2323 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993767127 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3451/statm: 1339 232 193 169 0 50 0
[pid=3452] ppid=3451 vsize=101864 CPUtime=1639.11
/proc/3452/stat : 3452 (minisat) R 3451 3428 2323 0 -1 4194304 24729 0 0 0 163883 28 0 0 25 0 1 0 1993767128 104308736 24715 996147200 134512640 135127466 4294956272 18446744073709551615 134530742 0 0 4096 3 0 0 0 17 0 0 0
/proc/3452/statm: 25466 24715 75 150 0 25313 0
Current children cumulated CPU time (s) 1718.29
Current children cumulated vsize (KiB) 120820

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3505
/proc/meminfo: memFree=1617960/2055920 swapFree=4180700/4192956
[pid=3428] ppid=3426 vsize=13600 CPUtime=79.18
/proc/3428/stat : 3428 (sugar) S 3426 3428 2323 0 -1 4194304 1031 31763 0 2 3 1 7876 38 16 0 1 0 1993759158 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3428/statm: 3400 798 370 3 0 500 0
[pid=3451] ppid=3428 vsize=5356 CPUtime=0
/proc/3451/stat : 3451 (sh) S 3428 3428 2323 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993767127 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3451/statm: 1339 232 193 169 0 50 0
[pid=3452] ppid=3451 vsize=103380 CPUtime=1699.09
/proc/3452/stat : 3452 (minisat) R 3451 3428 2323 0 -1 4194304 25143 0 0 0 169880 29 0 0 25 0 1 0 1993767128 105861120 25129 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3452/statm: 25845 25129 75 150 0 25692 0
Current children cumulated CPU time (s) 1778.27
Current children cumulated vsize (KiB) 122336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3505
/proc/meminfo: memFree=1617320/2055920 swapFree=4180700/4192956
[pid=3428] ppid=3426 vsize=13600 CPUtime=79.18
/proc/3428/stat : 3428 (sugar) S 3426 3428 2323 0 -1 4194304 1031 31763 0 2 3 1 7876 38 16 0 1 0 1993759158 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3428/statm: 3400 798 370 3 0 500 0
[pid=3451] ppid=3428 vsize=5356 CPUtime=0
/proc/3451/stat : 3451 (sh) S 3428 3428 2323 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993767127 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3451/statm: 1339 232 193 169 0 50 0
[pid=3452] ppid=3451 vsize=104116 CPUtime=1720.88
/proc/3452/stat : 3452 (minisat) R 3451 3428 2323 0 -1 4194304 25286 0 0 0 172059 29 0 0 25 0 1 0 1993767128 106614784 25272 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3452/statm: 26029 25272 75 150 0 25876 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 123072

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

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

[startup+1804.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3505
/proc/meminfo: memFree=1617320/2055920 swapFree=4180700/4192956
[pid=3428] ppid=3426 vsize=13600 CPUtime=79.18
/proc/3428/stat : 3428 (sugar) S 3426 3428 2323 0 -1 4194304 1031 31763 0 2 3 1 7876 38 16 0 1 0 1993759158 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3428/statm: 3400 798 370 3 0 500 0
[pid=3451] ppid=3428 vsize=5356 CPUtime=0
/proc/3451/stat : 3451 (sh) S 3428 3428 2323 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993767127 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3451/statm: 1339 232 193 169 0 50 0
[pid=3452] ppid=3451 vsize=104116 CPUtime=1720.88
/proc/3452/stat : 3452 (minisat) R 3451 3428 2323 0 -1 4194304 25286 0 0 0 172059 29 0 0 25 0 1 0 1993767128 106614784 25272 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3452/statm: 26029 25272 75 150 0 25876 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 123072

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3428 and gives
#  childrusage.ru_utime.tv_sec=78
#  childrusage.ru_utime.tv_usec=806019
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=416936
# CPU time returned by wait4() is 79.223
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1804.14
CPU time (s): 1800.06
CPU user time (s): 1799.38
CPU system time (s): 0.68
CPU usage (%): 99.774
Max. virtual memory (cumulated for all children) (KiB): 888460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 78.806
system time used= 0.416936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33138
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= 8247
involuntary context switches= 9856

runsolver used 2.07968 second user time and 6.14706 second system time

The end

Launcher Data (download as text)

Begin job on node61 at 2008-07-04 07:04:38
IDJOB=1066458
IDBENCH=55124
IDSOLVER=346
FILE ID=node61/1066458-1215147878
PBS_JOBID= 7877388
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg6-7_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1066458-1215147878/watcher-1066458-1215147878 -o /tmp/evaluation-result-1066458-1215147878/solver-1066458-1215147878 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1066458-1215147878.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 657781a6d23736d0b0bda28228085d0b
RANDOM SEED=1551584296

node61.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.269
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.269
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:       1790688 kB
Buffers:         40756 kB
Cached:         143932 kB
SwapCached:       6188 kB
Active:         134464 kB
Inactive:        73540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1790688 kB
SwapTotal:     4192956 kB
SwapFree:      4180700 kB
Dirty:            1532 kB
Writeback:           0 kB
Mapped:          39376 kB
Slab:            42608 kB
Committed_AS:  3902804 kB
PageTables:       1824 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node61 at 2008-07-04 07:34:44