Trace number 2077076

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.12 1805.74

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg15-16_ext.xml
MD5SUM4f3042aa38b38c92d5b9f4103bbcfb99
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 benchmark1.55176
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints31
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension31
Number of constraints which are defined in intension0
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 03:48:39 2009
0.00/0.07	c 0	PID 21011
0.00/0.07	c 0	HOST node84.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2077076-1247363319.xml TO HOME/temp.csp
0.00/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-2077076-1247363319.xml' 'HOME/temp.csp'
0.06/0.56	c 1	1 domains, 240 variables, 0 predicates, 2 relations, 31 constraints
0.06/0.60	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.60	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.54/0.67	c 1	Parsing HOME/temp.csp
0.93/1.03	c 1	parsed 274 expressions
0.93/1.03	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.93/1.03	c 1	Converting to clausal form CSP
0.93/1.05	c 1	converted 28 (10%) expressions
0.93/1.05	c 1	converted 55 (20%) expressions
0.93/1.05	c 1	converted 83 (30%) expressions
0.93/1.06	c 1	converted 110 (40%) expressions
0.93/1.06	c 1	converted 137 (50%) expressions
0.93/1.06	c 1	converted 165 (60%) expressions
0.93/1.06	c 1	converted 192 (70%) expressions
0.93/1.06	c 1	converted 220 (80%) expressions
2.50/2.63	c 3	converted 247 (90%) expressions
8.83/9.02	c 9	converted 274 (100%) expressions
8.83/9.02	c 9	CSP : 240 integers, 0 booleans, 31 clauses, largest domain size 26
8.83/9.02	c 9	Heap : 240 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.83/9.02	c 9	Propagation in CSP
8.83/9.02	c 9	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.83/9.02	c 9	CSP : 240 integers, 0 booleans, 31 clauses, largest domain size 26
8.83/9.02	c 9	Heap : 240 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.83/9.02	c 9	Simplifing CSP by introducing new Boolean variables
8.83/9.02	c 9	CSP : 240 integers, 0 booleans, 31 clauses, largest domain size 26
8.83/9.02	c 9	Heap : 240 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.13/10.32	c 10	Encoding CSP to SAT : HOME/temp.cnf
10.13/10.34	c 10	24 (10%) CSP integer variables are encoded (576 clauses, 6192 bytes)
10.13/10.34	c 10	48 (20%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
10.13/10.34	c 10	72 (30%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
10.13/10.34	c 10	96 (40%) CSP integer variables are encoded (2304 clauses, 27889 bytes)
10.13/10.34	c 10	120 (50%) CSP integer variables are encoded (2880 clauses, 35377 bytes)
10.13/10.34	c 10	144 (60%) CSP integer variables are encoded (3456 clauses, 42865 bytes)
10.13/10.34	c 10	168 (70%) CSP integer variables are encoded (4032 clauses, 50353 bytes)
10.13/10.34	c 10	192 (80%) CSP integer variables are encoded (4608 clauses, 57841 bytes)
10.13/10.34	c 10	216 (90%) CSP integer variables are encoded (5184 clauses, 65329 bytes)
10.13/10.35	c 10	240 (100%) CSP integer variables are encoded (5760 clauses, 72817 bytes)
1196.03/1199.04	c 1199	4 (10%) CSP clauses are encoded (960592 clauses, 99425342 bytes)
1800.00/1805.62	c ERROR INTERRUPTED
1800.12/1805.74	s UNKNOWN
1800.12/1805.74	c 1806	CPU 0.54 (0.05 0.01 0.44 0.04)
1800.12/1805.74	c 1806	END Sun Jul 12 04:18:45 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-2077076-1247363319/watcher-2077076-1247363319 -o /tmp/evaluation-result-2077076-1247363319/solver-2077076-1247363319 -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-2077076-1247363319.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: 2.12 2.07 2.02 4/84 21011
/proc/meminfo: memFree=1689512/2055920 swapFree=4192812/4192956
[pid=21011] ppid=21009 vsize=12272 CPUtime=0
/proc/21011/stat : 21011 (sugar) R 21009 21011 20717 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 23397268 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 243665697381 0 0 4224 0 0 0 0 17 1 0 0
/proc/21011/statm: 3068 327 246 3 0 168 0

[startup+0.00864296 s]
/proc/loadavg: 2.12 2.07 2.02 4/84 21011
/proc/meminfo: memFree=1689512/2055920 swapFree=4192812/4192956
[pid=21011] ppid=21009 vsize=12272 CPUtime=0
/proc/21011/stat : 21011 (sugar) R 21009 21011 20717 0 -1 4194304 408 0 0 0 0 0 0 0 18 0 1 0 23397268 12566528 376 996147200 4194304 4206940 548682068608 18446744073709551615 243665375969 0 0 4224 0 0 0 0 17 1 0 0
/proc/21011/statm: 3068 377 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.10166 s]
/proc/loadavg: 2.12 2.07 2.02 4/84 21011
/proc/meminfo: memFree=1689512/2055920 swapFree=4192812/4192956
[pid=21011] ppid=21009 vsize=16868 CPUtime=0.06
/proc/21011/stat : 21011 (sugar) S 21009 21011 20717 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23397268 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21011/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301698 s]
/proc/loadavg: 2.12 2.07 2.02 4/84 21011
/proc/meminfo: memFree=1689512/2055920 swapFree=4192812/4192956
[pid=21011] ppid=21009 vsize=16868 CPUtime=0.06
/proc/21011/stat : 21011 (sugar) S 21009 21011 20717 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23397268 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21011/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701768 s]
/proc/loadavg: 2.12 2.07 2.02 4/84 21011
/proc/meminfo: memFree=1689512/2055920 swapFree=4192812/4192956
[pid=21011] ppid=21009 vsize=16868 CPUtime=0.54
/proc/21011/stat : 21011 (sugar) S 21009 21011 20717 0 -1 4194304 1309 8322 0 1 5 1 44 4 15 0 1 0 23397268 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21011/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 16868

[startup+1.50292 s]
/proc/loadavg: 2.12 2.07 2.02 3/95 21033
/proc/meminfo: memFree=1674704/2055920 swapFree=4192812/4192956
[pid=21011] ppid=21009 vsize=16868 CPUtime=0.54
/proc/21011/stat : 21011 (sugar) S 21009 21011 20717 0 -1 4194304 1309 8322 0 1 5 1 44 4 15 0 1 0 23397268 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21011/statm: 4217 1111 409 3 0 796 0
[pid=21024] ppid=21011 vsize=5356 CPUtime=0
/proc/21024/stat : 21024 (sh) S 21011 21011 20717 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23397328 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21024/statm: 1339 233 193 169 0 50 0
[pid=21025] ppid=21024 vsize=864360 CPUtime=0.88
/proc/21025/stat : 21025 (java) S 21024 21011 20717 0 -1 0 10466 0 1 0 85 3 0 0 20 0 9 0 23397328 885104640 9637 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21025/statm: 216090 9637 2566 9 0 210595 0
[pid=21025/tid=21026] ppid=21024 vsize=864360 CPUtime=0.48
/proc/21025/task/21026/stat : 21026 (java) R 21024 21011 20717 0 -1 64 2698 0 1 0 47 1 0 0 25 0 9 0 23397329 885104640 9637 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21027] ppid=21024 vsize=864360 CPUtime=0.33
/proc/21025/task/21027/stat : 21027 (java) R 21024 21011 20717 0 -1 64 6753 0 0 0 32 1 0 0 16 0 9 0 23397330 885104640 9637 996147200 134512640 134550932 4294955936 18446744073709551615 104187651 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21028] ppid=21024 vsize=864360 CPUtime=0
/proc/21025/task/21028/stat : 21028 (java) S 21024 21011 20717 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23397330 885104640 9637 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21029] ppid=21024 vsize=864360 CPUtime=0
/proc/21025/task/21029/stat : 21029 (java) S 21024 21011 20717 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23397330 885104640 9637 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21030] ppid=21024 vsize=864360 CPUtime=0
/proc/21025/task/21030/stat : 21030 (java) S 21024 21011 20717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23397332 885104640 9637 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21031] ppid=21024 vsize=864360 CPUtime=0.04
/proc/21025/task/21031/stat : 21031 (java) S 21024 21011 20717 0 -1 64 312 0 0 0 4 0 0 0 16 0 9 0 23397332 885104640 9637 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21032] ppid=21024 vsize=864360 CPUtime=0
/proc/21025/task/21032/stat : 21032 (java) S 21024 21011 20717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23397332 885104640 9637 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21033] ppid=21024 vsize=864360 CPUtime=0
/proc/21025/task/21033/stat : 21033 (java) S 21024 21011 20717 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23397332 885104640 9637 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886584

[startup+3.10221 s]
/proc/loadavg: 2.12 2.07 2.02 4/95 21033
/proc/meminfo: memFree=1640784/2055920 swapFree=4192812/4192956
[pid=21011] ppid=21009 vsize=16868 CPUtime=0.54
/proc/21011/stat : 21011 (sugar) S 21009 21011 20717 0 -1 4194304 1309 8322 0 1 5 1 44 4 16 0 1 0 23397268 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21011/statm: 4217 1111 409 3 0 796 0
[pid=21024] ppid=21011 vsize=5356 CPUtime=0
/proc/21024/stat : 21024 (sh) S 21011 21011 20717 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23397328 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21024/statm: 1339 233 193 169 0 50 0
[pid=21025] ppid=21024 vsize=864360 CPUtime=2.46
/proc/21025/stat : 21025 (java) S 21024 21011 20717 0 -1 0 21913 0 1 0 238 8 0 0 20 0 9 0 23397328 885104640 20492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21025/statm: 216090 20492 2566 9 0 210595 0
[pid=21025/tid=21026] ppid=21024 vsize=864360 CPUtime=0.93
/proc/21025/task/21026/stat : 21026 (java) R 21024 21011 20717 0 -1 64 3602 0 1 0 92 1 0 0 25 0 9 0 23397329 885104640 20492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21027] ppid=21024 vsize=864360 CPUtime=1.46
/proc/21025/task/21027/stat : 21027 (java) R 21024 21011 20717 0 -1 64 17296 0 0 0 141 5 0 0 18 0 9 0 23397330 885104640 20492 996147200 134512640 134550932 4294955936 18446744073709551615 103826432 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21028] ppid=21024 vsize=864360 CPUtime=0
/proc/21025/task/21028/stat : 21028 (java) S 21024 21011 20717 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23397330 885104640 20492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21029] ppid=21024 vsize=864360 CPUtime=0
/proc/21025/task/21029/stat : 21029 (java) S 21024 21011 20717 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23397330 885104640 20492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21030] ppid=21024 vsize=864360 CPUtime=0
/proc/21025/task/21030/stat : 21030 (java) S 21024 21011 20717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23397332 885104640 20492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21031] ppid=21024 vsize=864360 CPUtime=0.04
/proc/21025/task/21031/stat : 21031 (java) S 21024 21011 20717 0 -1 64 312 0 0 0 4 0 0 0 16 0 9 0 23397332 885104640 20492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21032] ppid=21024 vsize=864360 CPUtime=0
/proc/21025/task/21032/stat : 21032 (java) S 21024 21011 20717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23397332 885104640 20492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21033] ppid=21024 vsize=864360 CPUtime=0
/proc/21025/task/21033/stat : 21033 (java) S 21024 21011 20717 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23397332 885104640 20492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886584

[startup+6.3028 s]
/proc/loadavg: 2.35 2.12 2.04 4/95 21033
/proc/meminfo: memFree=1530960/2055920 swapFree=4192812/4192956
[pid=21011] ppid=21009 vsize=16868 CPUtime=0.54
/proc/21011/stat : 21011 (sugar) S 21009 21011 20717 0 -1 4194304 1309 8322 0 1 5 1 44 4 16 0 1 0 23397268 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21011/statm: 4217 1111 409 3 0 796 0
[pid=21024] ppid=21011 vsize=5356 CPUtime=0
/proc/21024/stat : 21024 (sh) S 21011 21011 20717 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23397328 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21024/statm: 1339 233 193 169 0 50 0
[pid=21025] ppid=21024 vsize=864864 CPUtime=5.63
/proc/21025/stat : 21025 (java) S 21024 21011 20717 0 -1 0 51564 0 1 0 543 20 0 0 20 0 9 0 23397328 885620736 49868 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21025/statm: 216216 49868 2566 9 0 210721 0
[pid=21025/tid=21026] ppid=21024 vsize=864864 CPUtime=2.16
/proc/21025/task/21026/stat : 21026 (java) R 21024 21011 20717 0 -1 64 4377 0 1 0 214 2 0 0 25 0 9 0 23397329 885620736 49868 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21027] ppid=21024 vsize=864864 CPUtime=3.41
/proc/21025/task/21027/stat : 21027 (java) R 21024 21011 20717 0 -1 64 46172 0 0 0 324 17 0 0 17 0 9 0 23397330 885620736 49868 996147200 134512640 134550932 4294955936 18446744073709551615 103732260 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21028] ppid=21024 vsize=864864 CPUtime=0
/proc/21025/task/21028/stat : 21028 (java) S 21024 21011 20717 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23397330 885620736 49868 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21029] ppid=21024 vsize=864864 CPUtime=0
/proc/21025/task/21029/stat : 21029 (java) S 21024 21011 20717 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23397330 885620736 49868 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21030] ppid=21024 vsize=864864 CPUtime=0
/proc/21025/task/21030/stat : 21030 (java) S 21024 21011 20717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23397332 885620736 49868 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21031] ppid=21024 vsize=864864 CPUtime=0.04
/proc/21025/task/21031/stat : 21031 (java) S 21024 21011 20717 0 -1 64 312 0 0 0 4 0 0 0 16 0 9 0 23397332 885620736 49868 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21032] ppid=21024 vsize=864864 CPUtime=0
/proc/21025/task/21032/stat : 21032 (java) S 21024 21011 20717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23397332 885620736 49868 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21033] ppid=21024 vsize=864864 CPUtime=0
/proc/21025/task/21033/stat : 21033 (java) S 21024 21011 20717 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23397332 885620736 49868 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887088

[startup+12.703 s]
/proc/loadavg: 2.32 2.12 2.03 3/95 21033
/proc/meminfo: memFree=1399952/2055920 swapFree=4192812/4192956
[pid=21011] ppid=21009 vsize=16868 CPUtime=0.54
/proc/21011/stat : 21011 (sugar) S 21009 21011 20717 0 -1 4194304 1311 8322 0 1 5 1 44 4 16 0 1 0 23397268 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21011/statm: 4217 1112 409 3 0 796 0
[pid=21024] ppid=21011 vsize=5356 CPUtime=0
/proc/21024/stat : 21024 (sh) S 21011 21011 20717 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23397328 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21024/statm: 1339 233 193 169 0 50 0
[pid=21025] ppid=21024 vsize=864472 CPUtime=12
/proc/21025/stat : 21025 (java) S 21024 21011 20717 0 -1 0 96605 0 1 0 1161 39 0 0 20 0 9 0 23397328 885219328 74215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21025/statm: 216118 74215 2591 9 0 210595 0
[pid=21025/tid=21026] ppid=21024 vsize=864472 CPUtime=5.25
/proc/21025/task/21026/stat : 21026 (java) R 21024 21011 20717 0 -1 64 6615 0 1 0 522 3 0 0 25 0 9 0 23397329 885219328 74215 996147200 134512640 134550932 4294955936 18446744073709551615 4125952318 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21025/tid=21027] ppid=21024 vsize=864472 CPUtime=6.65
/proc/21025/task/21027/stat : 21027 (java) S 21024 21011 20717 0 -1 64 88954 0 0 0 631 34 0 0 20 0 9 0 23397330 885219328 74215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21025/tid=21028] ppid=21024 vsize=864472 CPUtime=0
/proc/21025/task/21028/stat : 21028 (java) S 21024 21011 20717 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23397330 885219328 74215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21029] ppid=21024 vsize=864472 CPUtime=0
/proc/21025/task/21029/stat : 21029 (java) S 21024 21011 20717 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23397330 885219328 74215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21030] ppid=21024 vsize=864472 CPUtime=0
/proc/21025/task/21030/stat : 21030 (java) S 21024 21011 20717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23397332 885219328 74215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21031] ppid=21024 vsize=864472 CPUtime=0.08
/proc/21025/task/21031/stat : 21031 (java) S 21024 21011 20717 0 -1 64 333 0 0 0 8 0 0 0 16 0 9 0 23397332 885219328 74215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21025/tid=21032] ppid=21024 vsize=864472 CPUtime=0
/proc/21025/task/21032/stat : 21032 (java) S 21024 21011 20717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23397332 885219328 74215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21033] ppid=21024 vsize=864472 CPUtime=0
/proc/21025/task/21033/stat : 21033 (java) S 21024 21011 20717 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23397332 885219328 74215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 886696

[startup+25.5013 s]
/proc/loadavg: 2.25 2.11 2.03 3/95 21033
/proc/meminfo: memFree=1393552/2055920 swapFree=4192812/4192956
[pid=21011] ppid=21009 vsize=16868 CPUtime=0.54
/proc/21011/stat : 21011 (sugar) S 21009 21011 20717 0 -1 4194304 1311 8322 0 1 5 1 44 4 16 0 1 0 23397268 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21011/statm: 4217 1112 409 3 0 796 0
[pid=21024] ppid=21011 vsize=5356 CPUtime=0
/proc/21024/stat : 21024 (sh) S 21011 21011 20717 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23397328 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21024/statm: 1339 233 193 169 0 50 0
[pid=21025] ppid=21024 vsize=864472 CPUtime=24.79
/proc/21025/stat : 21025 (java) S 21024 21011 20717 0 -1 0 97644 0 1 0 2440 39 0 0 20 0 9 0 23397328 885219328 75250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21025/statm: 216118 75250 2591 9 0 210595 0
[pid=21025/tid=21026] ppid=21024 vsize=864472 CPUtime=17.99
/proc/21025/task/21026/stat : 21026 (java) R 21024 21011 20717 0 -1 64 6619 0 1 0 1796 3 0 0 25 0 9 0 23397329 885219328 75250 996147200 134512640 134550932 4294955936 18446744073709551615 4126594772 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21025/tid=21027] ppid=21024 vsize=864472 CPUtime=6.7
/proc/21025/task/21027/stat : 21027 (java) S 21024 21011 20717 0 -1 64 89989 0 0 0 635 35 0 0 16 0 9 0 23397330 885219328 75250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21025/tid=21028] ppid=21024 vsize=864472 CPUtime=0
/proc/21025/task/21028/stat : 21028 (java) S 21024 21011 20717 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23397330 885219328 75250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21029] ppid=21024 vsize=864472 CPUtime=0
/proc/21025/task/21029/stat : 21029 (java) S 21024 21011 20717 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23397330 885219328 75250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21030] ppid=21024 vsize=864472 CPUtime=0

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

[pid=21025/tid=21031] ppid=21024 vsize=864472 CPUtime=0.09
/proc/21025/task/21031/stat : 21031 (java) S 21024 21011 20717 0 -1 64 341 0 0 0 9 0 0 0 16 0 9 0 23397332 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21025/tid=21032] ppid=21024 vsize=864472 CPUtime=0
/proc/21025/task/21032/stat : 21032 (java) S 21024 21011 20717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23397332 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21033] ppid=21024 vsize=864472 CPUtime=0
/proc/21025/task/21033/stat : 21033 (java) S 21024 21011 20717 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23397332 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1597.69
Current children cumulated vsize (KiB) 886696

[startup+1662.3 s]
/proc/loadavg: 2.10 2.07 2.06 3/94 21655
/proc/meminfo: memFree=799584/2055920 swapFree=4192812/4192956
[pid=21011] ppid=21009 vsize=16868 CPUtime=0.54
/proc/21011/stat : 21011 (sugar) S 21009 21011 20717 0 -1 4194304 1311 8322 0 1 5 1 44 4 16 0 1 0 23397268 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21011/statm: 4217 1112 409 3 0 796 0
[pid=21024] ppid=21011 vsize=5356 CPUtime=0
/proc/21024/stat : 21024 (sh) S 21011 21011 20717 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23397328 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21024/statm: 1339 233 193 169 0 50 0
[pid=21025] ppid=21024 vsize=864472 CPUtime=1656.86
/proc/21025/stat : 21025 (java) S 21024 21011 20717 0 -1 0 144923 0 1 0 165554 132 0 0 20 0 9 0 23397328 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21025/statm: 216118 116191 2590 9 0 210595 0
[pid=21025/tid=21026] ppid=21024 vsize=864472 CPUtime=1645.57
/proc/21025/task/21026/stat : 21026 (java) R 21024 21011 20717 0 -1 64 7133 0 1 0 164480 77 0 0 25 0 9 0 23397329 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4126575127 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21025/tid=21027] ppid=21024 vsize=864472 CPUtime=11.17
/proc/21025/task/21027/stat : 21027 (java) S 21024 21011 20717 0 -1 64 136746 0 0 0 1064 53 0 0 16 0 9 0 23397330 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21025/tid=21028] ppid=21024 vsize=864472 CPUtime=0
/proc/21025/task/21028/stat : 21028 (java) S 21024 21011 20717 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23397330 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21025/tid=21029] ppid=21024 vsize=864472 CPUtime=0
/proc/21025/task/21029/stat : 21029 (java) S 21024 21011 20717 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23397330 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21030] ppid=21024 vsize=864472 CPUtime=0
/proc/21025/task/21030/stat : 21030 (java) S 21024 21011 20717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23397332 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21031] ppid=21024 vsize=864472 CPUtime=0.09
/proc/21025/task/21031/stat : 21031 (java) S 21024 21011 20717 0 -1 64 341 0 0 0 9 0 0 0 16 0 9 0 23397332 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21025/tid=21032] ppid=21024 vsize=864472 CPUtime=0
/proc/21025/task/21032/stat : 21032 (java) S 21024 21011 20717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23397332 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21033] ppid=21024 vsize=864472 CPUtime=0
/proc/21025/task/21033/stat : 21033 (java) R 21024 21011 20717 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23397332 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1657.4
Current children cumulated vsize (KiB) 886696

[startup+1722.3 s]
/proc/loadavg: 2.11 2.08 2.07 3/94 21655
/proc/meminfo: memFree=775968/2055920 swapFree=4192812/4192956
[pid=21011] ppid=21009 vsize=16868 CPUtime=0.54
/proc/21011/stat : 21011 (sugar) S 21009 21011 20717 0 -1 4194304 1311 8322 0 1 5 1 44 4 16 0 1 0 23397268 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21011/statm: 4217 1112 409 3 0 796 0
[pid=21024] ppid=21011 vsize=5356 CPUtime=0
/proc/21024/stat : 21024 (sh) S 21011 21011 20717 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23397328 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21024/statm: 1339 233 193 169 0 50 0
[pid=21025] ppid=21024 vsize=864472 CPUtime=1716.56
/proc/21025/stat : 21025 (java) S 21024 21011 20717 0 -1 0 144934 0 1 0 171524 132 0 0 20 0 9 0 23397328 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21025/statm: 216118 116191 2590 9 0 210595 0
[pid=21025/tid=21026] ppid=21024 vsize=864472 CPUtime=1705.1
/proc/21025/task/21026/stat : 21026 (java) R 21024 21011 20717 0 -1 64 7144 0 1 0 170433 77 0 0 25 0 9 0 23397329 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4126095872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21025/tid=21027] ppid=21024 vsize=864472 CPUtime=11.34
/proc/21025/task/21027/stat : 21027 (java) S 21024 21011 20717 0 -1 64 136746 0 0 0 1081 53 0 0 16 0 9 0 23397330 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21025/tid=21028] ppid=21024 vsize=864472 CPUtime=0
/proc/21025/task/21028/stat : 21028 (java) S 21024 21011 20717 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23397330 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21025/tid=21029] ppid=21024 vsize=864472 CPUtime=0
/proc/21025/task/21029/stat : 21029 (java) S 21024 21011 20717 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23397330 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21030] ppid=21024 vsize=864472 CPUtime=0
/proc/21025/task/21030/stat : 21030 (java) S 21024 21011 20717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23397332 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21031] ppid=21024 vsize=864472 CPUtime=0.09
/proc/21025/task/21031/stat : 21031 (java) S 21024 21011 20717 0 -1 64 341 0 0 0 9 0 0 0 16 0 9 0 23397332 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21025/tid=21032] ppid=21024 vsize=864472 CPUtime=0
/proc/21025/task/21032/stat : 21032 (java) S 21024 21011 20717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23397332 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21033] ppid=21024 vsize=864472 CPUtime=0
/proc/21025/task/21033/stat : 21033 (java) S 21024 21011 20717 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23397332 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1717.1
Current children cumulated vsize (KiB) 886696

[startup+1782.3 s]
/proc/loadavg: 2.04 2.06 2.06 3/94 21655
/proc/meminfo: memFree=770656/2055920 swapFree=4192812/4192956
[pid=21011] ppid=21009 vsize=16868 CPUtime=0.54
/proc/21011/stat : 21011 (sugar) S 21009 21011 20717 0 -1 4194304 1311 8322 0 1 5 1 44 4 16 0 1 0 23397268 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21011/statm: 4217 1112 409 3 0 796 0
[pid=21024] ppid=21011 vsize=5356 CPUtime=0
/proc/21024/stat : 21024 (sh) S 21011 21011 20717 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23397328 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21024/statm: 1339 233 193 169 0 50 0
[pid=21025] ppid=21024 vsize=864472 CPUtime=1776.27
/proc/21025/stat : 21025 (java) S 21024 21011 20717 0 -1 0 144940 0 1 0 177495 132 0 0 20 0 9 0 23397328 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21025/statm: 216118 116191 2590 9 0 210595 0
[pid=21025/tid=21026] ppid=21024 vsize=864472 CPUtime=1764.71
/proc/21025/task/21026/stat : 21026 (java) R 21024 21011 20717 0 -1 64 7150 0 1 0 176394 77 0 0 25 0 9 0 23397329 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4126594772 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21025/tid=21027] ppid=21024 vsize=864472 CPUtime=11.43
/proc/21025/task/21027/stat : 21027 (java) S 21024 21011 20717 0 -1 64 136746 0 0 0 1090 53 0 0 16 0 9 0 23397330 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21025/tid=21028] ppid=21024 vsize=864472 CPUtime=0
/proc/21025/task/21028/stat : 21028 (java) S 21024 21011 20717 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23397330 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21025/tid=21029] ppid=21024 vsize=864472 CPUtime=0
/proc/21025/task/21029/stat : 21029 (java) S 21024 21011 20717 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23397330 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21030] ppid=21024 vsize=864472 CPUtime=0
/proc/21025/task/21030/stat : 21030 (java) S 21024 21011 20717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23397332 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21031] ppid=21024 vsize=864472 CPUtime=0.09
/proc/21025/task/21031/stat : 21031 (java) S 21024 21011 20717 0 -1 64 341 0 0 0 9 0 0 0 16 0 9 0 23397332 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21025/tid=21032] ppid=21024 vsize=864472 CPUtime=0
/proc/21025/task/21032/stat : 21032 (java) S 21024 21011 20717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23397332 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21033] ppid=21024 vsize=864472 CPUtime=0
/proc/21025/task/21033/stat : 21033 (java) S 21024 21011 20717 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23397332 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1776.81
Current children cumulated vsize (KiB) 886696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.6 s]
/proc/loadavg: 2.03 2.06 2.06 3/94 21655
/proc/meminfo: memFree=770656/2055920 swapFree=4192812/4192956
[pid=21011] ppid=21009 vsize=16868 CPUtime=0.54
/proc/21011/stat : 21011 (sugar) S 21009 21011 20717 0 -1 4194304 1311 8322 0 1 5 1 44 4 16 0 1 0 23397268 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21011/statm: 4217 1112 409 3 0 796 0
[pid=21024] ppid=21011 vsize=5356 CPUtime=0
/proc/21024/stat : 21024 (sh) S 21011 21011 20717 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23397328 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21024/statm: 1339 233 193 169 0 50 0
[pid=21025] ppid=21024 vsize=864472 CPUtime=1799.46
/proc/21025/stat : 21025 (java) S 21024 21011 20717 0 -1 0 144940 0 1 0 179814 132 0 0 20 0 9 0 23397328 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21025/statm: 216118 116191 2590 9 0 210595 0
[pid=21025/tid=21026] ppid=21024 vsize=864472 CPUtime=1787.9
/proc/21025/task/21026/stat : 21026 (java) R 21024 21011 20717 0 -1 64 7150 0 1 0 178713 77 0 0 25 0 9 0 23397329 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4126575250 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21025/tid=21027] ppid=21024 vsize=864472 CPUtime=11.43
/proc/21025/task/21027/stat : 21027 (java) S 21024 21011 20717 0 -1 64 136746 0 0 0 1090 53 0 0 16 0 9 0 23397330 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21025/tid=21028] ppid=21024 vsize=864472 CPUtime=0
/proc/21025/task/21028/stat : 21028 (java) S 21024 21011 20717 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23397330 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21025/tid=21029] ppid=21024 vsize=864472 CPUtime=0
/proc/21025/task/21029/stat : 21029 (java) S 21024 21011 20717 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23397330 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21030] ppid=21024 vsize=864472 CPUtime=0
/proc/21025/task/21030/stat : 21030 (java) S 21024 21011 20717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23397332 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21031] ppid=21024 vsize=864472 CPUtime=0.09
/proc/21025/task/21031/stat : 21031 (java) S 21024 21011 20717 0 -1 64 341 0 0 0 9 0 0 0 16 0 9 0 23397332 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21025/tid=21032] ppid=21024 vsize=864472 CPUtime=0
/proc/21025/task/21032/stat : 21032 (java) S 21024 21011 20717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23397332 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21025/tid=21033] ppid=21024 vsize=864472 CPUtime=0
/proc/21025/task/21033/stat : 21033 (java) S 21024 21011 20717 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23397332 885219328 116191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 886696

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

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

[startup+1805.73 s]
/proc/loadavg: 2.03 2.06 2.06 3/94 21655
/proc/meminfo: memFree=770656/2055920 swapFree=4192812/4192956
[pid=21011] ppid=21009 vsize=16868 CPUtime=0.54
/proc/21011/stat : 21011 (sugar) S 21009 21011 20717 0 -1 4194304 1323 8322 0 1 5 1 44 4 16 0 1 0 23397268 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21011/statm: 4217 1112 409 3 0 796 0
[pid=21024] ppid=21011 vsize=0 CPUtime=0
/proc/21024/stat : 21024 (sh) Z 21011 21011 20717 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 23397328 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/21024/statm: 0 0 0 0 0 0 0
[pid=21025] ppid=1 vsize=0 CPUtime=1799.58
/proc/21025/stat : 21025 (java) Z 1 21011 20717 0 -1 1036 144961 0 1 0 179820 138 0 0 16 0 2 0 23397328 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21025/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 16868

Child status: 0

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

Real time (s): 1805.74
CPU time (s): 1800.12
CPU user time (s): 1798.69
CPU system time (s): 1.43
CPU usage (%): 99.6886
Max. virtual memory (cumulated for all children) (KiB): 907580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.497924
system time used= 0.06499
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9998
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= 481
involuntary context switches= 379

runsolver used 2.22366 second user time and 6.06408 second system time

The end

Launcher Data

Begin job on node84 at 2009-07-12 03:48:39
IDJOB=2077076
IDBENCH=56546
IDSOLVER=738
FILE ID=node84/2077076-1247363319
PBS_JOBID= 9507015
Free space on /tmp= 66280 MiB

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

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

MD5SUM BENCH= 4f3042aa38b38c92d5b9f4103bbcfb99
RANDOM SEED=2021512551

node84.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.259
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.259
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:       1689992 kB
Buffers:         20924 kB
Cached:          98688 kB
SwapCached:          0 kB
Active:         281112 kB
Inactive:        29700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1689992 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2312 kB
Writeback:           0 kB
Mapped:         206900 kB
Slab:            40128 kB
Committed_AS:   872080 kB
PageTables:       2072 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= 66292 MiB
End job on node84 at 2009-07-12 04:18:47