Trace number 1076808

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 1816.95

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-21-08.xml
MD5SUM732fd222b42b1b48209bcbd3b606cfba
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.627904
Satisfiable
(Un)Satisfiability was proved
Number of variables365
Number of constraints3584
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension150
Number of constraints which are defined in intension3434
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 18:50:21 2008
0.00/0.04	c 0	PID 16902
0.00/0.04	c 0	HOST node13.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1076808-1215190221.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1076808-1215190221.xml' 'HOME/temp.csp'
0.03/0.99	c 1	1 domains, 365 variables, 7 predicates, 6 relations, 3584 constraints
0.03/1.03	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/1.03	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'
1.01/1.11	c 1	Parsing HOME/temp.csp
1.69/1.89	c 2	parsed 3963 expressions
1.69/1.89	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.69/1.89	c 2	Converting to clausal form CSP
1.89/2.04	c 2	converted 397 (10%) expressions
5.16/5.39	c 6	converted 793 (20%) expressions
5.45/5.69	c 6	converted 1189 (30%) expressions
5.66/5.87	c 6	converted 1586 (40%) expressions
6.74/6.92	c 7	converted 1982 (50%) expressions
7.13/7.38	c 8	converted 2378 (60%) expressions
7.24/7.42	c 8	converted 2775 (70%) expressions
7.24/7.49	c 8	converted 3171 (80%) expressions
7.35/7.54	c 8	converted 3567 (90%) expressions
7.45/7.60	c 8	converted 3963 (100%) expressions
7.45/7.60	c 8	CSP : 365 integers, 0 booleans, 3584 clauses, largest domain size 26
7.45/7.60	c 8	Heap : 138 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.45/7.60	c 8	Propagation in CSP
7.45/7.64	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.45/7.64	c 8	CSP : 365 integers, 0 booleans, 3584 clauses, largest domain size 26
7.45/7.64	c 8	Heap : 142 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.45/7.65	c 8	Simplifing CSP by introducing new Boolean variables
7.54/7.76	c 8	CSP : 365 integers, 31566 booleans, 35150 clauses, largest domain size 26
7.54/7.76	c 8	Heap : 145 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.53/8.76	c 9	Encoding CSP to SAT : HOME/temp.cnf
8.62/8.81	c 9	37 (10%) CSP integer variables are encoded (888 clauses, 9624 bytes)
8.62/8.81	c 9	73 (20%) CSP integer variables are encoded (1752 clauses, 20713 bytes)
8.62/8.81	c 9	110 (30%) CSP integer variables are encoded (2640 clauses, 32257 bytes)
8.62/8.81	c 9	146 (40%) CSP integer variables are encoded (3504 clauses, 43489 bytes)
8.62/8.81	c 9	183 (50%) CSP integer variables are encoded (4392 clauses, 55033 bytes)
8.62/8.81	c 9	219 (60%) CSP integer variables are encoded (5256 clauses, 66265 bytes)
8.62/8.82	c 9	256 (70%) CSP integer variables are encoded (6144 clauses, 77809 bytes)
8.62/8.82	c 9	292 (80%) CSP integer variables are encoded (7008 clauses, 89041 bytes)
8.62/8.82	c 9	329 (90%) CSP integer variables are encoded (7896 clauses, 100585 bytes)
8.62/8.82	c 9	365 (100%) CSP integer variables are encoded (8760 clauses, 111817 bytes)
162.21/163.97	c 164	3515 (10%) CSP clauses are encoded (1781251 clauses, 79115595 bytes)
178.65/180.59	c 181	7030 (20%) CSP clauses are encoded (1926187 clauses, 84713768 bytes)
197.96/200.09	c 200	10545 (30%) CSP clauses are encoded (2071148 clauses, 90359783 bytes)
335.43/338.88	c 339	14060 (40%) CSP clauses are encoded (2603454 clauses, 121477270 bytes)
335.62/339.04	c 339	17575 (50%) CSP clauses are encoded (2686869 clauses, 123062287 bytes)
335.81/339.20	c 339	21090 (60%) CSP clauses are encoded (2770259 clauses, 124708382 bytes)
335.91/339.36	c 340	24605 (70%) CSP clauses are encoded (2853674 clauses, 126354924 bytes)
336.11/339.53	c 340	28120 (80%) CSP clauses are encoded (2937064 clauses, 128001019 bytes)
336.22/339.69	c 340	31635 (90%) CSP clauses are encoded (3020479 clauses, 129647561 bytes)
336.41/339.85	c 340	35150 (100%) CSP clauses are encoded (3104869 clauses, 131306936 bytes)
336.41/339.85	c 340	35150 CSP clauses encoded
336.41/339.85	c 340	Writing map file : HOME/temp.map
336.41/339.87	c 340	Heap : 219 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
336.41/339.87	c 340	SAT : 40691 SAT variables, 3104869 SAT clauses, 131306936 bytes
336.41/339.87	c 340	Heap : 219 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
336.49/339.95	c 340	SOLVING HOME/temp.cnf
336.49/339.95	c 340	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
336.49/339.95	c 340	This is MiniSat 2.0 beta
336.49/339.95	c 340	WARNING: for repeatability, setting FPU to use double precision
336.49/339.95	c 340	============================[ Problem Statistics ]=============================
336.49/339.95	c 340	|                                                                             |
336.49/339.96	c 340	|  Number of variables:  40691                                                |
336.49/339.96	c 340	|  Number of clauses:    3104869                                              |
339.36/342.87	c 343	|  Parsing time:         2.55         s                                       |
339.56/343.06	c 343	============================[ Search Statistics ]==============================
339.56/343.06	c 343	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
339.56/343.06	c 343	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
339.56/343.06	c 343	===============================================================================
339.56/343.06	c 343	|         0 |   40691  3104869 22860907 |  1034956        0    nan |  0.000 % |
339.75/343.27	c 344	|       101 |   40691  3104869 22860907 |  1138451      101      8 |  0.000 % |
339.86/343.38	c 344	|       251 |   40691  3104869 22860907 |  1252297      251      8 |  0.000 % |
339.95/343.49	c 344	|       476 |   40691  3104869 22860907 |  1377526      476      9 |  0.000 % |
340.15/343.60	c 344	|       813 |   40691  3104869 22860907 |  1515279      813     10 |  0.000 % |
340.15/343.63	c 344	|      1319 |   40691  3104869 22860907 |  1666807     1319      9 |  0.000 % |
340.25/343.75	c 344	|      2078 |   40691  3104869 22860907 |  1833488     2078      9 |  0.000 % |
340.35/343.86	c 344	|      3217 |   40691  3104869 22860907 |  2016837     3217      9 |  0.000 % |
340.74/344.24	c 345	|      4926 |   40691  3104869 22860907 |  2218520     4926     10 |  0.000 % |
341.03/344.56	c 345	|      7488 |   40691  3104869 22860907 |  2440372     7488     10 |  0.000 % |
342.22/345.73	c 346	|     11332 |   40691  3104869 22860907 |  2684410    11332     10 |  0.000 % |
343.81/347.32	c 348	|     17098 |   40691  3104869 22860907 |  2952851    17098     11 |  0.000 % |
348.07/351.61	c 352	|     25749 |   40691  3104869 22860907 |  3248136    25749     11 |  0.000 % |
351.24/354.83	c 355	|     38724 |   40691  3104869 22860907 |  3572949    38724     12 |  0.000 % |
356.59/360.21	c 360	|     58185 |   40691  3104869 22860907 |  3930244    58185     12 |  0.000 % |
363.92/367.64	c 368	|     87379 |   40691  3104869 22860907 |  4323269    87379     12 |  0.000 % |
374.72/378.53	c 379	|    131168 |   40691  3104869 22860907 |  4755596   131168     12 |  0.000 % |
396.70/400.74	c 401	|    196852 |   40691  3104869 22860907 |  5231156   196852     12 |  0.000 % |
442.46/446.98	c 447	|    295378 |   40691  3104869 22860907 |  5754271   295378     13 |  0.000 % |
515.08/520.25	c 521	|    443168 |   40691  3104869 22860907 |  6329698   443168     14 |  0.000 % |
683.86/690.42	c 691	|    664851 |   40691  3104869 22860907 |  6962668   664851     15 |  0.000 % |
999.09/1008.65	c 1009	|    997376 |   40690  3104423 22857557 |  7658935   997375     16 |  0.002 % |
1503.24/1517.29	c 1518	|   1496164 |   40689  3104423 22857557 |  8424829  1496162     16 |  0.005 % |
1800.02/1816.82	c ERROR INTERRUPTED
1800.02/1816.88	s UNKNOWN
1800.02/1816.88	c 1817	CPU 335.12 (0.03 0.01 335.09 1.42)
1800.02/1816.88	c 1817	END Fri Jul  4 19:20:38 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-1076808-1215190221/watcher-1076808-1215190221 -o /tmp/evaluation-result-1076808-1215190221/solver-1076808-1215190221 -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-1076808-1215190221.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.14 2.06 2.01 4/82 16902
/proc/meminfo: memFree=1486520/2055920 swapFree=4180436/4192956
[pid=16902] ppid=16900 vsize=12132 CPUtime=0
/proc/16902/stat : 16902 (sugar) R 16900 16902 15115 0 -1 4194304 220 0 0 0 0 0 0 0 20 0 1 0 1548693905 12423168 188 996147200 4194304 4206940 548682068608 18446744073709551615 269757092577 0 0 4224 0 0 0 0 17 1 0 0
/proc/16902/statm: 3033 188 142 3 0 133 0

[startup+0.11753 s]
/proc/loadavg: 2.14 2.06 2.01 4/82 16902
/proc/meminfo: memFree=1486520/2055920 swapFree=4180436/4192956
[pid=16902] ppid=16900 vsize=13600 CPUtime=0.03
/proc/16902/stat : 16902 (sugar) S 16900 16902 15115 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1548693905 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16902/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201541 s]
/proc/loadavg: 2.14 2.06 2.01 4/82 16902
/proc/meminfo: memFree=1486520/2055920 swapFree=4180436/4192956
[pid=16902] ppid=16900 vsize=13600 CPUtime=0.03
/proc/16902/stat : 16902 (sugar) S 16900 16902 15115 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1548693905 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16902/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301553 s]
/proc/loadavg: 2.14 2.06 2.01 4/82 16902
/proc/meminfo: memFree=1486520/2055920 swapFree=4180436/4192956
[pid=16902] ppid=16900 vsize=13600 CPUtime=0.03
/proc/16902/stat : 16902 (sugar) S 16900 16902 15115 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1548693905 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16902/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701609 s]
/proc/loadavg: 2.14 2.06 2.01 4/82 16902
/proc/meminfo: memFree=1486520/2055920 swapFree=4180436/4192956
[pid=16902] ppid=16900 vsize=13600 CPUtime=0.03
/proc/16902/stat : 16902 (sugar) S 16900 16902 15115 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1548693905 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16902/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50171 s]
/proc/loadavg: 2.21 2.08 2.02 4/93 16924
/proc/meminfo: memFree=1478944/2055920 swapFree=4180436/4192956
[pid=16902] ppid=16900 vsize=13600 CPUtime=0.95
/proc/16902/stat : 16902 (sugar) S 16900 16902 15115 0 -1 4194304 973 8549 0 1 3 0 87 5 16 0 1 0 1548693905 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16902/statm: 3400 797 370 3 0 500 0
[pid=16915] ppid=16902 vsize=5356 CPUtime=0
/proc/16915/stat : 16915 (sh) S 16902 16902 15115 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1548694008 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16915/statm: 1339 233 193 169 0 50 0
[pid=16916] ppid=16915 vsize=864040 CPUtime=0.45
/proc/16916/stat : 16916 (java) S 16915 16902 15115 0 -1 0 3944 0 1 0 42 3 0 0 18 0 9 0 1548694008 884776960 3419 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16916/statm: 216010 3419 1670 9 0 210592 0
[pid=16916/tid=16917] ppid=16915 vsize=864040 CPUtime=0.36
/proc/16916/task/16917/stat : 16917 (java) R 16915 16902 15115 0 -1 64 2442 0 1 0 35 1 0 0 20 0 9 0 1548694009 884776960 3419 996147200 134512640 134550740 4294955952 18446744073709551615 4126522290 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16916/tid=16918] ppid=16915 vsize=864040 CPUtime=0.01
/proc/16916/task/16918/stat : 16918 (java) S 16915 16902 15115 0 -1 64 483 0 0 0 1 0 0 0 16 0 9 0 1548694010 884776960 3419 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16916/tid=16919] ppid=16915 vsize=864040 CPUtime=0
/proc/16916/task/16919/stat : 16919 (java) S 16915 16902 15115 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1548694011 884776960 3419 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16916/tid=16920] ppid=16915 vsize=864040 CPUtime=0
/proc/16916/task/16920/stat : 16920 (java) S 16915 16902 15115 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1548694011 884776960 3419 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16916/tid=16921] ppid=16915 vsize=864040 CPUtime=0
/proc/16916/task/16921/stat : 16921 (java) S 16915 16902 15115 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1548694013 884776960 3419 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16916/tid=16922] ppid=16915 vsize=864040 CPUtime=0.05
/proc/16916/task/16922/stat : 16922 (java) S 16915 16902 15115 0 -1 64 328 0 0 0 5 0 0 0 19 0 9 0 1548694013 884776960 3419 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16916/tid=16923] ppid=16915 vsize=864040 CPUtime=0
/proc/16916/task/16923/stat : 16923 (java) S 16915 16902 15115 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1548694013 884776960 3419 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16916/tid=16924] ppid=16915 vsize=864040 CPUtime=0
/proc/16916/task/16924/stat : 16924 (java) S 16915 16902 15115 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1548694013 884776960 3419 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 882996

[startup+3.10293 s]
/proc/loadavg: 2.21 2.08 2.02 4/93 16924
/proc/meminfo: memFree=1461152/2055920 swapFree=4180436/4192956
[pid=16902] ppid=16900 vsize=13600 CPUtime=0.95
/proc/16902/stat : 16902 (sugar) S 16900 16902 15115 0 -1 4194304 973 8549 0 1 3 0 87 5 15 0 1 0 1548693905 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16902/statm: 3400 797 370 3 0 500 0
[pid=16915] ppid=16902 vsize=5356 CPUtime=0
/proc/16915/stat : 16915 (sh) S 16902 16902 15115 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1548694008 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16915/statm: 1339 233 193 169 0 50 0
[pid=16916] ppid=16915 vsize=864252 CPUtime=2.03
/proc/16916/stat : 16916 (java) S 16915 16902 15115 0 -1 0 15171 0 1 0 196 7 0 0 18 0 9 0 1548694008 884994048 14379 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16916/statm: 216063 14379 2540 9 0 210638 0
[pid=16916/tid=16917] ppid=16915 vsize=864252 CPUtime=1.08
/proc/16916/task/16917/stat : 16917 (java) R 16915 16902 15115 0 -1 64 2932 0 1 0 107 1 0 0 22 0 9 0 1548694009 884994048 14379 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16916/tid=16918] ppid=16915 vsize=864252 CPUtime=0.85
/proc/16916/task/16918/stat : 16918 (java) R 16915 16902 15115 0 -1 64 11200 0 0 0 81 4 0 0 16 0 9 0 1548694010 884994048 14379 996147200 134512640 134550740 4294955952 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16916/tid=16919] ppid=16915 vsize=864252 CPUtime=0
/proc/16916/task/16919/stat : 16919 (java) S 16915 16902 15115 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1548694011 884994048 14379 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16916/tid=16920] ppid=16915 vsize=864252 CPUtime=0
/proc/16916/task/16920/stat : 16920 (java) S 16915 16902 15115 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1548694011 884994048 14379 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16916/tid=16921] ppid=16915 vsize=864252 CPUtime=0
/proc/16916/task/16921/stat : 16921 (java) S 16915 16902 15115 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1548694013 884994048 14379 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16916/tid=16922] ppid=16915 vsize=864252 CPUtime=0.08
/proc/16916/task/16922/stat : 16922 (java) S 16915 16902 15115 0 -1 64 343 0 0 0 8 0 0 0 16 0 9 0 1548694013 884994048 14379 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16916/tid=16923] ppid=16915 vsize=864252 CPUtime=0
/proc/16916/task/16923/stat : 16923 (java) S 16915 16902 15115 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1548694013 884994048 14379 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16916/tid=16924] ppid=16915 vsize=864252 CPUtime=0
/proc/16916/task/16924/stat : 16924 (java) S 16915 16902 15115 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1548694013 884994048 14379 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883208

[startup+6.30235 s]
/proc/loadavg: 2.27 2.09 2.02 4/93 16924
/proc/meminfo: memFree=1369120/2055920 swapFree=4180436/4192956
[pid=16902] ppid=16900 vsize=13600 CPUtime=0.95
/proc/16902/stat : 16902 (sugar) S 16900 16902 15115 0 -1 4194304 973 8549 0 1 3 0 87 5 15 0 1 0 1548693905 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16902/statm: 3400 797 370 3 0 500 0
[pid=16915] ppid=16902 vsize=5356 CPUtime=0
/proc/16915/stat : 16915 (sh) S 16902 16902 15115 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1548694008 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16915/statm: 1339 233 193 169 0 50 0
[pid=16916] ppid=16915 vsize=878956 CPUtime=5.2
/proc/16916/stat : 16916 (java) S 16915 16902 15115 0 -1 0 41850 0 1 0 499 21 0 0 18 0 9 0 1548694008 900050944 38509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16916/statm: 219739 38509 2540 9 0 214314 0
[pid=16916/tid=16917] ppid=16915 vsize=878956 CPUtime=2.27
/proc/16916/task/16917/stat : 16917 (java) R 16915 16902 15115 0 -1 64 3776 0 1 0 224 3 0 0 19 0 9 0 1548694009 900050944 38509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16916/tid=16918] ppid=16915 vsize=878956 CPUtime=2.72
/proc/16916/task/16918/stat : 16918 (java) R 16915 16902 15115 0 -1 64 35914 0 0 0 256 16 0 0 16 0 9 0 1548694010 900050944 38509 996147200 134512640 134550740 4294955952 18446744073709551615 102721959 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16916/tid=16919] ppid=16915 vsize=878956 CPUtime=0
/proc/16916/task/16919/stat : 16919 (java) S 16915 16902 15115 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1548694011 900050944 38509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16916/tid=16920] ppid=16915 vsize=878956 CPUtime=0
/proc/16916/task/16920/stat : 16920 (java) S 16915 16902 15115 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1548694011 900050944 38509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16916/tid=16921] ppid=16915 vsize=878956 CPUtime=0
/proc/16916/task/16921/stat : 16921 (java) S 16915 16902 15115 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1548694013 900050944 38509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16916/tid=16922] ppid=16915 vsize=878956 CPUtime=0.18
/proc/16916/task/16922/stat : 16922 (java) S 16915 16902 15115 0 -1 64 1464 0 0 0 18 0 0 0 16 0 9 0 1548694013 900050944 38509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16916/tid=16923] ppid=16915 vsize=878956 CPUtime=0
/proc/16916/task/16923/stat : 16923 (java) S 16915 16902 15115 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1548694013 900050944 38509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16916/tid=16924] ppid=16915 vsize=878956 CPUtime=0
/proc/16916/task/16924/stat : 16924 (java) S 16915 16902 15115 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1548694013 900050944 38509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 897912

[startup+12.7022 s]
/proc/loadavg: 2.33 2.11 2.02 3/93 16924
/proc/meminfo: memFree=1308128/2055920 swapFree=4180436/4192956
[pid=16902] ppid=16900 vsize=13600 CPUtime=0.96
/proc/16902/stat : 16902 (sugar) S 16900 16902 15115 0 -1 4194304 974 8549 0 1 3 1 87 5 16 0 1 0 1548693905 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16902/statm: 3400 797 370 3 0 500 0
[pid=16915] ppid=16902 vsize=5356 CPUtime=0
/proc/16915/stat : 16915 (sh) S 16902 16902 15115 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1548694008 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16915/statm: 1339 233 193 169 0 50 0
[pid=16916] ppid=16915 vsize=869592 CPUtime=11.52
/proc/16916/stat : 16916 (java) S 16915 16902 15115 0 -1 0 62929 0 1 0 1118 34 0 0 18 0 9 0 1548694008 890462208 42499 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16916/statm: 217398 42499 2567 9 0 211945 0
[pid=16916/tid=16917] ppid=16915 vsize=869592 CPUtime=6.47
/proc/16916/task/16917/stat : 16917 (java) R 16915 16902 15115 0 -1 64 4762 0 1 0 640 7 0 0 25 0 9 0 1548694009 890462208 42499 996147200 134512640 134550740 4294955952 18446744073709551615 4126974738 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16916/tid=16918] ppid=16915 vsize=869592 CPUtime=4.76
/proc/16916/task/16918/stat : 16918 (java) S 16915 16902 15115 0 -1 64 55961 0 0 0 452 24 0 0 16 0 9 0 1548694010 890462208 42499 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16916/tid=16919] ppid=16915 vsize=869592 CPUtime=0
/proc/16916/task/16919/stat : 16919 (java) S 16915 16902 15115 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1548694011 890462208 42499 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16916/tid=16920] ppid=16915 vsize=869592 CPUtime=0
/proc/16916/task/16920/stat : 16920 (java) S 16915 16902 15115 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1548694011 890462208 42499 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16916/tid=16921] ppid=16915 vsize=869592 CPUtime=0
/proc/16916/task/16921/stat : 16921 (java) S 16915 16902 15115 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1548694013 890462208 42499 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16916/tid=16922] ppid=16915 vsize=869592 CPUtime=0.25
/proc/16916/task/16922/stat : 16922 (java) S 16915 16902 15115 0 -1 64 1509 0 0 0 25 0 0 0 16 0 9 0 1548694013 890462208 42499 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16916/tid=16923] ppid=16915 vsize=869592 CPUtime=0
/proc/16916/task/16923/stat : 16923 (java) S 16915 16902 15115 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1548694013 890462208 42499 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16916/tid=16924] ppid=16915 vsize=869592 CPUtime=0
/proc/16916/task/16924/stat : 16924 (java) S 16915 16902 15115 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1548694013 890462208 42499 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 888548

[startup+25.5029 s]
/proc/loadavg: 2.35 2.12 2.03 3/93 16924
/proc/meminfo: memFree=1284384/2055920 swapFree=4180436/4192956
[pid=16902] ppid=16900 vsize=13600 CPUtime=0.96
/proc/16902/stat : 16902 (sugar) S 16900 16902 15115 0 -1 4194304 974 8549 0 1 3 1 87 5 16 0 1 0 1548693905 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16902/statm: 3400 797 370 3 0 500 0
[pid=16915] ppid=16902 vsize=5356 CPUtime=0
/proc/16915/stat : 16915 (sh) S 16902 16902 15115 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1548694008 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16915/statm: 1339 233 193 169 0 50 0
[pid=16916] ppid=16915 vsize=869592 CPUtime=24.19
/proc/16916/stat : 16916 (java) S 16915 16902 15115 0 -1 0 63436 0 1 0 2378 41 0 0 18 0 9 0 1548694008 890462208 42950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16916/statm: 217398 42950 2567 9 0 211945 0
[pid=16916/tid=16917] ppid=16915 vsize=869592 CPUtime=18.86
/proc/16916/task/16917/stat : 16917 (java) R 16915 16902 15115 0 -1 64 4818 0 1 0 1872 14 0 0 25 0 9 0 1548694009 890462208 42950 996147200 134512640 134550740 4294955952 18446744073709551615 101445083 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16916/tid=16918] ppid=16915 vsize=869592 CPUtime=5.04
/proc/16916/task/16918/stat : 16918 (java) S 16915 16902 15115 0 -1 64 56410 0 0 0 479 25 0 0 16 0 9 0 1548694010 890462208 42950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16916/tid=16919] ppid=16915 vsize=869592 CPUtime=0
/proc/16916/task/16919/stat : 16919 (java) S 16915 16902 15115 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1548694011 890462208 42950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16916/tid=16920] ppid=16915 vsize=869592 CPUtime=0
/proc/16916/task/16920/stat : 16920 (java) S 16915 16902 15115 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1548694011 890462208 42950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=16925] ppid=16902 vsize=5356 CPUtime=0
/proc/16925/stat : 16925 (sh) S 16902 16902 15115 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1548727900 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16925/statm: 1339 232 193 169 0 50 0
[pid=16926] ppid=16925 vsize=352484 CPUtime=1072.59
/proc/16926/stat : 16926 (minisat) R 16925 16902 15115 0 -1 4194304 86797 0 0 0 107178 81 0 0 25 0 1 0 1548727901 360943616 86783 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/16926/statm: 88121 86783 76 150 0 87968 0
Current children cumulated CPU time (s) 1409.14
Current children cumulated vsize (KiB) 371440

[startup+1482.3 s]
/proc/loadavg: 2.07 2.00 2.00 3/85 17653
/proc/meminfo: memFree=347296/2055920 swapFree=4180436/4192956
[pid=16902] ppid=16900 vsize=13600 CPUtime=336.55
/proc/16902/stat : 16902 (sugar) S 16900 16902 15115 0 -1 4194304 1034 102723 0 2 3 1 33509 142 16 0 1 0 1548693905 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16902/statm: 3400 799 370 3 0 500 0
[pid=16925] ppid=16902 vsize=5356 CPUtime=0
/proc/16925/stat : 16925 (sh) S 16902 16902 15115 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1548727900 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16925/statm: 1339 232 193 169 0 50 0
[pid=16926] ppid=16925 vsize=357040 CPUtime=1132.12
/proc/16926/stat : 16926 (minisat) R 16925 16902 15115 0 -1 4194304 87947 0 0 0 113123 89 0 0 25 0 1 0 1548727901 365608960 87933 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16926/statm: 89260 87933 76 150 0 89107 0
Current children cumulated CPU time (s) 1468.67
Current children cumulated vsize (KiB) 375996

[startup+1542.31 s]
/proc/loadavg: 2.02 2.00 2.00 3/84 17654
/proc/meminfo: memFree=339680/2055920 swapFree=4180436/4192956
[pid=16902] ppid=16900 vsize=13600 CPUtime=336.55
/proc/16902/stat : 16902 (sugar) S 16900 16902 15115 0 -1 4194304 1034 102723 0 2 3 1 33509 142 16 0 1 0 1548693905 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16902/statm: 3400 799 370 3 0 500 0
[pid=16925] ppid=16902 vsize=5356 CPUtime=0
/proc/16925/stat : 16925 (sh) S 16902 16902 15115 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1548727900 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16925/statm: 1339 232 193 169 0 50 0
[pid=16926] ppid=16925 vsize=363660 CPUtime=1191.55
/proc/16926/stat : 16926 (minisat) R 16925 16902 15115 0 -1 4194304 89675 0 0 0 119065 90 0 0 25 0 1 0 1548727901 372387840 89661 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16926/statm: 90915 89661 76 150 0 90762 0
Current children cumulated CPU time (s) 1528.1
Current children cumulated vsize (KiB) 382616

[startup+1602.3 s]
/proc/loadavg: 2.09 2.02 2.01 3/84 17654
/proc/meminfo: memFree=333728/2055920 swapFree=4180436/4192956
[pid=16902] ppid=16900 vsize=13600 CPUtime=336.55
/proc/16902/stat : 16902 (sugar) S 16900 16902 15115 0 -1 4194304 1034 102723 0 2 3 1 33509 142 16 0 1 0 1548693905 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16902/statm: 3400 799 370 3 0 500 0
[pid=16925] ppid=16902 vsize=5356 CPUtime=0
/proc/16925/stat : 16925 (sh) S 16902 16902 15115 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1548727900 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16925/statm: 1339 232 193 169 0 50 0
[pid=16926] ppid=16925 vsize=369340 CPUtime=1250.98
/proc/16926/stat : 16926 (minisat) R 16925 16902 15115 0 -1 4194304 91119 0 0 0 125006 92 0 0 25 0 1 0 1548727901 378204160 91105 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16926/statm: 92335 91105 76 150 0 92182 0
Current children cumulated CPU time (s) 1587.53
Current children cumulated vsize (KiB) 388296

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/84 17654
/proc/meminfo: memFree=329888/2055920 swapFree=4180436/4192956
[pid=16902] ppid=16900 vsize=13600 CPUtime=336.55
/proc/16902/stat : 16902 (sugar) S 16900 16902 15115 0 -1 4194304 1034 102723 0 2 3 1 33509 142 16 0 1 0 1548693905 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16902/statm: 3400 799 370 3 0 500 0
[pid=16925] ppid=16902 vsize=5356 CPUtime=0
/proc/16925/stat : 16925 (sh) S 16902 16902 15115 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1548727900 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16925/statm: 1339 232 193 169 0 50 0
[pid=16926] ppid=16925 vsize=376152 CPUtime=1310.41
/proc/16926/stat : 16926 (minisat) R 16925 16902 15115 0 -1 4194304 92083 0 0 0 130947 94 0 0 25 0 1 0 1548727901 385179648 92069 996147200 134512640 135127466 4294956256 18446744073709551615 134522649 0 0 4096 3 0 0 0 17 1 0 0
/proc/16926/statm: 94038 92069 76 150 0 93885 0
Current children cumulated CPU time (s) 1646.96
Current children cumulated vsize (KiB) 395108

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 17654
/proc/meminfo: memFree=325216/2055920 swapFree=4180436/4192956
[pid=16902] ppid=16900 vsize=13600 CPUtime=336.55
/proc/16902/stat : 16902 (sugar) S 16900 16902 15115 0 -1 4194304 1034 102723 0 2 3 1 33509 142 16 0 1 0 1548693905 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16902/statm: 3400 799 370 3 0 500 0
[pid=16925] ppid=16902 vsize=5356 CPUtime=0
/proc/16925/stat : 16925 (sh) S 16902 16902 15115 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1548727900 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16925/statm: 1339 232 193 169 0 50 0
[pid=16926] ppid=16925 vsize=380728 CPUtime=1369.86
/proc/16926/stat : 16926 (minisat) R 16925 16902 15115 0 -1 4194304 93263 0 0 0 136890 96 0 0 25 0 1 0 1548727901 389865472 93249 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16926/statm: 95182 93249 76 150 0 95029 0
Current children cumulated CPU time (s) 1706.41
Current children cumulated vsize (KiB) 399684

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17654
/proc/meminfo: memFree=321184/2055920 swapFree=4180436/4192956
[pid=16902] ppid=16900 vsize=13600 CPUtime=336.55
/proc/16902/stat : 16902 (sugar) S 16900 16902 15115 0 -1 4194304 1034 102723 0 2 3 1 33509 142 16 0 1 0 1548693905 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16902/statm: 3400 799 370 3 0 500 0
[pid=16925] ppid=16902 vsize=5356 CPUtime=0
/proc/16925/stat : 16925 (sh) S 16902 16902 15115 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1548727900 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16925/statm: 1339 232 193 169 0 50 0
[pid=16926] ppid=16925 vsize=384636 CPUtime=1429.29
/proc/16926/stat : 16926 (minisat) R 16925 16902 15115 0 -1 4194304 94247 0 0 0 142832 97 0 0 25 0 1 0 1548727901 393867264 94233 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16926/statm: 96159 94233 76 150 0 96006 0
Current children cumulated CPU time (s) 1765.84
Current children cumulated vsize (KiB) 403592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17654
/proc/meminfo: memFree=318944/2055920 swapFree=4180436/4192956
[pid=16902] ppid=16900 vsize=13600 CPUtime=336.55
/proc/16902/stat : 16902 (sugar) S 16900 16902 15115 0 -1 4194304 1034 102723 0 2 3 1 33509 142 16 0 1 0 1548693905 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16902/statm: 3400 799 370 3 0 500 0
[pid=16925] ppid=16902 vsize=5356 CPUtime=0
/proc/16925/stat : 16925 (sh) S 16902 16902 15115 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1548727900 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16925/statm: 1339 232 193 169 0 50 0
[pid=16926] ppid=16925 vsize=386904 CPUtime=1463.47
/proc/16926/stat : 16926 (minisat) R 16925 16902 15115 0 -1 4194304 94797 0 0 0 146249 98 0 0 25 0 1 0 1548727901 396189696 94783 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/16926/statm: 96726 94783 76 150 0 96573 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 405860

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

[startup+1816.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17654
/proc/meminfo: memFree=318944/2055920 swapFree=4180436/4192956
[pid=16902] ppid=16900 vsize=13600 CPUtime=336.55
/proc/16902/stat : 16902 (sugar) S 16900 16902 15115 0 -1 4194304 1034 102723 0 2 3 1 33509 142 16 0 1 0 1548693905 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16902/statm: 3400 799 370 3 0 500 0
[pid=16925] ppid=16902 vsize=5356 CPUtime=0
/proc/16925/stat : 16925 (sh) S 16902 16902 15115 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1548727900 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16925/statm: 1339 232 193 169 0 50 0
[pid=16926] ppid=16925 vsize=386904 CPUtime=1463.47
/proc/16926/stat : 16926 (minisat) R 16925 16902 15115 0 -1 4194304 94797 0 0 0 146249 98 0 0 25 0 1 0 1548727901 396189696 94783 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/16926/statm: 96726 94783 76 150 0 96573 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 405860

# WARNING:
# current cumulated CPU time (336.6 s) is less than in the last sample (1800.02 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1463.42 s) to the 'lost time'.

[startup+1816.92 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17654
/proc/meminfo: memFree=318944/2055920 swapFree=4180436/4192956
[pid=16902] ppid=16900 vsize=13600 CPUtime=336.6
/proc/16902/stat : 16902 (sugar) R 16900 16902 15115 0 -1 4194304 1069 103000 0 2 3 6 33509 142 16 0 1 0 1548693905 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16902/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 336.6
Current children cumulated vsize (KiB) 13600

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

[startup+1816.92 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17654
/proc/meminfo: memFree=318944/2055920 swapFree=4180436/4192956
[pid=16902] ppid=16900 vsize=13600 CPUtime=336.6
/proc/16902/stat : 16902 (sugar) R 16900 16902 15115 0 -1 4194304 1069 103000 0 2 3 6 33509 142 16 0 1 0 1548693905 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16902/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 336.6
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1463.42
#  lost CPU user time (s): 1462.49
#  lost CPU system time (s): 0.93

Real time (s): 1816.95
CPU time (s): 1800.06
CPU user time (s): 1797.62
CPU system time (s): 2.44077
CPU usage (%): 99.0708
Max. virtual memory (cumulated for all children) (KiB): 909176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 335.133
system time used= 1.51077
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104100
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= 13862
involuntary context switches= 20653

runsolver used 2.09568 second user time and 6.17306 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-04 18:50:21
IDJOB=1076808
IDBENCH=56608
IDSOLVER=346
FILE ID=node13/1076808-1215190221
PBS_JOBID= 7881582
Free space on /tmp= 66516 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-21-08.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-1076808-1215190221/watcher-1076808-1215190221 -o /tmp/evaluation-result-1076808-1215190221/solver-1076808-1215190221 -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-1076808-1215190221.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 732fd222b42b1b48209bcbd3b606cfba
RANDOM SEED=99446505

node13.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.238
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.238
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:       1487128 kB
Buffers:         38256 kB
Cached:         357548 kB
SwapCached:       6892 kB
Active:         254724 kB
Inactive:       257192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1487128 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            5108 kB
Writeback:           0 kB
Mapped:         133000 kB
Slab:            41468 kB
Committed_AS:  3153076 kB
PageTables:       2316 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= 66524 MiB
End job on node13 at 2008-07-04 19:20:40