Trace number 1075247

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.07 1815.39

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-15-02.xml
MD5SUM8345036d237c01352338a89cada9123b
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 benchmark0.91286
Satisfiable
(Un)Satisfiability was proved
Number of variables191
Number of constraints944
Maximum constraint arity30
Maximum domain size26
Number of constraints which are defined in extension80
Number of constraints which are defined in intension864
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Fri Jul  4 16:06:53 2008
0.00/0.05	c 0	PID 20778
0.03/0.05	c 0	HOST node16.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1075247-1215180413.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1075247-1215180413.xml' 'HOME/temp.csp'
1.64/1.77	c 2	1 domains, 191 variables, 8 predicates, 7 relations, 944 constraints
1.72/1.83	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.72/1.83	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.73/1.91	c 2	Parsing HOME/temp.csp
3.65/3.80	c 4	parsed 1151 expressions
3.65/3.81	c 4	Heap : 35 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.65/3.81	c 4	Converting to clausal form CSP
3.65/3.83	c 4	converted 116 (10%) expressions
4.06/4.28	c 4	converted 231 (20%) expressions
5.53/5.76	c 6	converted 346 (30%) expressions
7.23/7.49	c 7	converted 461 (40%) expressions
7.32/7.51	c 7	converted 576 (50%) expressions
7.32/7.53	c 7	converted 691 (60%) expressions
7.32/7.54	c 7	converted 806 (70%) expressions
7.32/7.55	c 7	converted 921 (80%) expressions
7.32/7.56	c 8	converted 1036 (90%) expressions
12.47/12.75	c 13	converted 1151 (100%) expressions
12.47/12.75	c 13	CSP : 191 integers, 0 booleans, 944 clauses, largest domain size 26
12.47/12.75	c 13	Heap : 249 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.47/12.75	c 13	Propagation in CSP
12.47/12.76	c 13	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.47/12.76	c 13	CSP : 191 integers, 0 booleans, 944 clauses, largest domain size 26
12.47/12.76	c 13	Heap : 250 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.47/12.77	c 13	Simplifing CSP by introducing new Boolean variables
12.47/12.79	c 13	CSP : 191 integers, 6920 booleans, 7864 clauses, largest domain size 26
12.47/12.79	c 13	Heap : 252 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.86/14.16	c 14	Encoding CSP to SAT : HOME/temp.cnf
13.86/14.17	c 14	20 (10%) CSP integer variables are encoded (480 clauses, 5136 bytes)
13.86/14.18	c 14	39 (20%) CSP integer variables are encoded (936 clauses, 10152 bytes)
13.86/14.18	c 14	58 (30%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
13.86/14.18	c 14	77 (40%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
13.86/14.18	c 14	96 (50%) CSP integer variables are encoded (2304 clauses, 27889 bytes)
13.86/14.18	c 14	115 (60%) CSP integer variables are encoded (2760 clauses, 33817 bytes)
13.86/14.18	c 14	134 (70%) CSP integer variables are encoded (3216 clauses, 39745 bytes)
13.86/14.18	c 14	153 (80%) CSP integer variables are encoded (3672 clauses, 45673 bytes)
13.86/14.18	c 14	172 (90%) CSP integer variables are encoded (4128 clauses, 51601 bytes)
13.86/14.18	c 14	191 (100%) CSP integer variables are encoded (4584 clauses, 57529 bytes)
76.46/77.37	c 77	787 (10%) CSP clauses are encoded (627855 clauses, 25745206 bytes)
287.69/290.55	c 290	1573 (20%) CSP clauses are encoded (1080703 clauses, 50185758 bytes)
287.79/290.61	c 291	2360 (30%) CSP clauses are encoded (1098965 clauses, 50510312 bytes)
287.79/290.66	c 291	3146 (40%) CSP clauses are encoded (1117226 clauses, 50840754 bytes)
287.89/290.70	c 291	3932 (50%) CSP clauses are encoded (1135462 clauses, 51176184 bytes)
287.89/290.75	c 291	4719 (60%) CSP clauses are encoded (1153749 clauses, 51517938 bytes)
287.89/290.80	c 291	5505 (70%) CSP clauses are encoded (1172010 clauses, 51859209 bytes)
287.99/290.85	c 291	6292 (80%) CSP clauses are encoded (1190272 clauses, 52207756 bytes)
288.08/290.91	c 291	7078 (90%) CSP clauses are encoded (1208783 clauses, 52559000 bytes)
1800.07/1815.32	c ERROR INTERRUPTED
1800.07/1815.38	s UNKNOWN
1800.07/1815.38	c 1815	CPU 1.64 (0.04 0 1.6 0.11)
1800.07/1815.38	c 1815	END Fri Jul  4 16:37:08 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-1075247-1215180413/watcher-1075247-1215180413 -o /tmp/evaluation-result-1075247-1215180413/solver-1075247-1215180413 -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-1075247-1215180413.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.93 2.00 1.99 4/81 20778
/proc/meminfo: memFree=994744/2055920 swapFree=4180112/4192956
[pid=20778] ppid=20776 vsize=12268 CPUtime=0
/proc/20778/stat : 20778 (sugar) R 20776 20778 19508 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1997015886 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 231962540645 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/20778/statm: 3067 316 241 3 0 167 0

[startup+0.05062 s]
/proc/loadavg: 1.93 2.00 1.99 4/81 20778
/proc/meminfo: memFree=994744/2055920 swapFree=4180112/4192956
[pid=20778] ppid=20776 vsize=13600 CPUtime=0.03
/proc/20778/stat : 20778 (sugar) S 20776 20778 19508 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1997015886 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20778/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101702 s]
/proc/loadavg: 1.93 2.00 1.99 4/81 20778
/proc/meminfo: memFree=994744/2055920 swapFree=4180112/4192956
[pid=20778] ppid=20776 vsize=13600 CPUtime=0.03
/proc/20778/stat : 20778 (sugar) S 20776 20778 19508 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997015886 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20778/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301648 s]
/proc/loadavg: 1.93 2.00 1.99 4/81 20778
/proc/meminfo: memFree=994744/2055920 swapFree=4180112/4192956
[pid=20778] ppid=20776 vsize=13600 CPUtime=0.03
/proc/20778/stat : 20778 (sugar) S 20776 20778 19508 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997015886 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20778/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701549 s]
/proc/loadavg: 1.93 2.00 1.99 4/81 20778
/proc/meminfo: memFree=994744/2055920 swapFree=4180112/4192956
[pid=20778] ppid=20776 vsize=13600 CPUtime=0.03
/proc/20778/stat : 20778 (sugar) S 20776 20778 19508 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997015886 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20778/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50234 s]
/proc/loadavg: 1.93 2.00 1.99 3/92 20790
/proc/meminfo: memFree=961696/2055920 swapFree=4180112/4192956
[pid=20778] ppid=20776 vsize=13600 CPUtime=0.03
/proc/20778/stat : 20778 (sugar) S 20776 20778 19508 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997015886 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20778/statm: 3400 796 370 3 0 500 0
[pid=20781] ppid=20778 vsize=5356 CPUtime=0
/proc/20781/stat : 20781 (sh) S 20778 20778 19508 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997015892 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20781/statm: 1339 233 193 169 0 50 0
[pid=20782] ppid=20781 vsize=864644 CPUtime=1.42
/proc/20782/stat : 20782 (java) S 20781 20778 19508 0 -1 0 16473 0 1 0 133 9 0 0 18 0 9 0 1997015892 885395456 15423 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20782/statm: 216161 15423 2528 9 0 210743 0
[pid=20782/tid=20783] ppid=20781 vsize=864644 CPUtime=0.97
/proc/20782/task/20783/stat : 20783 (java) R 20781 20778 19508 0 -1 64 9959 0 1 0 92 5 0 0 25 0 9 0 1997015893 885395456 15423 996147200 134512640 134550740 4294956000 18446744073709551615 4126715019 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20782/tid=20784] ppid=20781 vsize=864644 CPUtime=0.31
/proc/20782/task/20784/stat : 20784 (java) S 20781 20778 19508 0 -1 64 5313 0 0 0 29 2 0 0 16 0 9 0 1997015894 885395456 15423 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20782/tid=20785] ppid=20781 vsize=864644 CPUtime=0
/proc/20782/task/20785/stat : 20785 (java) S 20781 20778 19508 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1997015894 885395456 15423 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20782/tid=20786] ppid=20781 vsize=864644 CPUtime=0
/proc/20782/task/20786/stat : 20786 (java) S 20781 20778 19508 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1997015894 885395456 15423 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20782/tid=20787] ppid=20781 vsize=864644 CPUtime=0
/proc/20782/task/20787/stat : 20787 (java) S 20781 20778 19508 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997015896 885395456 15423 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20782/tid=20788] ppid=20781 vsize=864644 CPUtime=0.12
/proc/20782/task/20788/stat : 20788 (java) S 20781 20778 19508 0 -1 64 502 0 0 0 12 0 0 0 16 0 9 0 1997015896 885395456 15423 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20782/tid=20789] ppid=20781 vsize=864644 CPUtime=0
/proc/20782/task/20789/stat : 20789 (java) S 20781 20778 19508 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997015897 885395456 15423 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20782/tid=20790] ppid=20781 vsize=864644 CPUtime=0
/proc/20782/task/20790/stat : 20790 (java) S 20781 20778 19508 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997015897 885395456 15423 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883600

[startup+3.10293 s]
/proc/loadavg: 1.93 2.00 1.99 5/92 20800
/proc/meminfo: memFree=983136/2055920 swapFree=4180112/4192956
[pid=20778] ppid=20776 vsize=13600 CPUtime=1.73
/proc/20778/stat : 20778 (sugar) S 20776 20778 19508 0 -1 4194304 973 17081 0 1 3 0 160 10 16 0 1 0 1997015886 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20778/statm: 3400 797 370 3 0 500 0
[pid=20791] ppid=20778 vsize=5356 CPUtime=0
/proc/20791/stat : 20791 (sh) S 20778 20778 19508 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997016070 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20791/statm: 1339 233 193 169 0 50 0
[pid=20792] ppid=20791 vsize=864088 CPUtime=1.24
/proc/20792/stat : 20792 (java) S 20791 20778 19508 0 -1 0 10796 0 1 0 119 5 0 0 18 0 9 0 1997016070 884826112 9739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20792/statm: 216022 9739 2532 9 0 210604 0
[pid=20792/tid=20793] ppid=20791 vsize=864088 CPUtime=0.78
/proc/20792/task/20793/stat : 20793 (java) R 20791 20778 19508 0 -1 64 2595 0 1 0 77 1 0 0 24 0 9 0 1997016071 884826112 9739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20794] ppid=20791 vsize=864088 CPUtime=0.37
/proc/20792/task/20794/stat : 20794 (java) R 20791 20778 19508 0 -1 64 7176 0 0 0 35 2 0 0 16 0 9 0 1997016072 884826112 9739 996147200 134512640 134550740 4294955952 18446744073709551615 102722987 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20795] ppid=20791 vsize=864088 CPUtime=0
/proc/20792/task/20795/stat : 20795 (java) S 20791 20778 19508 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1997016072 884826112 9739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20796] ppid=20791 vsize=864088 CPUtime=0
/proc/20792/task/20796/stat : 20796 (java) S 20791 20778 19508 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997016072 884826112 9739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20797] ppid=20791 vsize=864088 CPUtime=0
/proc/20792/task/20797/stat : 20797 (java) S 20791 20778 19508 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997016074 884826112 9739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20798] ppid=20791 vsize=864088 CPUtime=0.06
/proc/20792/task/20798/stat : 20798 (java) S 20791 20778 19508 0 -1 64 327 0 0 0 6 0 0 0 16 0 9 0 1997016074 884826112 9739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20799] ppid=20791 vsize=864088 CPUtime=0
/proc/20792/task/20799/stat : 20799 (java) S 20791 20778 19508 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997016074 884826112 9739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20800] ppid=20791 vsize=864088 CPUtime=0
/proc/20792/task/20800/stat : 20800 (java) S 20791 20778 19508 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997016074 884826112 9739 996147200 134512640 134550740 4294955952 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) 883044

[startup+6.30209 s]
/proc/loadavg: 1.94 2.00 1.99 3/92 20800
/proc/meminfo: memFree=906976/2055920 swapFree=4180112/4192956
[pid=20778] ppid=20776 vsize=13600 CPUtime=1.73
/proc/20778/stat : 20778 (sugar) S 20776 20778 19508 0 -1 4194304 973 17081 0 1 3 0 160 10 16 0 1 0 1997015886 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20778/statm: 3400 797 370 3 0 500 0
[pid=20791] ppid=20778 vsize=5356 CPUtime=0
/proc/20791/stat : 20791 (sh) S 20778 20778 19508 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997016070 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20791/statm: 1339 233 193 169 0 50 0
[pid=20792] ppid=20791 vsize=868420 CPUtime=4.4
/proc/20792/stat : 20792 (java) S 20791 20778 19508 0 -1 0 32164 0 1 0 426 14 0 0 18 0 9 0 1997016070 889262080 29653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20792/statm: 217105 29653 2540 9 0 211680 0
[pid=20792/tid=20793] ppid=20791 vsize=868420 CPUtime=2.14
/proc/20792/task/20793/stat : 20793 (java) R 20791 20778 19508 0 -1 64 3659 0 1 0 212 2 0 0 25 0 9 0 1997016071 889262080 29653 996147200 134512640 134550740 4294955952 18446744073709551615 4126592109 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20794] ppid=20791 vsize=868420 CPUtime=2.06
/proc/20792/task/20794/stat : 20794 (java) S 20791 20778 19508 0 -1 64 26369 0 0 0 196 10 0 0 16 0 9 0 1997016072 889262080 29653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20795] ppid=20791 vsize=868420 CPUtime=0
/proc/20792/task/20795/stat : 20795 (java) S 20791 20778 19508 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997016072 889262080 29653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20796] ppid=20791 vsize=868420 CPUtime=0
/proc/20792/task/20796/stat : 20796 (java) S 20791 20778 19508 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997016072 889262080 29653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20797] ppid=20791 vsize=868420 CPUtime=0
/proc/20792/task/20797/stat : 20797 (java) S 20791 20778 19508 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997016074 889262080 29653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20798] ppid=20791 vsize=868420 CPUtime=0.18
/proc/20792/task/20798/stat : 20798 (java) S 20791 20778 19508 0 -1 64 1438 0 0 0 18 0 0 0 16 0 9 0 1997016074 889262080 29653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20799] ppid=20791 vsize=868420 CPUtime=0
/proc/20792/task/20799/stat : 20799 (java) S 20791 20778 19508 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997016074 889262080 29653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20800] ppid=20791 vsize=868420 CPUtime=0
/proc/20792/task/20800/stat : 20800 (java) S 20791 20778 19508 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997016074 889262080 29653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 887376

[startup+12.7014 s]
/proc/loadavg: 1.94 2.00 1.99 3/92 20800
/proc/meminfo: memFree=754784/2055920 swapFree=4180112/4192956
[pid=20778] ppid=20776 vsize=13600 CPUtime=1.73
/proc/20778/stat : 20778 (sugar) S 20776 20778 19508 0 -1 4194304 973 17081 0 1 3 0 160 10 16 0 1 0 1997015886 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20778/statm: 3400 797 370 3 0 500 0
[pid=20791] ppid=20778 vsize=5356 CPUtime=0
/proc/20791/stat : 20791 (sh) S 20778 20778 19508 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997016070 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20791/statm: 1339 233 193 169 0 50 0
[pid=20792] ppid=20791 vsize=868420 CPUtime=10.74
/proc/20792/stat : 20792 (java) S 20791 20778 19508 0 -1 0 90448 0 1 0 1036 38 0 0 18 0 9 0 1997016070 889262080 67680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20792/statm: 217105 67680 2540 9 0 211680 0
[pid=20792/tid=20793] ppid=20791 vsize=868420 CPUtime=4.43
/proc/20792/task/20793/stat : 20793 (java) R 20791 20778 19508 0 -1 64 5702 0 1 0 441 2 0 0 25 0 9 0 1997016071 889262080 67680 996147200 134512640 134550740 4294955952 18446744073709551615 101444378 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20794] ppid=20791 vsize=868420 CPUtime=6.08
/proc/20792/task/20794/stat : 20794 (java) S 20791 20778 19508 0 -1 64 82602 0 0 0 574 34 0 0 16 0 9 0 1997016072 889262080 67680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20795] ppid=20791 vsize=868420 CPUtime=0
/proc/20792/task/20795/stat : 20795 (java) S 20791 20778 19508 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997016072 889262080 67680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20796] ppid=20791 vsize=868420 CPUtime=0
/proc/20792/task/20796/stat : 20796 (java) S 20791 20778 19508 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997016072 889262080 67680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20797] ppid=20791 vsize=868420 CPUtime=0
/proc/20792/task/20797/stat : 20797 (java) S 20791 20778 19508 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997016074 889262080 67680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20798] ppid=20791 vsize=868420 CPUtime=0.19
/proc/20792/task/20798/stat : 20798 (java) S 20791 20778 19508 0 -1 64 1446 0 0 0 19 0 0 0 16 0 9 0 1997016074 889262080 67680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20799] ppid=20791 vsize=868420 CPUtime=0
/proc/20792/task/20799/stat : 20799 (java) S 20791 20778 19508 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997016074 889262080 67680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20800] ppid=20791 vsize=868420 CPUtime=0
/proc/20792/task/20800/stat : 20800 (java) S 20791 20778 19508 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997016074 889262080 67680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 887376

[startup+25.5021 s]
/proc/loadavg: 2.02 2.01 2.00 3/92 20800
/proc/meminfo: memFree=715808/2055920 swapFree=4180112/4192956
[pid=20778] ppid=20776 vsize=13600 CPUtime=1.73
/proc/20778/stat : 20778 (sugar) S 20776 20778 19508 0 -1 4194304 974 17081 0 1 3 0 160 10 16 0 1 0 1997015886 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20778/statm: 3400 797 370 3 0 500 0
[pid=20791] ppid=20778 vsize=5356 CPUtime=0
/proc/20791/stat : 20791 (sh) S 20778 20778 19508 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997016070 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20791/statm: 1339 233 193 169 0 50 0
[pid=20792] ppid=20791 vsize=868532 CPUtime=23.42
/proc/20792/stat : 20792 (java) S 20791 20778 19508 0 -1 0 95064 0 1 0 2294 48 0 0 18 0 9 0 1997016070 889376768 68215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20792/statm: 217133 68215 2565 9 0 211680 0
[pid=20792/tid=20793] ppid=20791 vsize=868532 CPUtime=15.55
/proc/20792/task/20793/stat : 20793 (java) R 20791 20778 19508 0 -1 64 5812 0 1 0 1546 9 0 0 25 0 9 0 1997016071 889376768 68215 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20794] ppid=20791 vsize=868532 CPUtime=7.6
/proc/20792/task/20794/stat : 20794 (java) S 20791 20778 19508 0 -1 64 87073 0 0 0 723 37 0 0 16 0 9 0 1997016072 889376768 68215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20795] ppid=20791 vsize=868532 CPUtime=0
/proc/20792/task/20795/stat : 20795 (java) S 20791 20778 19508 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997016072 889376768 68215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20796] ppid=20791 vsize=868532 CPUtime=0
/proc/20792/task/20796/stat : 20796 (java) S 20791 20778 19508 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997016072 889376768 68215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/20791/stat : 20791 (sh) S 20778 20778 19508 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997016070 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20791/statm: 1339 233 193 169 0 50 0
[pid=20792] ppid=20791 vsize=868532 CPUtime=1646.76
/proc/20792/stat : 20792 (java) S 20791 20778 19508 0 -1 0 127282 0 1 0 164575 101 0 0 18 0 9 0 1997016070 889376768 95672 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20792/statm: 217133 95672 2565 9 0 211680 0
[pid=20792/tid=20793] ppid=20791 vsize=868532 CPUtime=1634.44
/proc/20792/task/20793/stat : 20793 (java) R 20791 20778 19508 0 -1 64 6557 0 1 0 163397 47 0 0 25 0 9 0 1997016071 889376768 95672 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20794] ppid=20791 vsize=868532 CPUtime=12.02
/proc/20792/task/20794/stat : 20794 (java) S 20791 20778 19508 0 -1 64 118534 0 0 0 1150 52 0 0 16 0 9 0 1997016072 889376768 95672 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20795] ppid=20791 vsize=868532 CPUtime=0
/proc/20792/task/20795/stat : 20795 (java) S 20791 20778 19508 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997016072 889376768 95672 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20796] ppid=20791 vsize=868532 CPUtime=0
/proc/20792/task/20796/stat : 20796 (java) S 20791 20778 19508 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997016072 889376768 95672 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20797] ppid=20791 vsize=868532 CPUtime=0
/proc/20792/task/20797/stat : 20797 (java) S 20791 20778 19508 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997016074 889376768 95672 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20798] ppid=20791 vsize=868532 CPUtime=0.26
/proc/20792/task/20798/stat : 20798 (java) S 20791 20778 19508 0 -1 64 1493 0 0 0 26 0 0 0 16 0 9 0 1997016074 889376768 95672 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20799] ppid=20791 vsize=868532 CPUtime=0
/proc/20792/task/20799/stat : 20799 (java) S 20791 20778 19508 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997016074 889376768 95672 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20800] ppid=20791 vsize=868532 CPUtime=0
/proc/20792/task/20800/stat : 20800 (java) S 20791 20778 19508 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997016074 889376768 95672 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1648.5
Current children cumulated vsize (KiB) 887488

[startup+1722.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/92 21063
/proc/meminfo: memFree=515744/2055920 swapFree=4180112/4192956
[pid=20778] ppid=20776 vsize=13600 CPUtime=1.74
/proc/20778/stat : 20778 (sugar) S 20776 20778 19508 0 -1 4194304 974 17081 0 1 4 0 160 10 15 0 1 0 1997015886 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20778/statm: 3400 797 370 3 0 500 0
[pid=20791] ppid=20778 vsize=5356 CPUtime=0
/proc/20791/stat : 20791 (sh) S 20778 20778 19508 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997016070 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20791/statm: 1339 233 193 169 0 50 0
[pid=20792] ppid=20791 vsize=868532 CPUtime=1706.2
/proc/20792/stat : 20792 (java) S 20791 20778 19508 0 -1 0 127373 0 1 0 170497 123 0 0 18 0 9 0 1997016070 889376768 95700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20792/statm: 217133 95700 2565 9 0 211680 0
[pid=20792/tid=20793] ppid=20791 vsize=868532 CPUtime=1693.48
/proc/20792/task/20793/stat : 20793 (java) R 20791 20778 19508 0 -1 64 6620 0 1 0 169279 69 0 0 25 0 9 0 1997016071 889376768 95700 996147200 134512640 134550740 4294955952 18446744073709551615 4126640994 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20794] ppid=20791 vsize=868532 CPUtime=12.42
/proc/20792/task/20794/stat : 20794 (java) S 20791 20778 19508 0 -1 64 118562 0 0 0 1190 52 0 0 16 0 9 0 1997016072 889376768 95700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20795] ppid=20791 vsize=868532 CPUtime=0
/proc/20792/task/20795/stat : 20795 (java) S 20791 20778 19508 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997016072 889376768 95700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20796] ppid=20791 vsize=868532 CPUtime=0
/proc/20792/task/20796/stat : 20796 (java) S 20791 20778 19508 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997016072 889376768 95700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20797] ppid=20791 vsize=868532 CPUtime=0
/proc/20792/task/20797/stat : 20797 (java) S 20791 20778 19508 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997016074 889376768 95700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20798] ppid=20791 vsize=868532 CPUtime=0.26
/proc/20792/task/20798/stat : 20798 (java) S 20791 20778 19508 0 -1 64 1493 0 0 0 26 0 0 0 16 0 9 0 1997016074 889376768 95700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20799] ppid=20791 vsize=868532 CPUtime=0
/proc/20792/task/20799/stat : 20799 (java) S 20791 20778 19508 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997016074 889376768 95700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20800] ppid=20791 vsize=868532 CPUtime=0
/proc/20792/task/20800/stat : 20800 (java) S 20791 20778 19508 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997016074 889376768 95700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1707.94
Current children cumulated vsize (KiB) 887488

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/92 21063
/proc/meminfo: memFree=515616/2055920 swapFree=4180112/4192956
[pid=20778] ppid=20776 vsize=13600 CPUtime=1.74
/proc/20778/stat : 20778 (sugar) S 20776 20778 19508 0 -1 4194304 974 17081 0 1 4 0 160 10 15 0 1 0 1997015886 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20778/statm: 3400 797 370 3 0 500 0
[pid=20791] ppid=20778 vsize=5356 CPUtime=0
/proc/20791/stat : 20791 (sh) S 20778 20778 19508 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997016070 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20791/statm: 1339 233 193 169 0 50 0
[pid=20792] ppid=20791 vsize=868532 CPUtime=1765.65
/proc/20792/stat : 20792 (java) S 20791 20778 19508 0 -1 0 127373 0 1 0 176442 123 0 0 18 0 9 0 1997016070 889376768 95700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20792/statm: 217133 95700 2565 9 0 211680 0
[pid=20792/tid=20793] ppid=20791 vsize=868532 CPUtime=1752.94
/proc/20792/task/20793/stat : 20793 (java) R 20791 20778 19508 0 -1 64 6620 0 1 0 175225 69 0 0 25 0 9 0 1997016071 889376768 95700 996147200 134512640 134550740 4294955952 18446744073709551615 4126959808 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20794] ppid=20791 vsize=868532 CPUtime=12.42
/proc/20792/task/20794/stat : 20794 (java) S 20791 20778 19508 0 -1 64 118562 0 0 0 1190 52 0 0 16 0 9 0 1997016072 889376768 95700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20795] ppid=20791 vsize=868532 CPUtime=0
/proc/20792/task/20795/stat : 20795 (java) S 20791 20778 19508 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997016072 889376768 95700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20796] ppid=20791 vsize=868532 CPUtime=0
/proc/20792/task/20796/stat : 20796 (java) S 20791 20778 19508 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997016072 889376768 95700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20797] ppid=20791 vsize=868532 CPUtime=0
/proc/20792/task/20797/stat : 20797 (java) S 20791 20778 19508 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997016074 889376768 95700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20798] ppid=20791 vsize=868532 CPUtime=0.26
/proc/20792/task/20798/stat : 20798 (java) S 20791 20778 19508 0 -1 64 1493 0 0 0 26 0 0 0 16 0 9 0 1997016074 889376768 95700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20799] ppid=20791 vsize=868532 CPUtime=0
/proc/20792/task/20799/stat : 20799 (java) S 20791 20778 19508 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997016074 889376768 95700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20800] ppid=20791 vsize=868532 CPUtime=0
/proc/20792/task/20800/stat : 20800 (java) S 20791 20778 19508 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997016074 889376768 95700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1767.39
Current children cumulated vsize (KiB) 887488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/92 21063
/proc/meminfo: memFree=515616/2055920 swapFree=4180112/4192956
[pid=20778] ppid=20776 vsize=13600 CPUtime=1.74
/proc/20778/stat : 20778 (sugar) S 20776 20778 19508 0 -1 4194304 974 17081 0 1 4 0 160 10 15 0 1 0 1997015886 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20778/statm: 3400 797 370 3 0 500 0
[pid=20791] ppid=20778 vsize=5356 CPUtime=0
/proc/20791/stat : 20791 (sh) S 20778 20778 19508 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997016070 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20791/statm: 1339 233 193 169 0 50 0
[pid=20792] ppid=20791 vsize=868532 CPUtime=1798.33
/proc/20792/stat : 20792 (java) S 20791 20778 19508 0 -1 0 127373 0 1 0 179710 123 0 0 18 0 9 0 1997016070 889376768 95700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20792/statm: 217133 95700 2565 9 0 211680 0
[pid=20792/tid=20793] ppid=20791 vsize=868532 CPUtime=1785.61
/proc/20792/task/20793/stat : 20793 (java) R 20791 20778 19508 0 -1 64 6620 0 1 0 178492 69 0 0 25 0 9 0 1997016071 889376768 95700 996147200 134512640 134550740 4294955952 18446744073709551615 4125952119 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20794] ppid=20791 vsize=868532 CPUtime=12.42
/proc/20792/task/20794/stat : 20794 (java) S 20791 20778 19508 0 -1 64 118562 0 0 0 1190 52 0 0 16 0 9 0 1997016072 889376768 95700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20795] ppid=20791 vsize=868532 CPUtime=0
/proc/20792/task/20795/stat : 20795 (java) S 20791 20778 19508 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997016072 889376768 95700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20796] ppid=20791 vsize=868532 CPUtime=0
/proc/20792/task/20796/stat : 20796 (java) S 20791 20778 19508 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997016072 889376768 95700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20797] ppid=20791 vsize=868532 CPUtime=0
/proc/20792/task/20797/stat : 20797 (java) S 20791 20778 19508 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997016074 889376768 95700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20798] ppid=20791 vsize=868532 CPUtime=0.26
/proc/20792/task/20798/stat : 20798 (java) S 20791 20778 19508 0 -1 64 1493 0 0 0 26 0 0 0 16 0 9 0 1997016074 889376768 95700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20799] ppid=20791 vsize=868532 CPUtime=0
/proc/20792/task/20799/stat : 20799 (java) S 20791 20778 19508 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997016074 889376768 95700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20800] ppid=20791 vsize=868532 CPUtime=0
/proc/20792/task/20800/stat : 20800 (java) S 20791 20778 19508 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997016074 889376768 95700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 887488

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

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

[startup+1815.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/92 21063
/proc/meminfo: memFree=515616/2055920 swapFree=4180112/4192956
[pid=20778] ppid=20776 vsize=13600 CPUtime=1.74
/proc/20778/stat : 20778 (sugar) S 20776 20778 19508 0 -1 4194304 974 17081 0 1 4 0 160 10 15 0 1 0 1997015886 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20778/statm: 3400 797 370 3 0 500 0
[pid=20791] ppid=20778 vsize=5356 CPUtime=0
/proc/20791/stat : 20791 (sh) S 20778 20778 19508 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997016070 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20791/statm: 1339 233 193 169 0 50 0
[pid=20792] ppid=20791 vsize=868532 CPUtime=1798.33
/proc/20792/stat : 20792 (java) S 20791 20778 19508 0 -1 0 127373 0 1 0 179710 123 0 0 18 0 9 0 1997016070 889376768 95700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20792/statm: 217133 95700 2565 9 0 211680 0
[pid=20792/tid=20793] ppid=20791 vsize=868532 CPUtime=1785.61
/proc/20792/task/20793/stat : 20793 (java) R 20791 20778 19508 0 -1 64 6620 0 1 0 178492 69 0 0 25 0 9 0 1997016071 889376768 95700 996147200 134512640 134550740 4294955952 18446744073709551615 4125952119 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20794] ppid=20791 vsize=868532 CPUtime=12.42
/proc/20792/task/20794/stat : 20794 (java) S 20791 20778 19508 0 -1 64 118562 0 0 0 1190 52 0 0 16 0 9 0 1997016072 889376768 95700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20795] ppid=20791 vsize=868532 CPUtime=0
/proc/20792/task/20795/stat : 20795 (java) S 20791 20778 19508 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997016072 889376768 95700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20796] ppid=20791 vsize=868532 CPUtime=0
/proc/20792/task/20796/stat : 20796 (java) S 20791 20778 19508 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997016072 889376768 95700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20797] ppid=20791 vsize=868532 CPUtime=0
/proc/20792/task/20797/stat : 20797 (java) S 20791 20778 19508 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997016074 889376768 95700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20798] ppid=20791 vsize=868532 CPUtime=0.26
/proc/20792/task/20798/stat : 20798 (java) S 20791 20778 19508 0 -1 64 1493 0 0 0 26 0 0 0 16 0 9 0 1997016074 889376768 95700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20799] ppid=20791 vsize=868532 CPUtime=0
/proc/20792/task/20799/stat : 20799 (java) S 20791 20778 19508 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997016074 889376768 95700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20792/tid=20800] ppid=20791 vsize=868532 CPUtime=0
/proc/20792/task/20800/stat : 20800 (java) S 20791 20778 19508 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997016074 889376768 95700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 887488

Child status: 0

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

Real time (s): 1815.39
CPU time (s): 1800.07
CPU user time (s): 1798.74
CPU system time (s): 1.33
CPU usage (%): 99.1563
Max. virtual memory (cumulated for all children) (KiB): 913492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.64975
system time used= 0.118981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18386
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= 1109
involuntary context switches= 918

runsolver used 2.02369 second user time and 6.33004 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-04 16:06:53
IDJOB=1075247
IDBENCH=56494
IDSOLVER=345
FILE ID=node16/1075247-1215180413
PBS_JOBID= 7881532
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/ogdHerald/normalized-crossword-m1-ogd-15-02.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-1075247-1215180413/watcher-1075247-1215180413 -o /tmp/evaluation-result-1075247-1215180413/solver-1075247-1215180413 -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-1075247-1215180413.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8345036d237c01352338a89cada9123b
RANDOM SEED=1852185310

node16.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.213
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.213
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:        995224 kB
Buffers:         58412 kB
Cached:         172896 kB
SwapCached:       7100 kB
Active:         899456 kB
Inactive:       105484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        995224 kB
SwapTotal:     4192956 kB
SwapFree:      4180112 kB
Dirty:            4620 kB
Writeback:           0 kB
Mapped:         789316 kB
Slab:            39416 kB
Committed_AS:  4212984 kB
PageTables:       3376 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= 66556 MiB
End job on node16 at 2008-07-04 16:37:10