Trace number 1075821

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+minisat? (TO) 1800.01 1817.3

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg15-16_ext.xml
MD5SUM4f3042aa38b38c92d5b9f4103bbcfb99
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.08883
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints31
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension31
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 16:33:53 2008
0.00/0.05	c 0	PID 15411
0.00/0.05	c 0	HOST node22.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1075821-1215182033.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-1075821-1215182033.xml' 'HOME/temp.csp'
0.03/0.77	c 1	1 domains, 240 variables, 0 predicates, 2 relations, 31 constraints
0.03/0.79	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.79	c 1	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'
0.74/0.87	c 1	Parsing HOME/temp.csp
1.32/1.47	c 2	parsed 274 expressions
1.32/1.48	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.32/1.48	c 2	Converting to clausal form CSP
1.41/1.50	c 2	converted 28 (10%) expressions
1.41/1.50	c 2	converted 55 (20%) expressions
1.41/1.50	c 2	converted 83 (30%) expressions
1.41/1.50	c 2	converted 110 (40%) expressions
1.41/1.50	c 2	converted 137 (50%) expressions
1.41/1.50	c 2	converted 165 (60%) expressions
1.41/1.50	c 2	converted 192 (70%) expressions
1.41/1.50	c 2	converted 220 (80%) expressions
3.20/3.35	c 4	converted 247 (90%) expressions
10.82/11.08	c 11	converted 274 (100%) expressions
10.82/11.08	c 11	CSP : 240 integers, 0 booleans, 31 clauses, largest domain size 26
10.82/11.08	c 11	Heap : 255 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.82/11.08	c 11	Propagation in CSP
10.82/11.08	c 11	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.82/11.08	c 11	CSP : 240 integers, 0 booleans, 31 clauses, largest domain size 26
10.82/11.08	c 11	Heap : 255 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.82/11.08	c 11	Simplifing CSP by introducing new Boolean variables
10.82/11.08	c 11	CSP : 240 integers, 0 booleans, 31 clauses, largest domain size 26
10.82/11.08	c 11	Heap : 255 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.30/12.54	c 13	Encoding CSP to SAT : HOME/temp.cnf
12.30/12.56	c 13	24 (10%) CSP integer variables are encoded (576 clauses, 6192 bytes)
12.30/12.57	c 13	48 (20%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
12.30/12.57	c 13	72 (30%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
12.30/12.57	c 13	96 (40%) CSP integer variables are encoded (2304 clauses, 27889 bytes)
12.30/12.58	c 13	120 (50%) CSP integer variables are encoded (2880 clauses, 35377 bytes)
12.30/12.58	c 13	144 (60%) CSP integer variables are encoded (3456 clauses, 42865 bytes)
12.30/12.58	c 13	168 (70%) CSP integer variables are encoded (4032 clauses, 50353 bytes)
12.30/12.58	c 13	192 (80%) CSP integer variables are encoded (4608 clauses, 57841 bytes)
12.30/12.58	c 13	216 (90%) CSP integer variables are encoded (5184 clauses, 65329 bytes)
12.30/12.58	c 13	240 (100%) CSP integer variables are encoded (5760 clauses, 72817 bytes)
1423.57/1437.10	c 1437	4 (10%) CSP clauses are encoded (960592 clauses, 99425342 bytes)
1800.01/1817.23	c ERROR INTERRUPTED
1800.01/1817.30	s UNKNOWN
1800.01/1817.30	c 1818	CPU 0.69 (0.03 0 0.66 0.05)
1800.01/1817.30	c 1818	END Fri Jul  4 17:04:11 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-1075821-1215182033/watcher-1075821-1215182033 -o /tmp/evaluation-result-1075821-1215182033/solver-1075821-1215182033 -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/minisat -tmp=HOME/temp HOME/instance-1075821-1215182033.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: 2.00 2.00 2.00 4/81 15411
/proc/meminfo: memFree=1776208/2055920 swapFree=4180256/4192956
[pid=15411] ppid=15409 vsize=12268 CPUtime=0
/proc/15411/stat : 15411 (sugar) R 15409 15411 14088 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 1997177494 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 272467982949 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/15411/statm: 3067 316 241 3 0 167 0

[startup+0.0987479 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15411
/proc/meminfo: memFree=1776208/2055920 swapFree=4180256/4192956
[pid=15411] ppid=15409 vsize=13600 CPUtime=0.03
/proc/15411/stat : 15411 (sugar) S 15409 15411 14088 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997177494 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15411/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10174 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15411
/proc/meminfo: memFree=1776208/2055920 swapFree=4180256/4192956
[pid=15411] ppid=15409 vsize=13600 CPUtime=0.03
/proc/15411/stat : 15411 (sugar) S 15409 15411 14088 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997177494 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15411/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301776 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15411
/proc/meminfo: memFree=1776208/2055920 swapFree=4180256/4192956
[pid=15411] ppid=15409 vsize=13600 CPUtime=0.03
/proc/15411/stat : 15411 (sugar) S 15409 15411 14088 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997177494 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15411/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701839 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15411
/proc/meminfo: memFree=1776208/2055920 swapFree=4180256/4192956
[pid=15411] ppid=15409 vsize=13600 CPUtime=0.03
/proc/15411/stat : 15411 (sugar) S 15409 15411 14088 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997177494 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15411/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50295 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 15433
/proc/meminfo: memFree=1768248/2055920 swapFree=4180256/4192956
[pid=15411] ppid=15409 vsize=13600 CPUtime=0.74
/proc/15411/stat : 15411 (sugar) S 15409 15411 14088 0 -1 4194304 973 8249 0 1 3 0 66 5 15 0 1 0 1997177494 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15411/statm: 3400 797 370 3 0 500 0
[pid=15424] ppid=15411 vsize=5356 CPUtime=0
/proc/15424/stat : 15424 (sh) S 15411 15411 14088 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997177574 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 233 193 169 0 50 0
[pid=15425] ppid=15424 vsize=864240 CPUtime=0.67
/proc/15425/stat : 15425 (java) S 15424 15411 14088 0 -1 0 6374 0 1 0 65 2 0 0 19 0 9 0 1997177574 884981760 5641 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15425/statm: 216060 5641 2540 9 0 210635 0
[pid=15425/tid=15426] ppid=15424 vsize=864240 CPUtime=0.49
/proc/15425/task/15426/stat : 15426 (java) R 15424 15411 14088 0 -1 64 2537 0 1 0 48 1 0 0 21 0 9 0 1997177575 884981760 5641 996147200 134512640 134550740 4294955952 18446744073709551615 4125958999 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15427] ppid=15424 vsize=864240 CPUtime=0.1
/proc/15425/task/15427/stat : 15427 (java) S 15424 15411 14088 0 -1 64 2815 0 0 0 10 0 0 0 16 0 9 0 1997177576 884981760 5641 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15428] ppid=15424 vsize=864240 CPUtime=0
/proc/15425/task/15428/stat : 15428 (java) S 15424 15411 14088 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997177576 884981760 5641 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15429] ppid=15424 vsize=864240 CPUtime=0
/proc/15425/task/15429/stat : 15429 (java) S 15424 15411 14088 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997177576 884981760 5641 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15430] ppid=15424 vsize=864240 CPUtime=0
/proc/15425/task/15430/stat : 15430 (java) S 15424 15411 14088 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997177578 884981760 5641 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15431] ppid=15424 vsize=864240 CPUtime=0.06
/proc/15425/task/15431/stat : 15431 (java) S 15424 15411 14088 0 -1 64 325 0 0 0 6 0 0 0 16 0 9 0 1997177578 884981760 5641 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15432] ppid=15424 vsize=864240 CPUtime=0
/proc/15425/task/15432/stat : 15432 (java) S 15424 15411 14088 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997177578 884981760 5641 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15433] ppid=15424 vsize=864240 CPUtime=0
/proc/15425/task/15433/stat : 15433 (java) S 15424 15411 14088 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997177578 884981760 5641 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883196

[startup+3.10219 s]
/proc/loadavg: 2.08 2.02 2.01 4/92 15433
/proc/meminfo: memFree=1741176/2055920 swapFree=4180256/4192956
[pid=15411] ppid=15409 vsize=13600 CPUtime=0.74
/proc/15411/stat : 15411 (sugar) S 15409 15411 14088 0 -1 4194304 973 8249 0 1 3 0 66 5 15 0 1 0 1997177494 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15411/statm: 3400 797 370 3 0 500 0
[pid=15424] ppid=15411 vsize=5356 CPUtime=0
/proc/15424/stat : 15424 (sh) S 15411 15411 14088 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997177574 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 233 193 169 0 50 0
[pid=15425] ppid=15424 vsize=864348 CPUtime=2.26
/proc/15425/stat : 15425 (java) S 15424 15411 14088 0 -1 0 17746 0 1 0 217 9 0 0 19 0 9 0 1997177574 885092352 16532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15425/statm: 216087 16532 2540 9 0 210662 0
[pid=15425/tid=15426] ppid=15424 vsize=864348 CPUtime=0.98
/proc/15425/task/15426/stat : 15426 (java) R 15424 15411 14088 0 -1 64 3124 0 1 0 97 1 0 0 25 0 9 0 1997177575 885092352 16532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15427] ppid=15424 vsize=864348 CPUtime=1.18
/proc/15425/task/15427/stat : 15427 (java) R 15424 15411 14088 0 -1 64 13592 0 0 0 112 6 0 0 17 0 9 0 1997177576 885092352 16532 996147200 134512640 134550740 4294955952 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15428] ppid=15424 vsize=864348 CPUtime=0
/proc/15425/task/15428/stat : 15428 (java) S 15424 15411 14088 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997177576 885092352 16532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15429] ppid=15424 vsize=864348 CPUtime=0
/proc/15425/task/15429/stat : 15429 (java) S 15424 15411 14088 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997177576 885092352 16532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15430] ppid=15424 vsize=864348 CPUtime=0
/proc/15425/task/15430/stat : 15430 (java) S 15424 15411 14088 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997177578 885092352 16532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15431] ppid=15424 vsize=864348 CPUtime=0.07
/proc/15425/task/15431/stat : 15431 (java) S 15424 15411 14088 0 -1 64 333 0 0 0 7 0 0 0 16 0 9 0 1997177578 885092352 16532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15432] ppid=15424 vsize=864348 CPUtime=0
/proc/15425/task/15432/stat : 15432 (java) S 15424 15411 14088 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997177578 885092352 16532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15433] ppid=15424 vsize=864348 CPUtime=0
/proc/15425/task/15433/stat : 15433 (java) S 15424 15411 14088 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997177578 885092352 16532 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) 883304

[startup+6.30239 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 15433
/proc/meminfo: memFree=1638072/2055920 swapFree=4180256/4192956
[pid=15411] ppid=15409 vsize=13600 CPUtime=0.74
/proc/15411/stat : 15411 (sugar) S 15409 15411 14088 0 -1 4194304 973 8249 0 1 3 0 66 5 16 0 1 0 1997177494 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15411/statm: 3400 797 370 3 0 500 0
[pid=15424] ppid=15411 vsize=5356 CPUtime=0
/proc/15424/stat : 15424 (sh) S 15411 15411 14088 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997177574 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 233 193 169 0 50 0
[pid=15425] ppid=15424 vsize=864348 CPUtime=5.43
/proc/15425/stat : 15425 (java) S 15424 15411 14088 0 -1 0 47467 0 1 0 519 24 0 0 19 0 9 0 1997177574 885092352 35673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15425/statm: 216087 35673 2540 9 0 210662 0
[pid=15425/tid=15426] ppid=15424 vsize=864348 CPUtime=1.82
/proc/15425/task/15426/stat : 15426 (java) S 15424 15411 14088 0 -1 64 4424 0 1 0 180 2 0 0 17 0 9 0 1997177575 885092352 35673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15427] ppid=15424 vsize=864348 CPUtime=3.51
/proc/15425/task/15427/stat : 15427 (java) R 15424 15411 14088 0 -1 64 42013 0 0 0 331 20 0 0 25 0 9 0 1997177576 885092352 35673 996147200 134512640 134550740 4294955952 18446744073709551615 104185430 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15428] ppid=15424 vsize=864348 CPUtime=0
/proc/15425/task/15428/stat : 15428 (java) S 15424 15411 14088 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997177576 885092352 35673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15429] ppid=15424 vsize=864348 CPUtime=0
/proc/15425/task/15429/stat : 15429 (java) S 15424 15411 14088 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997177576 885092352 35673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15430] ppid=15424 vsize=864348 CPUtime=0
/proc/15425/task/15430/stat : 15430 (java) S 15424 15411 14088 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997177578 885092352 35673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15431] ppid=15424 vsize=864348 CPUtime=0.07
/proc/15425/task/15431/stat : 15431 (java) S 15424 15411 14088 0 -1 64 333 0 0 0 7 0 0 0 16 0 9 0 1997177578 885092352 35673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15432] ppid=15424 vsize=864348 CPUtime=0
/proc/15425/task/15432/stat : 15432 (java) S 15424 15411 14088 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997177578 885092352 35673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15433] ppid=15424 vsize=864348 CPUtime=0
/proc/15425/task/15433/stat : 15433 (java) S 15424 15411 14088 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997177578 885092352 35673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 883304

[startup+12.7026 s]
/proc/loadavg: 2.14 2.03 2.01 3/92 15433
/proc/meminfo: memFree=1494648/2055920 swapFree=4180256/4192956
[pid=15411] ppid=15409 vsize=13600 CPUtime=0.74
/proc/15411/stat : 15411 (sugar) S 15409 15411 14088 0 -1 4194304 974 8249 0 1 3 0 66 5 16 0 1 0 1997177494 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15411/statm: 3400 797 370 3 0 500 0
[pid=15424] ppid=15411 vsize=5356 CPUtime=0
/proc/15424/stat : 15424 (sh) S 15411 15411 14088 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997177574 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 233 193 169 0 50 0
[pid=15425] ppid=15424 vsize=864460 CPUtime=11.76
/proc/15425/stat : 15425 (java) S 15424 15411 14088 0 -1 0 99936 0 1 0 1123 53 0 0 19 0 9 0 1997177574 885207040 72501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15425/statm: 216115 72501 2564 9 0 210662 0
[pid=15425/tid=15426] ppid=15424 vsize=864460 CPUtime=3.48
/proc/15425/task/15426/stat : 15426 (java) R 15424 15411 14088 0 -1 64 6022 0 1 0 345 3 0 0 18 0 9 0 1997177575 885207040 72501 996147200 134512640 134550740 4294955952 18446744073709551615 104455045 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15427] ppid=15424 vsize=864460 CPUtime=8.16
/proc/15425/task/15427/stat : 15427 (java) R 15424 15411 14088 0 -1 64 92875 0 0 0 768 48 0 0 24 0 9 0 1997177576 885207040 72501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15428] ppid=15424 vsize=864460 CPUtime=0
/proc/15425/task/15428/stat : 15428 (java) S 15424 15411 14088 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997177576 885207040 72501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15429] ppid=15424 vsize=864460 CPUtime=0
/proc/15425/task/15429/stat : 15429 (java) S 15424 15411 14088 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997177576 885207040 72501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15430] ppid=15424 vsize=864460 CPUtime=0
/proc/15425/task/15430/stat : 15430 (java) S 15424 15411 14088 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997177578 885207040 72501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15431] ppid=15424 vsize=864460 CPUtime=0.08
/proc/15425/task/15431/stat : 15431 (java) S 15424 15411 14088 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 1997177578 885207040 72501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15432] ppid=15424 vsize=864460 CPUtime=0
/proc/15425/task/15432/stat : 15432 (java) S 15424 15411 14088 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997177578 885207040 72501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15433] ppid=15424 vsize=864460 CPUtime=0
/proc/15425/task/15433/stat : 15433 (java) S 15424 15411 14088 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997177578 885207040 72501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 883416

[startup+25.5062 s]
/proc/loadavg: 2.12 2.03 2.01 3/92 15433
/proc/meminfo: memFree=1481144/2055920 swapFree=4180256/4192956
[pid=15411] ppid=15409 vsize=13600 CPUtime=0.74
/proc/15411/stat : 15411 (sugar) S 15409 15411 14088 0 -1 4194304 974 8249 0 1 3 0 66 5 16 0 1 0 1997177494 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15411/statm: 3400 797 370 3 0 500 0
[pid=15424] ppid=15411 vsize=5356 CPUtime=0
/proc/15424/stat : 15424 (sh) S 15411 15411 14088 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997177574 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 233 193 169 0 50 0
[pid=15425] ppid=15424 vsize=864460 CPUtime=24.42
/proc/15425/stat : 15425 (java) S 15424 15411 14088 0 -1 0 102704 0 1 0 2388 54 0 0 19 0 9 0 1997177574 885207040 75257 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15425/statm: 216115 75257 2564 9 0 210662 0
[pid=15425/tid=15426] ppid=15424 vsize=864460 CPUtime=16.01
/proc/15425/task/15426/stat : 15426 (java) R 15424 15411 14088 0 -1 64 6299 0 1 0 1598 3 0 0 25 0 9 0 1997177575 885207040 75257 996147200 134512640 134550740 4294955952 18446744073709551615 4126612709 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15427] ppid=15424 vsize=864460 CPUtime=8.28
/proc/15425/task/15427/stat : 15427 (java) S 15424 15411 14088 0 -1 64 95356 0 0 0 779 49 0 0 16 0 9 0 1997177576 885207040 75257 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15428] ppid=15424 vsize=864460 CPUtime=0
/proc/15425/task/15428/stat : 15428 (java) S 15424 15411 14088 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997177576 885207040 75257 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15429] ppid=15424 vsize=864460 CPUtime=0
/proc/15425/task/15429/stat : 15429 (java) S 15424 15411 14088 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997177576 885207040 75257 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/15424/stat : 15424 (sh) S 15411 15411 14088 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997177574 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 233 193 169 0 50 0
[pid=15425] ppid=15424 vsize=864460 CPUtime=1586.44
/proc/15425/stat : 15425 (java) S 15424 15411 14088 0 -1 0 149769 0 1 0 158503 141 0 0 19 0 9 0 1997177574 885207040 116043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15425/statm: 216115 116043 2564 9 0 210662 0
[pid=15425/tid=15426] ppid=15424 vsize=864460 CPUtime=1573.52
/proc/15425/task/15426/stat : 15426 (java) R 15424 15411 14088 0 -1 64 6756 0 1 0 157283 69 0 0 25 0 9 0 1997177575 885207040 116043 996147200 134512640 134550740 4294955952 18446744073709551615 4126612672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15427] ppid=15424 vsize=864460 CPUtime=12.78
/proc/15425/task/15427/stat : 15427 (java) S 15424 15411 14088 0 -1 64 141957 0 0 0 1207 71 0 0 16 0 9 0 1997177576 885207040 116043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15428] ppid=15424 vsize=864460 CPUtime=0
/proc/15425/task/15428/stat : 15428 (java) S 15424 15411 14088 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997177576 885207040 116043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15429] ppid=15424 vsize=864460 CPUtime=0
/proc/15425/task/15429/stat : 15429 (java) S 15424 15411 14088 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997177576 885207040 116043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15430] ppid=15424 vsize=864460 CPUtime=0
/proc/15425/task/15430/stat : 15430 (java) S 15424 15411 14088 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997177578 885207040 116043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15431] ppid=15424 vsize=864460 CPUtime=0.11
/proc/15425/task/15431/stat : 15431 (java) S 15424 15411 14088 0 -1 64 359 0 0 0 11 0 0 0 16 0 9 0 1997177578 885207040 116043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15432] ppid=15424 vsize=864460 CPUtime=0
/proc/15425/task/15432/stat : 15432 (java) S 15424 15411 14088 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997177578 885207040 116043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15433] ppid=15424 vsize=864460 CPUtime=0
/proc/15425/task/15433/stat : 15433 (java) S 15424 15411 14088 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997177578 885207040 116043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1587.18
Current children cumulated vsize (KiB) 883416

[startup+1662.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/93 15490
/proc/meminfo: memFree=536632/2055920 swapFree=4180256/4192956
[pid=15411] ppid=15409 vsize=13600 CPUtime=0.74
/proc/15411/stat : 15411 (sugar) S 15409 15411 14088 0 -1 4194304 974 8249 0 1 3 0 66 5 16 0 1 0 1997177494 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15411/statm: 3400 797 370 3 0 500 0
[pid=15424] ppid=15411 vsize=5356 CPUtime=0
/proc/15424/stat : 15424 (sh) S 15411 15411 14088 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997177574 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 233 193 169 0 50 0
[pid=15425] ppid=15424 vsize=864460 CPUtime=1645.86
/proc/15425/stat : 15425 (java) S 15424 15411 14088 0 -1 0 149901 0 1 0 164444 142 0 0 19 0 9 0 1997177574 885207040 116161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15425/statm: 216115 116161 2564 9 0 210662 0
[pid=15425/tid=15426] ppid=15424 vsize=864460 CPUtime=1632.71
/proc/15425/task/15426/stat : 15426 (java) R 15424 15411 14088 0 -1 64 6770 0 1 0 163202 69 0 0 25 0 9 0 1997177575 885207040 116161 996147200 134512640 134550740 4294955952 18446744073709551615 4126612685 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15427] ppid=15424 vsize=864460 CPUtime=13
/proc/15425/task/15427/stat : 15427 (java) S 15424 15411 14088 0 -1 64 142075 0 0 0 1229 71 0 0 16 0 9 0 1997177576 885207040 116161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15428] ppid=15424 vsize=864460 CPUtime=0
/proc/15425/task/15428/stat : 15428 (java) S 15424 15411 14088 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997177576 885207040 116161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15429] ppid=15424 vsize=864460 CPUtime=0
/proc/15425/task/15429/stat : 15429 (java) S 15424 15411 14088 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997177576 885207040 116161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15430] ppid=15424 vsize=864460 CPUtime=0
/proc/15425/task/15430/stat : 15430 (java) S 15424 15411 14088 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997177578 885207040 116161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15431] ppid=15424 vsize=864460 CPUtime=0.11
/proc/15425/task/15431/stat : 15431 (java) S 15424 15411 14088 0 -1 64 359 0 0 0 11 0 0 0 16 0 9 0 1997177578 885207040 116161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15432] ppid=15424 vsize=864460 CPUtime=0
/proc/15425/task/15432/stat : 15432 (java) S 15424 15411 14088 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997177578 885207040 116161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15433] ppid=15424 vsize=864460 CPUtime=0
/proc/15425/task/15433/stat : 15433 (java) S 15424 15411 14088 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997177578 885207040 116161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1646.6
Current children cumulated vsize (KiB) 883416

[startup+1722.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/93 15490
/proc/meminfo: memFree=536632/2055920 swapFree=4180256/4192956
[pid=15411] ppid=15409 vsize=13600 CPUtime=0.74
/proc/15411/stat : 15411 (sugar) S 15409 15411 14088 0 -1 4194304 974 8249 0 1 3 0 66 5 16 0 1 0 1997177494 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15411/statm: 3400 797 370 3 0 500 0
[pid=15424] ppid=15411 vsize=5356 CPUtime=0
/proc/15424/stat : 15424 (sh) S 15411 15411 14088 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997177574 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 233 193 169 0 50 0
[pid=15425] ppid=15424 vsize=864460 CPUtime=1705.29
/proc/15425/stat : 15425 (java) S 15424 15411 14088 0 -1 0 149901 0 1 0 170387 142 0 0 19 0 9 0 1997177574 885207040 116161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15425/statm: 216115 116161 2564 9 0 210662 0
[pid=15425/tid=15426] ppid=15424 vsize=864460 CPUtime=1692.15
/proc/15425/task/15426/stat : 15426 (java) R 15424 15411 14088 0 -1 64 6770 0 1 0 169146 69 0 0 25 0 9 0 1997177575 885207040 116161 996147200 134512640 134550740 4294955952 18446744073709551615 4126575400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15427] ppid=15424 vsize=864460 CPUtime=13
/proc/15425/task/15427/stat : 15427 (java) S 15424 15411 14088 0 -1 64 142075 0 0 0 1229 71 0 0 16 0 9 0 1997177576 885207040 116161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15428] ppid=15424 vsize=864460 CPUtime=0
/proc/15425/task/15428/stat : 15428 (java) S 15424 15411 14088 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997177576 885207040 116161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15429] ppid=15424 vsize=864460 CPUtime=0
/proc/15425/task/15429/stat : 15429 (java) S 15424 15411 14088 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997177576 885207040 116161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15430] ppid=15424 vsize=864460 CPUtime=0
/proc/15425/task/15430/stat : 15430 (java) S 15424 15411 14088 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997177578 885207040 116161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15431] ppid=15424 vsize=864460 CPUtime=0.11
/proc/15425/task/15431/stat : 15431 (java) S 15424 15411 14088 0 -1 64 359 0 0 0 11 0 0 0 16 0 9 0 1997177578 885207040 116161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15432] ppid=15424 vsize=864460 CPUtime=0
/proc/15425/task/15432/stat : 15432 (java) S 15424 15411 14088 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997177578 885207040 116161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15433] ppid=15424 vsize=864460 CPUtime=0
/proc/15425/task/15433/stat : 15433 (java) S 15424 15411 14088 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997177578 885207040 116161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1706.03
Current children cumulated vsize (KiB) 883416

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/93 15490
/proc/meminfo: memFree=520568/2055920 swapFree=4180256/4192956
[pid=15411] ppid=15409 vsize=13600 CPUtime=0.74
/proc/15411/stat : 15411 (sugar) S 15409 15411 14088 0 -1 4194304 974 8249 0 1 3 0 66 5 16 0 1 0 1997177494 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15411/statm: 3400 797 370 3 0 500 0
[pid=15424] ppid=15411 vsize=5356 CPUtime=0
/proc/15424/stat : 15424 (sh) S 15411 15411 14088 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997177574 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 233 193 169 0 50 0
[pid=15425] ppid=15424 vsize=864460 CPUtime=1764.71
/proc/15425/stat : 15425 (java) S 15424 15411 14088 0 -1 0 149955 0 1 0 176317 154 0 0 19 0 9 0 1997177574 885207040 116194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15425/statm: 216115 116194 2564 9 0 210662 0
[pid=15425/tid=15426] ppid=15424 vsize=864460 CPUtime=1751.39
/proc/15425/task/15426/stat : 15426 (java) R 15424 15411 14088 0 -1 64 6791 0 1 0 175058 81 0 0 25 0 9 0 1997177575 885207040 116194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15427] ppid=15424 vsize=864460 CPUtime=13.16
/proc/15425/task/15427/stat : 15427 (java) S 15424 15411 14088 0 -1 64 142108 0 0 0 1245 71 0 0 16 0 9 0 1997177576 885207040 116194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15428] ppid=15424 vsize=864460 CPUtime=0
/proc/15425/task/15428/stat : 15428 (java) S 15424 15411 14088 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997177576 885207040 116194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15429] ppid=15424 vsize=864460 CPUtime=0
/proc/15425/task/15429/stat : 15429 (java) S 15424 15411 14088 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997177576 885207040 116194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15430] ppid=15424 vsize=864460 CPUtime=0
/proc/15425/task/15430/stat : 15430 (java) S 15424 15411 14088 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997177578 885207040 116194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15431] ppid=15424 vsize=864460 CPUtime=0.11
/proc/15425/task/15431/stat : 15431 (java) S 15424 15411 14088 0 -1 64 359 0 0 0 11 0 0 0 16 0 9 0 1997177578 885207040 116194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15432] ppid=15424 vsize=864460 CPUtime=0
/proc/15425/task/15432/stat : 15432 (java) S 15424 15411 14088 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997177578 885207040 116194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15433] ppid=15424 vsize=864460 CPUtime=0
/proc/15425/task/15433/stat : 15433 (java) S 15424 15411 14088 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997177578 885207040 116194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1765.45
Current children cumulated vsize (KiB) 883416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.21 s]
/proc/loadavg: 2.05 2.04 2.00 3/93 15490
/proc/meminfo: memFree=511032/2055920 swapFree=4180256/4192956
[pid=15411] ppid=15409 vsize=13600 CPUtime=0.74
/proc/15411/stat : 15411 (sugar) S 15409 15411 14088 0 -1 4194304 974 8249 0 1 3 0 66 5 16 0 1 0 1997177494 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15411/statm: 3400 797 370 3 0 500 0
[pid=15424] ppid=15411 vsize=5356 CPUtime=0
/proc/15424/stat : 15424 (sh) S 15411 15411 14088 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997177574 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 233 193 169 0 50 0
[pid=15425] ppid=15424 vsize=864460 CPUtime=1799.27
/proc/15425/stat : 15425 (java) S 15424 15411 14088 0 -1 0 149970 0 1 0 179770 157 0 0 19 0 9 0 1997177574 885207040 116194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15425/statm: 216115 116194 2564 9 0 210662 0
[pid=15425/tid=15426] ppid=15424 vsize=864460 CPUtime=1785.84
/proc/15425/task/15426/stat : 15426 (java) R 15424 15411 14088 0 -1 64 6806 0 1 0 178500 84 0 0 25 0 9 0 1997177575 885207040 116194 996147200 134512640 134550740 4294955952 18446744073709551615 4126612672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15427] ppid=15424 vsize=864460 CPUtime=13.29
/proc/15425/task/15427/stat : 15427 (java) S 15424 15411 14088 0 -1 64 142108 0 0 0 1257 72 0 0 16 0 9 0 1997177576 885207040 116194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15428] ppid=15424 vsize=864460 CPUtime=0
/proc/15425/task/15428/stat : 15428 (java) S 15424 15411 14088 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997177576 885207040 116194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15429] ppid=15424 vsize=864460 CPUtime=0
/proc/15425/task/15429/stat : 15429 (java) S 15424 15411 14088 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997177576 885207040 116194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15430] ppid=15424 vsize=864460 CPUtime=0
/proc/15425/task/15430/stat : 15430 (java) S 15424 15411 14088 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997177578 885207040 116194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15431] ppid=15424 vsize=864460 CPUtime=0.11
/proc/15425/task/15431/stat : 15431 (java) S 15424 15411 14088 0 -1 64 359 0 0 0 11 0 0 0 16 0 9 0 1997177578 885207040 116194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15432] ppid=15424 vsize=864460 CPUtime=0
/proc/15425/task/15432/stat : 15432 (java) S 15424 15411 14088 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997177578 885207040 116194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15425/tid=15433] ppid=15424 vsize=864460 CPUtime=0
/proc/15425/task/15433/stat : 15433 (java) S 15424 15411 14088 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997177578 885207040 116194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 883416

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

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

Child status: 0

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

Real time (s): 1817.3
CPU time (s): 1800.01
CPU user time (s): 1798.39
CPU system time (s): 1.62
CPU usage (%): 99.0485
Max. virtual memory (cumulated for all children) (KiB): 904296

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

runsolver used 2.29965 second user time and 6.17106 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-04 16:33:53
IDJOB=1075821
IDBENCH=56546
IDSOLVER=346
FILE ID=node22/1075821-1215182033
PBS_JOBID= 7881512
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg15-16_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1075821-1215182033/watcher-1075821-1215182033 -o /tmp/evaluation-result-1075821-1215182033/solver-1075821-1215182033 -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/minisat" -tmp="HOME/temp" HOME/instance-1075821-1215182033.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4f3042aa38b38c92d5b9f4103bbcfb99
RANDOM SEED=482093942

node22.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.267
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.267
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:       1776624 kB
Buffers:         44212 kB
Cached:         117184 kB
SwapCached:       6564 kB
Active:         169868 kB
Inactive:        53188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1776624 kB
SwapTotal:     4192956 kB
SwapFree:      4180256 kB
Dirty:            1920 kB
Writeback:           0 kB
Mapped:          77772 kB
Slab:            41388 kB
Committed_AS:  3401932 kB
PageTables:       1892 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 node22 at 2008-07-04 17:04:13