Trace number 2077209

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (TO) 1800.11 1811.86

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg15-18_ext.xml
MD5SUM0c2888226e1e0a11fb4496cf332150d0
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.522919
Satisfiable
(Un)Satisfiability was proved
Number of variables270
Number of constraints33
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension33
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.03/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.03/0.07	c 0	BEGIN Sun Jul 12 03:52:56 2009
0.03/0.07	c 0	PID 18853
0.03/0.07	c 0	HOST node87.alineos.net
0.03/0.07	c 0	CONVERTING HOME/instance-2077209-1247363576.xml TO HOME/temp.csp
0.03/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-2077209-1247363576.xml' 'HOME/temp.csp'
0.07/0.53	c 1	1 domains, 270 variables, 0 predicates, 2 relations, 33 constraints
0.07/0.56	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.56	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.64	c 1	Parsing HOME/temp.csp
0.54/0.97	c 1	parsed 306 expressions
0.54/0.98	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.54/0.98	c 1	Converting to clausal form CSP
0.96/1.00	c 1	converted 31 (10%) expressions
0.96/1.00	c 1	converted 62 (20%) expressions
0.96/1.00	c 1	converted 92 (30%) expressions
0.96/1.00	c 1	converted 123 (40%) expressions
0.96/1.00	c 1	converted 153 (50%) expressions
0.96/1.01	c 1	converted 184 (60%) expressions
0.96/1.01	c 1	converted 215 (70%) expressions
0.96/1.01	c 1	converted 245 (80%) expressions
2.26/2.37	c 3	converted 276 (90%) expressions
9.16/9.24	c 9	converted 306 (100%) expressions
9.16/9.24	c 9	CSP : 270 integers, 0 booleans, 33 clauses, largest domain size 26
9.16/9.24	c 9	Heap : 235 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.16/9.24	c 9	Propagation in CSP
9.16/9.24	c 9	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
9.16/9.24	c 9	CSP : 270 integers, 0 booleans, 33 clauses, largest domain size 26
9.16/9.24	c 9	Heap : 235 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.16/9.24	c 9	Simplifing CSP by introducing new Boolean variables
9.16/9.24	c 9	CSP : 270 integers, 0 booleans, 33 clauses, largest domain size 26
9.16/9.24	c 9	Heap : 235 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.55/10.68	c 11	Encoding CSP to SAT : HOME/temp.cnf
10.65/10.70	c 11	27 (10%) CSP integer variables are encoded (648 clauses, 6984 bytes)
10.65/10.70	c 11	54 (20%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
10.65/10.71	c 11	81 (30%) CSP integer variables are encoded (1944 clauses, 23209 bytes)
10.65/10.71	c 11	108 (40%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
10.65/10.71	c 11	135 (50%) CSP integer variables are encoded (3240 clauses, 40057 bytes)
10.65/10.71	c 11	162 (60%) CSP integer variables are encoded (3888 clauses, 48481 bytes)
10.65/10.71	c 11	189 (70%) CSP integer variables are encoded (4536 clauses, 56905 bytes)
10.65/10.71	c 11	216 (80%) CSP integer variables are encoded (5184 clauses, 65329 bytes)
10.65/10.71	c 11	243 (90%) CSP integer variables are encoded (5832 clauses, 73753 bytes)
10.65/10.71	c 11	270 (100%) CSP integer variables are encoded (6480 clauses, 82177 bytes)
1294.27/1297.03	c 1297	4 (10%) CSP clauses are encoded (961312 clauses, 99437813 bytes)
1800.04/1811.73	c ERROR INTERRUPTED
1800.11/1811.86	s UNKNOWN
1800.11/1811.86	c 1812	CPU 0.55 (0.05 0.02 0.42 0.06)
1800.11/1811.86	c 1812	END Sun Jul 12 04:23:08 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-2077209-1247363576/watcher-2077209-1247363576 -o /tmp/evaluation-result-2077209-1247363576/solver-2077209-1247363576 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2077209-1247363576.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.03 2.08 2.05 4/73 18853
/proc/meminfo: memFree=1188744/2055920 swapFree=4192948/4192956
[pid=18853] ppid=18851 vsize=12272 CPUtime=0
/proc/18853/stat : 18853 (sugar) R 18851 18853 18640 0 -1 4194304 358 0 0 0 0 0 0 0 18 0 1 0 23422439 12566528 326 996147200 4194304 4206940 548682068608 18446744073709551615 254633694720 0 0 4224 0 0 0 0 17 0 0 0
/proc/18853/statm: 3068 327 246 3 0 168 0

[startup+0.0396051 s]
/proc/loadavg: 2.03 2.08 2.05 4/73 18853
/proc/meminfo: memFree=1188744/2055920 swapFree=4192948/4192956
[pid=18853] ppid=18851 vsize=13468 CPUtime=0.03
/proc/18853/stat : 18853 (sugar) R 18851 18853 18640 0 -1 4194304 755 0 0 0 2 1 0 0 18 0 1 0 23422439 13791232 723 996147200 4194304 4206940 548682068608 18446744073709551615 254613879397 0 0 4224 0 0 0 0 17 0 0 0
/proc/18853/statm: 3367 723 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.112572 s]
/proc/loadavg: 2.03 2.08 2.05 4/73 18853
/proc/meminfo: memFree=1188744/2055920 swapFree=4192948/4192956
[pid=18853] ppid=18851 vsize=16868 CPUtime=0.07
/proc/18853/stat : 18853 (sugar) S 18851 18853 18640 0 -1 4194304 1227 128 0 0 5 2 0 0 17 0 1 0 23422439 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18853/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302634 s]
/proc/loadavg: 2.03 2.08 2.05 4/73 18853
/proc/meminfo: memFree=1188744/2055920 swapFree=4192948/4192956
[pid=18853] ppid=18851 vsize=16868 CPUtime=0.07
/proc/18853/stat : 18853 (sugar) S 18851 18853 18640 0 -1 4194304 1227 128 0 0 5 2 0 0 17 0 1 0 23422439 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18853/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702681 s]
/proc/loadavg: 2.03 2.08 2.05 4/73 18853
/proc/meminfo: memFree=1188744/2055920 swapFree=4192948/4192956
[pid=18853] ppid=18851 vsize=16868 CPUtime=0.54
/proc/18853/stat : 18853 (sugar) S 18851 18853 18640 0 -1 4194304 1309 8476 0 1 5 2 42 5 15 0 1 0 23422439 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18853/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 16868

[startup+1.50177 s]
/proc/loadavg: 2.03 2.08 2.05 3/84 18875
/proc/meminfo: memFree=1173680/2055920 swapFree=4192948/4192956
[pid=18853] ppid=18851 vsize=16868 CPUtime=0.54
/proc/18853/stat : 18853 (sugar) S 18851 18853 18640 0 -1 4194304 1309 8476 0 1 5 2 42 5 15 0 1 0 23422439 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18853/statm: 4217 1111 409 3 0 796 0
[pid=18866] ppid=18853 vsize=5356 CPUtime=0
/proc/18866/stat : 18866 (sh) S 18853 18853 18640 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23422496 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18866/statm: 1339 233 193 169 0 50 0
[pid=18867] ppid=18866 vsize=864360 CPUtime=0.91
/proc/18867/stat : 18867 (java) S 18866 18853 18640 0 -1 0 10632 0 1 0 85 6 0 0 20 0 9 0 23422496 885104640 9801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18867/statm: 216090 9801 2566 9 0 210595 0
[pid=18867/tid=18868] ppid=18866 vsize=864360 CPUtime=0.47
/proc/18867/task/18868/stat : 18868 (java) R 18866 18853 18640 0 -1 64 2700 0 1 0 46 1 0 0 25 0 9 0 23422497 885104640 9801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18869] ppid=18866 vsize=864360 CPUtime=0.37
/proc/18867/task/18869/stat : 18869 (java) R 18866 18853 18640 0 -1 64 6918 0 0 0 34 3 0 0 16 0 9 0 23422498 885104640 9801 996147200 134512640 134550932 4294955936 18446744073709551615 103731825 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18870] ppid=18866 vsize=864360 CPUtime=0
/proc/18867/task/18870/stat : 18870 (java) S 18866 18853 18640 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23422499 885104640 9801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18871] ppid=18866 vsize=864360 CPUtime=0
/proc/18867/task/18871/stat : 18871 (java) S 18866 18853 18640 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23422499 885104640 9801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18872] ppid=18866 vsize=864360 CPUtime=0
/proc/18867/task/18872/stat : 18872 (java) S 18866 18853 18640 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23422501 885104640 9801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18873] ppid=18866 vsize=864612 CPUtime=0.04
/proc/18867/task/18873/stat : 18873 (java) S 18866 18853 18640 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 23422501 885362688 9801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18874] ppid=18866 vsize=864612 CPUtime=0
/proc/18867/task/18874/stat : 18874 (java) S 18866 18853 18640 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23422501 885362688 9806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18875] ppid=18866 vsize=864612 CPUtime=0
/proc/18867/task/18875/stat : 18875 (java) S 18866 18853 18640 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23422501 885362688 9813 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886584

[startup+3.10195 s]
/proc/loadavg: 2.03 2.08 2.05 4/84 18875
/proc/meminfo: memFree=1139888/2055920 swapFree=4192948/4192956
[pid=18853] ppid=18851 vsize=16868 CPUtime=0.54
/proc/18853/stat : 18853 (sugar) S 18851 18853 18640 0 -1 4194304 1309 8476 0 1 5 2 42 5 16 0 1 0 23422439 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18853/statm: 4217 1111 409 3 0 796 0
[pid=18866] ppid=18853 vsize=5356 CPUtime=0
/proc/18866/stat : 18866 (sh) S 18853 18853 18640 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23422496 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18866/statm: 1339 233 193 169 0 50 0
[pid=18867] ppid=18866 vsize=864360 CPUtime=2.52
/proc/18867/stat : 18867 (java) S 18866 18853 18640 0 -1 0 21621 0 1 0 239 13 0 0 20 0 9 0 23422496 885104640 20200 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18867/statm: 216090 20200 2566 9 0 210595 0
[pid=18867/tid=18868] ppid=18866 vsize=864360 CPUtime=0.92
/proc/18867/task/18868/stat : 18868 (java) R 18866 18853 18640 0 -1 64 3171 0 1 0 90 2 0 0 24 0 9 0 23422497 885104640 20200 996147200 134512640 134550932 4294955936 18446744073709551615 4126518431 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18869] ppid=18866 vsize=864360 CPUtime=1.53
/proc/18867/task/18869/stat : 18869 (java) S 18866 18853 18640 0 -1 64 17436 0 0 0 144 9 0 0 20 0 9 0 23422498 885104640 20200 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18870] ppid=18866 vsize=864360 CPUtime=0
/proc/18867/task/18870/stat : 18870 (java) S 18866 18853 18640 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23422499 885104640 20200 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18871] ppid=18866 vsize=864360 CPUtime=0
/proc/18867/task/18871/stat : 18871 (java) S 18866 18853 18640 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23422499 885104640 20200 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18872] ppid=18866 vsize=864360 CPUtime=0
/proc/18867/task/18872/stat : 18872 (java) S 18866 18853 18640 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23422501 885104640 20200 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18873] ppid=18866 vsize=864360 CPUtime=0.04
/proc/18867/task/18873/stat : 18873 (java) S 18866 18853 18640 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 23422501 885104640 20200 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18874] ppid=18866 vsize=864360 CPUtime=0
/proc/18867/task/18874/stat : 18874 (java) S 18866 18853 18640 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23422501 885104640 20200 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18875] ppid=18866 vsize=864360 CPUtime=0
/proc/18867/task/18875/stat : 18875 (java) S 18866 18853 18640 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23422501 885104640 20200 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 886584

[startup+6.3023 s]
/proc/loadavg: 2.19 2.11 2.06 4/84 18875
/proc/meminfo: memFree=1039920/2055920 swapFree=4192948/4192956
[pid=18853] ppid=18851 vsize=16868 CPUtime=0.54
/proc/18853/stat : 18853 (sugar) S 18851 18853 18640 0 -1 4194304 1309 8476 0 1 5 2 42 5 16 0 1 0 23422439 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18853/statm: 4217 1111 409 3 0 796 0
[pid=18866] ppid=18853 vsize=5356 CPUtime=0
/proc/18866/stat : 18866 (sh) S 18853 18853 18640 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23422496 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18866/statm: 1339 233 193 169 0 50 0
[pid=18867] ppid=18866 vsize=864360 CPUtime=5.72
/proc/18867/stat : 18867 (java) S 18866 18853 18640 0 -1 0 50319 0 1 0 543 29 0 0 20 0 9 0 23422496 885104640 48686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18867/statm: 216090 48686 2566 9 0 210595 0
[pid=18867/tid=18868] ppid=18866 vsize=864360 CPUtime=2.16
/proc/18867/task/18868/stat : 18868 (java) R 18866 18853 18640 0 -1 64 4346 0 1 0 213 3 0 0 25 0 9 0 23422497 885104640 48686 996147200 134512640 134550932 4294955936 18446744073709551615 4125965906 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18869] ppid=18866 vsize=864360 CPUtime=3.49
/proc/18867/task/18869/stat : 18869 (java) S 18866 18853 18640 0 -1 64 44959 0 0 0 325 24 0 0 16 0 9 0 23422498 885104640 48686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18870] ppid=18866 vsize=864360 CPUtime=0
/proc/18867/task/18870/stat : 18870 (java) S 18866 18853 18640 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23422499 885104640 48686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18871] ppid=18866 vsize=864360 CPUtime=0
/proc/18867/task/18871/stat : 18871 (java) S 18866 18853 18640 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23422499 885104640 48686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18872] ppid=18866 vsize=864360 CPUtime=0
/proc/18867/task/18872/stat : 18872 (java) S 18866 18853 18640 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23422501 885104640 48686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18873] ppid=18866 vsize=864360 CPUtime=0.04
/proc/18867/task/18873/stat : 18873 (java) S 18866 18853 18640 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 23422501 885104640 48686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18874] ppid=18866 vsize=864360 CPUtime=0
/proc/18867/task/18874/stat : 18874 (java) S 18866 18853 18640 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23422501 885104640 48686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18875] ppid=18866 vsize=864360 CPUtime=0
/proc/18867/task/18875/stat : 18875 (java) S 18866 18853 18640 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23422501 885104640 48686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 886584

[startup+12.703 s]
/proc/loadavg: 2.18 2.11 2.06 3/84 18875
/proc/meminfo: memFree=911856/2055920 swapFree=4192948/4192956
[pid=18853] ppid=18851 vsize=16868 CPUtime=0.54
/proc/18853/stat : 18853 (sugar) S 18851 18853 18640 0 -1 4194304 1311 8476 0 1 5 2 42 5 16 0 1 0 23422439 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18853/statm: 4217 1112 409 3 0 796 0
[pid=18866] ppid=18853 vsize=5356 CPUtime=0
/proc/18866/stat : 18866 (sh) S 18853 18853 18640 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23422496 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18866/statm: 1339 233 193 169 0 50 0
[pid=18867] ppid=18866 vsize=864472 CPUtime=12.1
/proc/18867/stat : 18867 (java) S 18866 18853 18640 0 -1 0 93726 0 1 0 1160 50 0 0 20 0 9 0 23422496 885219328 71336 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18867/statm: 216118 71336 2591 9 0 210595 0
[pid=18867/tid=18868] ppid=18866 vsize=864472 CPUtime=4.9
/proc/18867/task/18868/stat : 18868 (java) R 18866 18853 18640 0 -1 64 6328 0 1 0 486 4 0 0 25 0 9 0 23422497 885219328 71336 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18869] ppid=18866 vsize=864472 CPUtime=7.11
/proc/18867/task/18869/stat : 18869 (java) R 18866 18853 18640 0 -1 64 86363 0 0 0 666 45 0 0 16 0 9 0 23422498 885219328 71336 996147200 134512640 134550932 4294955936 18446744073709551615 102546957 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18870] ppid=18866 vsize=864472 CPUtime=0
/proc/18867/task/18870/stat : 18870 (java) S 18866 18853 18640 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23422499 885219328 71336 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18871] ppid=18866 vsize=864472 CPUtime=0
/proc/18867/task/18871/stat : 18871 (java) S 18866 18853 18640 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23422499 885219328 71336 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18872] ppid=18866 vsize=864472 CPUtime=0
/proc/18867/task/18872/stat : 18872 (java) S 18866 18853 18640 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23422501 885219328 71336 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18873] ppid=18866 vsize=864472 CPUtime=0.08
/proc/18867/task/18873/stat : 18873 (java) S 18866 18853 18640 0 -1 64 332 0 0 0 8 0 0 0 16 0 9 0 23422501 885219328 71336 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18874] ppid=18866 vsize=864472 CPUtime=0
/proc/18867/task/18874/stat : 18874 (java) S 18866 18853 18640 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23422501 885219328 71336 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18875] ppid=18866 vsize=864472 CPUtime=0
/proc/18867/task/18875/stat : 18875 (java) S 18866 18853 18640 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23422501 885219328 71336 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 886696

[startup+25.5024 s]
/proc/loadavg: 2.14 2.10 2.06 3/84 18875
/proc/meminfo: memFree=902640/2055920 swapFree=4192948/4192956
[pid=18853] ppid=18851 vsize=16868 CPUtime=0.54
/proc/18853/stat : 18853 (sugar) S 18851 18853 18640 0 -1 4194304 1311 8476 0 1 5 2 42 5 16 0 1 0 23422439 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18853/statm: 4217 1112 409 3 0 796 0
[pid=18866] ppid=18853 vsize=5356 CPUtime=0
/proc/18866/stat : 18866 (sh) S 18853 18853 18640 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23422496 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18866/statm: 1339 233 193 169 0 50 0
[pid=18867] ppid=18866 vsize=864472 CPUtime=24.9
/proc/18867/stat : 18867 (java) S 18866 18853 18640 0 -1 0 95237 0 1 0 2439 51 0 0 20 0 9 0 23422496 885219328 72842 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18867/statm: 216118 72842 2591 9 0 210595 0
[pid=18867/tid=18868] ppid=18866 vsize=864472 CPUtime=17.62
/proc/18867/task/18868/stat : 18868 (java) R 18866 18853 18640 0 -1 64 6333 0 1 0 1758 4 0 0 25 0 9 0 23422497 885219328 72842 996147200 134512640 134550932 4294955936 18446744073709551615 4126594354 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18869] ppid=18866 vsize=864472 CPUtime=7.17
/proc/18867/task/18869/stat : 18869 (java) S 18866 18853 18640 0 -1 64 87869 0 0 0 672 45 0 0 16 0 9 0 23422498 885219328 72842 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18870] ppid=18866 vsize=864472 CPUtime=0
/proc/18867/task/18870/stat : 18870 (java) S 18866 18853 18640 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23422499 885219328 72842 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18871] ppid=18866 vsize=864472 CPUtime=0
/proc/18867/task/18871/stat : 18871 (java) S 18866 18853 18640 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23422499 885219328 72842 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18872] ppid=18866 vsize=864472 CPUtime=0

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

[pid=18867/tid=18873] ppid=18866 vsize=864472 CPUtime=0.09
/proc/18867/task/18873/stat : 18873 (java) S 18866 18853 18640 0 -1 64 341 0 0 0 9 0 0 0 16 0 9 0 23422501 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18874] ppid=18866 vsize=864472 CPUtime=0
/proc/18867/task/18874/stat : 18874 (java) S 18866 18853 18640 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23422501 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18875] ppid=18866 vsize=864472 CPUtime=0
/proc/18867/task/18875/stat : 18875 (java) S 18866 18853 18640 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23422501 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1598.85
Current children cumulated vsize (KiB) 886696

[startup+1662.3 s]
/proc/loadavg: 2.10 2.25 2.34 3/94 21069
/proc/meminfo: memFree=519328/2055920 swapFree=4192948/4192956
[pid=18853] ppid=18851 vsize=16868 CPUtime=0.54
/proc/18853/stat : 18853 (sugar) S 18851 18853 18640 0 -1 4194304 1311 8476 0 1 5 2 42 5 16 0 1 0 23422439 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18853/statm: 4217 1112 409 3 0 796 0
[pid=18866] ppid=18853 vsize=5356 CPUtime=0
/proc/18866/stat : 18866 (sh) S 18853 18853 18640 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23422496 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18866/statm: 1339 233 193 169 0 50 0
[pid=18867] ppid=18866 vsize=864472 CPUtime=1657.71
/proc/18867/stat : 18867 (java) S 18866 18853 18640 0 -1 0 140406 0 1 0 165610 161 0 0 20 0 9 0 23422496 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18867/statm: 216118 111666 2590 9 0 210595 0
[pid=18867/tid=18868] ppid=18866 vsize=864472 CPUtime=1645.54
/proc/18867/task/18868/stat : 18868 (java) R 18866 18853 18640 0 -1 64 6682 0 1 0 164463 91 0 0 25 0 9 0 23422497 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4126574784 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18869] ppid=18866 vsize=864472 CPUtime=12.05
/proc/18867/task/18869/stat : 18869 (java) S 18866 18853 18640 0 -1 64 132680 0 0 0 1137 68 0 0 16 0 9 0 23422498 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18870] ppid=18866 vsize=864472 CPUtime=0
/proc/18867/task/18870/stat : 18870 (java) S 18866 18853 18640 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23422499 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18871] ppid=18866 vsize=864472 CPUtime=0
/proc/18867/task/18871/stat : 18871 (java) S 18866 18853 18640 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23422499 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18872] ppid=18866 vsize=864472 CPUtime=0
/proc/18867/task/18872/stat : 18872 (java) S 18866 18853 18640 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23422501 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18873] ppid=18866 vsize=864472 CPUtime=0.09
/proc/18867/task/18873/stat : 18873 (java) S 18866 18853 18640 0 -1 64 341 0 0 0 9 0 0 0 16 0 9 0 23422501 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18874] ppid=18866 vsize=864472 CPUtime=0
/proc/18867/task/18874/stat : 18874 (java) S 18866 18853 18640 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23422501 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18875] ppid=18866 vsize=864472 CPUtime=0
/proc/18867/task/18875/stat : 18875 (java) S 18866 18853 18640 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23422501 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1658.25
Current children cumulated vsize (KiB) 886696

[startup+1722.3 s]
/proc/loadavg: 2.03 2.20 2.31 3/94 21069
/proc/meminfo: memFree=517600/2055920 swapFree=4192948/4192956
[pid=18853] ppid=18851 vsize=16868 CPUtime=0.54
/proc/18853/stat : 18853 (sugar) S 18851 18853 18640 0 -1 4194304 1311 8476 0 1 5 2 42 5 16 0 1 0 23422439 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18853/statm: 4217 1112 409 3 0 796 0
[pid=18866] ppid=18853 vsize=5356 CPUtime=0
/proc/18866/stat : 18866 (sh) S 18853 18853 18640 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23422496 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18866/statm: 1339 233 193 169 0 50 0
[pid=18867] ppid=18866 vsize=864472 CPUtime=1717.16
/proc/18867/stat : 18867 (java) S 18866 18853 18640 0 -1 0 140412 0 1 0 171555 161 0 0 20 0 9 0 23422496 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18867/statm: 216118 111666 2590 9 0 210595 0
[pid=18867/tid=18868] ppid=18866 vsize=864472 CPUtime=1704.9
/proc/18867/task/18868/stat : 18868 (java) R 18866 18853 18640 0 -1 64 6688 0 1 0 170399 91 0 0 25 0 9 0 23422497 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4126594464 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18869] ppid=18866 vsize=864472 CPUtime=12.13
/proc/18867/task/18869/stat : 18869 (java) S 18866 18853 18640 0 -1 64 132680 0 0 0 1145 68 0 0 16 0 9 0 23422498 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18870] ppid=18866 vsize=864472 CPUtime=0
/proc/18867/task/18870/stat : 18870 (java) S 18866 18853 18640 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23422499 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18871] ppid=18866 vsize=864472 CPUtime=0
/proc/18867/task/18871/stat : 18871 (java) S 18866 18853 18640 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23422499 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18872] ppid=18866 vsize=864472 CPUtime=0
/proc/18867/task/18872/stat : 18872 (java) S 18866 18853 18640 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23422501 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18873] ppid=18866 vsize=864472 CPUtime=0.09
/proc/18867/task/18873/stat : 18873 (java) S 18866 18853 18640 0 -1 64 341 0 0 0 9 0 0 0 16 0 9 0 23422501 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18874] ppid=18866 vsize=864472 CPUtime=0
/proc/18867/task/18874/stat : 18874 (java) S 18866 18853 18640 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23422501 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18875] ppid=18866 vsize=864472 CPUtime=0
/proc/18867/task/18875/stat : 18875 (java) S 18866 18853 18640 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23422501 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1717.7
Current children cumulated vsize (KiB) 886696

[startup+1782.3 s]
/proc/loadavg: 2.81 2.35 2.35 3/101 24063
/proc/meminfo: memFree=509632/2055920 swapFree=4192948/4192956
[pid=18853] ppid=18851 vsize=16868 CPUtime=0.54
/proc/18853/stat : 18853 (sugar) S 18851 18853 18640 0 -1 4194304 1311 8476 0 1 5 2 42 5 16 0 1 0 23422439 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18853/statm: 4217 1112 409 3 0 796 0
[pid=18866] ppid=18853 vsize=5356 CPUtime=0
/proc/18866/stat : 18866 (sh) S 18853 18853 18640 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23422496 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18866/statm: 1339 233 193 169 0 50 0
[pid=18867] ppid=18866 vsize=864472 CPUtime=1773.07
/proc/18867/stat : 18867 (java) S 18866 18853 18640 0 -1 0 140412 0 1 0 177143 164 0 0 20 0 9 0 23422496 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18867/statm: 216118 111666 2590 9 0 210595 0
[pid=18867/tid=18868] ppid=18866 vsize=864472 CPUtime=1760.82
/proc/18867/task/18868/stat : 18868 (java) R 18866 18853 18640 0 -1 64 6688 0 1 0 175988 94 0 0 25 0 9 0 23422497 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4126574784 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18869] ppid=18866 vsize=864472 CPUtime=12.13
/proc/18867/task/18869/stat : 18869 (java) S 18866 18853 18640 0 -1 64 132680 0 0 0 1145 68 0 0 16 0 9 0 23422498 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18870] ppid=18866 vsize=864472 CPUtime=0
/proc/18867/task/18870/stat : 18870 (java) S 18866 18853 18640 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23422499 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18871] ppid=18866 vsize=864472 CPUtime=0
/proc/18867/task/18871/stat : 18871 (java) S 18866 18853 18640 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23422499 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18872] ppid=18866 vsize=864472 CPUtime=0
/proc/18867/task/18872/stat : 18872 (java) S 18866 18853 18640 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23422501 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18873] ppid=18866 vsize=864472 CPUtime=0.09
/proc/18867/task/18873/stat : 18873 (java) S 18866 18853 18640 0 -1 64 341 0 0 0 9 0 0 0 16 0 9 0 23422501 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18874] ppid=18866 vsize=864472 CPUtime=0
/proc/18867/task/18874/stat : 18874 (java) S 18866 18853 18640 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23422501 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18875] ppid=18866 vsize=864472 CPUtime=0
/proc/18867/task/18875/stat : 18875 (java) S 18866 18853 18640 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23422501 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.61
Current children cumulated vsize (KiB) 886696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.71 s]
/proc/loadavg: 3.07 2.46 2.39 6/100 26527
/proc/meminfo: memFree=505224/2055920 swapFree=4192948/4192956
[pid=18853] ppid=18851 vsize=16868 CPUtime=0.54
/proc/18853/stat : 18853 (sugar) S 18851 18853 18640 0 -1 4194304 1311 8476 0 1 5 2 42 5 16 0 1 0 23422439 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18853/statm: 4217 1112 409 3 0 796 0
[pid=18866] ppid=18853 vsize=5356 CPUtime=0
/proc/18866/stat : 18866 (sh) S 18853 18853 18640 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23422496 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18866/statm: 1339 233 193 169 0 50 0
[pid=18867] ppid=18866 vsize=864472 CPUtime=1799.5
/proc/18867/stat : 18867 (java) S 18866 18853 18640 0 -1 0 140420 0 1 0 179784 166 0 0 20 0 9 0 23422496 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18867/statm: 216118 111666 2590 9 0 210595 0
[pid=18867/tid=18868] ppid=18866 vsize=864472 CPUtime=1787.14
/proc/18867/task/18868/stat : 18868 (java) R 18866 18853 18640 0 -1 64 6696 0 1 0 178618 96 0 0 25 0 9 0 23422497 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4126594388 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18869] ppid=18866 vsize=864472 CPUtime=12.24
/proc/18867/task/18869/stat : 18869 (java) S 18866 18853 18640 0 -1 64 132680 0 0 0 1156 68 0 0 16 0 9 0 23422498 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18867/tid=18870] ppid=18866 vsize=864472 CPUtime=0
/proc/18867/task/18870/stat : 18870 (java) S 18866 18853 18640 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23422499 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18871] ppid=18866 vsize=864472 CPUtime=0
/proc/18867/task/18871/stat : 18871 (java) S 18866 18853 18640 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23422499 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18872] ppid=18866 vsize=864472 CPUtime=0
/proc/18867/task/18872/stat : 18872 (java) S 18866 18853 18640 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23422501 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18873] ppid=18866 vsize=864472 CPUtime=0.09
/proc/18867/task/18873/stat : 18873 (java) S 18866 18853 18640 0 -1 64 341 0 0 0 9 0 0 0 16 0 9 0 23422501 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18874] ppid=18866 vsize=864472 CPUtime=0
/proc/18867/task/18874/stat : 18874 (java) S 18866 18853 18640 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23422501 885219328 111666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18867/tid=18875] ppid=18866 vsize=864472 CPUtime=0
/proc/18867/task/18875/stat : 18875 (java) S 18866 18853 18640 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23422501 885219328 111666 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) 886696

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

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

[startup+1811.83 s]
/proc/loadavg: 3.07 2.46 2.39 6/100 26527
/proc/meminfo: memFree=505224/2055920 swapFree=4192948/4192956
[pid=18853] ppid=18851 vsize=16868 CPUtime=0.54
/proc/18853/stat : 18853 (sugar) S 18851 18853 18640 0 -1 4194304 1323 8476 0 1 5 2 42 5 16 0 1 0 23422439 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/18853/statm: 4217 1112 409 3 0 796 0
[pid=18866] ppid=18853 vsize=0 CPUtime=0
/proc/18866/stat : 18866 (sh) Z 18853 18853 18640 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 23422496 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/18866/statm: 0 0 0 0 0 0 0
[pid=18867] ppid=1 vsize=0 CPUtime=1799.57
/proc/18867/stat : 18867 (java) Z 1 18853 18640 0 -1 1036 140442 0 1 0 179787 170 0 0 16 0 2 0 23422496 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18867/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 16868

Child status: 0

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

Real time (s): 1811.86
CPU time (s): 1800.11
CPU user time (s): 1798.34
CPU system time (s): 1.77
CPU usage (%): 99.3513
Max. virtual memory (cumulated for all children) (KiB): 907580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.486925
system time used= 0.083987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10152
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= 442
involuntary context switches= 340

runsolver used 2.25766 second user time and 6.06008 second system time

The end

Launcher Data

Begin job on node87 at 2009-07-12 03:52:56
IDJOB=2077209
IDBENCH=56567
IDSOLVER=739
FILE ID=node87/2077209-1247363576
PBS_JOBID= 9507027
Free space on /tmp= 66260 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg15-18_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2077209-1247363576/watcher-2077209-1247363576 -o /tmp/evaluation-result-2077209-1247363576/solver-2077209-1247363576 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2077209-1247363576.xml

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

MD5SUM BENCH= 0c2888226e1e0a11fb4496cf332150d0
RANDOM SEED=1118265142

node87.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1189224 kB
Buffers:         76792 kB
Cached:         637132 kB
SwapCached:          8 kB
Active:         182876 kB
Inactive:       628336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1189224 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            2100 kB
Writeback:           0 kB
Mapped:         107604 kB
Slab:            40608 kB
Committed_AS:   268080 kB
PageTables:       1996 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 node87 at 2009-07-12 04:23:10