Trace number 1059360

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.08 1811.59

General information on the benchmark

Namecsp/fischer/
normalized-fischer-11-14-fair.xml
MD5SUM18fc7754b34300369f509106f87b5420
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables40248
Number of constraints38137
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension38137
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 00:07:42 2008
0.00/0.05	c 0	PID 31201
0.00/0.05	c 0	HOST node33.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1059360-1215122862.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-1059360-1215122862.xml' 'HOME/temp.csp'
3.04/3.16	c 3	3 domains, 40248 variables, 9 predicates, 0 relations, 38137 constraints
3.04/3.19	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.04/3.19	c 3	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'
3.13/3.28	c 3	Parsing HOME/temp.csp
3.61/3.78	c 4	parsed 10000 expressions
3.81/3.99	c 4	parsed 20000 expressions
4.11/4.20	c 4	parsed 30000 expressions
4.21/4.38	c 4	parsed 40000 expressions
4.50/4.63	c 5	parsed 50000 expressions
4.70/4.84	c 5	parsed 60000 expressions
4.91/5.05	c 5	parsed 70000 expressions
5.19/5.36	c 5	parsed 78397 expressions
5.19/5.36	c 5	Heap : 23 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.19/5.36	c 5	Converting to clausal form CSP
5.30/5.43	c 5	converted 7840 (10%) expressions
5.30/5.45	c 5	converted 15680 (20%) expressions
5.30/5.45	c 6	converted 23520 (30%) expressions
5.30/5.48	c 6	converted 31359 (40%) expressions
5.30/5.49	c 6	converted 39199 (50%) expressions
5.69/5.88	c 6	converted 47039 (60%) expressions
6.67/6.80	c 7	converted 54878 (70%) expressions
7.66/7.80	c 8	converted 62718 (80%) expressions
8.27/8.44	c 8	converted 70558 (90%) expressions
9.55/9.79	c 10	converted 78397 (100%) expressions
9.65/9.81	c 10	CSP : 70719 integers, 2322 booleans, 173836 clauses, largest domain size 20001
9.65/9.81	c 10	Heap : 107 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.65/9.81	c 10	Propagation in CSP
1800.08/1811.52	c ERROR INTERRUPTED
1800.08/1811.58	s UNKNOWN
1800.08/1811.58	c 1812	CPU 2.96 (0.03 0.01 2.93 0.16)
1800.08/1811.58	c 1812	END Fri Jul  4 00:37:54 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-1059360-1215122862/watcher-1059360-1215122862 -o /tmp/evaluation-result-1059360-1215122862/solver-1059360-1215122862 -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-1059360-1215122862.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.69 1.92 1.97 4/81 31201
/proc/meminfo: memFree=1679176/2055920 swapFree=4180424/4192956
[pid=31201] ppid=31199 vsize=12268 CPUtime=0
/proc/31201/stat : 31201 (sugar) R 31199 31201 31045 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1991259697 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 210833030142 0 0 4224 0 0 0 0 17 1 0 0
/proc/31201/statm: 3067 316 241 3 0 167 0

[startup+0.057892 s]
/proc/loadavg: 1.69 1.92 1.97 4/81 31201
/proc/meminfo: memFree=1679176/2055920 swapFree=4180424/4192956
[pid=31201] ppid=31199 vsize=13600 CPUtime=0.04
/proc/31201/stat : 31201 (sugar) S 31199 31201 31045 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991259697 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31201/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102141 s]
/proc/loadavg: 1.69 1.92 1.97 4/81 31201
/proc/meminfo: memFree=1679176/2055920 swapFree=4180424/4192956
[pid=31201] ppid=31199 vsize=13600 CPUtime=0.04
/proc/31201/stat : 31201 (sugar) S 31199 31201 31045 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991259697 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31201/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301166 s]
/proc/loadavg: 1.69 1.92 1.97 4/81 31201
/proc/meminfo: memFree=1679176/2055920 swapFree=4180424/4192956
[pid=31201] ppid=31199 vsize=13600 CPUtime=0.04
/proc/31201/stat : 31201 (sugar) S 31199 31201 31045 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991259697 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31201/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701218 s]
/proc/loadavg: 1.69 1.92 1.97 4/81 31201
/proc/meminfo: memFree=1679176/2055920 swapFree=4180424/4192956
[pid=31201] ppid=31199 vsize=13600 CPUtime=0.04
/proc/31201/stat : 31201 (sugar) S 31199 31201 31045 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991259697 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31201/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50231 s]
/proc/loadavg: 1.69 1.92 1.97 4/92 31213
/proc/meminfo: memFree=1643632/2055920 swapFree=4180424/4192956
[pid=31201] ppid=31199 vsize=13600 CPUtime=0.04
/proc/31201/stat : 31201 (sugar) S 31199 31201 31045 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991259697 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31201/statm: 3400 796 370 3 0 500 0
[pid=31204] ppid=31201 vsize=5356 CPUtime=0
/proc/31204/stat : 31204 (sh) S 31201 31201 31045 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 1991259702 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31204/statm: 1339 233 193 169 0 50 0
[pid=31205] ppid=31204 vsize=864656 CPUtime=1.42
/proc/31205/stat : 31205 (java) S 31204 31201 31045 0 -1 0 18080 0 1 0 132 10 0 0 18 0 9 0 1991259702 885407744 14650 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31205/statm: 216164 14650 2529 9 0 210746 0
[pid=31205/tid=31206] ppid=31204 vsize=864656 CPUtime=0.69
/proc/31205/task/31206/stat : 31206 (java) R 31204 31201 31045 0 -1 64 3157 0 1 0 66 3 0 0 25 0 9 0 1991259703 885407744 14650 996147200 134512640 134550740 4294956016 18446744073709551615 4125975782 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31205/tid=31207] ppid=31204 vsize=864656 CPUtime=0.6
/proc/31205/task/31207/stat : 31207 (java) S 31204 31201 31045 0 -1 64 13732 0 0 0 55 5 0 0 17 0 9 0 1991259704 885407744 14650 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31205/tid=31208] ppid=31204 vsize=864656 CPUtime=0
/proc/31205/task/31208/stat : 31208 (java) S 31204 31201 31045 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1991259705 885407744 14650 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31205/tid=31209] ppid=31204 vsize=864656 CPUtime=0
/proc/31205/task/31209/stat : 31209 (java) S 31204 31201 31045 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991259705 885407744 14650 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31205/tid=31210] ppid=31204 vsize=864656 CPUtime=0
/proc/31205/task/31210/stat : 31210 (java) S 31204 31201 31045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991259707 885407744 14650 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31205/tid=31211] ppid=31204 vsize=864656 CPUtime=0.09
/proc/31205/task/31211/stat : 31211 (java) S 31204 31201 31045 0 -1 64 491 0 0 0 9 0 0 0 16 0 9 0 1991259707 885407744 14650 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31205/tid=31212] ppid=31204 vsize=864656 CPUtime=0
/proc/31205/task/31212/stat : 31212 (java) S 31204 31201 31045 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991259707 885407744 14650 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31205/tid=31213] ppid=31204 vsize=864656 CPUtime=0
/proc/31205/task/31213/stat : 31213 (java) S 31204 31201 31045 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991259707 885407744 14650 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883612

[startup+3.1015 s]
/proc/loadavg: 1.69 1.92 1.97 3/92 31213
/proc/meminfo: memFree=1601072/2055920 swapFree=4180424/4192956
[pid=31201] ppid=31199 vsize=13600 CPUtime=0.04
/proc/31201/stat : 31201 (sugar) S 31199 31201 31045 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991259697 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31201/statm: 3400 796 370 3 0 500 0
[pid=31204] ppid=31201 vsize=5356 CPUtime=0
/proc/31204/stat : 31204 (sh) S 31201 31201 31045 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 1991259702 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31204/statm: 1339 233 193 169 0 50 0
[pid=31205] ppid=31204 vsize=864684 CPUtime=3
/proc/31205/stat : 31205 (java) S 31204 31201 31045 0 -1 0 27575 0 1 0 286 14 0 0 18 0 9 0 1991259702 885436416 23162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31205/statm: 216171 23162 2529 9 0 210753 0
[pid=31205/tid=31206] ppid=31204 vsize=864684 CPUtime=1.53
/proc/31205/task/31206/stat : 31206 (java) R 31204 31201 31045 0 -1 64 3908 0 1 0 150 3 0 0 25 0 9 0 1991259703 885436416 23162 996147200 134512640 134550740 4294956016 18446744073709551615 4126700552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31205/tid=31207] ppid=31204 vsize=864684 CPUtime=1.3
/proc/31205/task/31207/stat : 31207 (java) S 31204 31201 31045 0 -1 64 22445 0 0 0 121 9 0 0 16 0 9 0 1991259704 885436416 23162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31205/tid=31208] ppid=31204 vsize=864684 CPUtime=0
/proc/31205/task/31208/stat : 31208 (java) S 31204 31201 31045 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1991259705 885436416 23162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31205/tid=31209] ppid=31204 vsize=864684 CPUtime=0
/proc/31205/task/31209/stat : 31209 (java) S 31204 31201 31045 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991259705 885436416 23162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31205/tid=31210] ppid=31204 vsize=864684 CPUtime=0
/proc/31205/task/31210/stat : 31210 (java) S 31204 31201 31045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991259707 885436416 23162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31205/tid=31211] ppid=31204 vsize=864684 CPUtime=0.15
/proc/31205/task/31211/stat : 31211 (java) S 31204 31201 31045 0 -1 64 522 0 0 0 15 0 0 0 16 0 9 0 1991259707 885436416 23162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31205/tid=31212] ppid=31204 vsize=864684 CPUtime=0
/proc/31205/task/31212/stat : 31212 (java) S 31204 31201 31045 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991259707 885436416 23162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31205/tid=31213] ppid=31204 vsize=864684 CPUtime=0
/proc/31205/task/31213/stat : 31213 (java) S 31204 31201 31045 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991259707 885436416 23162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 883640

[startup+6.30289 s]
/proc/loadavg: 1.80 1.94 1.98 3/92 31223
/proc/meminfo: memFree=1645040/2055920 swapFree=4180424/4192956
[pid=31201] ppid=31199 vsize=13600 CPUtime=3.13
/proc/31201/stat : 31201 (sugar) S 31199 31201 31045 0 -1 4194304 974 27998 0 1 3 1 293 16 15 0 1 0 1991259697 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31201/statm: 3400 797 370 3 0 500 0
[pid=31214] ppid=31201 vsize=5356 CPUtime=0
/proc/31214/stat : 31214 (sh) S 31201 31201 31045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991260017 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31214/statm: 1339 233 193 169 0 50 0
[pid=31215] ppid=31214 vsize=868432 CPUtime=3.06
/proc/31215/stat : 31215 (java) S 31214 31201 31045 0 -1 0 17063 0 1 0 295 11 0 0 18 0 9 0 1991260017 889274368 14788 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31215/statm: 217108 14788 2540 9 0 211683 0
[pid=31215/tid=31216] ppid=31214 vsize=868432 CPUtime=1.84
/proc/31215/task/31216/stat : 31216 (java) R 31214 31201 31045 0 -1 64 3294 0 1 0 182 2 0 0 25 0 9 0 1991260018 889274368 14788 996147200 134512640 134550740 4294955952 18446744073709551615 4125970673 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31217] ppid=31214 vsize=868432 CPUtime=0.98
/proc/31215/task/31217/stat : 31217 (java) S 31214 31201 31045 0 -1 64 11594 0 0 0 92 6 0 0 16 0 9 0 1991260019 889274368 14788 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31218] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31218/stat : 31218 (java) S 31214 31201 31045 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991260020 889274368 14788 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31219] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31219/stat : 31219 (java) S 31214 31201 31045 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991260020 889274368 14788 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31220] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31220/stat : 31220 (java) S 31214 31201 31045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991260022 889274368 14788 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31221] ppid=31214 vsize=868432 CPUtime=0.19
/proc/31215/task/31221/stat : 31221 (java) S 31214 31201 31045 0 -1 64 1479 0 0 0 19 0 0 0 16 0 9 0 1991260022 889274368 14788 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31222] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31222/stat : 31222 (java) S 31214 31201 31045 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991260022 889274368 14788 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31223] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31223/stat : 31223 (java) S 31214 31201 31045 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991260022 889274368 14788 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887388

[startup+12.7017 s]
/proc/loadavg: 1.81 1.94 1.98 3/92 31223
/proc/meminfo: memFree=1543536/2055920 swapFree=4180424/4192956
[pid=31201] ppid=31199 vsize=13600 CPUtime=3.13
/proc/31201/stat : 31201 (sugar) S 31199 31201 31045 0 -1 4194304 974 27998 0 1 3 1 293 16 16 0 1 0 1991259697 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31201/statm: 3400 797 370 3 0 500 0
[pid=31214] ppid=31201 vsize=5356 CPUtime=0
/proc/31214/stat : 31214 (sh) S 31201 31201 31045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991260017 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31214/statm: 1339 233 193 169 0 50 0
[pid=31215] ppid=31214 vsize=868432 CPUtime=9.39
/proc/31215/stat : 31215 (java) S 31214 31201 31045 0 -1 0 47350 0 1 0 913 26 0 0 18 0 9 0 1991260017 889274368 35248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31215/statm: 217108 35248 2540 9 0 211683 0
[pid=31215/tid=31216] ppid=31214 vsize=868432 CPUtime=5.96
/proc/31215/task/31216/stat : 31216 (java) R 31214 31201 31045 0 -1 64 4467 0 1 0 593 3 0 0 25 0 9 0 1991260018 889274368 35248 996147200 134512640 134550740 4294955952 18446744073709551615 4126987055 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31217] ppid=31214 vsize=868432 CPUtime=3.18
/proc/31215/task/31217/stat : 31217 (java) S 31214 31201 31045 0 -1 64 40685 0 0 0 297 21 0 0 16 0 9 0 1991260019 889274368 35248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31218] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31218/stat : 31218 (java) S 31214 31201 31045 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991260020 889274368 35248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31219] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31219/stat : 31219 (java) S 31214 31201 31045 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991260020 889274368 35248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31220] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31220/stat : 31220 (java) S 31214 31201 31045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991260022 889274368 35248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31221] ppid=31214 vsize=868432 CPUtime=0.22
/proc/31215/task/31221/stat : 31221 (java) S 31214 31201 31045 0 -1 64 1502 0 0 0 22 0 0 0 16 0 9 0 1991260022 889274368 35248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31222] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31222/stat : 31222 (java) S 31214 31201 31045 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991260022 889274368 35248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31223] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31223/stat : 31223 (java) S 31214 31201 31045 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991260022 889274368 35248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 887388

[startup+25.5022 s]
/proc/loadavg: 1.85 1.94 1.98 3/92 31223
/proc/meminfo: memFree=1543536/2055920 swapFree=4180424/4192956
[pid=31201] ppid=31199 vsize=13600 CPUtime=3.13
/proc/31201/stat : 31201 (sugar) S 31199 31201 31045 0 -1 4194304 974 27998 0 1 3 1 293 16 16 0 1 0 1991259697 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31201/statm: 3400 797 370 3 0 500 0
[pid=31214] ppid=31201 vsize=5356 CPUtime=0
/proc/31214/stat : 31214 (sh) S 31201 31201 31045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991260017 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31214/statm: 1339 233 193 169 0 50 0
[pid=31215] ppid=31214 vsize=868432 CPUtime=22.06
/proc/31215/stat : 31215 (java) S 31214 31201 31045 0 -1 0 47523 0 1 0 2179 27 0 0 18 0 9 0 1991260017 889274368 35252 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31215/statm: 217108 35252 2540 9 0 211683 0
[pid=31215/tid=31216] ppid=31214 vsize=868432 CPUtime=18.51
/proc/31215/task/31216/stat : 31216 (java) R 31214 31201 31045 0 -1 64 4636 0 1 0 1847 4 0 0 25 0 9 0 1991260018 889274368 35252 996147200 134512640 134550740 4294955952 18446744073709551615 4126984975 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31217] ppid=31214 vsize=868432 CPUtime=3.31
/proc/31215/task/31217/stat : 31217 (java) S 31214 31201 31045 0 -1 64 40689 0 0 0 309 22 0 0 16 0 9 0 1991260019 889274368 35252 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31218] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31218/stat : 31218 (java) S 31214 31201 31045 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991260020 889274368 35252 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31219] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31219/stat : 31219 (java) S 31214 31201 31045 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991260020 889274368 35252 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/31214/stat : 31214 (sh) S 31201 31201 31045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991260017 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31214/statm: 1339 233 193 169 0 50 0
[pid=31215] ppid=31214 vsize=868432 CPUtime=1648.18
/proc/31215/stat : 31215 (java) S 31214 31201 31045 0 -1 0 69717 0 1 0 164580 238 0 0 18 0 9 0 1991260017 889274368 35573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31215/statm: 217108 35573 2540 9 0 211683 0
[pid=31215/tid=31216] ppid=31214 vsize=868432 CPUtime=1630.4
/proc/31215/task/31216/stat : 31216 (java) R 31214 31201 31045 0 -1 64 26509 0 1 0 162965 75 0 0 17 0 9 0 1991260018 889274368 35573 996147200 134512640 134550740 4294955952 18446744073709551615 4126638086 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31217] ppid=31214 vsize=868432 CPUtime=17.51
/proc/31215/task/31217/stat : 31217 (java) S 31214 31201 31045 0 -1 64 41010 0 0 0 1591 160 0 0 16 0 9 0 1991260019 889274368 35573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31215/tid=31218] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31218/stat : 31218 (java) S 31214 31201 31045 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991260020 889274368 35573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31219] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31219/stat : 31219 (java) S 31214 31201 31045 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991260020 889274368 35573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31220] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31220/stat : 31220 (java) S 31214 31201 31045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991260022 889274368 35573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31221] ppid=31214 vsize=868432 CPUtime=0.22
/proc/31215/task/31221/stat : 31221 (java) S 31214 31201 31045 0 -1 64 1502 0 0 0 22 0 0 0 16 0 9 0 1991260022 889274368 35573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31222] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31222/stat : 31222 (java) S 31214 31201 31045 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991260022 889274368 35573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31223] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31223/stat : 31223 (java) S 31214 31201 31045 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991260022 889274368 35573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1651.31
Current children cumulated vsize (KiB) 887388

[startup+1722.3 s]
/proc/loadavg: 1.00 1.19 1.58 2/93 31263
/proc/meminfo: memFree=869216/2055920 swapFree=4180424/4192956
[pid=31201] ppid=31199 vsize=13600 CPUtime=3.13
/proc/31201/stat : 31201 (sugar) S 31199 31201 31045 0 -1 4194304 974 27998 0 1 3 1 293 16 16 0 1 0 1991259697 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31201/statm: 3400 797 370 3 0 500 0
[pid=31214] ppid=31201 vsize=5356 CPUtime=0
/proc/31214/stat : 31214 (sh) S 31201 31201 31045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991260017 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31214/statm: 1339 233 193 169 0 50 0
[pid=31215] ppid=31214 vsize=868432 CPUtime=1708.01
/proc/31215/stat : 31215 (java) S 31214 31201 31045 0 -1 0 70556 0 1 0 170557 244 0 0 18 0 9 0 1991260017 889274368 35583 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31215/statm: 217108 35583 2540 9 0 211683 0
[pid=31215/tid=31216] ppid=31214 vsize=868432 CPUtime=1689.76
/proc/31215/task/31216/stat : 31216 (java) R 31214 31201 31045 0 -1 64 27338 0 1 0 168899 77 0 0 17 0 9 0 1991260018 889274368 35583 996147200 134512640 134550740 4294955952 18446744073709551615 4126583842 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31217] ppid=31214 vsize=868432 CPUtime=17.99
/proc/31215/task/31217/stat : 31217 (java) S 31214 31201 31045 0 -1 64 41020 0 0 0 1634 165 0 0 16 0 9 0 1991260019 889274368 35583 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31215/tid=31218] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31218/stat : 31218 (java) S 31214 31201 31045 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991260020 889274368 35583 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31219] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31219/stat : 31219 (java) S 31214 31201 31045 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991260020 889274368 35583 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31220] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31220/stat : 31220 (java) S 31214 31201 31045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991260022 889274368 35583 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31221] ppid=31214 vsize=868432 CPUtime=0.22
/proc/31215/task/31221/stat : 31221 (java) S 31214 31201 31045 0 -1 64 1502 0 0 0 22 0 0 0 16 0 9 0 1991260022 889274368 35583 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31222] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31222/stat : 31222 (java) S 31214 31201 31045 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991260022 889274368 35583 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31223] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31223/stat : 31223 (java) S 31214 31201 31045 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991260022 889274368 35583 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1711.14
Current children cumulated vsize (KiB) 887388

[startup+1782.3 s]
/proc/loadavg: 1.00 1.15 1.54 2/93 31263
/proc/meminfo: memFree=868960/2055920 swapFree=4180424/4192956
[pid=31201] ppid=31199 vsize=13600 CPUtime=3.13
/proc/31201/stat : 31201 (sugar) S 31199 31201 31045 0 -1 4194304 974 27998 0 1 3 1 293 16 16 0 1 0 1991259697 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31201/statm: 3400 797 370 3 0 500 0
[pid=31214] ppid=31201 vsize=5356 CPUtime=0
/proc/31214/stat : 31214 (sh) S 31201 31201 31045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991260017 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31214/statm: 1339 233 193 169 0 50 0
[pid=31215] ppid=31214 vsize=868432 CPUtime=1767.84
/proc/31215/stat : 31215 (java) S 31214 31201 31045 0 -1 0 71400 0 1 0 176533 251 0 0 18 0 9 0 1991260017 889274368 35593 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31215/statm: 217108 35593 2540 9 0 211683 0
[pid=31215/tid=31216] ppid=31214 vsize=868432 CPUtime=1749.1
/proc/31215/task/31216/stat : 31216 (java) R 31214 31201 31045 0 -1 64 28172 0 1 0 174830 80 0 0 21 0 9 0 1991260018 889274368 35593 996147200 134512640 134550740 4294955952 18446744073709551615 4126987344 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31215/tid=31217] ppid=31214 vsize=868432 CPUtime=18.49
/proc/31215/task/31217/stat : 31217 (java) S 31214 31201 31045 0 -1 64 41030 0 0 0 1679 170 0 0 16 0 9 0 1991260019 889274368 35593 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31215/tid=31218] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31218/stat : 31218 (java) S 31214 31201 31045 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991260020 889274368 35593 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31219] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31219/stat : 31219 (java) S 31214 31201 31045 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991260020 889274368 35593 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31220] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31220/stat : 31220 (java) S 31214 31201 31045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991260022 889274368 35593 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31221] ppid=31214 vsize=868432 CPUtime=0.22
/proc/31215/task/31221/stat : 31221 (java) S 31214 31201 31045 0 -1 64 1502 0 0 0 22 0 0 0 16 0 9 0 1991260022 889274368 35593 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31222] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31222/stat : 31222 (java) S 31214 31201 31045 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991260022 889274368 35593 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31223] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31223/stat : 31223 (java) S 31214 31201 31045 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991260022 889274368 35593 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1770.97
Current children cumulated vsize (KiB) 887388



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.5 s]
/proc/loadavg: 1.00 1.14 1.52 2/93 31263
/proc/meminfo: memFree=869024/2055920 swapFree=4180424/4192956
[pid=31201] ppid=31199 vsize=13600 CPUtime=3.13
/proc/31201/stat : 31201 (sugar) S 31199 31201 31045 0 -1 4194304 974 27998 0 1 3 1 293 16 16 0 1 0 1991259697 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31201/statm: 3400 797 370 3 0 500 0
[pid=31214] ppid=31201 vsize=5356 CPUtime=0
/proc/31214/stat : 31214 (sh) S 31201 31201 31045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991260017 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31214/statm: 1339 233 193 169 0 50 0
[pid=31215] ppid=31214 vsize=868432 CPUtime=1796.95
/proc/31215/stat : 31215 (java) S 31214 31201 31045 0 -1 0 71804 0 1 0 179441 254 0 0 18 0 9 0 1991260017 889274368 35598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31215/statm: 217108 35598 2540 9 0 211683 0
[pid=31215/tid=31216] ppid=31214 vsize=868432 CPUtime=1777.98
/proc/31215/task/31216/stat : 31216 (java) R 31214 31201 31045 0 -1 64 28571 0 1 0 177717 81 0 0 17 0 9 0 1991260018 889274368 35598 996147200 134512640 134550740 4294955952 18446744073709551615 4126987028 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31215/tid=31217] ppid=31214 vsize=868432 CPUtime=18.72
/proc/31215/task/31217/stat : 31217 (java) S 31214 31201 31045 0 -1 64 41035 0 0 0 1700 172 0 0 16 0 9 0 1991260019 889274368 35598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31215/tid=31218] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31218/stat : 31218 (java) S 31214 31201 31045 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991260020 889274368 35598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31219] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31219/stat : 31219 (java) S 31214 31201 31045 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991260020 889274368 35598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31220] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31220/stat : 31220 (java) S 31214 31201 31045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991260022 889274368 35598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31221] ppid=31214 vsize=868432 CPUtime=0.22
/proc/31215/task/31221/stat : 31221 (java) S 31214 31201 31045 0 -1 64 1502 0 0 0 22 0 0 0 16 0 9 0 1991260022 889274368 35598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31222] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31222/stat : 31222 (java) S 31214 31201 31045 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991260022 889274368 35598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31223] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31223/stat : 31223 (java) S 31214 31201 31045 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991260022 889274368 35598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 887388

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

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

[startup+1811.5 s]
/proc/loadavg: 1.00 1.14 1.52 2/93 31263
/proc/meminfo: memFree=869024/2055920 swapFree=4180424/4192956
[pid=31201] ppid=31199 vsize=13600 CPUtime=3.13
/proc/31201/stat : 31201 (sugar) S 31199 31201 31045 0 -1 4194304 974 27998 0 1 3 1 293 16 16 0 1 0 1991259697 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31201/statm: 3400 797 370 3 0 500 0
[pid=31214] ppid=31201 vsize=5356 CPUtime=0
/proc/31214/stat : 31214 (sh) S 31201 31201 31045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991260017 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31214/statm: 1339 233 193 169 0 50 0
[pid=31215] ppid=31214 vsize=868432 CPUtime=1796.95
/proc/31215/stat : 31215 (java) S 31214 31201 31045 0 -1 0 71804 0 1 0 179441 254 0 0 18 0 9 0 1991260017 889274368 35598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31215/statm: 217108 35598 2540 9 0 211683 0
[pid=31215/tid=31216] ppid=31214 vsize=868432 CPUtime=1777.98
/proc/31215/task/31216/stat : 31216 (java) R 31214 31201 31045 0 -1 64 28571 0 1 0 177717 81 0 0 17 0 9 0 1991260018 889274368 35598 996147200 134512640 134550740 4294955952 18446744073709551615 4126987028 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31215/tid=31217] ppid=31214 vsize=868432 CPUtime=18.72
/proc/31215/task/31217/stat : 31217 (java) S 31214 31201 31045 0 -1 64 41035 0 0 0 1700 172 0 0 16 0 9 0 1991260019 889274368 35598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31215/tid=31218] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31218/stat : 31218 (java) S 31214 31201 31045 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991260020 889274368 35598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31219] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31219/stat : 31219 (java) S 31214 31201 31045 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991260020 889274368 35598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31220] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31220/stat : 31220 (java) S 31214 31201 31045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991260022 889274368 35598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31221] ppid=31214 vsize=868432 CPUtime=0.22
/proc/31215/task/31221/stat : 31221 (java) S 31214 31201 31045 0 -1 64 1502 0 0 0 22 0 0 0 16 0 9 0 1991260022 889274368 35598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31222] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31222/stat : 31222 (java) S 31214 31201 31045 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991260022 889274368 35598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31215/tid=31223] ppid=31214 vsize=868432 CPUtime=0
/proc/31215/task/31223/stat : 31223 (java) S 31214 31201 31045 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991260022 889274368 35598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 887388

Child status: 0

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

Real time (s): 1811.59
CPU time (s): 1800.08
CPU user time (s): 1797.37
CPU system time (s): 2.71
CPU usage (%): 99.3645
Max. virtual memory (cumulated for all children) (KiB): 907880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.96555
system time used= 0.179972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29303
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= 1052
involuntary context switches= 1055

runsolver used 2.21266 second user time and 6.13707 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-04 00:07:42
IDJOB=1059360
IDBENCH=54244
IDSOLVER=346
FILE ID=node33/1059360-1215122862
PBS_JOBID= 7877230
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-11-14-fair.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-1059360-1215122862/watcher-1059360-1215122862 -o /tmp/evaluation-result-1059360-1215122862/solver-1059360-1215122862 -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-1059360-1215122862.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 18fc7754b34300369f509106f87b5420
RANDOM SEED=1695372823

node33.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.231
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.231
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:       1679656 kB
Buffers:         25004 kB
Cached:         202268 kB
SwapCached:       6444 kB
Active:         224420 kB
Inactive:        87444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1679656 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            8848 kB
Writeback:           0 kB
Mapped:          98464 kB
Slab:            49392 kB
Committed_AS:  4210856 kB
PageTables:       2032 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= 66536 MiB
End job on node33 at 2008-07-04 00:37:56