Trace number 1064210

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.13+picosat? (TO) 1800.17 1810.55

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-21-04.xml
MD5SUMfb68823f74496f8cd1134dc1665cc226
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.8881
Satisfiable
(Un)Satisfiability was proved
Number of variables378
Number of constraints2616
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension144
Number of constraints which are defined in intension2472
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Fri Jul  4 04:55:40 2008
0.00/0.05	c 0	PID 14736
0.00/0.05	c 0	HOST node1.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1064210-1215140140.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1064210-1215140140.xml' 'HOME/temp.csp'
1.36/1.48	c 2	1 domains, 378 variables, 6 predicates, 6 relations, 2616 constraints
1.44/1.52	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.44/1.52	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.45/1.60	c 2	Parsing HOME/temp.csp
2.61/2.78	c 3	parsed 3007 expressions
2.61/2.79	c 3	Heap : 21 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.61/2.79	c 3	Converting to clausal form CSP
2.71/2.82	c 3	converted 301 (10%) expressions
8.47/8.64	c 9	converted 602 (20%) expressions
22.39/22.61	c 23	converted 903 (30%) expressions
24.00/24.24	c 24	converted 1203 (40%) expressions
24.00/24.27	c 24	converted 1504 (50%) expressions
24.10/24.30	c 24	converted 1805 (60%) expressions
24.10/24.33	c 25	converted 2105 (70%) expressions
24.10/24.36	c 25	converted 2406 (80%) expressions
24.19/24.40	c 25	converted 2707 (90%) expressions
24.29/24.55	c 25	converted 3007 (100%) expressions
24.29/24.55	c 25	CSP : 378 integers, 0 booleans, 2616 clauses, largest domain size 26
24.29/24.55	c 25	Heap : 496 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
24.29/24.55	c 25	Propagation in CSP
24.29/24.58	c 25	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
24.29/24.58	c 25	CSP : 378 integers, 0 booleans, 2616 clauses, largest domain size 26
24.29/24.58	c 25	Heap : 499 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
24.29/24.59	c 25	Simplifing CSP by introducing new Boolean variables
24.38/24.64	c 25	CSP : 378 integers, 25584 booleans, 28200 clauses, largest domain size 26
24.38/24.64	c 25	Heap : 509 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
26.77/27.00	c 27	Encoding CSP to SAT : HOME/temp.cnf
26.77/27.04	c 27	38 (10%) CSP integer variables are encoded (912 clauses, 9888 bytes)
26.77/27.04	c 27	76 (20%) CSP integer variables are encoded (1824 clauses, 21649 bytes)
26.77/27.04	c 27	114 (30%) CSP integer variables are encoded (2736 clauses, 33505 bytes)
26.77/27.05	c 27	152 (40%) CSP integer variables are encoded (3648 clauses, 45361 bytes)
26.77/27.05	c 27	189 (50%) CSP integer variables are encoded (4536 clauses, 56905 bytes)
26.77/27.05	c 27	227 (60%) CSP integer variables are encoded (5448 clauses, 68761 bytes)
26.77/27.05	c 27	265 (70%) CSP integer variables are encoded (6360 clauses, 80617 bytes)
26.77/27.05	c 27	303 (80%) CSP integer variables are encoded (7272 clauses, 92473 bytes)
26.77/27.05	c 27	341 (90%) CSP integer variables are encoded (8184 clauses, 104329 bytes)
26.77/27.05	c 27	378 (100%) CSP integer variables are encoded (9072 clauses, 115873 bytes)
1800.05/1810.42	c ERROR INTERRUPTED
1800.17/1810.55	s UNKNOWN
1800.17/1810.55	c 1811	CPU 1.36 (0.03 0.01 1.33 0.09)
1800.17/1810.55	c 1811	END Fri Jul  4 05:25:51 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1064210-1215140140/watcher-1064210-1215140140 -o /tmp/evaluation-result-1064210-1215140140/solver-1064210-1215140140 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1064210-1215140140.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): 2200 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.96 2.00 2.00 4/84 14736
/proc/meminfo: memFree=1724856/2055920 swapFree=4179472/4192956
[pid=14736] ppid=14734 vsize=18572 CPUtime=0
/proc/14736/stat : 14736 (runsolver) R 14734 14736 11984 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1992989644 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 259353275687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14736/statm: 4643 292 257 25 0 2626 0

[startup+0.10048 s]
/proc/loadavg: 1.96 2.00 2.00 4/84 14736
/proc/meminfo: memFree=1724856/2055920 swapFree=4179472/4192956
[pid=14736] ppid=14734 vsize=13600 CPUtime=0.03
/proc/14736/stat : 14736 (sugar) S 14734 14736 11984 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992989644 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14736/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201499 s]
/proc/loadavg: 1.96 2.00 2.00 4/84 14736
/proc/meminfo: memFree=1724856/2055920 swapFree=4179472/4192956
[pid=14736] ppid=14734 vsize=13600 CPUtime=0.03
/proc/14736/stat : 14736 (sugar) S 14734 14736 11984 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992989644 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14736/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301516 s]
/proc/loadavg: 1.96 2.00 2.00 4/84 14736
/proc/meminfo: memFree=1724856/2055920 swapFree=4179472/4192956
[pid=14736] ppid=14734 vsize=13600 CPUtime=0.03
/proc/14736/stat : 14736 (sugar) S 14734 14736 11984 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992989644 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14736/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701596 s]
/proc/loadavg: 1.96 2.00 2.00 4/84 14736
/proc/meminfo: memFree=1724856/2055920 swapFree=4179472/4192956
[pid=14736] ppid=14734 vsize=13600 CPUtime=0.03
/proc/14736/stat : 14736 (sugar) S 14734 14736 11984 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992989644 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14736/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50275 s]
/proc/loadavg: 1.96 2.00 2.00 3/95 14748
/proc/meminfo: memFree=1694616/2055920 swapFree=4179472/4192956
[pid=14736] ppid=14734 vsize=13600 CPUtime=0.03
/proc/14736/stat : 14736 (sugar) S 14734 14736 11984 0 -1 4194304 918 127 0 0 3 0 0 0 16 0 1 0 1992989644 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14736/statm: 3400 796 370 3 0 500 0
[pid=14739] ppid=14736 vsize=5356 CPUtime=0
/proc/14739/stat : 14739 (sh) S 14736 14736 11984 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 1992989649 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14739/statm: 1339 233 193 169 0 50 0
[pid=14740] ppid=14739 vsize=864700 CPUtime=1.41
/proc/14740/stat : 14740 (java) S 14739 14736 11984 0 -1 0 11665 0 1 0 133 8 0 0 18 0 9 0 1992989649 885452800 10544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14740/statm: 216175 10544 2529 9 0 210757 0
[pid=14740/tid=14741] ppid=14739 vsize=864700 CPUtime=0.88
/proc/14740/task/14741/stat : 14741 (java) S 14739 14736 11984 0 -1 64 3823 0 1 0 84 4 0 0 25 0 9 0 1992989650 885452800 10544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14740/tid=14742] ppid=14739 vsize=864700 CPUtime=0.35
/proc/14740/task/14742/stat : 14742 (java) S 14739 14736 11984 0 -1 64 6624 0 0 0 32 3 0 0 16 0 9 0 1992989652 885452800 10544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14740/tid=14743] ppid=14739 vsize=864700 CPUtime=0
/proc/14740/task/14743/stat : 14743 (java) S 14739 14736 11984 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1992989652 885452800 10544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14740/tid=14744] ppid=14739 vsize=864700 CPUtime=0
/proc/14740/task/14744/stat : 14744 (java) S 14739 14736 11984 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1992989652 885452800 10544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14740/tid=14745] ppid=14739 vsize=864700 CPUtime=0
/proc/14740/task/14745/stat : 14745 (java) S 14739 14736 11984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992989654 885452800 10544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14740/tid=14746] ppid=14739 vsize=864700 CPUtime=0.15
/proc/14740/task/14746/stat : 14746 (java) S 14739 14736 11984 0 -1 64 519 0 0 0 15 0 0 0 16 0 9 0 1992989654 885452800 10544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14740/tid=14747] ppid=14739 vsize=864700 CPUtime=0
/proc/14740/task/14747/stat : 14747 (java) S 14739 14736 11984 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992989654 885452800 10544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14740/tid=14748] ppid=14739 vsize=864700 CPUtime=0
/proc/14740/task/14748/stat : 14748 (java) S 14739 14736 11984 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992989654 885452800 10544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883656

[startup+3.10207 s]
/proc/loadavg: 1.96 2.00 2.00 3/95 14758
/proc/meminfo: memFree=1704408/2055920 swapFree=4179472/4192956
[pid=14736] ppid=14734 vsize=13600 CPUtime=1.45
/proc/14736/stat : 14736 (sugar) S 14734 14736 11984 0 -1 4194304 973 12082 0 1 3 0 133 9 16 0 1 0 1992989644 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14736/statm: 3400 797 370 3 0 500 0
[pid=14749] ppid=14736 vsize=5356 CPUtime=0
/proc/14749/stat : 14749 (sh) S 14736 14736 11984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992989796 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14749/statm: 1339 233 193 169 0 50 0
[pid=14750] ppid=14749 vsize=864232 CPUtime=1.55
/proc/14750/stat : 14750 (java) S 14749 14736 11984 0 -1 0 12178 0 1 0 148 7 0 0 18 0 9 0 1992989796 884973568 10950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14750/statm: 216058 10950 2540 9 0 210633 0
[pid=14750/tid=14751] ppid=14749 vsize=864232 CPUtime=0.82
/proc/14750/task/14751/stat : 14751 (java) R 14749 14736 11984 0 -1 64 2877 0 1 0 80 2 0 0 25 0 9 0 1992989797 884973568 10950 996147200 134512640 134550740 4294955952 18446744073709551615 103215353 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14752] ppid=14749 vsize=864232 CPUtime=0.61
/proc/14750/task/14752/stat : 14752 (java) S 14749 14736 11984 0 -1 64 8262 0 0 0 58 3 0 0 16 0 9 0 1992989798 884973568 10950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14753] ppid=14749 vsize=864232 CPUtime=0
/proc/14750/task/14753/stat : 14753 (java) S 14749 14736 11984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992989798 884973568 10950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14754] ppid=14749 vsize=864232 CPUtime=0
/proc/14750/task/14754/stat : 14754 (java) S 14749 14736 11984 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992989799 884973568 10950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14755] ppid=14749 vsize=864232 CPUtime=0
/proc/14750/task/14755/stat : 14755 (java) S 14749 14736 11984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992989801 884973568 10950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14756] ppid=14749 vsize=864232 CPUtime=0.08
/proc/14750/task/14756/stat : 14756 (java) S 14749 14736 11984 0 -1 64 343 0 0 0 8 0 0 0 16 0 9 0 1992989801 884973568 10950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14757] ppid=14749 vsize=864232 CPUtime=0
/proc/14750/task/14757/stat : 14757 (java) S 14749 14736 11984 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992989801 884973568 10950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14758] ppid=14749 vsize=864232 CPUtime=0
/proc/14750/task/14758/stat : 14758 (java) S 14749 14736 11984 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992989801 884973568 10950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883188

[startup+6.3027 s]
/proc/loadavg: 1.96 2.00 2.00 3/95 14758
/proc/meminfo: memFree=1630808/2055920 swapFree=4179472/4192956
[pid=14736] ppid=14734 vsize=13600 CPUtime=1.45
/proc/14736/stat : 14736 (sugar) S 14734 14736 11984 0 -1 4194304 973 12082 0 1 3 0 133 9 16 0 1 0 1992989644 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14736/statm: 3400 797 370 3 0 500 0
[pid=14749] ppid=14736 vsize=5356 CPUtime=0
/proc/14749/stat : 14749 (sh) S 14736 14736 11984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992989796 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14749/statm: 1339 233 193 169 0 50 0
[pid=14750] ppid=14749 vsize=864232 CPUtime=4.73
/proc/14750/stat : 14750 (java) S 14749 14736 11984 0 -1 0 32202 0 1 0 455 18 0 0 18 0 9 0 1992989796 884973568 30521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14750/statm: 216058 30521 2540 9 0 210633 0
[pid=14750/tid=14751] ppid=14749 vsize=864232 CPUtime=2.21
/proc/14750/task/14751/stat : 14751 (java) R 14749 14736 11984 0 -1 64 3666 0 1 0 219 2 0 0 25 0 9 0 1992989797 884973568 30521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14752] ppid=14749 vsize=864232 CPUtime=2.41
/proc/14750/task/14752/stat : 14752 (java) R 14749 14736 11984 0 -1 64 27496 0 0 0 227 14 0 0 16 0 9 0 1992989798 884973568 30521 996147200 134512640 134550740 4294955952 18446744073709551615 102722801 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14753] ppid=14749 vsize=864232 CPUtime=0
/proc/14750/task/14753/stat : 14753 (java) S 14749 14736 11984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992989798 884973568 30521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14754] ppid=14749 vsize=864232 CPUtime=0
/proc/14750/task/14754/stat : 14754 (java) S 14749 14736 11984 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992989799 884973568 30521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14755] ppid=14749 vsize=864232 CPUtime=0
/proc/14750/task/14755/stat : 14755 (java) S 14749 14736 11984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992989801 884973568 30521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14756] ppid=14749 vsize=864232 CPUtime=0.09
/proc/14750/task/14756/stat : 14756 (java) S 14749 14736 11984 0 -1 64 344 0 0 0 9 0 0 0 17 0 9 0 1992989801 884973568 30521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14757] ppid=14749 vsize=864232 CPUtime=0
/proc/14750/task/14757/stat : 14757 (java) S 14749 14736 11984 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992989801 884973568 30521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14758] ppid=14749 vsize=864232 CPUtime=0
/proc/14750/task/14758/stat : 14758 (java) S 14749 14736 11984 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992989801 884973568 30521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 883188

[startup+12.703 s]
/proc/loadavg: 2.04 2.02 2.00 4/95 14758
/proc/meminfo: memFree=1504536/2055920 swapFree=4179472/4192956
[pid=14736] ppid=14734 vsize=13600 CPUtime=1.45
/proc/14736/stat : 14736 (sugar) S 14734 14736 11984 0 -1 4194304 973 12082 0 1 3 0 133 9 16 0 1 0 1992989644 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14736/statm: 3400 797 370 3 0 500 0
[pid=14749] ppid=14736 vsize=5356 CPUtime=0
/proc/14749/stat : 14749 (sh) S 14736 14736 11984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992989796 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14749/statm: 1339 233 193 169 0 50 0
[pid=14750] ppid=14749 vsize=868404 CPUtime=11.1
/proc/14750/stat : 14750 (java) S 14749 14736 11984 0 -1 0 83974 0 1 0 1065 45 0 0 18 0 9 0 1992989796 889245696 61454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14750/statm: 217101 61454 2540 9 0 211676 0
[pid=14750/tid=14751] ppid=14749 vsize=868404 CPUtime=4.18
/proc/14750/task/14751/stat : 14751 (java) R 14749 14736 11984 0 -1 64 5842 0 1 0 414 4 0 0 25 0 9 0 1992989797 889245696 61454 996147200 134512640 134550740 4294955952 18446744073709551615 4126592921 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14752] ppid=14749 vsize=868404 CPUtime=6.7
/proc/14750/task/14752/stat : 14752 (java) S 14749 14736 11984 0 -1 64 75987 0 0 0 631 39 0 0 16 0 9 0 1992989798 889245696 61454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14753] ppid=14749 vsize=868404 CPUtime=0
/proc/14750/task/14753/stat : 14753 (java) S 14749 14736 11984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992989798 889245696 61454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14754] ppid=14749 vsize=868404 CPUtime=0
/proc/14750/task/14754/stat : 14754 (java) S 14749 14736 11984 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992989799 889245696 61454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14755] ppid=14749 vsize=868404 CPUtime=0
/proc/14750/task/14755/stat : 14755 (java) S 14749 14736 11984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992989801 889245696 61454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14756] ppid=14749 vsize=868404 CPUtime=0.18
/proc/14750/task/14756/stat : 14756 (java) S 14749 14736 11984 0 -1 64 1449 0 0 0 18 0 0 0 16 0 9 0 1992989801 889245696 61454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14757] ppid=14749 vsize=868404 CPUtime=0
/proc/14750/task/14757/stat : 14757 (java) S 14749 14736 11984 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992989801 889245696 61454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14758] ppid=14749 vsize=868404 CPUtime=0
/proc/14750/task/14758/stat : 14758 (java) S 14749 14736 11984 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992989801 889245696 61454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 887360

[startup+25.5015 s]
/proc/loadavg: 2.19 2.05 2.01 4/95 14758
/proc/meminfo: memFree=1185560/2055920 swapFree=4179472/4192956
[pid=14736] ppid=14734 vsize=13600 CPUtime=1.46
/proc/14736/stat : 14736 (sugar) S 14734 14736 11984 0 -1 4194304 974 12082 0 1 3 1 133 9 15 0 1 0 1992989644 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14736/statm: 3400 797 370 3 0 500 0
[pid=14749] ppid=14736 vsize=5356 CPUtime=0
/proc/14749/stat : 14749 (sh) S 14736 14736 11984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992989796 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14749/statm: 1339 233 193 169 0 50 0
[pid=14750] ppid=14749 vsize=870968 CPUtime=23.82
/proc/14750/stat : 14750 (java) S 14749 14736 11984 0 -1 0 168977 0 1 0 2296 86 0 0 18 0 9 0 1992989796 891871232 136504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14750/statm: 217742 136504 2540 9 0 212317 0
[pid=14750/tid=14751] ppid=14749 vsize=870968 CPUtime=9.15
/proc/14750/task/14751/stat : 14751 (java) R 14749 14736 11984 0 -1 64 8156 0 1 0 910 5 0 0 25 0 9 0 1992989797 891871232 136504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14752] ppid=14749 vsize=870968 CPUtime=14.43
/proc/14750/task/14752/stat : 14752 (java) R 14749 14736 11984 0 -1 64 158661 0 0 0 1365 78 0 0 16 0 9 0 1992989798 891871232 136504 996147200 134512640 134550740 4294955952 18446744073709551615 102721956 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14753] ppid=14749 vsize=870968 CPUtime=0
/proc/14750/task/14753/stat : 14753 (java) S 14749 14736 11984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992989798 891871232 136504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14754] ppid=14749 vsize=870968 CPUtime=0
/proc/14750/task/14754/stat : 14754 (java) S 14749 14736 11984 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992989799 891871232 136504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=14750/tid=14756] ppid=14749 vsize=868516 CPUtime=0.28
/proc/14750/task/14756/stat : 14756 (java) S 14749 14736 11984 0 -1 64 1509 0 0 0 27 1 0 0 16 0 9 0 1992989801 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14757] ppid=14749 vsize=868516 CPUtime=0
/proc/14750/task/14757/stat : 14757 (java) S 14749 14736 11984 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992989801 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14758] ppid=14749 vsize=868516 CPUtime=0
/proc/14750/task/14758/stat : 14758 (java) S 14749 14736 11984 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992989801 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1593.01
Current children cumulated vsize (KiB) 887472

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/91 14818
/proc/meminfo: memFree=809272/2055920 swapFree=4179472/4192956
[pid=14736] ppid=14734 vsize=13600 CPUtime=1.46
/proc/14736/stat : 14736 (sugar) S 14734 14736 11984 0 -1 4194304 974 12082 0 1 3 1 133 9 16 0 1 0 1992989644 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14736/statm: 3400 797 370 3 0 500 0
[pid=14749] ppid=14736 vsize=5356 CPUtime=0
/proc/14749/stat : 14749 (sh) S 14736 14736 11984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992989796 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14749/statm: 1339 233 193 169 0 50 0
[pid=14750] ppid=14749 vsize=868516 CPUtime=1651.24
/proc/14750/stat : 14750 (java) S 14749 14736 11984 0 -1 0 224419 0 2 0 164909 215 0 0 18 0 9 0 1992989796 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14750/statm: 217129 184062 2566 9 0 211676 0
[pid=14750/tid=14751] ppid=14749 vsize=868516 CPUtime=1627.11
/proc/14750/task/14751/stat : 14751 (java) R 14749 14736 11984 0 -1 64 8858 0 2 0 162601 110 0 0 25 0 9 0 1992989797 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4126992644 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14752] ppid=14749 vsize=868516 CPUtime=23.82
/proc/14750/task/14752/stat : 14752 (java) S 14749 14736 11984 0 -1 64 213356 0 0 0 2279 103 0 0 16 0 9 0 1992989798 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14753] ppid=14749 vsize=868516 CPUtime=0
/proc/14750/task/14753/stat : 14753 (java) S 14749 14736 11984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992989798 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14754] ppid=14749 vsize=868516 CPUtime=0
/proc/14750/task/14754/stat : 14754 (java) S 14749 14736 11984 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992989799 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14755] ppid=14749 vsize=868516 CPUtime=0
/proc/14750/task/14755/stat : 14755 (java) S 14749 14736 11984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992989801 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14756] ppid=14749 vsize=868516 CPUtime=0.28
/proc/14750/task/14756/stat : 14756 (java) S 14749 14736 11984 0 -1 64 1509 0 0 0 27 1 0 0 16 0 9 0 1992989801 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14757] ppid=14749 vsize=868516 CPUtime=0
/proc/14750/task/14757/stat : 14757 (java) S 14749 14736 11984 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992989801 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14758] ppid=14749 vsize=868516 CPUtime=0
/proc/14750/task/14758/stat : 14758 (java) S 14749 14736 11984 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992989801 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1652.7
Current children cumulated vsize (KiB) 887472

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 14818
/proc/meminfo: memFree=801528/2055920 swapFree=4179472/4192956
[pid=14736] ppid=14734 vsize=13600 CPUtime=1.46
/proc/14736/stat : 14736 (sugar) S 14734 14736 11984 0 -1 4194304 974 12082 0 1 3 1 133 9 16 0 1 0 1992989644 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14736/statm: 3400 797 370 3 0 500 0
[pid=14749] ppid=14736 vsize=5356 CPUtime=0
/proc/14749/stat : 14749 (sh) S 14736 14736 11984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992989796 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14749/statm: 1339 233 193 169 0 50 0
[pid=14750] ppid=14749 vsize=868516 CPUtime=1710.95
/proc/14750/stat : 14750 (java) S 14749 14736 11984 0 -1 0 224432 0 2 0 170875 220 0 0 18 0 9 0 1992989796 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14750/statm: 217129 184062 2566 9 0 211676 0
[pid=14750/tid=14751] ppid=14749 vsize=868516 CPUtime=1686.59
/proc/14750/task/14751/stat : 14751 (java) R 14749 14736 11984 0 -1 64 8871 0 2 0 168545 114 0 0 25 0 9 0 1992989797 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4126990197 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14752] ppid=14749 vsize=868516 CPUtime=24.04
/proc/14750/task/14752/stat : 14752 (java) S 14749 14736 11984 0 -1 64 213356 0 0 0 2301 103 0 0 16 0 9 0 1992989798 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14753] ppid=14749 vsize=868516 CPUtime=0
/proc/14750/task/14753/stat : 14753 (java) S 14749 14736 11984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992989798 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14754] ppid=14749 vsize=868516 CPUtime=0
/proc/14750/task/14754/stat : 14754 (java) S 14749 14736 11984 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992989799 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14755] ppid=14749 vsize=868516 CPUtime=0
/proc/14750/task/14755/stat : 14755 (java) S 14749 14736 11984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992989801 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14756] ppid=14749 vsize=868516 CPUtime=0.28
/proc/14750/task/14756/stat : 14756 (java) S 14749 14736 11984 0 -1 64 1509 0 0 0 27 1 0 0 16 0 9 0 1992989801 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14757] ppid=14749 vsize=868516 CPUtime=0
/proc/14750/task/14757/stat : 14757 (java) S 14749 14736 11984 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992989801 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14758] ppid=14749 vsize=868516 CPUtime=0
/proc/14750/task/14758/stat : 14758 (java) S 14749 14736 11984 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992989801 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1712.41
Current children cumulated vsize (KiB) 887472

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 14818
/proc/meminfo: memFree=801528/2055920 swapFree=4179472/4192956
[pid=14736] ppid=14734 vsize=13600 CPUtime=1.46
/proc/14736/stat : 14736 (sugar) S 14734 14736 11984 0 -1 4194304 974 12082 0 1 3 1 133 9 16 0 1 0 1992989644 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14736/statm: 3400 797 370 3 0 500 0
[pid=14749] ppid=14736 vsize=5356 CPUtime=0
/proc/14749/stat : 14749 (sh) S 14736 14736 11984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992989796 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14749/statm: 1339 233 193 169 0 50 0
[pid=14750] ppid=14749 vsize=868516 CPUtime=1770.64
/proc/14750/stat : 14750 (java) S 14749 14736 11984 0 -1 0 224437 0 2 0 176844 220 0 0 18 0 9 0 1992989796 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14750/statm: 217129 184062 2566 9 0 211676 0
[pid=14750/tid=14751] ppid=14749 vsize=868516 CPUtime=1746.14
/proc/14750/task/14751/stat : 14751 (java) R 14749 14736 11984 0 -1 64 8876 0 2 0 174500 114 0 0 25 0 9 0 1992989797 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4126992644 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14752] ppid=14749 vsize=868516 CPUtime=24.18
/proc/14750/task/14752/stat : 14752 (java) S 14749 14736 11984 0 -1 64 213356 0 0 0 2315 103 0 0 16 0 9 0 1992989798 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14753] ppid=14749 vsize=868516 CPUtime=0
/proc/14750/task/14753/stat : 14753 (java) S 14749 14736 11984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992989798 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14754] ppid=14749 vsize=868516 CPUtime=0
/proc/14750/task/14754/stat : 14754 (java) S 14749 14736 11984 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992989799 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14755] ppid=14749 vsize=868516 CPUtime=0
/proc/14750/task/14755/stat : 14755 (java) S 14749 14736 11984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992989801 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14756] ppid=14749 vsize=868516 CPUtime=0.28
/proc/14750/task/14756/stat : 14756 (java) S 14749 14736 11984 0 -1 64 1509 0 0 0 27 1 0 0 16 0 9 0 1992989801 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14757] ppid=14749 vsize=868516 CPUtime=0
/proc/14750/task/14757/stat : 14757 (java) S 14749 14736 11984 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992989801 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14758] ppid=14749 vsize=868516 CPUtime=0
/proc/14750/task/14758/stat : 14758 (java) S 14749 14736 11984 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992989801 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1772.1
Current children cumulated vsize (KiB) 887472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 14818
/proc/meminfo: memFree=793976/2055920 swapFree=4179472/4192956
[pid=14736] ppid=14734 vsize=13600 CPUtime=1.46
/proc/14736/stat : 14736 (sugar) S 14734 14736 11984 0 -1 4194304 974 12082 0 1 3 1 133 9 16 0 1 0 1992989644 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14736/statm: 3400 797 370 3 0 500 0
[pid=14749] ppid=14736 vsize=5356 CPUtime=0
/proc/14749/stat : 14749 (sh) S 14736 14736 11984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992989796 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14749/statm: 1339 233 193 169 0 50 0
[pid=14750] ppid=14749 vsize=868516 CPUtime=1798.59
/proc/14750/stat : 14750 (java) S 14749 14736 11984 0 -1 0 224445 0 2 0 179636 223 0 0 18 0 9 0 1992989796 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14750/statm: 217129 184062 2566 9 0 211676 0
[pid=14750/tid=14751] ppid=14749 vsize=868516 CPUtime=1774
/proc/14750/task/14751/stat : 14751 (java) R 14749 14736 11984 0 -1 64 8884 0 2 0 177282 118 0 0 25 0 9 0 1992989797 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14752] ppid=14749 vsize=868516 CPUtime=24.28
/proc/14750/task/14752/stat : 14752 (java) S 14749 14736 11984 0 -1 64 213356 0 0 0 2325 103 0 0 16 0 9 0 1992989798 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14753] ppid=14749 vsize=868516 CPUtime=0
/proc/14750/task/14753/stat : 14753 (java) S 14749 14736 11984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992989798 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14750/tid=14754] ppid=14749 vsize=868516 CPUtime=0
/proc/14750/task/14754/stat : 14754 (java) S 14749 14736 11984 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992989799 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14755] ppid=14749 vsize=868516 CPUtime=0
/proc/14750/task/14755/stat : 14755 (java) S 14749 14736 11984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992989801 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14756] ppid=14749 vsize=868516 CPUtime=0.28
/proc/14750/task/14756/stat : 14756 (java) S 14749 14736 11984 0 -1 64 1509 0 0 0 27 1 0 0 16 0 9 0 1992989801 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14757] ppid=14749 vsize=868516 CPUtime=0
/proc/14750/task/14757/stat : 14757 (java) S 14749 14736 11984 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992989801 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14750/tid=14758] ppid=14749 vsize=868516 CPUtime=0
/proc/14750/task/14758/stat : 14758 (java) S 14749 14736 11984 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992989801 889360384 184062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 887472

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

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

[startup+1810.53 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 14818
/proc/meminfo: memFree=793976/2055920 swapFree=4179472/4192956
[pid=14736] ppid=14734 vsize=13600 CPUtime=1.46
/proc/14736/stat : 14736 (sugar) S 14734 14736 11984 0 -1 4194304 982 12082 0 1 3 1 133 9 16 0 1 0 1992989644 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/14736/statm: 3400 797 370 3 0 500 0
[pid=14749] ppid=14736 vsize=0 CPUtime=0
/proc/14749/stat : 14749 (sh) Z 14736 14736 11984 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 1992989796 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/14749/statm: 0 0 0 0 0 0 0
[pid=14750] ppid=1 vsize=0 CPUtime=1798.71
/proc/14750/stat : 14750 (java) R 1 14736 11984 0 -1 1028 224468 0 2 0 179639 232 0 0 17 0 1 0 1992989796 0 0 996147200 0 0 0 0 0 0 0 0 16800975 0 0 0 17 1 0 0
/proc/14750/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 13600

Child status: 0

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

Real time (s): 1810.55
CPU time (s): 1800.17
CPU user time (s): 1797.75
CPU system time (s): 2.42
CPU usage (%): 99.4266
Max. virtual memory (cumulated for all children) (KiB): 908352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.37079
system time used= 0.109983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13387
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= 1108
involuntary context switches= 955

runsolver used 2.36164 second user time and 5.98509 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-04 04:55:40
IDJOB=1064210
IDBENCH=54923
IDSOLVER=345
FILE ID=node1/1064210-1215140140
PBS_JOBID= 7877229
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/ukHerald/normalized-crossword-m1-uk-21-04.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064210-1215140140/watcher-1064210-1215140140 -o /tmp/evaluation-result-1064210-1215140140/solver-1064210-1215140140 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1064210-1215140140.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fb68823f74496f8cd1134dc1665cc226
RANDOM SEED=1940819134

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
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.265
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:       1725336 kB
Buffers:         34956 kB
Cached:         165780 kB
SwapCached:       7548 kB
Active:         205876 kB
Inactive:        73484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1725336 kB
SwapTotal:     4192956 kB
SwapFree:      4179472 kB
Dirty:            3632 kB
Writeback:           0 kB
Mapped:          96048 kB
Slab:            36152 kB
Committed_AS:  3186536 kB
PageTables:       2080 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= 66552 MiB
End job on node1 at 2008-07-04 05:25:53