Trace number 2066385

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.14.6+minisat? (TO) 1800.18 1801.65

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-30-40.xml
MD5SUM9a003ce3b7fcd7489458f88e729a9490
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of constraints140
Maximum constraint arity40
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension140
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 22:07:36 2009
0.00/0.08	c 0	PID 16695
0.00/0.08	c 0	HOST node15.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2066385-1247342856.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2066385-1247342856.xml' 'HOME/temp.csp'
0.06/0.74	c 1	1 domains, 2400 variables, 2 predicates, 0 relations, 140 constraints
0.06/0.76	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.76	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.71/0.85	c 1	Parsing HOME/temp.csp
0.71/0.95	c 1	parsed 2543 expressions
0.71/0.96	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.71/0.96	c 1	Converting to clausal form CSP
0.71/0.98	c 1	converted 255 (10%) expressions
0.71/0.99	c 1	converted 509 (20%) expressions
0.71/0.99	c 1	converted 763 (30%) expressions
0.71/0.99	c 1	converted 1018 (40%) expressions
0.71/0.99	c 1	converted 1272 (50%) expressions
0.93/1.01	c 1	converted 1526 (60%) expressions
0.93/1.01	c 1	converted 1781 (70%) expressions
0.93/1.01	c 1	converted 2035 (80%) expressions
0.93/1.01	c 1	converted 2289 (90%) expressions
1.32/1.41	c 2	converted 2543 (100%) expressions
1.32/1.41	c 2	CSP : 3180 integers, 0 booleans, 1700 clauses, largest domain size 11
1.32/1.41	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.41	c 2	Propagation in CSP
1.32/1.48	c 2	2040 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.32/1.48	c 2	CSP : 3180 integers, 0 booleans, 1700 clauses, largest domain size 11
1.32/1.48	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.49	c 2	Simplifing CSP by introducing new Boolean variables
1.32/1.49	c 2	CSP : 3180 integers, 0 booleans, 1700 clauses, largest domain size 11
1.32/1.49	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.42/1.53	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.42/1.54	c 2	318 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.42/1.54	c 2	636 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.42/1.55	c 2	954 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.42/1.55	c 2	1272 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.42/1.55	c 2	1590 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.42/1.56	c 2	1908 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.42/1.56	c 2	2226 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.42/1.56	c 2	2544 (80%) CSP integer variables are encoded (1296 clauses, 16912 bytes)
1.42/1.56	c 2	2862 (90%) CSP integer variables are encoded (2160 clauses, 28144 bytes)
1.42/1.57	c 2	3180 (100%) CSP integer variables are encoded (2160 clauses, 28144 bytes)
5.11/5.29	c 6	170 (10%) CSP clauses are encoded (151542 clauses, 4401985 bytes)
8.98/9.11	c 9	340 (20%) CSP clauses are encoded (300924 clauses, 9358482 bytes)
12.77/12.97	c 13	510 (30%) CSP clauses are encoded (450306 clauses, 14590435 bytes)
13.96/14.11	c 14	680 (40%) CSP clauses are encoded (494392 clauses, 16108734 bytes)
13.96/14.16	c 15	850 (50%) CSP clauses are encoded (495964 clauses, 16127523 bytes)
14.06/14.20	c 15	1020 (60%) CSP clauses are encoded (497538 clauses, 16146408 bytes)
14.06/14.25	c 15	1190 (70%) CSP clauses are encoded (499085 clauses, 16165898 bytes)
14.06/14.29	c 15	1360 (80%) CSP clauses are encoded (500659 clauses, 16187242 bytes)
14.15/14.34	c 15	1530 (90%) CSP clauses are encoded (502206 clauses, 16208292 bytes)
14.15/14.38	c 15	1700 (100%) CSP clauses are encoded (503780 clauses, 16229636 bytes)
14.15/14.38	c 15	1700 CSP clauses encoded
14.15/14.38	c 15	Writing map file : HOME/temp.map
14.15/14.39	c 15	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
14.15/14.39	c 15	SAT : 5340 SAT variables, 503780 SAT clauses, 16229636 bytes
14.15/14.39	c 15	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
14.25/14.41	c 15	SOLVING HOME/temp.cnf
14.25/14.41	c 15	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
14.25/14.41	c 15	This is MiniSat 2.0 beta
14.25/14.41	c 15	WARNING: for repeatability, setting FPU to use double precision
14.25/14.41	c 15	============================[ Problem Statistics ]=============================
14.25/14.41	c 15	|                                                                             |
14.25/14.42	c 15	|  Number of variables:  5340                                                 |
14.25/14.42	c 15	|  Number of clauses:    503780                                               |
14.27/14.78	c 15	|  Parsing time:         0.30         s                                       |
14.27/14.80	c 15	============================[ Search Statistics ]==============================
14.27/14.80	c 15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.27/14.80	c 15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.27/14.80	c 15	===============================================================================
14.27/14.80	c 15	|         0 |    5340   503780  2976420 |   167926        0    nan |  0.000 % |
14.27/14.87	c 15	|       101 |    5340   503780  2976420 |   184719      101    143 |  0.000 % |
14.27/15.00	c 15	|       252 |    5340   503780  2976420 |   203191      252    170 |  0.000 % |
14.27/15.18	c 16	|       477 |    5340   503780  2976420 |   223510      477    210 |  0.000 % |
15.25/15.43	c 16	|       814 |    5340   503780  2976420 |   245861      814    259 |  0.000 % |
15.54/15.78	c 16	|      1320 |    5340   503780  2976420 |   270447     1320    268 |  0.000 % |
16.23/16.45	c 17	|      2079 |    5340   503780  2976420 |   297492     2079    291 |  0.000 % |
17.33/17.57	c 18	|      3218 |    5340   503780  2976420 |   327241     3218    318 |  0.000 % |
19.11/19.39	c 20	|      4926 |    5340   503780  2976420 |   359965     4926    349 |  0.000 % |
22.50/22.73	c 23	|      7488 |    5340   503780  2976420 |   395962     7488    369 |  0.000 % |
28.47/28.75	c 29	|     11332 |    5340   503780  2976420 |   435558    11332    387 |  0.000 % |
39.12/39.43	c 40	|     17098 |    5340   503780  2976420 |   479114    17098    408 |  0.000 % |
56.53/56.95	c 57	|     25747 |    5340   503780  2976420 |   527025    25747    428 |  0.000 % |
90.57/91.18	c 92	|     38721 |    5340   503780  2976420 |   579728    38721    445 |  0.000 % |
141.61/142.48	c 143	|     58182 |    5340   503780  2976420 |   637701    58182    451 |  0.000 % |
225.73/226.65	c 227	|     87374 |    5340   503780  2976420 |   701471    87374    464 |  0.000 % |
357.97/358.94	c 359	|    131163 |    5340   503780  2976420 |   771618   131163    469 |  0.000 % |
632.77/633.82	c 634	|    196847 |    5340   503780  2976420 |   848780   196847    488 |  0.000 % |
1109.90/1111.19	c 1112	|    295373 |    5340   503780  2976420 |   933658   295373    502 |  0.000 % |
1800.06/1801.52	c ERROR INTERRUPTED
1800.18/1801.64	s UNKNOWN
1800.18/1801.64	c 1802	CPU 14.27 (0.06 0.01 13.94 0.26)
1800.18/1801.64	c 1802	END Sat Jul 11 22:37:38 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2066385-1247342856/watcher-2066385-1247342856 -o /tmp/evaluation-result-2066385-1247342856/solver-2066385-1247342856 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2066385-1247342856.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 16695
/proc/meminfo: memFree=1892184/2055920 swapFree=4191900/4192956
[pid=16695] ppid=16693 vsize=12268 CPUtime=0
/proc/16695/stat : 16695 (sugar) R 16693 16695 15940 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 21352486 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 240472783461 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/16695/statm: 3067 316 241 3 0 167 0

[startup+0.086845 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 16695
/proc/meminfo: memFree=1892184/2055920 swapFree=4191900/4192956
[pid=16695] ppid=16693 vsize=16868 CPUtime=0.06
/proc/16695/stat : 16695 (sugar) S 16693 16695 15940 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21352486 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16695/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.102065 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 16695
/proc/meminfo: memFree=1892184/2055920 swapFree=4191900/4192956
[pid=16695] ppid=16693 vsize=16868 CPUtime=0.06
/proc/16695/stat : 16695 (sugar) S 16693 16695 15940 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21352486 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16695/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301865 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 16695
/proc/meminfo: memFree=1892184/2055920 swapFree=4191900/4192956
[pid=16695] ppid=16693 vsize=16868 CPUtime=0.06
/proc/16695/stat : 16695 (sugar) S 16693 16695 15940 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21352486 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16695/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701904 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 16695
/proc/meminfo: memFree=1892184/2055920 swapFree=4191900/4192956
[pid=16695] ppid=16693 vsize=16868 CPUtime=0.06
/proc/16695/stat : 16695 (sugar) S 16693 16695 15940 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21352486 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16695/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50298 s]
/proc/loadavg: 1.92 1.98 1.99 4/83 16717
/proc/meminfo: memFree=1881984/2055920 swapFree=4191900/4192956
[pid=16695] ppid=16693 vsize=16868 CPUtime=0.71
/proc/16695/stat : 16695 (sugar) S 16693 16695 15940 0 -1 4194304 1310 4942 0 1 5 1 62 3 15 0 1 0 21352486 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16695/statm: 4217 1111 409 3 0 796 0
[pid=16708] ppid=16695 vsize=5356 CPUtime=0
/proc/16708/stat : 16708 (sh) S 16695 16695 15940 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21352563 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16708/statm: 1339 233 193 169 0 50 0
[pid=16709] ppid=16708 vsize=868508 CPUtime=0.71
/proc/16709/stat : 16709 (java) S 16708 16695 15940 0 -1 0 5772 0 2 0 67 4 0 0 18 0 9 0 21352564 889352192 5144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16709/statm: 217127 5144 1855 9 0 211632 0
[pid=16709/tid=16710] ppid=16708 vsize=868508 CPUtime=0.44
/proc/16709/task/16710/stat : 16710 (java) R 16708 16695 15940 0 -1 64 2692 0 1 0 43 1 0 0 20 0 9 0 21352565 889352192 5144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16709/tid=16711] ppid=16708 vsize=868508 CPUtime=0.05
/proc/16709/task/16711/stat : 16711 (java) R 16708 16695 15940 0 -1 64 889 0 0 0 4 1 0 0 16 0 9 0 21352566 889352192 5144 996147200 134512640 134550932 4294955936 18446744073709551615 102758168 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16709/tid=16712] ppid=16708 vsize=868508 CPUtime=0
/proc/16709/task/16712/stat : 16712 (java) S 16708 16695 15940 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 21352566 889352192 5144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16709/tid=16713] ppid=16708 vsize=868508 CPUtime=0
/proc/16709/task/16713/stat : 16713 (java) S 16708 16695 15940 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 21352566 889352192 5144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16709/tid=16714] ppid=16708 vsize=868508 CPUtime=0
/proc/16709/task/16714/stat : 16714 (java) S 16708 16695 15940 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21352568 889352192 5144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16709/tid=16715] ppid=16708 vsize=868508 CPUtime=0.19
/proc/16709/task/16715/stat : 16715 (java) S 16708 16695 15940 0 -1 64 1497 0 1 0 19 0 0 0 16 0 9 0 21352568 889352192 5144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16709/tid=16716] ppid=16708 vsize=868508 CPUtime=0
/proc/16709/task/16716/stat : 16716 (java) S 16708 16695 15940 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21352568 889352192 5144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16709/tid=16717] ppid=16708 vsize=868508 CPUtime=0
/proc/16709/task/16717/stat : 16717 (java) R 16708 16695 15940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21352568 889352192 5144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890732

[startup+3.10211 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 16717
/proc/meminfo: memFree=1873856/2055920 swapFree=4191900/4192956
[pid=16695] ppid=16693 vsize=16868 CPUtime=0.72
/proc/16695/stat : 16695 (sugar) S 16693 16695 15940 0 -1 4194304 1310 4942 0 1 6 1 62 3 15 0 1 0 21352486 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16695/statm: 4217 1111 409 3 0 796 0
[pid=16708] ppid=16695 vsize=5356 CPUtime=0
/proc/16708/stat : 16708 (sh) S 16695 16695 15940 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21352563 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16708/statm: 1339 233 193 169 0 50 0
[pid=16709] ppid=16708 vsize=868620 CPUtime=2.3
/proc/16709/stat : 16709 (java) S 16708 16695 15940 0 -1 0 6936 0 2 0 224 6 0 0 18 0 9 0 21352564 889466880 6048 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16709/statm: 217155 6048 2589 9 0 211632 0
[pid=16709/tid=16710] ppid=16708 vsize=868620 CPUtime=1.96
/proc/16709/task/16710/stat : 16710 (java) R 16708 16695 15940 0 -1 64 2853 0 1 0 194 2 0 0 25 0 9 0 21352565 889466880 6048 996147200 134512640 134550932 4294955936 18446744073709551615 4126991817 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16709/tid=16711] ppid=16708 vsize=868620 CPUtime=0.1
/proc/16709/task/16711/stat : 16711 (java) S 16708 16695 15940 0 -1 64 1873 0 0 0 8 2 0 0 16 0 9 0 21352566 889466880 6048 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16709/tid=16712] ppid=16708 vsize=868620 CPUtime=0
/proc/16709/task/16712/stat : 16712 (java) S 16708 16695 15940 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21352566 889466880 6048 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16709/tid=16713] ppid=16708 vsize=868620 CPUtime=0
/proc/16709/task/16713/stat : 16713 (java) S 16708 16695 15940 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21352566 889466880 6048 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16709/tid=16714] ppid=16708 vsize=868620 CPUtime=0
/proc/16709/task/16714/stat : 16714 (java) S 16708 16695 15940 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21352568 889466880 6048 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16709/tid=16715] ppid=16708 vsize=868620 CPUtime=0.21
/proc/16709/task/16715/stat : 16715 (java) S 16708 16695 15940 0 -1 64 1511 0 1 0 21 0 0 0 16 0 9 0 21352568 889466880 6048 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16709/tid=16716] ppid=16708 vsize=868620 CPUtime=0
/proc/16709/task/16716/stat : 16716 (java) S 16708 16695 15940 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21352568 889466880 6048 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16709/tid=16717] ppid=16708 vsize=868620 CPUtime=0
/proc/16709/task/16717/stat : 16717 (java) S 16708 16695 15940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21352568 889466880 6048 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890844

[startup+6.30239 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 16717
/proc/meminfo: memFree=1869760/2055920 swapFree=4191900/4192956
[pid=16695] ppid=16693 vsize=16868 CPUtime=0.72
/proc/16695/stat : 16695 (sugar) S 16693 16695 15940 0 -1 4194304 1310 4942 0 1 6 1 62 3 16 0 1 0 21352486 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16695/statm: 4217 1111 409 3 0 796 0
[pid=16708] ppid=16695 vsize=5356 CPUtime=0
/proc/16708/stat : 16708 (sh) S 16695 16695 15940 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21352563 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16708/statm: 1339 233 193 169 0 50 0
[pid=16709] ppid=16708 vsize=868620 CPUtime=5.48
/proc/16709/stat : 16709 (java) S 16708 16695 15940 0 -1 0 7165 0 2 0 538 10 0 0 18 0 9 0 21352564 889466880 6049 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16709/statm: 217155 6049 2589 9 0 211632 0
[pid=16709/tid=16710] ppid=16708 vsize=868620 CPUtime=5.08
/proc/16709/task/16710/stat : 16710 (java) R 16708 16695 15940 0 -1 64 3081 0 1 0 502 6 0 0 25 0 9 0 21352565 889466880 6049 996147200 134512640 134550932 4294955936 18446744073709551615 4126552246 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16709/tid=16711] ppid=16708 vsize=868620 CPUtime=0.16
/proc/16709/task/16711/stat : 16711 (java) S 16708 16695 15940 0 -1 64 1873 0 0 0 13 3 0 0 16 0 9 0 21352566 889466880 6049 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16709/tid=16712] ppid=16708 vsize=868620 CPUtime=0
/proc/16709/task/16712/stat : 16712 (java) S 16708 16695 15940 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21352566 889466880 6049 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16709/tid=16713] ppid=16708 vsize=868620 CPUtime=0
/proc/16709/task/16713/stat : 16713 (java) S 16708 16695 15940 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21352566 889466880 6049 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16709/tid=16714] ppid=16708 vsize=868620 CPUtime=0
/proc/16709/task/16714/stat : 16714 (java) S 16708 16695 15940 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21352568 889466880 6049 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16709/tid=16715] ppid=16708 vsize=868620 CPUtime=0.21
/proc/16709/task/16715/stat : 16715 (java) S 16708 16695 15940 0 -1 64 1512 0 1 0 21 0 0 0 16 0 9 0 21352568 889466880 6049 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16709/tid=16716] ppid=16708 vsize=868620 CPUtime=0
/proc/16709/task/16716/stat : 16716 (java) S 16708 16695 15940 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21352568 889466880 6049 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16709/tid=16717] ppid=16708 vsize=868620 CPUtime=0
/proc/16709/task/16717/stat : 16717 (java) S 16708 16695 15940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21352568 889466880 6049 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 890844

[startup+12.703 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 16717
/proc/meminfo: memFree=1860864/2055920 swapFree=4191900/4192956
[pid=16695] ppid=16693 vsize=16868 CPUtime=0.72
/proc/16695/stat : 16695 (sugar) S 16693 16695 15940 0 -1 4194304 1310 4942 0 1 6 1 62 3 16 0 1 0 21352486 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16695/statm: 4217 1111 409 3 0 796 0
[pid=16708] ppid=16695 vsize=5356 CPUtime=0
/proc/16708/stat : 16708 (sh) S 16695 16695 15940 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21352563 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16708/statm: 1339 233 193 169 0 50 0
[pid=16709] ppid=16708 vsize=868620 CPUtime=11.85
/proc/16709/stat : 16709 (java) S 16708 16695 15940 0 -1 0 7609 0 2 0 1165 20 0 0 18 0 9 0 21352564 889466880 6054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16709/statm: 217155 6054 2589 9 0 211632 0
[pid=16709/tid=16710] ppid=16708 vsize=868620 CPUtime=11.3
/proc/16709/task/16710/stat : 16710 (java) R 16708 16695 15940 0 -1 64 3520 0 1 0 1118 12 0 0 25 0 9 0 21352565 889466880 6054 996147200 134512640 134550932 4294955936 18446744073709551615 4126549997 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16709/tid=16711] ppid=16708 vsize=868620 CPUtime=0.29
/proc/16709/task/16711/stat : 16711 (java) S 16708 16695 15940 0 -1 64 1873 0 0 0 23 6 0 0 16 0 9 0 21352566 889466880 6054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16709/tid=16712] ppid=16708 vsize=868620 CPUtime=0
/proc/16709/task/16712/stat : 16712 (java) S 16708 16695 15940 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21352566 889466880 6054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16709/tid=16713] ppid=16708 vsize=868620 CPUtime=0
/proc/16709/task/16713/stat : 16713 (java) S 16708 16695 15940 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21352566 889466880 6054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16709/tid=16714] ppid=16708 vsize=868620 CPUtime=0
/proc/16709/task/16714/stat : 16714 (java) S 16708 16695 15940 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21352568 889466880 6054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16709/tid=16715] ppid=16708 vsize=868620 CPUtime=0.22
/proc/16709/task/16715/stat : 16715 (java) S 16708 16695 15940 0 -1 64 1517 0 1 0 22 0 0 0 16 0 9 0 21352568 889466880 6054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16709/tid=16716] ppid=16708 vsize=868620 CPUtime=0
/proc/16709/task/16716/stat : 16716 (java) S 16708 16695 15940 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21352568 889466880 6054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16709/tid=16717] ppid=16708 vsize=868620 CPUtime=0
/proc/16709/task/16717/stat : 16717 (java) S 16708 16695 15940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21352568 889466880 6054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 890844

[startup+25.5011 s]
/proc/loadavg: 1.95 1.98 1.99 3/75 16719
/proc/meminfo: memFree=1828608/2055920 swapFree=4191900/4192956
[pid=16695] ppid=16693 vsize=16868 CPUtime=14.27
/proc/16695/stat : 16695 (sugar) S 16693 16695 15940 0 -1 4194304 1376 12971 0 3 6 1 1394 26 16 0 1 0 21352486 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16695/statm: 4217 1113 409 3 0 796 0
[pid=16718] ppid=16695 vsize=5356 CPUtime=0
/proc/16718/stat : 16718 (sh) S 16695 16695 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21353928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16718/statm: 1339 232 193 169 0 50 0
[pid=16719] ppid=16718 vsize=45272 CPUtime=11.02
/proc/16719/stat : 16719 (minisat) R 16718 16695 15940 0 -1 4194304 11038 0 0 0 1092 10 0 0 25 0 1 0 21353928 46358528 11024 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/16719/statm: 11318 11024 75 150 0 11165 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 67496

[startup+51.1013 s]
/proc/loadavg: 1.96 1.98 1.99 3/75 16719
/proc/meminfo: memFree=1802816/2055920 swapFree=4191900/4192956
[pid=16695] ppid=16693 vsize=16868 CPUtime=14.27
/proc/16695/stat : 16695 (sugar) S 16693 16695 15940 0 -1 4194304 1376 12971 0 3 6 1 1394 26 16 0 1 0 21352486 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16695/statm: 4217 1113 409 3 0 796 0

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

/proc/meminfo: memFree=1045296/2055920 swapFree=4191900/4192956
[pid=16695] ppid=16693 vsize=16868 CPUtime=14.27
/proc/16695/stat : 16695 (sugar) S 16693 16695 15940 0 -1 4194304 1376 12971 0 3 6 1 1394 26 16 0 1 0 21352486 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16695/statm: 4217 1113 409 3 0 796 0
[pid=16718] ppid=16695 vsize=5356 CPUtime=0
/proc/16718/stat : 16718 (sh) S 16695 16695 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21353928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16718/statm: 1339 232 193 169 0 50 0
[pid=16719] ppid=16718 vsize=727268 CPUtime=1346.74
/proc/16719/stat : 16719 (minisat) R 16718 16695 15940 0 -1 4194304 180569 0 0 0 134469 205 0 0 25 0 1 0 21353928 744722432 180555 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/16719/statm: 181817 180555 75 150 0 181664 0
Current children cumulated CPU time (s) 1361.01
Current children cumulated vsize (KiB) 749492

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16923
/proc/meminfo: memFree=1023216/2055920 swapFree=4191900/4192956
[pid=16695] ppid=16693 vsize=16868 CPUtime=14.27
/proc/16695/stat : 16695 (sugar) S 16693 16695 15940 0 -1 4194304 1376 12971 0 3 6 1 1394 26 16 0 1 0 21352486 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16695/statm: 4217 1113 409 3 0 796 0
[pid=16718] ppid=16695 vsize=5356 CPUtime=0
/proc/16718/stat : 16718 (sh) S 16695 16695 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21353928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16718/statm: 1339 232 193 169 0 50 0
[pid=16719] ppid=16718 vsize=749244 CPUtime=1406.73
/proc/16719/stat : 16719 (minisat) R 16718 16695 15940 0 -1 4194304 186022 0 0 0 140461 212 0 0 25 0 1 0 21353928 767225856 186008 996147200 134512640 135127466 4294956256 18446744073709551615 134530778 0 0 4096 3 0 0 0 17 0 0 0
/proc/16719/statm: 187311 186008 75 150 0 187158 0
Current children cumulated CPU time (s) 1421
Current children cumulated vsize (KiB) 771468

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16923
/proc/meminfo: memFree=1002032/2055920 swapFree=4191900/4192956
[pid=16695] ppid=16693 vsize=16868 CPUtime=14.27
/proc/16695/stat : 16695 (sugar) S 16693 16695 15940 0 -1 4194304 1376 12971 0 3 6 1 1394 26 16 0 1 0 21352486 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16695/statm: 4217 1113 409 3 0 796 0
[pid=16718] ppid=16695 vsize=5356 CPUtime=0
/proc/16718/stat : 16718 (sh) S 16695 16695 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21353928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16718/statm: 1339 232 193 169 0 50 0
[pid=16719] ppid=16718 vsize=770676 CPUtime=1466.7
/proc/16719/stat : 16719 (minisat) R 16718 16695 15940 0 -1 4194304 191350 0 0 0 146452 218 0 0 25 0 1 0 21353928 789172224 191336 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16719/statm: 192669 191336 75 150 0 192516 0
Current children cumulated CPU time (s) 1480.97
Current children cumulated vsize (KiB) 792900

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16923
/proc/meminfo: memFree=980976/2055920 swapFree=4191900/4192956
[pid=16695] ppid=16693 vsize=16868 CPUtime=14.27
/proc/16695/stat : 16695 (sugar) S 16693 16695 15940 0 -1 4194304 1376 12971 0 3 6 1 1394 26 16 0 1 0 21352486 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16695/statm: 4217 1113 409 3 0 796 0
[pid=16718] ppid=16695 vsize=5356 CPUtime=0
/proc/16718/stat : 16718 (sh) S 16695 16695 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21353928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16718/statm: 1339 232 193 169 0 50 0
[pid=16719] ppid=16718 vsize=791180 CPUtime=1526.67
/proc/16719/stat : 16719 (minisat) R 16718 16695 15940 0 -1 4194304 196507 0 0 0 152443 224 0 0 25 0 1 0 21353928 810168320 196493 996147200 134512640 135127466 4294956256 18446744073709551615 134530757 0 0 4096 3 0 0 0 17 0 0 0
/proc/16719/statm: 197795 196493 75 150 0 197642 0
Current children cumulated CPU time (s) 1540.94
Current children cumulated vsize (KiB) 813404

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16923
/proc/meminfo: memFree=962352/2055920 swapFree=4191900/4192956
[pid=16695] ppid=16693 vsize=16868 CPUtime=14.27
/proc/16695/stat : 16695 (sugar) S 16693 16695 15940 0 -1 4194304 1376 12971 0 3 6 1 1394 26 16 0 1 0 21352486 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16695/statm: 4217 1113 409 3 0 796 0
[pid=16718] ppid=16695 vsize=5356 CPUtime=0
/proc/16718/stat : 16718 (sh) S 16695 16695 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21353928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16718/statm: 1339 232 193 169 0 50 0
[pid=16719] ppid=16718 vsize=809980 CPUtime=1586.65
/proc/16719/stat : 16719 (minisat) R 16718 16695 15940 0 -1 4194304 201187 0 0 0 158435 230 0 0 25 0 1 0 21353928 829419520 201173 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16719/statm: 202495 201173 75 150 0 202342 0
Current children cumulated CPU time (s) 1600.92
Current children cumulated vsize (KiB) 832204

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16923
/proc/meminfo: memFree=943088/2055920 swapFree=4191900/4192956
[pid=16695] ppid=16693 vsize=16868 CPUtime=14.27
/proc/16695/stat : 16695 (sugar) S 16693 16695 15940 0 -1 4194304 1376 12971 0 3 6 1 1394 26 16 0 1 0 21352486 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16695/statm: 4217 1113 409 3 0 796 0
[pid=16718] ppid=16695 vsize=5356 CPUtime=0
/proc/16718/stat : 16718 (sh) S 16695 16695 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21353928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16718/statm: 1339 232 193 169 0 50 0
[pid=16719] ppid=16718 vsize=829064 CPUtime=1646.63
/proc/16719/stat : 16719 (minisat) R 16718 16695 15940 0 -1 4194304 205934 0 0 0 164429 234 0 0 25 0 1 0 21353928 848961536 205920 996147200 134512640 135127466 4294956256 18446744073709551615 134530759 0 0 4096 3 0 0 0 17 0 0 0
/proc/16719/statm: 207266 205920 75 150 0 207113 0
Current children cumulated CPU time (s) 1660.9
Current children cumulated vsize (KiB) 851288

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16923
/proc/meminfo: memFree=924912/2055920 swapFree=4191900/4192956
[pid=16695] ppid=16693 vsize=16868 CPUtime=14.27
/proc/16695/stat : 16695 (sugar) S 16693 16695 15940 0 -1 4194304 1376 12971 0 3 6 1 1394 26 16 0 1 0 21352486 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16695/statm: 4217 1113 409 3 0 796 0
[pid=16718] ppid=16695 vsize=5356 CPUtime=0
/proc/16718/stat : 16718 (sh) S 16695 16695 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21353928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16718/statm: 1339 232 193 169 0 50 0
[pid=16719] ppid=16718 vsize=847656 CPUtime=1706.61
/proc/16719/stat : 16719 (minisat) R 16718 16695 15940 0 -1 4194304 210523 0 0 0 170420 241 0 0 25 0 1 0 21353928 867999744 210509 996147200 134512640 135127466 4294956256 18446744073709551615 134530759 0 0 4096 3 0 0 0 17 0 0 0
/proc/16719/statm: 211914 210509 75 150 0 211761 0
Current children cumulated CPU time (s) 1720.88
Current children cumulated vsize (KiB) 869880

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 16923
/proc/meminfo: memFree=907952/2055920 swapFree=4191900/4192956
[pid=16695] ppid=16693 vsize=16868 CPUtime=14.27
/proc/16695/stat : 16695 (sugar) S 16693 16695 15940 0 -1 4194304 1376 12971 0 3 6 1 1394 26 16 0 1 0 21352486 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16695/statm: 4217 1113 409 3 0 796 0
[pid=16718] ppid=16695 vsize=5356 CPUtime=0
/proc/16718/stat : 16718 (sh) S 16695 16695 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21353928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16718/statm: 1339 232 193 169 0 50 0
[pid=16719] ppid=16718 vsize=864448 CPUtime=1766.59
/proc/16719/stat : 16719 (minisat) R 16718 16695 15940 0 -1 4194304 214706 0 0 0 176412 247 0 0 25 0 1 0 21353928 885194752 214692 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16719/statm: 216112 214692 75 150 0 215959 0
Current children cumulated CPU time (s) 1780.86
Current children cumulated vsize (KiB) 886672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.5 s]
/proc/loadavg: 2.03 2.01 2.00 3/84 16923
/proc/meminfo: memFree=902896/2055920 swapFree=4191900/4192956
[pid=16695] ppid=16693 vsize=16868 CPUtime=14.27
/proc/16695/stat : 16695 (sugar) S 16693 16695 15940 0 -1 4194304 1376 12971 0 3 6 1 1394 26 16 0 1 0 21352486 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16695/statm: 4217 1113 409 3 0 796 0
[pid=16718] ppid=16695 vsize=5356 CPUtime=0
/proc/16718/stat : 16718 (sh) S 16695 16695 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21353928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16718/statm: 1339 232 193 169 0 50 0
[pid=16719] ppid=16718 vsize=869352 CPUtime=1785.79
/proc/16719/stat : 16719 (minisat) R 16718 16695 15940 0 -1 4194304 215927 0 0 0 178331 248 0 0 25 0 1 0 21353928 890216448 215913 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16719/statm: 217338 215913 75 150 0 217185 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 891576

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

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

[startup+1801.62 s]
/proc/loadavg: 2.03 2.01 2.00 3/84 16923
/proc/meminfo: memFree=902896/2055920 swapFree=4191900/4192956
[pid=16695] ppid=16693 vsize=16868 CPUtime=14.27
/proc/16695/stat : 16695 (sugar) S 16693 16695 15940 0 -1 4194304 1398 12971 0 3 6 1 1394 26 16 0 1 0 21352486 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/16695/statm: 4217 1113 409 3 0 796 0
[pid=16718] ppid=16695 vsize=0 CPUtime=0
/proc/16718/stat : 16718 (sh) Z 16695 16695 15940 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 21353928 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/16718/statm: 0 0 0 0 0 0 0
[pid=16719] ppid=1 vsize=0 CPUtime=1785.91
/proc/16719/stat : 16719 (minisat) R 1 16695 15940 0 -1 4195332 215927 0 0 0 178331 260 0 0 25 0 1 0 21353928 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/16719/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16695 and gives
#  childrusage.ru_utime.tv_sec=14
#  childrusage.ru_utime.tv_usec=4870
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=295955
# CPU time returned by wait4() is 14.3008
# while last known CPU time is 1800.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.65
CPU time (s): 1800.18
CPU user time (s): 1797.31
CPU system time (s): 2.87
CPU usage (%): 99.9185
Max. virtual memory (cumulated for all children) (KiB): 891576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.0049
system time used= 0.295955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14730
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9833
involuntary context switches= 9844

runsolver used 2.15967 second user time and 6.05808 second system time

The end

Launcher Data

Begin job on node15 at 2009-07-11 22:07:36
IDJOB=2066385
IDBENCH=54514
IDSOLVER=739
FILE ID=node15/2066385-1247342856
PBS_JOBID= 9506770
Free space on /tmp= 66268 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-30-40.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2066385-1247342856/watcher-2066385-1247342856 -o /tmp/evaluation-result-2066385-1247342856/solver-2066385-1247342856 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2066385-1247342856.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 9a003ce3b7fcd7489458f88e729a9490
RANDOM SEED=41503015

node15.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.220
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.220
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:       1892664 kB
Buffers:         12248 kB
Cached:          73448 kB
SwapCached:        392 kB
Active:          92740 kB
Inactive:        20628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1892664 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1444 kB
Writeback:           0 kB
Mapped:          38504 kB
Slab:            35248 kB
Committed_AS:   148404 kB
PageTables:       1840 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= 66268 MiB
End job on node15 at 2009-07-11 22:37:40