Trace number 2077428

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.04 1845.72

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg15-19_ext.xml
MD5SUM8ca24c93c4e9b393d1da30cf3d3f224d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.225964
Satisfiable
(Un)Satisfiability was proved
Number of variables285
Number of constraints34
Maximum constraint arity19
Maximum domain size26
Number of constraints which are defined in extension34
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 04:14:54 2009
0.00/0.08	c 0	PID 21828
0.00/0.08	c 0	HOST node1.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2077428-1247364894.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-2077428-1247364894.xml' 'HOME/temp.csp'
0.07/0.77	c 1	1 domains, 285 variables, 0 predicates, 2 relations, 34 constraints
0.07/0.82	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.82	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.75/0.90	c 1	Parsing HOME/temp.csp
1.11/1.21	c 1	parsed 322 expressions
1.11/1.21	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.21	c 1	Converting to clausal form CSP
1.11/1.23	c 1	converted 33 (10%) expressions
1.11/1.23	c 1	converted 65 (20%) expressions
1.11/1.24	c 1	converted 97 (30%) expressions
1.11/1.24	c 1	converted 129 (40%) expressions
1.11/1.24	c 1	converted 161 (50%) expressions
1.11/1.24	c 1	converted 194 (60%) expressions
1.11/1.24	c 1	converted 226 (70%) expressions
1.11/1.24	c 1	converted 258 (80%) expressions
1.90/2.10	c 2	converted 290 (90%) expressions
9.32/9.54	c 10	converted 322 (100%) expressions
9.32/9.54	c 10	CSP : 285 integers, 0 booleans, 34 clauses, largest domain size 26
9.32/9.54	c 10	Heap : 239 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.32/9.54	c 10	Propagation in CSP
9.32/9.54	c 10	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
9.32/9.54	c 10	CSP : 285 integers, 0 booleans, 34 clauses, largest domain size 26
9.32/9.54	c 10	Heap : 239 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.32/9.54	c 10	Simplifing CSP by introducing new Boolean variables
9.32/9.54	c 10	CSP : 285 integers, 0 booleans, 34 clauses, largest domain size 26
9.32/9.54	c 10	Heap : 239 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.61/10.89	c 11	Encoding CSP to SAT : HOME/temp.cnf
10.71/10.92	c 11	29 (10%) CSP integer variables are encoded (696 clauses, 7512 bytes)
10.71/10.92	c 11	57 (20%) CSP integer variables are encoded (1368 clauses, 15721 bytes)
10.71/10.92	c 11	86 (30%) CSP integer variables are encoded (2064 clauses, 24769 bytes)
10.71/10.93	c 11	114 (40%) CSP integer variables are encoded (2736 clauses, 33505 bytes)
10.71/10.93	c 11	143 (50%) CSP integer variables are encoded (3432 clauses, 42553 bytes)
10.71/10.93	c 11	171 (60%) CSP integer variables are encoded (4104 clauses, 51289 bytes)
10.71/10.93	c 11	200 (70%) CSP integer variables are encoded (4800 clauses, 60337 bytes)
10.71/10.93	c 11	228 (80%) CSP integer variables are encoded (5472 clauses, 69073 bytes)
10.71/10.93	c 11	257 (90%) CSP integer variables are encoded (6168 clauses, 78121 bytes)
10.71/10.93	c 11	285 (100%) CSP integer variables are encoded (6840 clauses, 86857 bytes)
1210.74/1256.02	c 1256	4 (10%) CSP clauses are encoded (961672 clauses, 100359821 bytes)
1800.04/1845.62	c ERROR INTERRUPTED
1800.04/1845.72	s UNKNOWN
1800.04/1845.72	c 1846	CPU 0.75 (0.06 0.01 0.63 0.05)
1800.04/1845.72	c 1846	END Sun Jul 12 04:45:40 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-2077428-1247364894/watcher-2077428-1247364894 -o /tmp/evaluation-result-2077428-1247364894/solver-2077428-1247364894 -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-2077428-1247364894.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.93 1.99 2.10 4/82 21828
/proc/meminfo: memFree=1782848/2055920 swapFree=4192812/4192956
[pid=21828] ppid=21826 vsize=12132 CPUtime=0
/proc/21828/stat : 21828 (sugar) R 21826 21828 21749 0 -1 4194304 213 0 0 0 0 0 0 0 20 0 1 0 23557146 12423168 181 996147200 4194304 4206940 548682068608 18446744073709551615 259353485484 0 0 4224 0 0 0 0 17 1 0 0
/proc/21828/statm: 3033 181 142 3 0 133 0

[startup+0.0890829 s]
/proc/loadavg: 1.93 1.99 2.10 4/82 21828
/proc/meminfo: memFree=1782848/2055920 swapFree=4192812/4192956
[pid=21828] ppid=21826 vsize=16868 CPUtime=0.07
/proc/21828/stat : 21828 (sugar) S 21826 21828 21749 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23557146 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21828/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101091 s]
/proc/loadavg: 1.93 1.99 2.10 4/82 21828
/proc/meminfo: memFree=1782848/2055920 swapFree=4192812/4192956
[pid=21828] ppid=21826 vsize=16868 CPUtime=0.07
/proc/21828/stat : 21828 (sugar) S 21826 21828 21749 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23557146 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21828/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301109 s]
/proc/loadavg: 1.93 1.99 2.10 4/82 21828
/proc/meminfo: memFree=1782848/2055920 swapFree=4192812/4192956
[pid=21828] ppid=21826 vsize=16868 CPUtime=0.07
/proc/21828/stat : 21828 (sugar) S 21826 21828 21749 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23557146 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21828/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701165 s]
/proc/loadavg: 1.93 1.99 2.10 4/82 21828
/proc/meminfo: memFree=1782848/2055920 swapFree=4192812/4192956
[pid=21828] ppid=21826 vsize=16868 CPUtime=0.07
/proc/21828/stat : 21828 (sugar) S 21826 21828 21749 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23557146 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21828/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50225 s]
/proc/loadavg: 1.93 1.99 2.10 4/93 21850
/proc/meminfo: memFree=1773544/2055920 swapFree=4192812/4192956
[pid=21828] ppid=21826 vsize=16868 CPUtime=0.75
/proc/21828/stat : 21828 (sugar) S 21826 21828 21749 0 -1 4194304 1309 8451 0 1 6 1 63 5 15 0 1 0 23557146 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21828/statm: 4217 1111 409 3 0 796 0
[pid=21841] ppid=21828 vsize=5356 CPUtime=0
/proc/21841/stat : 21841 (sh) S 21828 21828 21749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23557229 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21841/statm: 1339 233 193 169 0 50 0
[pid=21842] ppid=21841 vsize=864608 CPUtime=0.65
/proc/21842/stat : 21842 (java) S 21841 21828 21749 0 -1 0 8197 0 1 0 61 4 0 0 18 0 9 0 23557229 885358592 7446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21842/statm: 216152 7446 2567 9 0 210657 0
[pid=21842/tid=21843] ppid=21841 vsize=864608 CPUtime=0.35
/proc/21842/task/21843/stat : 21843 (java) R 21841 21828 21749 0 -1 64 2564 0 1 0 33 2 0 0 22 0 9 0 23557230 885358592 7446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21844] ppid=21841 vsize=864608 CPUtime=0.24
/proc/21842/task/21844/stat : 21844 (java) R 21841 21828 21749 0 -1 64 4618 0 0 0 23 1 0 0 16 0 9 0 23557231 885358592 7446 996147200 134512640 134550932 4294955936 18446744073709551615 104188802 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21845] ppid=21841 vsize=864608 CPUtime=0
/proc/21842/task/21845/stat : 21845 (java) S 21841 21828 21749 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23557231 885358592 7446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21846] ppid=21841 vsize=864608 CPUtime=0
/proc/21842/task/21846/stat : 21846 (java) S 21841 21828 21749 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23557231 885358592 7446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21847] ppid=21841 vsize=864608 CPUtime=0
/proc/21842/task/21847/stat : 21847 (java) S 21841 21828 21749 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23557233 885358592 7446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21848] ppid=21841 vsize=864608 CPUtime=0.04
/proc/21842/task/21848/stat : 21848 (java) S 21841 21828 21749 0 -1 64 312 0 0 0 4 0 0 0 16 0 9 0 23557233 885358592 7446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21849] ppid=21841 vsize=864608 CPUtime=0
/proc/21842/task/21849/stat : 21849 (java) S 21841 21828 21749 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23557233 885358592 7446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21850] ppid=21841 vsize=864608 CPUtime=0
/proc/21842/task/21850/stat : 21850 (java) S 21841 21828 21749 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23557233 885358592 7446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886832

[startup+3.10244 s]
/proc/loadavg: 1.93 1.99 2.10 3/93 21850
/proc/meminfo: memFree=1741032/2055920 swapFree=4192812/4192956
[pid=21828] ppid=21826 vsize=16868 CPUtime=0.75
/proc/21828/stat : 21828 (sugar) S 21826 21828 21749 0 -1 4194304 1309 8451 0 1 6 1 63 5 16 0 1 0 23557146 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21828/statm: 4217 1111 409 3 0 796 0
[pid=21841] ppid=21828 vsize=5356 CPUtime=0
/proc/21841/stat : 21841 (sh) S 21828 21828 21749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23557229 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21841/statm: 1339 233 193 169 0 50 0
[pid=21842] ppid=21841 vsize=864860 CPUtime=2.23
/proc/21842/stat : 21842 (java) S 21841 21828 21749 0 -1 0 21348 0 1 0 212 11 0 0 18 0 9 0 23557229 885616640 20054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21842/statm: 216215 20054 2566 9 0 210720 0
[pid=21842/tid=21843] ppid=21841 vsize=864860 CPUtime=0.87
/proc/21842/task/21843/stat : 21843 (java) R 21841 21828 21749 0 -1 64 3122 0 1 0 85 2 0 0 25 0 9 0 23557230 885616640 20054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21844] ppid=21841 vsize=864860 CPUtime=1.3
/proc/21842/task/21844/stat : 21844 (java) R 21841 21828 21749 0 -1 64 17211 0 0 0 122 8 0 0 17 0 9 0 23557231 885616640 20054 996147200 134512640 134550932 4294955936 18446744073709551615 103732260 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21845] ppid=21841 vsize=864860 CPUtime=0
/proc/21842/task/21845/stat : 21845 (java) S 21841 21828 21749 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23557231 885616640 20054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21846] ppid=21841 vsize=864860 CPUtime=0
/proc/21842/task/21846/stat : 21846 (java) S 21841 21828 21749 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23557231 885616640 20054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21847] ppid=21841 vsize=864860 CPUtime=0
/proc/21842/task/21847/stat : 21847 (java) S 21841 21828 21749 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23557233 885616640 20054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21848] ppid=21841 vsize=864860 CPUtime=0.04
/proc/21842/task/21848/stat : 21848 (java) S 21841 21828 21749 0 -1 64 312 0 0 0 4 0 0 0 16 0 9 0 23557233 885616640 20054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21849] ppid=21841 vsize=864860 CPUtime=0
/proc/21842/task/21849/stat : 21849 (java) S 21841 21828 21749 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23557233 885616640 20054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21850] ppid=21841 vsize=864860 CPUtime=0
/proc/21842/task/21850/stat : 21850 (java) S 21841 21828 21749 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23557233 885616640 20054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887084

[startup+6.30281 s]
/proc/loadavg: 1.94 1.99 2.09 3/93 21850
/proc/meminfo: memFree=1641384/2055920 swapFree=4192812/4192956
[pid=21828] ppid=21826 vsize=16868 CPUtime=0.75
/proc/21828/stat : 21828 (sugar) S 21826 21828 21749 0 -1 4194304 1309 8451 0 1 6 1 63 5 16 0 1 0 23557146 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21828/statm: 4217 1111 409 3 0 796 0
[pid=21841] ppid=21828 vsize=5356 CPUtime=0
/proc/21841/stat : 21841 (sh) S 21828 21828 21749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23557229 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21841/statm: 1339 233 193 169 0 50 0
[pid=21842] ppid=21841 vsize=864356 CPUtime=5.41
/proc/21842/stat : 21842 (java) S 21841 21828 21749 0 -1 0 47678 0 1 0 517 24 0 0 18 0 9 0 23557229 885100544 46047 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21842/statm: 216089 46047 2566 9 0 210594 0
[pid=21842/tid=21843] ppid=21841 vsize=864356 CPUtime=2.06
/proc/21842/task/21843/stat : 21843 (java) R 21841 21828 21749 0 -1 64 4376 0 1 0 203 3 0 0 25 0 9 0 23557230 885100544 46047 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21844] ppid=21841 vsize=864356 CPUtime=3.27
/proc/21842/task/21844/stat : 21844 (java) R 21841 21828 21749 0 -1 64 42287 0 0 0 308 19 0 0 16 0 9 0 23557231 885100544 46047 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21845] ppid=21841 vsize=864356 CPUtime=0
/proc/21842/task/21845/stat : 21845 (java) S 21841 21828 21749 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23557231 885100544 46047 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21846] ppid=21841 vsize=864356 CPUtime=0
/proc/21842/task/21846/stat : 21846 (java) S 21841 21828 21749 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23557231 885100544 46047 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21847] ppid=21841 vsize=864356 CPUtime=0
/proc/21842/task/21847/stat : 21847 (java) S 21841 21828 21749 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23557233 885100544 46047 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21848] ppid=21841 vsize=864356 CPUtime=0.04
/proc/21842/task/21848/stat : 21848 (java) S 21841 21828 21749 0 -1 64 312 0 0 0 4 0 0 0 16 0 9 0 23557233 885100544 46047 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21849] ppid=21841 vsize=864356 CPUtime=0
/proc/21842/task/21849/stat : 21849 (java) S 21841 21828 21749 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23557233 885100544 46047 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21850] ppid=21841 vsize=864356 CPUtime=0
/proc/21842/task/21850/stat : 21850 (java) S 21841 21828 21749 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23557233 885100544 46047 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 886580

[startup+12.7026 s]
/proc/loadavg: 2.02 2.01 2.10 3/93 21850
/proc/meminfo: memFree=1500520/2055920 swapFree=4192812/4192956
[pid=21828] ppid=21826 vsize=16868 CPUtime=0.75
/proc/21828/stat : 21828 (sugar) S 21826 21828 21749 0 -1 4194304 1311 8451 0 1 6 1 63 5 16 0 1 0 23557146 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21828/statm: 4217 1112 409 3 0 796 0
[pid=21841] ppid=21828 vsize=5356 CPUtime=0
/proc/21841/stat : 21841 (sh) S 21828 21828 21749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23557229 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21841/statm: 1339 233 193 169 0 50 0
[pid=21842] ppid=21841 vsize=864468 CPUtime=11.74
/proc/21842/stat : 21842 (java) S 21841 21828 21749 0 -1 0 94800 0 1 0 1129 45 0 0 18 0 9 0 23557229 885215232 72412 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21842/statm: 216117 72412 2591 9 0 210594 0
[pid=21842/tid=21843] ppid=21841 vsize=864468 CPUtime=4.82
/proc/21842/task/21843/stat : 21843 (java) R 21841 21828 21749 0 -1 64 6549 0 1 0 478 4 0 0 25 0 9 0 23557230 885215232 72412 996147200 134512640 134550932 4294955936 18446744073709551615 4126576183 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21844] ppid=21841 vsize=864468 CPUtime=6.82
/proc/21842/task/21844/stat : 21844 (java) S 21841 21828 21749 0 -1 64 87213 0 0 0 643 39 0 0 22 0 9 0 23557231 885215232 72412 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21845] ppid=21841 vsize=864468 CPUtime=0
/proc/21842/task/21845/stat : 21845 (java) S 21841 21828 21749 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23557231 885215232 72412 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21846] ppid=21841 vsize=864468 CPUtime=0
/proc/21842/task/21846/stat : 21846 (java) S 21841 21828 21749 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23557231 885215232 72412 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21847] ppid=21841 vsize=864468 CPUtime=0
/proc/21842/task/21847/stat : 21847 (java) S 21841 21828 21749 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23557233 885215232 72412 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21848] ppid=21841 vsize=864468 CPUtime=0.08
/proc/21842/task/21848/stat : 21848 (java) S 21841 21828 21749 0 -1 64 335 0 0 0 8 0 0 0 16 0 9 0 23557233 885215232 72412 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21849] ppid=21841 vsize=864468 CPUtime=0
/proc/21842/task/21849/stat : 21849 (java) S 21841 21828 21749 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23557233 885215232 72412 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21850] ppid=21841 vsize=864468 CPUtime=0
/proc/21842/task/21850/stat : 21850 (java) S 21841 21828 21749 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23557233 885215232 72412 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 886692

[startup+25.5011 s]
/proc/loadavg: 2.02 2.01 2.10 3/93 21850
/proc/meminfo: memFree=1492136/2055920 swapFree=4192812/4192956
[pid=21828] ppid=21826 vsize=16868 CPUtime=0.75
/proc/21828/stat : 21828 (sugar) S 21826 21828 21749 0 -1 4194304 1311 8451 0 1 6 1 63 5 16 0 1 0 23557146 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21828/statm: 4217 1112 409 3 0 796 0
[pid=21841] ppid=21828 vsize=5356 CPUtime=0
/proc/21841/stat : 21841 (sh) S 21828 21828 21749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23557229 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21841/statm: 1339 233 193 169 0 50 0
[pid=21842] ppid=21841 vsize=864468 CPUtime=24.42
/proc/21842/stat : 21842 (java) S 21841 21828 21749 0 -1 0 96369 0 1 0 2395 47 0 0 18 0 9 0 23557229 885215232 73975 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21842/statm: 216117 73975 2591 9 0 210594 0
[pid=21842/tid=21843] ppid=21841 vsize=864468 CPUtime=17.41
/proc/21842/task/21843/stat : 21843 (java) R 21841 21828 21749 0 -1 64 6555 0 1 0 1736 5 0 0 25 0 9 0 23557230 885215232 73975 996147200 134512640 134550932 4294955936 18446744073709551615 4126574178 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21844] ppid=21841 vsize=864468 CPUtime=6.9
/proc/21842/task/21844/stat : 21844 (java) S 21841 21828 21749 0 -1 64 88776 0 0 0 650 40 0 0 16 0 9 0 23557231 885215232 73975 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21845] ppid=21841 vsize=864468 CPUtime=0
/proc/21842/task/21845/stat : 21845 (java) S 21841 21828 21749 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23557231 885215232 73975 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21846] ppid=21841 vsize=864468 CPUtime=0
/proc/21842/task/21846/stat : 21846 (java) S 21841 21828 21749 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23557231 885215232 73975 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21847] ppid=21841 vsize=864468 CPUtime=0

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

/proc/21841/stat : 21841 (sh) S 21828 21828 21749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23557229 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21841/statm: 1339 233 193 169 0 50 0
[pid=21842] ppid=21841 vsize=864468 CPUtime=1616.04
/proc/21842/stat : 21842 (java) S 21841 21828 21749 0 -1 0 142869 0 1 0 161434 170 0 0 18 0 9 0 23557229 885215232 114131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21842/statm: 216117 114131 2590 9 0 210594 0
[pid=21842/tid=21843] ppid=21841 vsize=864468 CPUtime=1604.39
/proc/21842/task/21843/stat : 21843 (java) R 21841 21828 21749 0 -1 64 7073 0 1 0 160332 107 0 0 25 0 9 0 23557230 885215232 114131 996147200 134512640 134550932 4294955936 18446744073709551615 4126574144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21842/tid=21844] ppid=21841 vsize=864468 CPUtime=11.53
/proc/21842/task/21844/stat : 21844 (java) S 21841 21828 21749 0 -1 64 134749 0 0 0 1091 62 0 0 16 0 9 0 23557231 885215232 114131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21842/tid=21845] ppid=21841 vsize=864468 CPUtime=0
/proc/21842/task/21845/stat : 21845 (java) S 21841 21828 21749 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23557231 885215232 114131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21842/tid=21846] ppid=21841 vsize=864468 CPUtime=0
/proc/21842/task/21846/stat : 21846 (java) S 21841 21828 21749 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23557231 885215232 114131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21847] ppid=21841 vsize=864468 CPUtime=0
/proc/21842/task/21847/stat : 21847 (java) S 21841 21828 21749 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23557233 885215232 114131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21848] ppid=21841 vsize=864468 CPUtime=0.09
/proc/21842/task/21848/stat : 21848 (java) S 21841 21828 21749 0 -1 64 344 0 0 0 9 0 0 0 16 0 9 0 23557233 885215232 114131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21849] ppid=21841 vsize=864468 CPUtime=0
/proc/21842/task/21849/stat : 21849 (java) S 21841 21828 21749 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23557233 885215232 114131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21850] ppid=21841 vsize=864468 CPUtime=0
/proc/21842/task/21850/stat : 21850 (java) S 21841 21828 21749 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23557233 885215232 114131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1616.79
Current children cumulated vsize (KiB) 886692

[startup+1722.3 s]
/proc/loadavg: 2.05 2.05 2.15 3/93 24819
/proc/meminfo: memFree=1132520/2055920 swapFree=4192812/4192956
[pid=21828] ppid=21826 vsize=16868 CPUtime=0.75
/proc/21828/stat : 21828 (sugar) S 21826 21828 21749 0 -1 4194304 1311 8451 0 1 6 1 63 5 16 0 1 0 23557146 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21828/statm: 4217 1112 409 3 0 796 0
[pid=21841] ppid=21828 vsize=5356 CPUtime=0
/proc/21841/stat : 21841 (sh) S 21828 21828 21749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23557229 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21841/statm: 1339 233 193 169 0 50 0
[pid=21842] ppid=21841 vsize=864468 CPUtime=1676.02
/proc/21842/stat : 21842 (java) S 21841 21828 21749 0 -1 0 142869 0 1 0 167432 170 0 0 18 0 9 0 23557229 885215232 114131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21842/statm: 216117 114131 2590 9 0 210594 0
[pid=21842/tid=21843] ppid=21841 vsize=864468 CPUtime=1664.37
/proc/21842/task/21843/stat : 21843 (java) R 21841 21828 21749 0 -1 64 7073 0 1 0 166330 107 0 0 25 0 9 0 23557230 885215232 114131 996147200 134512640 134550932 4294955936 18446744073709551615 4126574197 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21842/tid=21844] ppid=21841 vsize=864468 CPUtime=11.53
/proc/21842/task/21844/stat : 21844 (java) S 21841 21828 21749 0 -1 64 134749 0 0 0 1091 62 0 0 16 0 9 0 23557231 885215232 114131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21842/tid=21845] ppid=21841 vsize=864468 CPUtime=0
/proc/21842/task/21845/stat : 21845 (java) S 21841 21828 21749 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23557231 885215232 114131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21842/tid=21846] ppid=21841 vsize=864468 CPUtime=0
/proc/21842/task/21846/stat : 21846 (java) S 21841 21828 21749 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23557231 885215232 114131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21847] ppid=21841 vsize=864468 CPUtime=0
/proc/21842/task/21847/stat : 21847 (java) S 21841 21828 21749 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23557233 885215232 114131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21848] ppid=21841 vsize=864468 CPUtime=0.09
/proc/21842/task/21848/stat : 21848 (java) S 21841 21828 21749 0 -1 64 344 0 0 0 9 0 0 0 16 0 9 0 23557233 885215232 114131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21849] ppid=21841 vsize=864468 CPUtime=0
/proc/21842/task/21849/stat : 21849 (java) S 21841 21828 21749 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23557233 885215232 114131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21850] ppid=21841 vsize=864468 CPUtime=0
/proc/21842/task/21850/stat : 21850 (java) S 21841 21828 21749 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23557233 885215232 114131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1676.77
Current children cumulated vsize (KiB) 886692

[startup+1782.3 s]
/proc/loadavg: 2.02 2.03 2.14 3/93 24819
/proc/meminfo: memFree=1086504/2055920 swapFree=4192812/4192956
[pid=21828] ppid=21826 vsize=16868 CPUtime=0.75
/proc/21828/stat : 21828 (sugar) S 21826 21828 21749 0 -1 4194304 1311 8451 0 1 6 1 63 5 16 0 1 0 23557146 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21828/statm: 4217 1112 409 3 0 796 0
[pid=21841] ppid=21828 vsize=5356 CPUtime=0
/proc/21841/stat : 21841 (sh) S 21828 21828 21749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23557229 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21841/statm: 1339 233 193 169 0 50 0
[pid=21842] ppid=21841 vsize=864468 CPUtime=1735.99
/proc/21842/stat : 21842 (java) S 21841 21828 21749 0 -1 0 142876 0 1 0 173429 170 0 0 18 0 9 0 23557229 885215232 114131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21842/statm: 216117 114131 2590 9 0 210594 0
[pid=21842/tid=21843] ppid=21841 vsize=864468 CPUtime=1724.25
/proc/21842/task/21843/stat : 21843 (java) R 21841 21828 21749 0 -1 64 7080 0 1 0 172318 107 0 0 25 0 9 0 23557230 885215232 114131 996147200 134512640 134550932 4294955936 18446744073709551615 4126593748 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21842/tid=21844] ppid=21841 vsize=864468 CPUtime=11.62
/proc/21842/task/21844/stat : 21844 (java) S 21841 21828 21749 0 -1 64 134749 0 0 0 1100 62 0 0 16 0 9 0 23557231 885215232 114131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21842/tid=21845] ppid=21841 vsize=864468 CPUtime=0
/proc/21842/task/21845/stat : 21845 (java) S 21841 21828 21749 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23557231 885215232 114131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21842/tid=21846] ppid=21841 vsize=864468 CPUtime=0
/proc/21842/task/21846/stat : 21846 (java) S 21841 21828 21749 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23557231 885215232 114131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21847] ppid=21841 vsize=864468 CPUtime=0
/proc/21842/task/21847/stat : 21847 (java) S 21841 21828 21749 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23557233 885215232 114131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21848] ppid=21841 vsize=864468 CPUtime=0.09
/proc/21842/task/21848/stat : 21848 (java) S 21841 21828 21749 0 -1 64 344 0 0 0 9 0 0 0 16 0 9 0 23557233 885215232 114131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21849] ppid=21841 vsize=864468 CPUtime=0
/proc/21842/task/21849/stat : 21849 (java) S 21841 21828 21749 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23557233 885215232 114131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21850] ppid=21841 vsize=864468 CPUtime=0
/proc/21842/task/21850/stat : 21850 (java) S 21841 21828 21749 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23557233 885215232 114131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1736.74
Current children cumulated vsize (KiB) 886692

[startup+1842.3 s]
/proc/loadavg: 2.00 2.03 2.13 3/93 24819
/proc/meminfo: memFree=1040232/2055920 swapFree=4192812/4192956
[pid=21828] ppid=21826 vsize=16868 CPUtime=0.75
/proc/21828/stat : 21828 (sugar) S 21826 21828 21749 0 -1 4194304 1311 8451 0 1 6 1 63 5 16 0 1 0 23557146 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21828/statm: 4217 1112 409 3 0 796 0
[pid=21841] ppid=21828 vsize=5356 CPUtime=0
/proc/21841/stat : 21841 (sh) S 21828 21828 21749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23557229 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21841/statm: 1339 233 193 169 0 50 0
[pid=21842] ppid=21841 vsize=864468 CPUtime=1795.98
/proc/21842/stat : 21842 (java) S 21841 21828 21749 0 -1 0 142919 0 1 0 179427 171 0 0 18 0 9 0 23557229 885215232 114162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21842/statm: 216117 114162 2590 9 0 210594 0
[pid=21842/tid=21843] ppid=21841 vsize=864468 CPUtime=1784.07
/proc/21842/task/21843/stat : 21843 (java) R 21841 21828 21749 0 -1 64 7092 0 1 0 178300 107 0 0 25 0 9 0 23557230 885215232 114162 996147200 134512640 134550932 4294955936 18446744073709551615 4126574215 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21842/tid=21844] ppid=21841 vsize=864468 CPUtime=11.78
/proc/21842/task/21844/stat : 21844 (java) S 21841 21828 21749 0 -1 64 134780 0 0 0 1116 62 0 0 16 0 9 0 23557231 885215232 114162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21842/tid=21845] ppid=21841 vsize=864468 CPUtime=0
/proc/21842/task/21845/stat : 21845 (java) S 21841 21828 21749 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23557231 885215232 114162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21842/tid=21846] ppid=21841 vsize=864468 CPUtime=0
/proc/21842/task/21846/stat : 21846 (java) S 21841 21828 21749 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23557231 885215232 114162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21847] ppid=21841 vsize=864468 CPUtime=0
/proc/21842/task/21847/stat : 21847 (java) S 21841 21828 21749 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23557233 885215232 114162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21848] ppid=21841 vsize=864468 CPUtime=0.09
/proc/21842/task/21848/stat : 21848 (java) S 21841 21828 21749 0 -1 64 344 0 0 0 9 0 0 0 16 0 9 0 23557233 885215232 114162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21849] ppid=21841 vsize=864468 CPUtime=0
/proc/21842/task/21849/stat : 21849 (java) S 21841 21828 21749 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23557233 885215232 114162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21850] ppid=21841 vsize=864468 CPUtime=0
/proc/21842/task/21850/stat : 21850 (java) S 21841 21828 21749 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23557233 885215232 114162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.73
Current children cumulated vsize (KiB) 886692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1845.6 s]
/proc/loadavg: 2.00 2.02 2.13 3/93 24819
/proc/meminfo: memFree=1040168/2055920 swapFree=4192812/4192956
[pid=21828] ppid=21826 vsize=16868 CPUtime=0.75
/proc/21828/stat : 21828 (sugar) S 21826 21828 21749 0 -1 4194304 1311 8451 0 1 6 1 63 5 16 0 1 0 23557146 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21828/statm: 4217 1112 409 3 0 796 0
[pid=21841] ppid=21828 vsize=5356 CPUtime=0
/proc/21841/stat : 21841 (sh) S 21828 21828 21749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23557229 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21841/statm: 1339 233 193 169 0 50 0
[pid=21842] ppid=21841 vsize=864468 CPUtime=1799.29
/proc/21842/stat : 21842 (java) S 21841 21828 21749 0 -1 0 142919 0 1 0 179758 171 0 0 18 0 9 0 23557229 885215232 114162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21842/statm: 216117 114162 2590 9 0 210594 0
[pid=21842/tid=21843] ppid=21841 vsize=864468 CPUtime=1787.37
/proc/21842/task/21843/stat : 21843 (java) R 21841 21828 21749 0 -1 64 7092 0 1 0 178630 107 0 0 25 0 9 0 23557230 885215232 114162 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21842/tid=21844] ppid=21841 vsize=864468 CPUtime=11.78
/proc/21842/task/21844/stat : 21844 (java) S 21841 21828 21749 0 -1 64 134780 0 0 0 1116 62 0 0 16 0 9 0 23557231 885215232 114162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21842/tid=21845] ppid=21841 vsize=864468 CPUtime=0
/proc/21842/task/21845/stat : 21845 (java) S 21841 21828 21749 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23557231 885215232 114162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21842/tid=21846] ppid=21841 vsize=864468 CPUtime=0
/proc/21842/task/21846/stat : 21846 (java) S 21841 21828 21749 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23557231 885215232 114162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21847] ppid=21841 vsize=864468 CPUtime=0
/proc/21842/task/21847/stat : 21847 (java) S 21841 21828 21749 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23557233 885215232 114162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21848] ppid=21841 vsize=864468 CPUtime=0.09
/proc/21842/task/21848/stat : 21848 (java) S 21841 21828 21749 0 -1 64 344 0 0 0 9 0 0 0 16 0 9 0 23557233 885215232 114162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21849] ppid=21841 vsize=864468 CPUtime=0
/proc/21842/task/21849/stat : 21849 (java) S 21841 21828 21749 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23557233 885215232 114162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21842/tid=21850] ppid=21841 vsize=864468 CPUtime=0
/proc/21842/task/21850/stat : 21850 (java) S 21841 21828 21749 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23557233 885215232 114162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 886692

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

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

Child status: 0

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

Real time (s): 1845.72
CPU time (s): 1800.04
CPU user time (s): 1798.27
CPU system time (s): 1.77
CPU usage (%): 97.5248
Max. virtual memory (cumulated for all children) (KiB): 907572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.698893
system time used= 0.072988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10127
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 432
involuntary context switches= 362

runsolver used 2.39364 second user time and 6.49101 second system time

The end

Launcher Data

Begin job on node1 at 2009-07-12 04:14:54
IDJOB=2077428
IDBENCH=56595
IDSOLVER=738
FILE ID=node1/2077428-1247364894
PBS_JOBID= 9507068
Free space on /tmp= 66384 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg15-19_ext.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-2077428-1247364894/watcher-2077428-1247364894 -o /tmp/evaluation-result-2077428-1247364894/solver-2077428-1247364894 -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-2077428-1247364894.xml

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

MD5SUM BENCH= 8ca24c93c4e9b393d1da30cf3d3f224d
RANDOM SEED=868486203

node1.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.216
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.216
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:       1783328 kB
Buffers:         33260 kB
Cached:         127152 kB
SwapCached:          0 kB
Active:         141176 kB
Inactive:        72176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1783328 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2152 kB
Writeback:           0 kB
Mapped:          73400 kB
Slab:            44220 kB
Committed_AS:   239776 kB
PageTables:       1964 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= 66384 MiB
End job on node1 at 2009-07-12 04:45:42