Trace number 1110831

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-inc? (TO) 3600.16 3618.53

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg11-15_ext.xml
MD5SUM5185cb983b11420400e5a698bac55b47
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints26
Best CPU time to get the best result obtained on this benchmark3600.09
Satisfiable
(Un)Satisfiability was proved
Number of variables165
Number of constraints26
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension26
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 06:27:35 2008
0.00/0.08	c 0	PID 16841
0.00/0.08	c 0	HOST node30.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1110831-1215836855.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110831-1215836855.xml' 'HOME/temp.csp'
0.07/0.89	c 1	1 domains, 165 variables, 0 predicates, 2 relations, 26 constraints
0.07/0.94	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.94	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.86/1.02	c 1	Parsing HOME/temp.csp
1.49/1.67	c 2	parsed 194 expressions
1.49/1.67	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.49/1.67	c 2	MAX CSP: 26 constraints
1.49/1.67	c 2	Converting to clausal form CSP
1.49/1.69	c 2	converted 23 (10%) expressions
1.49/1.69	c 2	converted 45 (20%) expressions
1.49/1.69	c 2	converted 67 (30%) expressions
1.49/1.69	c 2	converted 90 (40%) expressions
1.49/1.69	c 2	converted 112 (50%) expressions
1.49/1.70	c 2	converted 134 (60%) expressions
1.49/1.70	c 2	converted 157 (70%) expressions
4.37/4.57	c 5	converted 179 (80%) expressions
10.30/10.59	c 11	converted 201 (90%) expressions
11.49/11.71	c 12	converted 223 (100%) expressions
11.49/11.71	c 12	CSP : 217 integers, 0 booleans, 77 clauses, largest domain size 40
11.49/11.71	c 12	Heap : 271 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.49/11.71	c 12	Propagation in CSP
11.49/11.72	c 12	23 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.49/11.72	c 12	CSP : 217 integers, 0 booleans, 77 clauses, largest domain size 27
11.49/11.72	c 12	Heap : 271 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.49/11.72	c 12	Simplifing CSP by introducing new Boolean variables
11.49/11.72	c 12	CSP : 217 integers, 0 booleans, 77 clauses, largest domain size 27
11.49/11.72	c 12	Heap : 271 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.08/13.36	c 13	Encoding CSP to SAT : HOME/temp.cnf
13.08/13.38	c 13	22 (10%) CSP integer variables are encoded (528 clauses, 5664 bytes)
13.08/13.39	c 13	44 (20%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
13.08/13.39	c 13	66 (30%) CSP integer variables are encoded (1584 clauses, 18529 bytes)
13.08/13.39	c 13	87 (40%) CSP integer variables are encoded (2088 clauses, 25081 bytes)
13.08/13.39	c 13	109 (50%) CSP integer variables are encoded (2616 clauses, 31945 bytes)
13.08/13.39	c 13	131 (60%) CSP integer variables are encoded (3144 clauses, 38809 bytes)
13.08/13.39	c 13	152 (70%) CSP integer variables are encoded (3648 clauses, 45361 bytes)
13.08/13.39	c 13	174 (80%) CSP integer variables are encoded (3960 clauses, 49417 bytes)
13.08/13.39	c 13	196 (90%) CSP integer variables are encoded (3991 clauses, 49820 bytes)
13.08/13.39	c 13	217 (100%) CSP integer variables are encoded (4140 clauses, 51757 bytes)
3600.03/3618.42	c ERROR INTERRUPTED
3600.16/3618.53	s UNKNOWN
3600.16/3618.53	c 3619	CPU 0.79 (0.06 0.01 0.73 0.07)
3600.16/3618.53	c 3619	END Sat Jul 12 07:27:54 2008

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1110831-1215836855/watcher-1110831-1215836855 -o /tmp/evaluation-result-1110831-1215836855/solver-1110831-1215836855 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1110831-1215836855.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.85 1.97 1.99 4/73 16841
/proc/meminfo: memFree=1365984/2055920 swapFree=4180344/4192956
[pid=16841] ppid=16839 vsize=4708 CPUtime=0
/proc/16841/stat : 16841 (sugar++) R 16839 16841 16804 0 -1 4194304 57 0 0 0 0 0 0 0 20 0 1 0 40387214 4820992 42 996147200 4194304 4206940 548682068528 18446744073709551615 264904921516 0 0 4096 0 0 0 0 17 1 0 0
/proc/16841/statm: 1177 42 32 3 0 8 0

[startup+0.104074 s]
/proc/loadavg: 1.85 1.97 1.99 4/73 16841
/proc/meminfo: memFree=1365984/2055920 swapFree=4180344/4192956
[pid=16841] ppid=16839 vsize=16740 CPUtime=0.07
/proc/16841/stat : 16841 (sugar++) S 16839 16841 16804 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 40387214 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16841/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.20208 s]
/proc/loadavg: 1.85 1.97 1.99 4/73 16841
/proc/meminfo: memFree=1365984/2055920 swapFree=4180344/4192956
[pid=16841] ppid=16839 vsize=16740 CPUtime=0.07
/proc/16841/stat : 16841 (sugar++) S 16839 16841 16804 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 40387214 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16841/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.302083 s]
/proc/loadavg: 1.85 1.97 1.99 4/73 16841
/proc/meminfo: memFree=1365984/2055920 swapFree=4180344/4192956
[pid=16841] ppid=16839 vsize=16740 CPUtime=0.07
/proc/16841/stat : 16841 (sugar++) S 16839 16841 16804 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 40387214 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16841/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.70211 s]
/proc/loadavg: 1.85 1.97 1.99 4/73 16841
/proc/meminfo: memFree=1365984/2055920 swapFree=4180344/4192956
[pid=16841] ppid=16839 vsize=16740 CPUtime=0.07
/proc/16841/stat : 16841 (sugar++) S 16839 16841 16804 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 40387214 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16841/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50217 s]
/proc/loadavg: 1.85 1.97 1.99 5/84 16863
/proc/meminfo: memFree=1356672/2055920 swapFree=4180344/4192956
[pid=16841] ppid=16839 vsize=16740 CPUtime=0.86
/proc/16841/stat : 16841 (sugar++) S 16839 16841 16804 0 -1 4194304 1296 8516 0 1 6 1 73 6 15 0 1 0 40387214 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16841/statm: 4185 1104 409 3 0 764 0
[pid=16854] ppid=16841 vsize=5356 CPUtime=0
/proc/16854/stat : 16854 (sh) S 16841 16841 16804 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40387308 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16854/statm: 1339 233 193 169 0 50 0
[pid=16855] ppid=16854 vsize=864076 CPUtime=0.54
/proc/16855/stat : 16855 (java) S 16854 16841 16804 0 -1 0 6143 0 1 0 51 3 0 0 18 0 9 0 40387309 884813824 5415 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16855/statm: 216019 5415 2532 9 0 210601 0
[pid=16855/tid=16856] ppid=16854 vsize=864076 CPUtime=0.38
/proc/16855/task/16856/stat : 16856 (java) R 16854 16841 16804 0 -1 64 2448 0 1 0 37 1 0 0 20 0 9 0 40387310 884813824 5415 996147200 134512640 134550740 4294955920 18446744073709551615 4126430335 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16857] ppid=16854 vsize=864076 CPUtime=0.09
/proc/16855/task/16857/stat : 16857 (java) S 16854 16841 16804 0 -1 64 2681 0 0 0 8 1 0 0 16 0 9 0 40387311 884813824 5415 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16858] ppid=16854 vsize=864076 CPUtime=0
/proc/16855/task/16858/stat : 16858 (java) S 16854 16841 16804 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40387311 884813824 5415 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16859] ppid=16854 vsize=864076 CPUtime=0
/proc/16855/task/16859/stat : 16859 (java) S 16854 16841 16804 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 40387311 884813824 5415 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16860] ppid=16854 vsize=864076 CPUtime=0
/proc/16855/task/16860/stat : 16860 (java) S 16854 16841 16804 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40387313 884813824 5415 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16861] ppid=16854 vsize=864076 CPUtime=0.04
/proc/16855/task/16861/stat : 16861 (java) S 16854 16841 16804 0 -1 64 318 0 0 0 4 0 0 0 17 0 9 0 40387313 884813824 5415 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16862] ppid=16854 vsize=864076 CPUtime=0
/proc/16855/task/16862/stat : 16862 (java) S 16854 16841 16804 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40387313 884813824 5415 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16863] ppid=16854 vsize=864076 CPUtime=0
/proc/16855/task/16863/stat : 16863 (java) S 16854 16841 16804 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40387313 884813824 5415 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886172

[startup+3.10127 s]
/proc/loadavg: 1.94 1.98 1.99 4/84 16863
/proc/meminfo: memFree=1331136/2055920 swapFree=4180344/4192956
[pid=16841] ppid=16839 vsize=16740 CPUtime=0.86
/proc/16841/stat : 16841 (sugar++) S 16839 16841 16804 0 -1 4194304 1296 8516 0 1 6 1 73 6 15 0 1 0 40387214 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16841/statm: 4185 1104 409 3 0 764 0
[pid=16854] ppid=16841 vsize=5356 CPUtime=0
/proc/16854/stat : 16854 (sh) S 16841 16841 16804 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40387308 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16854/statm: 1339 233 193 169 0 50 0
[pid=16855] ppid=16854 vsize=864200 CPUtime=2.11
/proc/16855/stat : 16855 (java) S 16854 16841 16804 0 -1 0 16370 0 1 0 203 8 0 0 18 0 9 0 40387309 884940800 14723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16855/statm: 216050 14723 2540 9 0 210625 0
[pid=16855/tid=16856] ppid=16854 vsize=864200 CPUtime=0.88
/proc/16855/task/16856/stat : 16856 (java) R 16854 16841 16804 0 -1 64 3173 0 1 0 86 2 0 0 25 0 9 0 40387310 884940800 14723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16857] ppid=16854 vsize=864200 CPUtime=1.14
/proc/16855/task/16857/stat : 16857 (java) R 16854 16841 16804 0 -1 64 12172 0 0 0 109 5 0 0 18 0 9 0 40387311 884940800 14723 996147200 134512640 134550740 4294955920 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16858] ppid=16854 vsize=864200 CPUtime=0
/proc/16855/task/16858/stat : 16858 (java) S 16854 16841 16804 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40387311 884940800 14723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16859] ppid=16854 vsize=864200 CPUtime=0
/proc/16855/task/16859/stat : 16859 (java) S 16854 16841 16804 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 40387311 884940800 14723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16860] ppid=16854 vsize=864200 CPUtime=0
/proc/16855/task/16860/stat : 16860 (java) S 16854 16841 16804 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40387313 884940800 14723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16861] ppid=16854 vsize=864200 CPUtime=0.07
/proc/16855/task/16861/stat : 16861 (java) S 16854 16841 16804 0 -1 64 329 0 0 0 7 0 0 0 16 0 9 0 40387313 884940800 14723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16862] ppid=16854 vsize=864200 CPUtime=0
/proc/16855/task/16862/stat : 16862 (java) S 16854 16841 16804 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40387313 884940800 14723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16863] ppid=16854 vsize=864200 CPUtime=0
/proc/16855/task/16863/stat : 16863 (java) S 16854 16841 16804 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40387313 884940800 14723 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 886296

[startup+6.30248 s]
/proc/loadavg: 1.94 1.98 1.99 3/84 16863
/proc/meminfo: memFree=1244032/2055920 swapFree=4180344/4192956
[pid=16841] ppid=16839 vsize=16740 CPUtime=0.86
/proc/16841/stat : 16841 (sugar++) S 16839 16841 16804 0 -1 4194304 1296 8516 0 1 6 1 73 6 16 0 1 0 40387214 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16841/statm: 4185 1104 409 3 0 764 0
[pid=16854] ppid=16841 vsize=5356 CPUtime=0
/proc/16854/stat : 16854 (sh) S 16841 16841 16804 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40387308 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16854/statm: 1339 233 193 169 0 50 0
[pid=16855] ppid=16854 vsize=864200 CPUtime=5.28
/proc/16855/stat : 16855 (java) S 16854 16841 16804 0 -1 0 38104 0 1 0 509 19 0 0 18 0 9 0 40387309 884940800 35512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16855/statm: 216050 35512 2540 9 0 210625 0
[pid=16855/tid=16856] ppid=16854 vsize=864200 CPUtime=1.8
/proc/16855/task/16856/stat : 16856 (java) S 16854 16841 16804 0 -1 64 4330 0 1 0 178 2 0 0 16 0 9 0 40387310 884940800 35512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16857] ppid=16854 vsize=864200 CPUtime=3.39
/proc/16855/task/16857/stat : 16857 (java) R 16854 16841 16804 0 -1 64 32749 0 0 0 324 15 0 0 25 0 9 0 40387311 884940800 35512 996147200 134512640 134550740 4294955920 18446744073709551615 101588329 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16858] ppid=16854 vsize=864200 CPUtime=0
/proc/16855/task/16858/stat : 16858 (java) S 16854 16841 16804 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40387311 884940800 35512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16859] ppid=16854 vsize=864200 CPUtime=0
/proc/16855/task/16859/stat : 16859 (java) S 16854 16841 16804 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 40387311 884940800 35512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16860] ppid=16854 vsize=864200 CPUtime=0
/proc/16855/task/16860/stat : 16860 (java) S 16854 16841 16804 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40387313 884940800 35512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16861] ppid=16854 vsize=864200 CPUtime=0.07
/proc/16855/task/16861/stat : 16861 (java) S 16854 16841 16804 0 -1 64 329 0 0 0 7 0 0 0 16 0 9 0 40387313 884940800 35512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16862] ppid=16854 vsize=864200 CPUtime=0
/proc/16855/task/16862/stat : 16862 (java) S 16854 16841 16804 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40387313 884940800 35512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16863] ppid=16854 vsize=864200 CPUtime=0
/proc/16855/task/16863/stat : 16863 (java) S 16854 16841 16804 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40387313 884940800 35512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 886296

[startup+12.7029 s]
/proc/loadavg: 2.03 2.00 2.00 3/84 16863
/proc/meminfo: memFree=1074432/2055920 swapFree=4180344/4192956
[pid=16841] ppid=16839 vsize=16740 CPUtime=0.86
/proc/16841/stat : 16841 (sugar++) S 16839 16841 16804 0 -1 4194304 1297 8516 0 1 6 1 73 6 16 0 1 0 40387214 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16841/statm: 4185 1104 409 3 0 764 0
[pid=16854] ppid=16841 vsize=5356 CPUtime=0
/proc/16854/stat : 16854 (sh) S 16841 16841 16804 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40387308 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16854/statm: 1339 233 193 169 0 50 0
[pid=16855] ppid=16854 vsize=885692 CPUtime=11.63
/proc/16855/stat : 16855 (java) S 16854 16841 16804 0 -1 0 97480 0 1 0 1112 51 0 0 18 0 9 0 40387309 906948608 79015 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16855/statm: 221423 79015 2540 9 0 215998 0
[pid=16855/tid=16856] ppid=16854 vsize=885692 CPUtime=3.61
/proc/16855/task/16856/stat : 16856 (java) S 16854 16841 16804 0 -1 64 5692 0 1 0 358 3 0 0 16 0 9 0 40387310 906948608 79015 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16857] ppid=16854 vsize=885692 CPUtime=7.91
/proc/16855/task/16857/stat : 16857 (java) R 16854 16841 16804 0 -1 64 90759 0 0 0 745 46 0 0 25 0 9 0 40387311 906948608 79015 996147200 134512640 134550740 4294955920 18446744073709551615 104180125 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16858] ppid=16854 vsize=885692 CPUtime=0
/proc/16855/task/16858/stat : 16858 (java) S 16854 16841 16804 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40387311 906948608 79015 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16859] ppid=16854 vsize=885692 CPUtime=0
/proc/16855/task/16859/stat : 16859 (java) S 16854 16841 16804 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 40387311 906948608 79015 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16860] ppid=16854 vsize=885692 CPUtime=0
/proc/16855/task/16860/stat : 16860 (java) S 16854 16841 16804 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40387313 906948608 79015 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16861] ppid=16854 vsize=885692 CPUtime=0.07
/proc/16855/task/16861/stat : 16861 (java) S 16854 16841 16804 0 -1 64 333 0 0 0 7 0 0 0 15 0 9 0 40387313 906948608 79015 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16862] ppid=16854 vsize=885692 CPUtime=0
/proc/16855/task/16862/stat : 16862 (java) S 16854 16841 16804 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40387313 906948608 79015 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16863] ppid=16854 vsize=885692 CPUtime=0
/proc/16855/task/16863/stat : 16863 (java) S 16854 16841 16804 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40387313 906948608 79015 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 907788

[startup+25.5027 s]
/proc/loadavg: 2.02 2.00 2.00 3/84 16863
/proc/meminfo: memFree=1049856/2055920 swapFree=4180344/4192956
[pid=16841] ppid=16839 vsize=16740 CPUtime=0.86
/proc/16841/stat : 16841 (sugar++) S 16839 16841 16804 0 -1 4194304 1297 8516 0 1 6 1 73 6 16 0 1 0 40387214 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16841/statm: 4185 1104 409 3 0 764 0
[pid=16854] ppid=16841 vsize=5356 CPUtime=0
/proc/16854/stat : 16854 (sh) S 16841 16841 16804 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40387308 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16854/statm: 1339 233 193 169 0 50 0
[pid=16855] ppid=16854 vsize=864312 CPUtime=24.31
/proc/16855/stat : 16855 (java) S 16854 16841 16804 0 -1 0 103769 0 1 0 2376 55 0 0 18 0 9 0 40387309 885055488 79899 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16855/statm: 216078 79899 2565 9 0 210625 0
[pid=16855/tid=16856] ppid=16854 vsize=864312 CPUtime=15.47
/proc/16855/task/16856/stat : 16856 (java) R 16854 16841 16804 0 -1 64 7036 0 1 0 1543 4 0 0 25 0 9 0 40387310 885055488 79899 996147200 134512640 134550740 4294955920 18446744073709551615 4125952190 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16857] ppid=16854 vsize=864312 CPUtime=8.7
/proc/16855/task/16857/stat : 16857 (java) S 16854 16841 16804 0 -1 64 95682 0 0 0 821 49 0 0 16 0 9 0 40387311 885055488 79899 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16858] ppid=16854 vsize=864312 CPUtime=0
/proc/16855/task/16858/stat : 16858 (java) S 16854 16841 16804 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40387311 885055488 79899 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16859] ppid=16854 vsize=864312 CPUtime=0
/proc/16855/task/16859/stat : 16859 (java) S 16854 16841 16804 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 40387311 885055488 79899 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=16855/tid=16861] ppid=16854 vsize=864312 CPUtime=0.12
/proc/16855/task/16861/stat : 16861 (java) S 16854 16841 16804 0 -1 64 365 0 0 0 12 0 0 0 16 0 9 0 40387313 885055488 132134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16862] ppid=16854 vsize=864312 CPUtime=0
/proc/16855/task/16862/stat : 16862 (java) S 16854 16841 16804 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40387313 885055488 132134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16863] ppid=16854 vsize=864312 CPUtime=0
/proc/16855/task/16863/stat : 16863 (java) S 16854 16841 16804 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40387313 885055488 132134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3384
Current children cumulated vsize (KiB) 886408

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17120
/proc/meminfo: memFree=926080/2055920 swapFree=4180344/4192956
[pid=16841] ppid=16839 vsize=16740 CPUtime=0.86
/proc/16841/stat : 16841 (sugar++) S 16839 16841 16804 0 -1 4194304 1297 8516 0 1 6 1 73 6 16 0 1 0 40387214 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16841/statm: 4185 1104 409 3 0 764 0
[pid=16854] ppid=16841 vsize=5356 CPUtime=0
/proc/16854/stat : 16854 (sh) S 16841 16841 16804 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40387308 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16854/statm: 1339 233 193 169 0 50 0
[pid=16855] ppid=16854 vsize=864312 CPUtime=3443.12
/proc/16855/stat : 16855 (java) S 16854 16841 16804 0 -1 0 169431 0 1 0 344104 208 0 0 18 0 9 0 40387309 885055488 133964 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16855/statm: 216078 133964 2565 9 0 210625 0
[pid=16855/tid=16856] ppid=16854 vsize=864312 CPUtime=3426.42
/proc/16855/task/16856/stat : 16856 (java) R 16854 16841 16804 0 -1 64 7516 0 1 0 342518 124 0 0 25 0 9 0 40387310 885055488 133964 996147200 134512640 134550740 4294955920 18446744073709551615 4126646468 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16855/tid=16857] ppid=16854 vsize=864312 CPUtime=16.54
/proc/16855/task/16857/stat : 16857 (java) S 16854 16841 16804 0 -1 64 160854 0 0 0 1572 82 0 0 16 0 9 0 40387311 885055488 133964 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16855/tid=16858] ppid=16854 vsize=864312 CPUtime=0
/proc/16855/task/16858/stat : 16858 (java) S 16854 16841 16804 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40387311 885055488 133964 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16859] ppid=16854 vsize=864312 CPUtime=0
/proc/16855/task/16859/stat : 16859 (java) S 16854 16841 16804 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40387311 885055488 133964 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16860] ppid=16854 vsize=864312 CPUtime=0
/proc/16855/task/16860/stat : 16860 (java) S 16854 16841 16804 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40387313 885055488 133964 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16861] ppid=16854 vsize=864312 CPUtime=0.12
/proc/16855/task/16861/stat : 16861 (java) S 16854 16841 16804 0 -1 64 365 0 0 0 12 0 0 0 16 0 9 0 40387313 885055488 133964 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16862] ppid=16854 vsize=864312 CPUtime=0
/proc/16855/task/16862/stat : 16862 (java) S 16854 16841 16804 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40387313 885055488 133964 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16863] ppid=16854 vsize=864312 CPUtime=0
/proc/16855/task/16863/stat : 16863 (java) S 16854 16841 16804 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40387313 885055488 133964 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3443.98
Current children cumulated vsize (KiB) 886408

[startup+3522.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17120
/proc/meminfo: memFree=925952/2055920 swapFree=4180344/4192956
[pid=16841] ppid=16839 vsize=16740 CPUtime=0.86
/proc/16841/stat : 16841 (sugar++) S 16839 16841 16804 0 -1 4194304 1297 8516 0 1 6 1 73 6 16 0 1 0 40387214 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16841/statm: 4185 1104 409 3 0 764 0
[pid=16854] ppid=16841 vsize=5356 CPUtime=0
/proc/16854/stat : 16854 (sh) S 16841 16841 16804 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40387308 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16854/statm: 1339 233 193 169 0 50 0
[pid=16855] ppid=16854 vsize=864312 CPUtime=3503.1
/proc/16855/stat : 16855 (java) S 16854 16841 16804 0 -1 0 169431 0 1 0 350102 208 0 0 18 0 9 0 40387309 885055488 133964 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16855/statm: 216078 133964 2565 9 0 210625 0
[pid=16855/tid=16856] ppid=16854 vsize=864312 CPUtime=3486.41
/proc/16855/task/16856/stat : 16856 (java) R 16854 16841 16804 0 -1 64 7516 0 1 0 348517 124 0 0 25 0 9 0 40387310 885055488 133964 996147200 134512640 134550740 4294955920 18446744073709551615 4126627200 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16855/tid=16857] ppid=16854 vsize=864312 CPUtime=16.54
/proc/16855/task/16857/stat : 16857 (java) S 16854 16841 16804 0 -1 64 160854 0 0 0 1572 82 0 0 16 0 9 0 40387311 885055488 133964 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16855/tid=16858] ppid=16854 vsize=864312 CPUtime=0
/proc/16855/task/16858/stat : 16858 (java) S 16854 16841 16804 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40387311 885055488 133964 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16859] ppid=16854 vsize=864312 CPUtime=0
/proc/16855/task/16859/stat : 16859 (java) S 16854 16841 16804 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40387311 885055488 133964 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16860] ppid=16854 vsize=864312 CPUtime=0
/proc/16855/task/16860/stat : 16860 (java) S 16854 16841 16804 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40387313 885055488 133964 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16861] ppid=16854 vsize=864312 CPUtime=0.12
/proc/16855/task/16861/stat : 16861 (java) S 16854 16841 16804 0 -1 64 365 0 0 0 12 0 0 0 16 0 9 0 40387313 885055488 133964 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16862] ppid=16854 vsize=864312 CPUtime=0
/proc/16855/task/16862/stat : 16862 (java) S 16854 16841 16804 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40387313 885055488 133964 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16863] ppid=16854 vsize=864312 CPUtime=0
/proc/16855/task/16863/stat : 16863 (java) S 16854 16841 16804 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40387313 885055488 133964 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3503.96
Current children cumulated vsize (KiB) 886408

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17120
/proc/meminfo: memFree=920832/2055920 swapFree=4180344/4192956
[pid=16841] ppid=16839 vsize=16740 CPUtime=0.86
/proc/16841/stat : 16841 (sugar++) S 16839 16841 16804 0 -1 4194304 1297 8516 0 1 6 1 73 6 16 0 1 0 40387214 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16841/statm: 4185 1104 409 3 0 764 0
[pid=16854] ppid=16841 vsize=5356 CPUtime=0
/proc/16854/stat : 16854 (sh) S 16841 16841 16804 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40387308 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16854/statm: 1339 233 193 169 0 50 0
[pid=16855] ppid=16854 vsize=864312 CPUtime=3563.09
/proc/16855/stat : 16855 (java) S 16854 16841 16804 0 -1 0 170703 0 1 0 356100 209 0 0 18 0 9 0 40387309 885055488 135232 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16855/statm: 216078 135232 2565 9 0 210625 0
[pid=16855/tid=16856] ppid=16854 vsize=864312 CPUtime=3546.3
/proc/16855/task/16856/stat : 16856 (java) R 16854 16841 16804 0 -1 64 7520 0 1 0 354506 124 0 0 25 0 9 0 40387310 885055488 135232 996147200 134512640 134550740 4294955920 18446744073709551615 4126646468 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16855/tid=16857] ppid=16854 vsize=864312 CPUtime=16.63
/proc/16855/task/16857/stat : 16857 (java) S 16854 16841 16804 0 -1 64 162122 0 0 0 1580 83 0 0 16 0 9 0 40387311 885055488 135232 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16855/tid=16858] ppid=16854 vsize=864312 CPUtime=0
/proc/16855/task/16858/stat : 16858 (java) S 16854 16841 16804 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40387311 885055488 135232 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16859] ppid=16854 vsize=864312 CPUtime=0
/proc/16855/task/16859/stat : 16859 (java) S 16854 16841 16804 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40387311 885055488 135232 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16860] ppid=16854 vsize=864312 CPUtime=0
/proc/16855/task/16860/stat : 16860 (java) S 16854 16841 16804 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40387313 885055488 135232 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16861] ppid=16854 vsize=864312 CPUtime=0.12
/proc/16855/task/16861/stat : 16861 (java) S 16854 16841 16804 0 -1 64 365 0 0 0 12 0 0 0 16 0 9 0 40387313 885055488 135232 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16862] ppid=16854 vsize=864312 CPUtime=0
/proc/16855/task/16862/stat : 16862 (java) S 16854 16841 16804 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40387313 885055488 135232 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16863] ppid=16854 vsize=864312 CPUtime=0
/proc/16855/task/16863/stat : 16863 (java) R 16854 16841 16804 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40387313 885055488 135232 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3563.95
Current children cumulated vsize (KiB) 886408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3618.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17120
/proc/meminfo: memFree=918464/2055920 swapFree=4180344/4192956
[pid=16841] ppid=16839 vsize=16740 CPUtime=0.86
/proc/16841/stat : 16841 (sugar++) S 16839 16841 16804 0 -1 4194304 1297 8516 0 1 6 1 73 6 16 0 1 0 40387214 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16841/statm: 4185 1104 409 3 0 764 0
[pid=16854] ppid=16841 vsize=5356 CPUtime=0
/proc/16854/stat : 16854 (sh) S 16841 16841 16804 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40387308 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16854/statm: 1339 233 193 169 0 50 0
[pid=16855] ppid=16854 vsize=864312 CPUtime=3599.17
/proc/16855/stat : 16855 (java) S 16854 16841 16804 0 -1 0 171284 0 1 0 359708 209 0 0 18 0 9 0 40387309 885055488 135811 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16855/statm: 216078 135811 2565 9 0 210625 0
[pid=16855/tid=16856] ppid=16854 vsize=864312 CPUtime=3582.35
/proc/16855/task/16856/stat : 16856 (java) R 16854 16841 16804 0 -1 64 7522 0 1 0 358111 124 0 0 25 0 9 0 40387310 885055488 135811 996147200 134512640 134550740 4294955920 18446744073709551615 4126646528 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16855/tid=16857] ppid=16854 vsize=864312 CPUtime=16.66
/proc/16855/task/16857/stat : 16857 (java) S 16854 16841 16804 0 -1 64 162701 0 0 0 1583 83 0 0 16 0 9 0 40387311 885055488 135811 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16855/tid=16858] ppid=16854 vsize=864312 CPUtime=0
/proc/16855/task/16858/stat : 16858 (java) S 16854 16841 16804 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40387311 885055488 135811 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16859] ppid=16854 vsize=864312 CPUtime=0
/proc/16855/task/16859/stat : 16859 (java) S 16854 16841 16804 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40387311 885055488 135811 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16860] ppid=16854 vsize=864312 CPUtime=0
/proc/16855/task/16860/stat : 16860 (java) S 16854 16841 16804 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40387313 885055488 135811 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16861] ppid=16854 vsize=864312 CPUtime=0.12
/proc/16855/task/16861/stat : 16861 (java) S 16854 16841 16804 0 -1 64 365 0 0 0 12 0 0 0 16 0 9 0 40387313 885055488 135811 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16862] ppid=16854 vsize=864312 CPUtime=0
/proc/16855/task/16862/stat : 16862 (java) S 16854 16841 16804 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40387313 885055488 135811 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16855/tid=16863] ppid=16854 vsize=864312 CPUtime=0
/proc/16855/task/16863/stat : 16863 (java) S 16854 16841 16804 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40387313 885055488 135811 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 886408

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

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

[startup+3618.53 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17120
/proc/meminfo: memFree=918464/2055920 swapFree=4180344/4192956
[pid=16841] ppid=16839 vsize=16740 CPUtime=0.86
/proc/16841/stat : 16841 (sugar++) S 16839 16841 16804 0 -1 4194304 1307 8516 0 1 6 1 73 6 16 0 1 0 40387214 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/16841/statm: 4185 1105 409 3 0 764 0
[pid=16854] ppid=16841 vsize=0 CPUtime=0
/proc/16854/stat : 16854 (sh) Z 16841 16841 16804 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 40387308 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/16854/statm: 0 0 0 0 0 0 0
[pid=16855] ppid=1 vsize=0 CPUtime=3599.3
/proc/16855/stat : 16855 (java) Z 1 16841 16804 0 -1 1036 171303 0 1 0 359713 217 0 0 16 0 2 0 40387309 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16855/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3600.16
Current children cumulated vsize (KiB) 16740

Child status: 0

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

Real time (s): 3618.53
CPU time (s): 3600.16
CPU user time (s): 3597.92
CPU system time (s): 2.24
CPU usage (%): 99.4923
Max. virtual memory (cumulated for all children) (KiB): 908900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.800878
system time used= 0.087986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10173
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= 515
involuntary context switches= 348

runsolver used 4.36434 second user time and 12.1682 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-12 06:27:35
IDJOB=1110831
IDBENCH=61158
IDSOLVER=367
FILE ID=node30/1110831-1215836855
PBS_JOBID= 7903400
Free space on /tmp= 66356 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg11-15_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1110831-1215836855/watcher-1110831-1215836855 -o /tmp/evaluation-result-1110831-1215836855/solver-1110831-1215836855 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1110831-1215836855.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5185cb983b11420400e5a698bac55b47
RANDOM SEED=816010998

node30.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.234
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.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1366464 kB
Buffers:         21360 kB
Cached:         284276 kB
SwapCached:       6688 kB
Active:         588808 kB
Inactive:        55772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1366464 kB
SwapTotal:     4192956 kB
SwapFree:      4180344 kB
Dirty:            1792 kB
Writeback:           0 kB
Mapped:         345828 kB
Slab:            29824 kB
Committed_AS:   490548 kB
PageTables:       2368 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= 66544 MiB
End job on node30 at 2008-07-12 07:27:55