Trace number 1072384

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.03 1803.53

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-34_ext.xml
MD5SUM58117577122d4a16c32428a1972a7c32
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark195.03
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 14:18:22 2008
0.00/0.05	c 0	PID 12411
0.00/0.05	c 0	HOST node12.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1072384-1215173901.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-1072384-1215173901.xml' 'HOME/temp.csp'
1.55/1.63	c 1	1 domains, 24 variables, 0 predicates, 76 relations, 76 constraints
1.55/1.68	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.55/1.68	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.59/1.77	c 2	Parsing HOME/temp.csp
4.26/4.42	c 4	parsed 177 expressions
4.26/4.42	c 4	Heap : 46 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.26/4.42	c 4	Converting to clausal form CSP
4.26/4.44	c 4	converted 18 (10%) expressions
4.26/4.46	c 4	converted 36 (20%) expressions
4.26/4.50	c 4	converted 54 (30%) expressions
4.37/4.50	c 4	converted 71 (40%) expressions
4.37/4.54	c 4	converted 89 (50%) expressions
4.46/4.68	c 4	converted 107 (60%) expressions
5.16/5.32	c 5	converted 124 (70%) expressions
5.35/5.58	c 5	converted 142 (80%) expressions
5.65/5.87	c 6	converted 160 (90%) expressions
5.96/6.11	c 6	converted 177 (100%) expressions
5.96/6.11	c 6	CSP : 24 integers, 0 booleans, 76 clauses, largest domain size 24
5.96/6.11	c 6	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.96/6.11	c 6	Propagation in CSP
5.96/6.11	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.96/6.11	c 6	CSP : 24 integers, 0 booleans, 76 clauses, largest domain size 24
5.96/6.11	c 6	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.96/6.11	c 6	Simplifing CSP by introducing new Boolean variables
5.96/6.11	c 6	CSP : 24 integers, 0 booleans, 76 clauses, largest domain size 24
5.96/6.11	c 6	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.25/6.44	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.25/6.45	c 6	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
6.25/6.45	c 6	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
6.25/6.46	c 6	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
6.25/6.46	c 6	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
6.25/6.46	c 6	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
6.25/6.46	c 6	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
6.25/6.46	c 6	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
6.25/6.46	c 6	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
6.25/6.46	c 6	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
6.25/6.46	c 6	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
6.74/6.91	c 7	8 (10%) CSP clauses are encoded (25102 clauses, 590252 bytes)
7.04/7.28	c 7	16 (20%) CSP clauses are encoded (49714 clauses, 1190085 bytes)
7.43/7.62	c 7	23 (30%) CSP clauses are encoded (71237 clauses, 1731358 bytes)
7.74/7.98	c 8	31 (40%) CSP clauses are encoded (95960 clauses, 2349347 bytes)
8.14/8.31	c 8	38 (50%) CSP clauses are encoded (117591 clauses, 2892886 bytes)
8.43/8.69	c 8	46 (60%) CSP clauses are encoded (142233 clauses, 3550349 bytes)
8.82/9.07	c 9	54 (70%) CSP clauses are encoded (166865 clauses, 4218570 bytes)
9.23/9.40	c 9	61 (80%) CSP clauses are encoded (188592 clauses, 4807807 bytes)
9.52/9.77	c 10	69 (90%) CSP clauses are encoded (213332 clauses, 5479052 bytes)
9.91/10.11	c 10	76 (100%) CSP clauses are encoded (234955 clauses, 6065490 bytes)
9.91/10.11	c 10	76 CSP clauses encoded
9.91/10.11	c 10	Writing map file : HOME/temp.map
9.91/10.11	c 10	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.91/10.11	c 10	SAT : 552 SAT variables, 234955 SAT clauses, 6065490 bytes
9.91/10.11	c 10	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.91/10.14	c 10	SOLVING HOME/temp.cnf
9.91/10.14	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.91/10.15	c 10	This is MiniSat 2.0 beta
9.91/10.15	c 10	WARNING: for repeatability, setting FPU to use double precision
9.91/10.15	c 10	============================[ Problem Statistics ]=============================
9.91/10.15	c 10	|                                                                             |
9.91/10.15	c 10	|  Number of variables:  552                                                  |
9.91/10.15	c 10	|  Number of clauses:    234955                                               |
9.96/10.30	c 10	|  Parsing time:         0.13         s                                       |
9.96/10.31	c 10	============================[ Search Statistics ]==============================
9.96/10.31	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.96/10.31	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.96/10.31	c 10	===============================================================================
9.96/10.31	c 10	|         0 |     552   234955  1310000 |    78318        0    nan |  0.000 % |
9.96/10.45	c 10	|       102 |     552   234955  1310000 |    86150      102     11 |  0.000 % |
9.96/10.67	c 10	|       252 |     552   234955  1310000 |    94765      252     11 |  0.003 % |
10.70/10.90	c 11	|       477 |     552   234955  1310000 |   104241      477     12 |  0.008 % |
10.99/11.26	c 11	|       814 |     552   234955  1310000 |   114665      814     12 |  0.008 % |
11.49/11.79	c 12	|      1321 |     552   234955  1310000 |   126132     1321     12 |  0.008 % |
12.17/12.45	c 12	|      2080 |     552   234955  1310000 |   138745     2080     13 |  0.008 % |
13.06/13.35	c 13	|      3221 |     552   234955  1310000 |   152620     3221     13 |  0.008 % |
14.65/14.92	c 15	|      4929 |     552   234955  1310000 |   167882     4929     13 |  0.005 % |
17.23/17.52	c 17	|      7492 |     552   234955  1310000 |   184670     7492     14 |  0.008 % |
20.69/21.03	c 21	|     11338 |     552   234955  1310000 |   203137    11338     15 |  0.008 % |
27.33/27.76	c 28	|     17107 |     552   234955  1310000 |   223451    17107     16 |  0.001 % |
37.63/38.15	c 38	|     25756 |     552   234955  1310000 |   245796    25756     15 |  0.007 % |
54.07/54.80	c 55	|     38730 |     552   234955  1310000 |   270376    38730     16 |  0.008 % |
77.76/78.41	c 78	|     58191 |     552   234955  1310000 |   297413    58191     17 |  0.008 % |
120.61/121.30	c 121	|     87385 |     552   234955  1310000 |   327155    87385     17 |  0.008 % |
193.36/194.12	c 194	|    131174 |     552   234955  1310000 |   359870   131174     18 |  0.008 % |
321.85/323.18	c 323	|    196859 |     552   234955  1310000 |   395857   196859     19 |  0.009 % |
569.49/571.92	c 572	|    295385 |     552   234955  1310000 |   435443   295385     19 |  0.009 % |
985.15/987.99	c 988	|    443174 |     552   234955  1310000 |   478987    28767     18 |  0.002 % |
1444.43/1447.68	c 1447	|    664857 |     552   234955  1310000 |   526886   250450     20 |  0.000 % |
1800.03/1803.52	c 1803	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1803.52	c 1803	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.03/1803.52	c ERROR INTERRUPTED
1800.03/1803.52	s UNKNOWN
1800.03/1803.52	c 1803	CPU 9.61 (0.04 0.01 9.57 0.34)
1800.03/1803.52	c 1803	END Fri Jul  4 14:48:25 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-1072384-1215173901/watcher-1072384-1215173901 -o /tmp/evaluation-result-1072384-1215173901/solver-1072384-1215173901 -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-1072384-1215173901.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: 1.92 1.98 1.99 4/74 12411
/proc/meminfo: memFree=1643936/2055920 swapFree=4122708/4192956
[pid=12411] ppid=12409 vsize=12268 CPUtime=0
/proc/12411/stat : 12411 (sugar) R 12409 12411 9622 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1547065218 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 252429695589 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/12411/statm: 3067 316 241 3 0 167 0

[startup+0.0832971 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 12411
/proc/meminfo: memFree=1643936/2055920 swapFree=4122708/4192956
[pid=12411] ppid=12409 vsize=13600 CPUtime=0.03
/proc/12411/stat : 12411 (sugar) S 12409 12411 9622 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1547065218 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12411/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102299 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 12411
/proc/meminfo: memFree=1643936/2055920 swapFree=4122708/4192956
[pid=12411] ppid=12409 vsize=13600 CPUtime=0.03
/proc/12411/stat : 12411 (sugar) S 12409 12411 9622 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1547065218 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12411/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302329 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 12411
/proc/meminfo: memFree=1643936/2055920 swapFree=4122708/4192956
[pid=12411] ppid=12409 vsize=13600 CPUtime=0.03
/proc/12411/stat : 12411 (sugar) S 12409 12411 9622 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1547065218 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12411/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701361 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 12411
/proc/meminfo: memFree=1643936/2055920 swapFree=4122708/4192956
[pid=12411] ppid=12409 vsize=13600 CPUtime=0.03
/proc/12411/stat : 12411 (sugar) S 12409 12411 9622 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1547065218 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12411/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50444 s]
/proc/loadavg: 1.92 1.98 1.99 3/85 12423
/proc/meminfo: memFree=1620936/2055920 swapFree=4122708/4192956
[pid=12411] ppid=12409 vsize=13600 CPUtime=0.03
/proc/12411/stat : 12411 (sugar) S 12409 12411 9622 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1547065218 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12411/statm: 3400 796 370 3 0 500 0
[pid=12414] ppid=12411 vsize=5356 CPUtime=0
/proc/12414/stat : 12414 (sh) S 12411 12411 9622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1547065224 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12414/statm: 1339 233 193 169 0 50 0
[pid=12415] ppid=12414 vsize=864032 CPUtime=1.42
/proc/12415/stat : 12415 (java) S 12414 12411 9622 0 -1 0 9020 0 1 0 134 8 0 0 18 0 9 0 1547065224 884768768 8173 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12415/statm: 216008 8173 2527 9 0 210590 0
[pid=12415/tid=12416] ppid=12414 vsize=864032 CPUtime=1.14
/proc/12415/task/12416/stat : 12416 (java) R 12414 12411 9622 0 -1 64 2870 0 1 0 110 4 0 0 25 0 9 0 1547065225 884768768 8173 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12415/tid=12417] ppid=12414 vsize=864032 CPUtime=0.19
/proc/12415/task/12417/stat : 12417 (java) R 12414 12411 9622 0 -1 64 5137 0 0 0 17 2 0 0 16 0 9 0 1547065226 884768768 8173 996147200 134512640 134550740 4294956016 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12415/tid=12418] ppid=12414 vsize=864032 CPUtime=0
/proc/12415/task/12418/stat : 12418 (java) S 12414 12411 9622 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1547065227 884768768 8173 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12415/tid=12419] ppid=12414 vsize=864032 CPUtime=0
/proc/12415/task/12419/stat : 12419 (java) S 12414 12411 9622 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1547065227 884768768 8173 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12415/tid=12420] ppid=12414 vsize=864032 CPUtime=0
/proc/12415/task/12420/stat : 12420 (java) S 12414 12411 9622 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547065229 884768768 8173 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12415/tid=12421] ppid=12414 vsize=864032 CPUtime=0.05
/proc/12415/task/12421/stat : 12421 (java) S 12414 12411 9622 0 -1 64 316 0 0 0 5 0 0 0 16 0 9 0 1547065229 884768768 8173 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12415/tid=12422] ppid=12414 vsize=864032 CPUtime=0
/proc/12415/task/12422/stat : 12422 (java) S 12414 12411 9622 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1547065229 884768768 8173 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12415/tid=12423] ppid=12414 vsize=864032 CPUtime=0
/proc/12415/task/12423/stat : 12423 (java) S 12414 12411 9622 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1547065229 884768768 8173 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 882988

[startup+3.10261 s]
/proc/loadavg: 2.01 2.00 2.00 4/85 12433
/proc/meminfo: memFree=1627336/2055920 swapFree=4122708/4192956
[pid=12411] ppid=12409 vsize=13600 CPUtime=1.59
/proc/12411/stat : 12411 (sugar) S 12409 12411 9622 0 -1 4194304 973 9546 0 1 3 0 147 9 16 0 1 0 1547065218 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12411/statm: 3400 797 370 3 0 500 0
[pid=12424] ppid=12411 vsize=5356 CPUtime=0
/proc/12424/stat : 12424 (sh) S 12411 12411 9622 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1547065387 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12424/statm: 1339 233 193 169 0 50 0
[pid=12425] ppid=12424 vsize=864076 CPUtime=1.38
/proc/12425/stat : 12425 (java) S 12424 12411 9622 0 -1 0 10301 0 1 0 133 5 0 0 18 0 9 0 1547065387 884813824 9570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12425/statm: 216019 9570 2532 9 0 210601 0
[pid=12425/tid=12426] ppid=12424 vsize=864076 CPUtime=0.79
/proc/12425/task/12426/stat : 12426 (java) R 12424 12411 9622 0 -1 64 2591 0 1 0 78 1 0 0 25 0 9 0 1547065388 884813824 9570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12425/tid=12427] ppid=12424 vsize=864076 CPUtime=0.53
/proc/12425/task/12427/stat : 12427 (java) R 12424 12411 9622 0 -1 64 6698 0 0 0 50 3 0 0 17 0 9 0 1547065389 884813824 9570 996147200 134512640 134550740 4294955952 18446744073709551615 103834267 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12425/tid=12428] ppid=12424 vsize=864076 CPUtime=0
/proc/12425/task/12428/stat : 12428 (java) S 12424 12411 9622 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1547065390 884813824 9570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12425/tid=12429] ppid=12424 vsize=864076 CPUtime=0
/proc/12425/task/12429/stat : 12429 (java) S 12424 12411 9622 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1547065390 884813824 9570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12425/tid=12430] ppid=12424 vsize=864076 CPUtime=0
/proc/12425/task/12430/stat : 12430 (java) S 12424 12411 9622 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547065392 884813824 9570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12425/tid=12431] ppid=12424 vsize=864076 CPUtime=0.04
/proc/12425/task/12431/stat : 12431 (java) S 12424 12411 9622 0 -1 64 315 0 0 0 4 0 0 0 16 0 9 0 1547065392 884813824 9570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12425/tid=12432] ppid=12424 vsize=864076 CPUtime=0
/proc/12425/task/12432/stat : 12432 (java) S 12424 12411 9622 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1547065392 884813824 9570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12425/tid=12433] ppid=12424 vsize=864076 CPUtime=0
/proc/12425/task/12433/stat : 12433 (java) S 12424 12411 9622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547065392 884813824 9570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 883032

[startup+6.30293 s]
/proc/loadavg: 2.01 2.00 2.00 4/85 12433
/proc/meminfo: memFree=1559880/2055920 swapFree=4122708/4192956
[pid=12411] ppid=12409 vsize=13600 CPUtime=1.6
/proc/12411/stat : 12411 (sugar) S 12409 12411 9622 0 -1 4194304 974 9546 0 1 3 1 147 9 15 0 1 0 1547065218 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12411/statm: 3400 797 370 3 0 500 0
[pid=12424] ppid=12411 vsize=5356 CPUtime=0
/proc/12424/stat : 12424 (sh) S 12411 12411 9622 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1547065387 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12424/statm: 1339 233 193 169 0 50 0
[pid=12425] ppid=12424 vsize=869488 CPUtime=4.55
/proc/12425/stat : 12425 (java) S 12424 12411 9622 0 -1 0 29699 0 1 0 439 16 0 0 18 0 9 0 1547065387 890355712 27726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12425/statm: 217372 27726 2540 9 0 211947 0
[pid=12425/tid=12426] ppid=12424 vsize=869488 CPUtime=2.23
/proc/12425/task/12426/stat : 12426 (java) R 12424 12411 9622 0 -1 64 3588 0 1 0 220 3 0 0 25 0 9 0 1547065388 890355712 27726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12425/tid=12427] ppid=12424 vsize=869488 CPUtime=2.23
/proc/12425/task/12427/stat : 12427 (java) R 12424 12411 9622 0 -1 64 25083 0 0 0 211 12 0 0 17 0 9 0 1547065389 890355712 27726 996147200 134512640 134550740 4294955952 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12425/tid=12428] ppid=12424 vsize=869488 CPUtime=0
/proc/12425/task/12428/stat : 12428 (java) S 12424 12411 9622 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1547065390 890355712 27726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12425/tid=12429] ppid=12424 vsize=869488 CPUtime=0
/proc/12425/task/12429/stat : 12429 (java) S 12424 12411 9622 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1547065390 890355712 27726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12425/tid=12430] ppid=12424 vsize=869488 CPUtime=0
/proc/12425/task/12430/stat : 12430 (java) S 12424 12411 9622 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547065392 890355712 27726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12425/tid=12431] ppid=12424 vsize=869488 CPUtime=0.07
/proc/12425/task/12431/stat : 12431 (java) S 12424 12411 9622 0 -1 64 331 0 0 0 7 0 0 0 16 0 9 0 1547065392 890355712 27726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12425/tid=12432] ppid=12424 vsize=869488 CPUtime=0
/proc/12425/task/12432/stat : 12432 (java) S 12424 12411 9622 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1547065392 890355712 27726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12425/tid=12433] ppid=12424 vsize=869488 CPUtime=0
/proc/12425/task/12433/stat : 12433 (java) S 12424 12411 9622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547065392 890355712 27726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 888444

[startup+12.7016 s]
/proc/loadavg: 2.08 2.02 2.01 3/77 12435
/proc/meminfo: memFree=1616648/2055920 swapFree=4122708/4192956
[pid=12411] ppid=12409 vsize=13600 CPUtime=9.96
/proc/12411/stat : 12411 (sugar) S 12409 12411 9622 0 -1 4194304 1031 39710 0 2 4 1 957 34 15 0 1 0 1547065218 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12411/statm: 3400 798 370 3 0 500 0
[pid=12434] ppid=12411 vsize=5356 CPUtime=0
/proc/12434/stat : 12434 (sh) S 12411 12411 9622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1547066233 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12434/statm: 1339 232 193 169 0 50 0
[pid=12435] ppid=12434 vsize=15888 CPUtime=2.51
/proc/12435/stat : 12435 (minisat) R 12434 12411 9622 0 -1 4194304 3827 0 0 0 249 2 0 0 25 0 1 0 1547066233 16269312 3813 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12435/statm: 3972 3813 75 150 0 3819 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 34844

[startup+25.5028 s]
/proc/loadavg: 2.07 2.02 2.00 3/77 12435
/proc/meminfo: memFree=1615368/2055920 swapFree=4122708/4192956
[pid=12411] ppid=12409 vsize=13600 CPUtime=9.96
/proc/12411/stat : 12411 (sugar) S 12409 12411 9622 0 -1 4194304 1031 39710 0 2 4 1 957 34 16 0 1 0 1547065218 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12411/statm: 3400 798 370 3 0 500 0
[pid=12434] ppid=12411 vsize=5356 CPUtime=0
/proc/12434/stat : 12434 (sh) S 12411 12411 9622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1547066233 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12434/statm: 1339 232 193 169 0 50 0
[pid=12435] ppid=12434 vsize=17224 CPUtime=15.2
/proc/12435/stat : 12435 (minisat) R 12434 12411 9622 0 -1 4194304 4159 0 0 0 1517 3 0 0 25 0 1 0 1547066233 17637376 4145 996147200 134512640 135127466 4294956272 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/12435/statm: 4306 4145 75 150 0 4153 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 36180

[startup+51.1024 s]
/proc/loadavg: 2.05 2.01 2.00 3/77 12435
/proc/meminfo: memFree=1612488/2055920 swapFree=4122708/4192956
[pid=12411] ppid=12409 vsize=13600 CPUtime=9.96
/proc/12411/stat : 12411 (sugar) S 12409 12411 9622 0 -1 4194304 1031 39710 0 2 4 1 957 34 16 0 1 0 1547065218 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12411/statm: 3400 798 370 3 0 500 0
[pid=12434] ppid=12411 vsize=5356 CPUtime=0
/proc/12434/stat : 12434 (sh) S 12411 12411 9622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1547066233 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12434/statm: 1339 232 193 169 0 50 0
[pid=12435] ppid=12434 vsize=19552 CPUtime=40.54
/proc/12435/stat : 12435 (minisat) R 12434 12411 9622 0 -1 4194304 4717 0 0 0 4051 3 0 0 25 0 1 0 1547066233 20021248 4703 996147200 134512640 135127466 4294956272 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/12435/statm: 4888 4703 75 150 0 4735 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 38508

[startup+102.306 s]
/proc/loadavg: 1.98 2.00 2.00 3/75 12464
/proc/meminfo: memFree=1676312/2055920 swapFree=4122708/4192956
[pid=12411] ppid=12409 vsize=13600 CPUtime=9.96
/proc/12411/stat : 12411 (sugar) S 12409 12411 9622 0 -1 4194304 1031 39710 0 2 4 1 957 34 16 0 1 0 1547065218 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12411/statm: 3400 798 370 3 0 500 0

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

/proc/meminfo: memFree=855312/2055920 swapFree=4122708/4192956
[pid=12411] ppid=12409 vsize=13600 CPUtime=9.96
/proc/12411/stat : 12411 (sugar) S 12409 12411 9622 0 -1 4194304 1031 39710 0 2 4 1 957 34 16 0 1 0 1547065218 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12411/statm: 3400 798 370 3 0 500 0
[pid=12434] ppid=12411 vsize=5356 CPUtime=0
/proc/12434/stat : 12434 (sh) S 12411 12411 9622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1547066233 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12434/statm: 1339 232 193 169 0 50 0
[pid=12435] ppid=12434 vsize=65484 CPUtime=1349.28
/proc/12435/stat : 12435 (minisat) R 12434 12411 9622 0 -1 4194304 16009 0 0 0 134905 23 0 0 25 0 1 0 1547066233 67055616 15995 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/12435/statm: 16371 15995 75 150 0 16218 0
Current children cumulated CPU time (s) 1359.24
Current children cumulated vsize (KiB) 84440

[startup+1422.31 s]
/proc/loadavg: 1.96 1.95 1.98 3/85 12661
/proc/meminfo: memFree=854864/2055920 swapFree=4122708/4192956
[pid=12411] ppid=12409 vsize=13600 CPUtime=9.96
/proc/12411/stat : 12411 (sugar) S 12409 12411 9622 0 -1 4194304 1031 39710 0 2 4 1 957 34 16 0 1 0 1547065218 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12411/statm: 3400 798 370 3 0 500 0
[pid=12434] ppid=12411 vsize=5356 CPUtime=0
/proc/12434/stat : 12434 (sh) S 12411 12411 9622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1547066233 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12434/statm: 1339 232 193 169 0 50 0
[pid=12435] ppid=12434 vsize=65484 CPUtime=1409.2
/proc/12435/stat : 12435 (minisat) R 12434 12411 9622 0 -1 4194304 16034 0 0 0 140896 24 0 0 25 0 1 0 1547066233 67055616 16020 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12435/statm: 16371 16020 75 150 0 16218 0
Current children cumulated CPU time (s) 1419.16
Current children cumulated vsize (KiB) 84440

[startup+1482.3 s]
/proc/loadavg: 2.11 1.99 1.99 3/85 12661
/proc/meminfo: memFree=854608/2055920 swapFree=4122708/4192956
[pid=12411] ppid=12409 vsize=13600 CPUtime=9.96
/proc/12411/stat : 12411 (sugar) S 12409 12411 9622 0 -1 4194304 1031 39710 0 2 4 1 957 34 16 0 1 0 1547065218 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12411/statm: 3400 798 370 3 0 500 0
[pid=12434] ppid=12411 vsize=5356 CPUtime=0
/proc/12434/stat : 12434 (sh) S 12411 12411 9622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1547066233 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12434/statm: 1339 232 193 169 0 50 0
[pid=12435] ppid=12434 vsize=65700 CPUtime=1469.14
/proc/12435/stat : 12435 (minisat) R 12434 12411 9622 0 -1 4194304 16090 0 0 0 146890 24 0 0 25 0 1 0 1547066233 67276800 16076 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12435/statm: 16425 16076 75 150 0 16272 0
Current children cumulated CPU time (s) 1479.1
Current children cumulated vsize (KiB) 84656

[startup+1542.3 s]
/proc/loadavg: 2.10 2.01 2.00 3/84 12662
/proc/meminfo: memFree=1584336/2055920 swapFree=4122708/4192956
[pid=12411] ppid=12409 vsize=13600 CPUtime=9.96
/proc/12411/stat : 12411 (sugar) S 12409 12411 9622 0 -1 4194304 1031 39710 0 2 4 1 957 34 16 0 1 0 1547065218 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12411/statm: 3400 798 370 3 0 500 0
[pid=12434] ppid=12411 vsize=5356 CPUtime=0
/proc/12434/stat : 12434 (sh) S 12411 12411 9622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1547066233 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12434/statm: 1339 232 193 169 0 50 0
[pid=12435] ppid=12434 vsize=65700 CPUtime=1529.08
/proc/12435/stat : 12435 (minisat) R 12434 12411 9622 0 -1 4194304 16090 0 0 0 152884 24 0 0 25 0 1 0 1547066233 67276800 16076 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12435/statm: 16425 16076 75 150 0 16272 0
Current children cumulated CPU time (s) 1539.04
Current children cumulated vsize (KiB) 84656

[startup+1602.3 s]
/proc/loadavg: 2.04 2.00 2.00 3/84 12662
/proc/meminfo: memFree=1583952/2055920 swapFree=4122708/4192956
[pid=12411] ppid=12409 vsize=13600 CPUtime=9.96
/proc/12411/stat : 12411 (sugar) S 12409 12411 9622 0 -1 4194304 1031 39710 0 2 4 1 957 34 16 0 1 0 1547065218 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12411/statm: 3400 798 370 3 0 500 0
[pid=12434] ppid=12411 vsize=5356 CPUtime=0
/proc/12434/stat : 12434 (sh) S 12411 12411 9622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1547066233 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12434/statm: 1339 232 193 169 0 50 0
[pid=12435] ppid=12434 vsize=65864 CPUtime=1589.03
/proc/12435/stat : 12435 (minisat) R 12434 12411 9622 0 -1 4194304 16124 0 0 0 158879 24 0 0 25 0 1 0 1547066233 67444736 16110 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12435/statm: 16466 16110 75 150 0 16313 0
Current children cumulated CPU time (s) 1598.99
Current children cumulated vsize (KiB) 84820

[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/84 12662
/proc/meminfo: memFree=1583888/2055920 swapFree=4122708/4192956
[pid=12411] ppid=12409 vsize=13600 CPUtime=9.96
/proc/12411/stat : 12411 (sugar) S 12409 12411 9622 0 -1 4194304 1031 39710 0 2 4 1 957 34 16 0 1 0 1547065218 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12411/statm: 3400 798 370 3 0 500 0
[pid=12434] ppid=12411 vsize=5356 CPUtime=0
/proc/12434/stat : 12434 (sh) S 12411 12411 9622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1547066233 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12434/statm: 1339 232 193 169 0 50 0
[pid=12435] ppid=12434 vsize=65864 CPUtime=1648.99
/proc/12435/stat : 12435 (minisat) R 12434 12411 9622 0 -1 4194304 16128 0 0 0 164874 25 0 0 25 0 1 0 1547066233 67444736 16114 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12435/statm: 16466 16114 75 150 0 16313 0
Current children cumulated CPU time (s) 1658.95
Current children cumulated vsize (KiB) 84820

[startup+1722.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/84 12662
/proc/meminfo: memFree=1583888/2055920 swapFree=4122708/4192956
[pid=12411] ppid=12409 vsize=13600 CPUtime=9.96
/proc/12411/stat : 12411 (sugar) S 12409 12411 9622 0 -1 4194304 1031 39710 0 2 4 1 957 34 16 0 1 0 1547065218 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12411/statm: 3400 798 370 3 0 500 0
[pid=12434] ppid=12411 vsize=5356 CPUtime=0
/proc/12434/stat : 12434 (sh) S 12411 12411 9622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1547066233 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12434/statm: 1339 232 193 169 0 50 0
[pid=12435] ppid=12434 vsize=65864 CPUtime=1708.94
/proc/12435/stat : 12435 (minisat) R 12434 12411 9622 0 -1 4194304 16129 0 0 0 170869 25 0 0 25 0 1 0 1547066233 67444736 16115 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12435/statm: 16466 16115 75 150 0 16313 0
Current children cumulated CPU time (s) 1718.9
Current children cumulated vsize (KiB) 84820

[startup+1782.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/84 12662
/proc/meminfo: memFree=1583696/2055920 swapFree=4122708/4192956
[pid=12411] ppid=12409 vsize=13600 CPUtime=9.96
/proc/12411/stat : 12411 (sugar) S 12409 12411 9622 0 -1 4194304 1031 39710 0 2 4 1 957 34 16 0 1 0 1547065218 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12411/statm: 3400 798 370 3 0 500 0
[pid=12434] ppid=12411 vsize=5356 CPUtime=0
/proc/12434/stat : 12434 (sh) S 12411 12411 9622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1547066233 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12434/statm: 1339 232 193 169 0 50 0
[pid=12435] ppid=12434 vsize=65864 CPUtime=1768.89
/proc/12435/stat : 12435 (minisat) R 12434 12411 9622 0 -1 4194304 16130 0 0 0 176864 25 0 0 25 0 1 0 1547066233 67444736 16116 996147200 134512640 135127466 4294956272 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 0 0 0
/proc/12435/statm: 16466 16116 75 150 0 16313 0
Current children cumulated CPU time (s) 1778.85
Current children cumulated vsize (KiB) 84820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.5 s]
/proc/loadavg: 2.11 2.06 2.01 4/84 12662
/proc/meminfo: memFree=1583696/2055920 swapFree=4122708/4192956
[pid=12411] ppid=12409 vsize=13600 CPUtime=9.96
/proc/12411/stat : 12411 (sugar) S 12409 12411 9622 0 -1 4194304 1031 39710 0 2 4 1 957 34 16 0 1 0 1547065218 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12411/statm: 3400 798 370 3 0 500 0
[pid=12434] ppid=12411 vsize=5356 CPUtime=0
/proc/12434/stat : 12434 (sh) S 12411 12411 9622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1547066233 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12434/statm: 1339 232 193 169 0 50 0
[pid=12435] ppid=12434 vsize=65864 CPUtime=1790.07
/proc/12435/stat : 12435 (minisat) R 12434 12411 9622 0 -1 4194304 16130 0 0 0 178982 25 0 0 25 0 1 0 1547066233 67444736 16116 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12435/statm: 16466 16116 75 150 0 16313 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 84820

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

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

[startup+1803.5 s]
/proc/loadavg: 2.11 2.06 2.01 4/84 12662
/proc/meminfo: memFree=1583696/2055920 swapFree=4122708/4192956
[pid=12411] ppid=12409 vsize=13600 CPUtime=9.96
/proc/12411/stat : 12411 (sugar) S 12409 12411 9622 0 -1 4194304 1031 39710 0 2 4 1 957 34 16 0 1 0 1547065218 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12411/statm: 3400 798 370 3 0 500 0
[pid=12434] ppid=12411 vsize=5356 CPUtime=0
/proc/12434/stat : 12434 (sh) S 12411 12411 9622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1547066233 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12434/statm: 1339 232 193 169 0 50 0
[pid=12435] ppid=12434 vsize=65864 CPUtime=1790.07
/proc/12435/stat : 12435 (minisat) R 12434 12411 9622 0 -1 4194304 16130 0 0 0 178982 25 0 0 25 0 1 0 1547066233 67444736 16116 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12435/statm: 16466 16116 75 150 0 16313 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 84820

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12411 and gives
#  childrusage.ru_utime.tv_sec=9
#  childrusage.ru_utime.tv_usec=617537
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=363944
# CPU time returned by wait4() is 9.98148
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1803.53
CPU time (s): 1800.03
CPU user time (s): 1799.43
CPU system time (s): 0.6
CPU usage (%): 99.806
Max. virtual memory (cumulated for all children) (KiB): 888444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.61754
system time used= 0.363944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41168
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= 3230
involuntary context switches= 3267

runsolver used 2.18167 second user time and 5.57715 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-04 14:18:22
IDJOB=1072384
IDBENCH=56250
IDSOLVER=346
FILE ID=node12/1072384-1215173901
PBS_JOBID= 7877447
Free space on /tmp= 66532 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-34_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-1072384-1215173901/watcher-1072384-1215173901 -o /tmp/evaluation-result-1072384-1215173901/solver-1072384-1215173901 -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-1072384-1215173901.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 58117577122d4a16c32428a1972a7c32
RANDOM SEED=1570967766

node12.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.236
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.236
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:       1644416 kB
Buffers:         39232 kB
Cached:         153240 kB
SwapCached:      64296 kB
Active:         281304 kB
Inactive:        72876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1644416 kB
SwapTotal:     4192956 kB
SwapFree:      4122708 kB
Dirty:            4212 kB
Writeback:           0 kB
Mapped:         168848 kB
Slab:            42260 kB
Committed_AS:  2942936 kB
PageTables:       2120 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= 66544 MiB
End job on node12 at 2008-07-04 14:48:27