Trace number 2069233

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+picosat? (TO) 1800.02 1808.94

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-ooo-burch-dill-6-accl.xml
MD5SUMabfb8f80ff93d5abadaddd5835097fdb
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 variables23621
Number of constraints67525
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension67525
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sun Jul 12 00:04:03 2009
0.00/0.07	c 0	PID 15972
0.06/0.07	c 0	HOST node8.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2069233-1247349842.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2069233-1247349842.xml' 'HOME/temp.csp'
3.66/3.71	c 4	2 domains, 23621 variables, 9 predicates, 0 relations, 67525 constraints
3.66/3.74	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.66/3.74	c 4	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'
3.69/3.82	c 4	Parsing HOME/temp.csp
3.69/3.99	c 4	parsed 10000 expressions
3.69/4.08	c 4	parsed 20000 expressions
3.69/4.20	c 4	parsed 30000 expressions
3.69/4.29	c 4	parsed 40000 expressions
4.33/4.45	c 4	parsed 50000 expressions
4.42/4.56	c 5	parsed 60000 expressions
4.52/4.65	c 5	parsed 70000 expressions
4.72/4.89	c 5	parsed 80000 expressions
4.92/5.02	c 5	parsed 90000 expressions
4.92/5.06	c 5	parsed 91157 expressions
4.92/5.07	c 5	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.92/5.07	c 5	Converting to clausal form CSP
5.02/5.12	c 5	converted 9116 (10%) expressions
5.02/5.14	c 5	converted 18232 (20%) expressions
5.32/5.43	c 5	converted 27348 (30%) expressions
5.71/5.86	c 6	converted 36463 (40%) expressions
5.91/6.05	c 6	converted 45579 (50%) expressions
6.11/6.26	c 6	converted 54695 (60%) expressions
6.30/6.46	c 6	converted 63810 (70%) expressions
6.59/6.71	c 7	converted 72926 (80%) expressions
6.79/6.97	c 7	converted 82042 (90%) expressions
8.27/8.40	c 8	converted 91157 (100%) expressions
8.27/8.41	c 8	CSP : 29837 integers, 0 booleans, 79955 clauses, largest domain size 99
8.27/8.41	c 8	Heap : 70 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.27/8.41	c 8	Propagation in CSP
8.96/9.12	c 9	37 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.96/9.13	c 9	CSP : 29837 integers, 0 booleans, 79955 clauses, largest domain size 99
8.96/9.13	c 9	Heap : 66 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.96/9.16	c 9	Simplifing CSP by introducing new Boolean variables
8.96/9.19	c 9	CSP : 29837 integers, 0 booleans, 79955 clauses, largest domain size 99
8.96/9.19	c 9	Heap : 71 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.36/9.54	c 10	Encoding CSP to SAT : HOME/temp.cnf
9.36/9.58	c 10	2984 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
9.36/9.58	c 10	5968 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
9.36/9.58	c 10	8952 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
9.36/9.59	c 10	11935 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
9.36/9.59	c 10	14919 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
9.36/9.60	c 10	17903 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
9.46/9.60	c 10	20886 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
9.46/9.62	c 10	23870 (80%) CSP integer variables are encoded (13317 clauses, 199819 bytes)
9.66/9.82	c 10	26854 (90%) CSP integer variables are encoded (172975 clauses, 2790608 bytes)
9.85/10.01	c 10	29837 (100%) CSP integer variables are encoded (332556 clauses, 5503485 bytes)
9.85/10.08	c 10	7996 (10%) CSP clauses are encoded (340481 clauses, 5606924 bytes)
9.94/10.13	c 10	15991 (20%) CSP clauses are encoded (348476 clauses, 5712514 bytes)
9.94/10.18	c 10	23987 (30%) CSP clauses are encoded (356472 clauses, 5822764 bytes)
10.05/10.23	c 10	31982 (40%) CSP clauses are encoded (364467 clauses, 5942689 bytes)
10.05/10.27	c 10	39978 (50%) CSP clauses are encoded (372463 clauses, 6062629 bytes)
10.15/10.34	c 10	47973 (60%) CSP clauses are encoded (380435 clauses, 6195545 bytes)
10.26/10.42	c 10	55969 (70%) CSP clauses are encoded (388431 clauses, 6346914 bytes)
10.26/10.49	c 11	63964 (80%) CSP clauses are encoded (396426 clauses, 6518029 bytes)
14.31/14.55	c 15	71960 (90%) CSP clauses are encoded (1391191 clauses, 27407829 bytes)
16.67/16.93	c 17	79955 (100%) CSP clauses are encoded (2600270 clauses, 54607642 bytes)
16.67/16.93	c 17	79955 CSP clauses encoded
16.67/16.93	c 17	Writing map file : HOME/temp.map
16.67/16.99	c 17	Heap : 43 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
16.67/16.99	c 17	SAT : 362354 SAT variables, 2600270 SAT clauses, 54607642 bytes
16.67/16.99	c 17	Heap : 43 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
16.76/17.06	c 17	SOLVING HOME/temp.cnf
16.76/17.06	c 17	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1808.91	c ERROR INTERRUPTED
1800.02/1808.93	s UNKNOWN
1800.02/1808.93	c 1809	CPU 16.81 (0.07 0.01 16.03 0.7)
1800.02/1808.93	c 1809	END Sun Jul 12 00:34:12 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-2069233-1247349842/watcher-2069233-1247349842 -o /tmp/evaluation-result-2069233-1247349842/solver-2069233-1247349842 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2069233-1247349842.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 2.04 2.11 4/83 15972
/proc/meminfo: memFree=1495504/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=12132 CPUtime=0
/proc/15972/stat : 15972 (sugar) R 15970 15972 14058 0 -1 4194304 283 0 0 0 0 0 0 0 20 0 1 0 22051550 12423168 251 996147200 4194304 4206940 548682068608 18446744073709551615 228706424256 0 0 4224 0 0 0 0 17 1 0 0
/proc/15972/statm: 3033 251 188 3 0 133 0

[startup+0.0770591 s]
/proc/loadavg: 1.92 2.04 2.11 4/83 15972
/proc/meminfo: memFree=1495504/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=16740 CPUtime=0.06
/proc/15972/stat : 15972 (sugar) S 15970 15972 14058 0 -1 4194304 1152 0 0 0 5 1 0 0 20 0 1 0 22051550 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15972/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101739 s]
/proc/loadavg: 1.92 2.04 2.11 4/83 15972
/proc/meminfo: memFree=1495504/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=16868 CPUtime=0.06
/proc/15972/stat : 15972 (sugar) S 15970 15972 14058 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22051550 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15972/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301755 s]
/proc/loadavg: 1.92 2.04 2.11 4/83 15972
/proc/meminfo: memFree=1495504/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=16868 CPUtime=0.06
/proc/15972/stat : 15972 (sugar) S 15970 15972 14058 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22051550 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15972/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702798 s]
/proc/loadavg: 1.92 2.04 2.11 4/83 15972
/proc/meminfo: memFree=1495504/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=16868 CPUtime=0.06
/proc/15972/stat : 15972 (sugar) S 15970 15972 14058 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22051550 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15972/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50287 s]
/proc/loadavg: 1.92 2.04 2.11 3/94 15984
/proc/meminfo: memFree=1463992/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=16868 CPUtime=0.06
/proc/15972/stat : 15972 (sugar) S 15970 15972 14058 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22051550 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15972/statm: 4217 1111 409 3 0 796 0
[pid=15975] ppid=15972 vsize=5356 CPUtime=0
/proc/15975/stat : 15975 (sh) S 15972 15972 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22051558 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15975/statm: 1339 233 193 169 0 50 0
[pid=15976] ppid=15975 vsize=866776 CPUtime=1.4
/proc/15976/stat : 15976 (java) S 15975 15972 14058 0 -1 0 18514 0 1 0 131 9 0 0 18 0 9 0 22051558 887578624 15581 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15976/statm: 216694 15581 2557 9 0 211206 0
[pid=15976/tid=15977] ppid=15975 vsize=866776 CPUtime=0.82
/proc/15976/task/15977/stat : 15977 (java) R 15975 15972 14058 0 -1 64 3027 0 1 0 80 2 0 0 24 0 9 0 22051559 887578624 15581 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15976/tid=15978] ppid=15975 vsize=866776 CPUtime=0.47
/proc/15976/task/15978/stat : 15978 (java) R 15975 15972 14058 0 -1 64 14287 0 0 0 42 5 0 0 16 0 9 0 22051561 887578624 15581 996147200 134512640 134550932 4294955984 18446744073709551615 102499763 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15976/tid=15979] ppid=15975 vsize=866776 CPUtime=0
/proc/15976/task/15979/stat : 15979 (java) S 15975 15972 14058 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 22051561 887578624 15581 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15976/tid=15980] ppid=15975 vsize=866776 CPUtime=0
/proc/15976/task/15980/stat : 15980 (java) S 15975 15972 14058 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 22051561 887578624 15581 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15976/tid=15981] ppid=15975 vsize=866776 CPUtime=0
/proc/15976/task/15981/stat : 15981 (java) S 15975 15972 14058 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22051563 887578624 15581 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15976/tid=15982] ppid=15975 vsize=866776 CPUtime=0.08
/proc/15976/task/15982/stat : 15982 (java) S 15975 15972 14058 0 -1 64 494 0 0 0 8 0 0 0 16 0 9 0 22051563 887578624 15581 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15976/tid=15983] ppid=15975 vsize=866776 CPUtime=0
/proc/15976/task/15983/stat : 15983 (java) S 15975 15972 14058 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22051563 887578624 15581 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15976/tid=15984] ppid=15975 vsize=866776 CPUtime=0
/proc/15976/task/15984/stat : 15984 (java) S 15975 15972 14058 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22051563 887578624 15581 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 889000

[startup+3.10202 s]
/proc/loadavg: 1.92 2.04 2.11 4/94 15984
/proc/meminfo: memFree=1410232/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=16868 CPUtime=0.06
/proc/15972/stat : 15972 (sugar) S 15970 15972 14058 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22051550 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15972/statm: 4217 1111 409 3 0 796 0
[pid=15975] ppid=15972 vsize=5356 CPUtime=0
/proc/15975/stat : 15975 (sh) S 15972 15972 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22051558 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15975/statm: 1339 233 193 169 0 50 0
[pid=15976] ppid=15975 vsize=864772 CPUtime=3
/proc/15976/stat : 15976 (java) S 15975 15972 14058 0 -1 0 35819 0 1 0 283 17 0 0 18 0 9 0 22051558 885526528 30394 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15976/statm: 216193 30394 2557 9 0 210705 0
[pid=15976/tid=15977] ppid=15975 vsize=864772 CPUtime=1.61
/proc/15976/task/15977/stat : 15977 (java) R 15975 15972 14058 0 -1 64 3930 0 1 0 157 4 0 0 25 0 9 0 22051559 885526528 30394 996147200 134512640 134550932 4294955984 18446744073709551615 4125952192 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15976/tid=15978] ppid=15975 vsize=864772 CPUtime=1.24
/proc/15976/task/15978/stat : 15978 (java) S 15975 15972 14058 0 -1 64 30658 0 0 0 112 12 0 0 16 0 9 0 22051561 885526528 30394 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15976/tid=15979] ppid=15975 vsize=864772 CPUtime=0
/proc/15976/task/15979/stat : 15979 (java) S 15975 15972 14058 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 22051561 885526528 30394 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15976/tid=15980] ppid=15975 vsize=864772 CPUtime=0
/proc/15976/task/15980/stat : 15980 (java) S 15975 15972 14058 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 22051561 885526528 30394 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15976/tid=15981] ppid=15975 vsize=864772 CPUtime=0
/proc/15976/task/15981/stat : 15981 (java) S 15975 15972 14058 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22051563 885526528 30394 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15976/tid=15982] ppid=15975 vsize=864772 CPUtime=0.13
/proc/15976/task/15982/stat : 15982 (java) S 15975 15972 14058 0 -1 64 525 0 0 0 13 0 0 0 16 0 9 0 22051563 885526528 30394 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15976/tid=15983] ppid=15975 vsize=864772 CPUtime=0
/proc/15976/task/15983/stat : 15983 (java) S 15975 15972 14058 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22051563 885526528 30394 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15976/tid=15984] ppid=15975 vsize=864772 CPUtime=0
/proc/15976/task/15984/stat : 15984 (java) S 15975 15972 14058 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22051563 885526528 30394 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 886996

[startup+6.30232 s]
/proc/loadavg: 1.93 2.04 2.11 3/94 15994
/proc/meminfo: memFree=1443704/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=16868 CPUtime=3.69
/proc/15972/stat : 15972 (sugar) S 15970 15972 14058 0 -1 4194304 1309 36480 0 1 5 1 343 20 16 0 1 0 22051550 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15972/statm: 4217 1111 409 3 0 796 0
[pid=15985] ppid=15972 vsize=5356 CPUtime=0
/proc/15985/stat : 15985 (sh) S 15972 15972 14058 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22051925 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15985/statm: 1339 233 193 169 0 50 0
[pid=15986] ppid=15985 vsize=868640 CPUtime=2.51
/proc/15986/stat : 15986 (java) S 15985 15972 14058 0 -1 0 19265 0 1 0 241 10 0 0 20 0 9 0 22051925 889487360 17217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15986/statm: 217160 17217 2566 9 0 211665 0
[pid=15986/tid=15987] ppid=15985 vsize=868640 CPUtime=1.4
/proc/15986/task/15987/stat : 15987 (java) R 15985 15972 14058 0 -1 64 3174 0 1 0 138 2 0 0 25 0 9 0 22051926 889487360 17217 996147200 134512640 134550932 4294955936 18446744073709551615 4126645039 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15986/tid=15988] ppid=15985 vsize=868640 CPUtime=0.93
/proc/15986/task/15988/stat : 15988 (java) S 15985 15972 14058 0 -1 64 13916 0 0 0 88 5 0 0 16 0 9 0 22051927 889487360 17217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15986/tid=15989] ppid=15985 vsize=868640 CPUtime=0
/proc/15986/task/15989/stat : 15989 (java) S 15985 15972 14058 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22051927 889487360 17217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15986/tid=15990] ppid=15985 vsize=868640 CPUtime=0
/proc/15986/task/15990/stat : 15990 (java) S 15985 15972 14058 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22051927 889487360 17217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15986/tid=15991] ppid=15985 vsize=868640 CPUtime=0
/proc/15986/task/15991/stat : 15991 (java) S 15985 15972 14058 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22051929 889487360 17217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15986/tid=15992] ppid=15985 vsize=868640 CPUtime=0.15
/proc/15986/task/15992/stat : 15992 (java) S 15985 15972 14058 0 -1 64 1472 0 0 0 15 0 0 0 16 0 9 0 22051929 889487360 17217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15986/tid=15993] ppid=15985 vsize=868640 CPUtime=0
/proc/15986/task/15993/stat : 15993 (java) S 15985 15972 14058 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22051929 889487360 17217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15986/tid=15994] ppid=15985 vsize=868640 CPUtime=0
/proc/15986/task/15994/stat : 15994 (java) S 15985 15972 14058 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22051929 889487360 17217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 890864

[startup+12.7019 s]
/proc/loadavg: 2.01 2.06 2.11 3/94 15994
/proc/meminfo: memFree=1396344/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=16868 CPUtime=3.7
/proc/15972/stat : 15972 (sugar) S 15970 15972 14058 0 -1 4194304 1310 36480 0 1 6 1 343 20 15 0 1 0 22051550 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15972/statm: 4217 1111 409 3 0 796 0
[pid=15985] ppid=15972 vsize=5356 CPUtime=0
/proc/15985/stat : 15985 (sh) S 15972 15972 14058 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22051925 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15985/statm: 1339 233 193 169 0 50 0
[pid=15986] ppid=15985 vsize=868752 CPUtime=8.83
/proc/15986/stat : 15986 (java) S 15985 15972 14058 0 -1 0 30733 0 1 0 863 20 0 0 20 0 9 0 22051925 889602048 23962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15986/statm: 217188 23962 2591 9 0 211665 0
[pid=15986/tid=15987] ppid=15985 vsize=868752 CPUtime=6.59
/proc/15986/task/15987/stat : 15987 (java) R 15985 15972 14058 0 -1 64 3765 0 1 0 652 7 0 0 25 0 9 0 22051926 889602048 23962 996147200 134512640 134550932 4294955936 18446744073709551615 4127083481 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15986/tid=15988] ppid=15985 vsize=868752 CPUtime=1.99
/proc/15986/task/15988/stat : 15988 (java) S 15985 15972 14058 0 -1 64 24742 0 0 0 188 11 0 0 16 0 9 0 22051927 889602048 23962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15986/tid=15989] ppid=15985 vsize=868752 CPUtime=0
/proc/15986/task/15989/stat : 15989 (java) S 15985 15972 14058 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22051927 889602048 23962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15986/tid=15990] ppid=15985 vsize=868752 CPUtime=0
/proc/15986/task/15990/stat : 15990 (java) S 15985 15972 14058 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22051927 889602048 23962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15986/tid=15991] ppid=15985 vsize=868752 CPUtime=0
/proc/15986/task/15991/stat : 15991 (java) S 15985 15972 14058 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22051929 889602048 23962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15986/tid=15992] ppid=15985 vsize=868752 CPUtime=0.23
/proc/15986/task/15992/stat : 15992 (java) S 15985 15972 14058 0 -1 64 1523 0 0 0 22 1 0 0 16 0 9 0 22051929 889602048 23962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15986/tid=15993] ppid=15985 vsize=868752 CPUtime=0
/proc/15986/task/15993/stat : 15993 (java) S 15985 15972 14058 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22051929 889602048 23962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15986/tid=15994] ppid=15985 vsize=868752 CPUtime=0
/proc/15986/task/15994/stat : 15994 (java) S 15985 15972 14058 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22051929 889602048 23962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 890976

[startup+25.5021 s]
/proc/loadavg: 2.01 2.05 2.11 3/86 15996
/proc/meminfo: memFree=1378808/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=16868 CPUtime=16.8
/proc/15972/stat : 15972 (sugar) S 15970 15972 14058 0 -1 4194304 1365 67700 0 2 7 1 1603 69 16 0 1 0 22051550 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15972/statm: 4217 1113 409 3 0 796 0
[pid=15995] ppid=15972 vsize=5356 CPUtime=0
/proc/15995/stat : 15995 (sh) S 15972 15972 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22053257 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15995/statm: 1339 232 193 169 0 50 0
[pid=15996] ppid=15995 vsize=68920 CPUtime=8.34
/proc/15996/stat : 15996 (picosat) R 15995 15972 14058 0 -1 4194304 14358 0 0 0 370 464 0 0 25 0 1 0 22053257 70574080 14333 996147200 134512640 134931368 4294956256 18446744073709551615 134520828 0 0 4096 0 0 0 0 17 0 0 0
/proc/15996/statm: 17230 14333 40 102 0 17125 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 91144

[startup+51.1026 s]
/proc/loadavg: 2.00 2.05 2.10 3/86 15996
/proc/meminfo: memFree=1323768/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=16868 CPUtime=16.8
/proc/15972/stat : 15972 (sugar) S 15970 15972 14058 0 -1 4194304 1365 67700 0 2 7 1 1603 69 16 0 1 0 22051550 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15972/statm: 4217 1113 409 3 0 796 0

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

/proc/meminfo: memFree=1589640/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=16868 CPUtime=16.8
/proc/15972/stat : 15972 (sugar) S 15970 15972 14058 0 -1 4194304 1365 67700 0 2 7 1 1603 69 16 0 1 0 22051550 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15972/statm: 4217 1113 409 3 0 796 0
[pid=15995] ppid=15972 vsize=5356 CPUtime=0
/proc/15995/stat : 15995 (sh) S 15972 15972 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22053257 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15995/statm: 1339 232 193 169 0 50 0
[pid=15996] ppid=15995 vsize=174812 CPUtime=1338.67
/proc/15996/stat : 15996 (picosat) R 15995 15972 14058 0 -1 4194304 37972 0 0 0 132692 1175 0 0 25 0 1 0 22053257 179007488 37728 996147200 134512640 134931368 4294956256 18446744073709551615 134522839 0 0 4096 0 0 0 0 17 1 0 0
/proc/15996/statm: 43703 37728 48 102 0 43598 0
Current children cumulated CPU time (s) 1355.47
Current children cumulated vsize (KiB) 197036

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.02 3/76 16058
/proc/meminfo: memFree=1589576/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=16868 CPUtime=16.8
/proc/15972/stat : 15972 (sugar) S 15970 15972 14058 0 -1 4194304 1365 67700 0 2 7 1 1603 69 16 0 1 0 22051550 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15972/statm: 4217 1113 409 3 0 796 0
[pid=15995] ppid=15972 vsize=5356 CPUtime=0
/proc/15995/stat : 15995 (sh) S 15972 15972 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22053257 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15995/statm: 1339 232 193 169 0 50 0
[pid=15996] ppid=15995 vsize=174812 CPUtime=1398.41
/proc/15996/stat : 15996 (picosat) R 15995 15972 14058 0 -1 4194304 37972 0 0 0 138665 1176 0 0 25 0 1 0 22053257 179007488 37728 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15996/statm: 43703 37728 48 102 0 43598 0
Current children cumulated CPU time (s) 1415.21
Current children cumulated vsize (KiB) 197036

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/76 16058
/proc/meminfo: memFree=1589576/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=16868 CPUtime=16.8
/proc/15972/stat : 15972 (sugar) S 15970 15972 14058 0 -1 4194304 1365 67700 0 2 7 1 1603 69 16 0 1 0 22051550 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15972/statm: 4217 1113 409 3 0 796 0
[pid=15995] ppid=15972 vsize=5356 CPUtime=0
/proc/15995/stat : 15995 (sh) S 15972 15972 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22053257 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15995/statm: 1339 232 193 169 0 50 0
[pid=15996] ppid=15995 vsize=174812 CPUtime=1458.13
/proc/15996/stat : 15996 (picosat) R 15995 15972 14058 0 -1 4194304 37972 0 0 0 144637 1176 0 0 25 0 1 0 22053257 179007488 37728 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/15996/statm: 43703 37728 48 102 0 43598 0
Current children cumulated CPU time (s) 1474.93
Current children cumulated vsize (KiB) 197036

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/76 16058
/proc/meminfo: memFree=1589512/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=16868 CPUtime=16.8
/proc/15972/stat : 15972 (sugar) S 15970 15972 14058 0 -1 4194304 1365 67700 0 2 7 1 1603 69 16 0 1 0 22051550 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15972/statm: 4217 1113 409 3 0 796 0
[pid=15995] ppid=15972 vsize=5356 CPUtime=0
/proc/15995/stat : 15995 (sh) S 15972 15972 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22053257 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15995/statm: 1339 232 193 169 0 50 0
[pid=15996] ppid=15995 vsize=174812 CPUtime=1517.85
/proc/15996/stat : 15996 (picosat) R 15995 15972 14058 0 -1 4194304 37972 0 0 0 150609 1176 0 0 25 0 1 0 22053257 179007488 37728 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15996/statm: 43703 37728 48 102 0 43598 0
Current children cumulated CPU time (s) 1534.65
Current children cumulated vsize (KiB) 197036

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16058
/proc/meminfo: memFree=1589512/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=16868 CPUtime=16.8
/proc/15972/stat : 15972 (sugar) S 15970 15972 14058 0 -1 4194304 1365 67700 0 2 7 1 1603 69 16 0 1 0 22051550 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15972/statm: 4217 1113 409 3 0 796 0
[pid=15995] ppid=15972 vsize=5356 CPUtime=0
/proc/15995/stat : 15995 (sh) S 15972 15972 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22053257 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15995/statm: 1339 232 193 169 0 50 0
[pid=15996] ppid=15995 vsize=174812 CPUtime=1577.57
/proc/15996/stat : 15996 (picosat) R 15995 15972 14058 0 -1 4194304 37972 0 0 0 156581 1176 0 0 25 0 1 0 22053257 179007488 37728 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/15996/statm: 43703 37728 48 102 0 43598 0
Current children cumulated CPU time (s) 1594.37
Current children cumulated vsize (KiB) 197036

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16058
/proc/meminfo: memFree=1589448/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=16868 CPUtime=16.8
/proc/15972/stat : 15972 (sugar) S 15970 15972 14058 0 -1 4194304 1365 67700 0 2 7 1 1603 69 16 0 1 0 22051550 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15972/statm: 4217 1113 409 3 0 796 0
[pid=15995] ppid=15972 vsize=5356 CPUtime=0
/proc/15995/stat : 15995 (sh) S 15972 15972 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22053257 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15995/statm: 1339 232 193 169 0 50 0
[pid=15996] ppid=15995 vsize=174812 CPUtime=1637.29
/proc/15996/stat : 15996 (picosat) R 15995 15972 14058 0 -1 4194304 37972 0 0 0 162553 1176 0 0 25 0 1 0 22053257 179007488 37728 996147200 134512640 134931368 4294956256 18446744073709551615 134525657 0 0 4096 0 0 0 0 17 1 0 0
/proc/15996/statm: 43703 37728 48 102 0 43598 0
Current children cumulated CPU time (s) 1654.09
Current children cumulated vsize (KiB) 197036

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16058
/proc/meminfo: memFree=1586632/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=16868 CPUtime=16.8
/proc/15972/stat : 15972 (sugar) S 15970 15972 14058 0 -1 4194304 1365 67700 0 2 7 1 1603 69 16 0 1 0 22051550 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15972/statm: 4217 1113 409 3 0 796 0
[pid=15995] ppid=15972 vsize=5356 CPUtime=0
/proc/15995/stat : 15995 (sh) S 15972 15972 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22053257 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15995/statm: 1339 232 193 169 0 50 0
[pid=15996] ppid=15995 vsize=177576 CPUtime=1697.01
/proc/15996/stat : 15996 (picosat) R 15995 15972 14058 0 -1 4194304 38685 0 0 0 168524 1177 0 0 25 0 1 0 22053257 181837824 38441 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15996/statm: 44394 38441 48 102 0 44289 0
Current children cumulated CPU time (s) 1713.81
Current children cumulated vsize (KiB) 199800

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16058
/proc/meminfo: memFree=1586184/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=16868 CPUtime=16.8
/proc/15972/stat : 15972 (sugar) S 15970 15972 14058 0 -1 4194304 1365 67700 0 2 7 1 1603 69 16 0 1 0 22051550 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15972/statm: 4217 1113 409 3 0 796 0
[pid=15995] ppid=15972 vsize=5356 CPUtime=0
/proc/15995/stat : 15995 (sh) S 15972 15972 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22053257 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15995/statm: 1339 232 193 169 0 50 0
[pid=15996] ppid=15995 vsize=177708 CPUtime=1756.73
/proc/15996/stat : 15996 (picosat) R 15995 15972 14058 0 -1 4194304 38826 0 0 0 174496 1177 0 0 25 0 1 0 22053257 181972992 38464 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/15996/statm: 44427 38464 48 102 0 44322 0
Current children cumulated CPU time (s) 1773.53
Current children cumulated vsize (KiB) 199932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16058
/proc/meminfo: memFree=1586184/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=16868 CPUtime=16.8
/proc/15972/stat : 15972 (sugar) S 15970 15972 14058 0 -1 4194304 1365 67700 0 2 7 1 1603 69 16 0 1 0 22051550 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15972/statm: 4217 1113 409 3 0 796 0
[pid=15995] ppid=15972 vsize=5356 CPUtime=0
/proc/15995/stat : 15995 (sh) S 15972 15972 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22053257 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15995/statm: 1339 232 193 169 0 50 0
[pid=15996] ppid=15995 vsize=177708 CPUtime=1783.22
/proc/15996/stat : 15996 (picosat) R 15995 15972 14058 0 -1 4194304 38826 0 0 0 177145 1177 0 0 25 0 1 0 22053257 181972992 38464 996147200 134512640 134931368 4294956256 18446744073709551615 134544748 0 0 4096 0 0 0 0 17 1 0 0
/proc/15996/statm: 44427 38464 48 102 0 44322 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 199932

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

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

[startup+1808.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16058
/proc/meminfo: memFree=1586184/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=16868 CPUtime=16.8
/proc/15972/stat : 15972 (sugar) S 15970 15972 14058 0 -1 4194304 1365 67700 0 2 7 1 1603 69 16 0 1 0 22051550 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15972/statm: 4217 1113 409 3 0 796 0
[pid=15995] ppid=15972 vsize=5356 CPUtime=0
/proc/15995/stat : 15995 (sh) S 15972 15972 14058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22053257 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15995/statm: 1339 232 193 169 0 50 0
[pid=15996] ppid=15995 vsize=177708 CPUtime=1783.22
/proc/15996/stat : 15996 (picosat) R 15995 15972 14058 0 -1 4194304 38826 0 0 0 177145 1177 0 0 25 0 1 0 22053257 181972992 38464 996147200 134512640 134931368 4294956256 18446744073709551615 134544748 0 0 4096 0 0 0 0 17 1 0 0
/proc/15996/statm: 44427 38464 48 102 0 44322 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 199932

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15972 and gives
#  childrusage.ru_utime.tv_sec=16
#  childrusage.ru_utime.tv_usec=107551
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=723889
# CPU time returned by wait4() is 16.8314
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.94
CPU time (s): 1800.02
CPU user time (s): 1787.55
CPU system time (s): 12.47
CPU usage (%): 99.507
Max. virtual memory (cumulated for all children) (KiB): 903676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.1076
system time used= 0.723889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69459
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= 5209
involuntary context switches= 5616

runsolver used 2.56761 second user time and 5.59115 second system time

The end

Launcher Data

Begin job on node8 at 2009-07-12 00:04:03
IDJOB=2069233
IDBENCH=55004
IDSOLVER=738
FILE ID=node8/2069233-1247349842
PBS_JOBID= 9506793
Free space on /tmp= 66260 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-ooo-burch-dill-6-accl.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2069233-1247349842/watcher-2069233-1247349842 -o /tmp/evaluation-result-2069233-1247349842/solver-2069233-1247349842 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2069233-1247349842.xml

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

MD5SUM BENCH= abfb8f80ff93d5abadaddd5835097fdb
RANDOM SEED=2006759356

node8.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.213
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1495920 kB
Buffers:          5212 kB
Cached:          51772 kB
SwapCached:          0 kB
Active:         499856 kB
Inactive:        13384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1495920 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11648 kB
Writeback:           0 kB
Mapped:         476680 kB
Slab:            30892 kB
Committed_AS:   608240 kB
PageTables:       2676 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66252 MiB
End job on node8 at 2009-07-12 00:34:14