Trace number 1070426

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? 801.198 840.745

General information on the benchmark

Namecsp/pseudoGLB/
normalized-reduced-prob1.xml
MD5SUMfc9e5354228c0e467604c05caaa47a60
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.016997
Satisfiable
(Un)Satisfiability was proved
Number of variables77
Number of constraints2
Maximum constraint arity77
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(2)

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 11:49:12 2008
0.00/0.05	c 0	PID 31276
0.00/0.05	c 0	HOST node64.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1070426-1215164952.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-1070426-1215164952.xml' 'HOME/temp.csp'
0.04/0.20	c 0	1 domains, 77 variables, 0 predicates, 0 relations, 2 constraints
0.04/0.22	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.22	c 0	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.18/0.30	c 0	Parsing HOME/temp.csp
0.18/0.35	c 0	parsed 80 expressions
0.18/0.36	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.18/0.36	c 0	Converting to clausal form CSP
0.18/0.38	c 0	converted 8 (10%) expressions
0.18/0.38	c 0	converted 16 (20%) expressions
0.18/0.38	c 0	converted 24 (30%) expressions
0.18/0.39	c 0	converted 32 (40%) expressions
0.18/0.39	c 0	converted 40 (50%) expressions
0.18/0.39	c 0	converted 48 (60%) expressions
0.18/0.39	c 0	converted 56 (70%) expressions
0.18/0.39	c 0	converted 64 (80%) expressions
0.18/0.39	c 0	converted 72 (90%) expressions
0.18/0.48	c 0	converted 80 (100%) expressions
0.18/0.48	c 0	CSP : 227 integers, 0 booleans, 302 clauses, largest domain size 276065
0.18/0.48	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.18/0.48	c 0	Propagation in CSP
0.18/0.51	c 0	992345 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.18/0.51	c 0	CSP : 227 integers, 0 booleans, 302 clauses, largest domain size 276065
0.18/0.51	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.18/0.51	c 0	Simplifing CSP by introducing new Boolean variables
0.18/0.51	c 0	CSP : 227 integers, 0 booleans, 302 clauses, largest domain size 276065
0.18/0.51	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.18/0.53	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.18/0.54	c 0	23 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.18/0.54	c 0	46 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.18/0.54	c 0	69 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.18/0.92	c 1	91 (40%) CSP integer variables are encoded (268251 clauses, 4338765 bytes)
1.53/1.62	c 2	114 (50%) CSP integer variables are encoded (789961 clauses, 13207835 bytes)
2.03/2.19	c 2	137 (60%) CSP integer variables are encoded (1212735 clauses, 20820722 bytes)
2.63/2.79	c 3	159 (70%) CSP integer variables are encoded (1653801 clauses, 29200976 bytes)
3.61/3.79	c 4	182 (80%) CSP integer variables are encoded (2381278 clauses, 43023039 bytes)
4.60/4.79	c 5	205 (90%) CSP integer variables are encoded (3113162 clauses, 56928835 bytes)
5.77/5.96	c 6	227 (100%) CSP integer variables are encoded (3953857 clauses, 72902040 bytes)
799.67/824.29	c 824	ERROR Exception Too large HOME/temp.cnf
799.77/824.31	c 824	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
799.77/824.31	c 824	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
799.77/824.31	c 824	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
799.77/824.31	s UNKNOWN
799.77/824.41	c 824	CPU 718.78 (0.03 0.01 718.75 81)
799.77/824.41	c 824	END Fri Jul  4 12:02:56 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-1070426-1215164952/watcher-1070426-1215164952 -o /tmp/evaluation-result-1070426-1215164952/solver-1070426-1215164952 -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-1070426-1215164952.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.99 1.98 1.99 4/72 31276
/proc/meminfo: memFree=1155984/2055920 swapFree=4178936/4192956
[pid=31276] ppid=31274 vsize=18572 CPUtime=0
/proc/31276/stat : 31276 (runsolver) R 31274 31276 26955 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1995465544 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 251255123239 0 0 4096 24578 0 0 0 17 1 0 0
/proc/31276/statm: 4643 292 257 25 0 2626 0

[startup+0.0945781 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 31276
/proc/meminfo: memFree=1155984/2055920 swapFree=4178936/4192956
[pid=31276] ppid=31274 vsize=13600 CPUtime=0.04
/proc/31276/stat : 31276 (sugar) S 31274 31276 26955 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1995465544 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31276/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101574 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 31276
/proc/meminfo: memFree=1155984/2055920 swapFree=4178936/4192956
[pid=31276] ppid=31274 vsize=13600 CPUtime=0.04
/proc/31276/stat : 31276 (sugar) S 31274 31276 26955 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1995465544 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31276/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301599 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 31276
/proc/meminfo: memFree=1155984/2055920 swapFree=4178936/4192956
[pid=31276] ppid=31274 vsize=13600 CPUtime=0.18
/proc/31276/stat : 31276 (sugar) S 31274 31276 26955 0 -1 4194304 956 4025 0 1 3 1 11 3 16 0 1 0 1995465544 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31276/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 13600

[startup+0.701642 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 31276
/proc/meminfo: memFree=1155984/2055920 swapFree=4178936/4192956
[pid=31276] ppid=31274 vsize=13600 CPUtime=0.18
/proc/31276/stat : 31276 (sugar) S 31274 31276 26955 0 -1 4194304 974 4025 0 1 3 1 11 3 15 0 1 0 1995465544 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31276/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 13600

[startup+1.50273 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 31298
/proc/meminfo: memFree=1141496/2055920 swapFree=4178936/4192956
[pid=31276] ppid=31274 vsize=13600 CPUtime=0.18
/proc/31276/stat : 31276 (sugar) S 31274 31276 26955 0 -1 4194304 974 4025 0 1 3 1 11 3 15 0 1 0 1995465544 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31276/statm: 3400 797 370 3 0 500 0
[pid=31289] ppid=31276 vsize=5356 CPUtime=0
/proc/31289/stat : 31289 (sh) S 31276 31276 26955 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995465566 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31289/statm: 1339 233 193 169 0 50 0
[pid=31290] ppid=31289 vsize=864212 CPUtime=1.26
/proc/31290/stat : 31290 (java) S 31289 31276 26955 0 -1 0 5272 0 1 0 115 11 0 0 18 0 9 0 1995465566 884953088 4263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31290/statm: 216053 4263 2562 9 0 210600 0
[pid=31290/tid=31291] ppid=31289 vsize=864212 CPUtime=1.06
/proc/31290/task/31291/stat : 31291 (java) R 31289 31276 26955 0 -1 64 2951 0 1 0 98 8 0 0 25 0 9 0 1995465567 884953088 4263 996147200 134512640 134550740 4294955952 18446744073709551615 4126562391 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31292] ppid=31289 vsize=864212 CPUtime=0.09
/proc/31290/task/31292/stat : 31292 (java) S 31289 31276 26955 0 -1 64 1298 0 0 0 7 2 0 0 16 0 9 0 1995465568 884953088 4263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31293] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31293/stat : 31293 (java) S 31289 31276 26955 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995465568 884953088 4263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31294] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31294/stat : 31294 (java) S 31289 31276 26955 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1995465568 884953088 4263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31295] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31295/stat : 31295 (java) S 31289 31276 26955 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1995465570 884953088 4263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31296] ppid=31289 vsize=864212 CPUtime=0.08
/proc/31290/task/31296/stat : 31296 (java) S 31289 31276 26955 0 -1 64 330 0 0 0 8 0 0 0 16 0 9 0 1995465570 884953088 4263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31297] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31297/stat : 31297 (java) S 31289 31276 26955 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995465570 884953088 4263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31298] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31298/stat : 31298 (java) S 31289 31276 26955 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995465571 884953088 4263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883168

[startup+3.1029 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 31298
/proc/meminfo: memFree=1126648/2055920 swapFree=4178936/4192956
[pid=31276] ppid=31274 vsize=13600 CPUtime=0.18
/proc/31276/stat : 31276 (sugar) S 31274 31276 26955 0 -1 4194304 974 4025 0 1 3 1 11 3 15 0 1 0 1995465544 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31276/statm: 3400 797 370 3 0 500 0
[pid=31289] ppid=31276 vsize=5356 CPUtime=0
/proc/31289/stat : 31289 (sh) S 31276 31276 26955 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995465566 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31289/statm: 1339 233 193 169 0 50 0
[pid=31290] ppid=31289 vsize=864212 CPUtime=2.84
/proc/31290/stat : 31290 (java) S 31289 31276 26955 0 -1 0 5763 0 1 0 254 30 0 0 18 0 9 0 1995465566 884953088 4263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31290/statm: 216053 4263 2562 9 0 210600 0
[pid=31290/tid=31291] ppid=31289 vsize=864212 CPUtime=2.53
/proc/31290/task/31291/stat : 31291 (java) R 31289 31276 26955 0 -1 64 3442 0 1 0 230 23 0 0 25 0 9 0 1995465567 884953088 4263 996147200 134512640 134550740 4294955952 18446744073709551615 4126548992 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31292] ppid=31289 vsize=864212 CPUtime=0.19
/proc/31290/task/31292/stat : 31292 (java) S 31289 31276 26955 0 -1 64 1298 0 0 0 14 5 0 0 16 0 9 0 1995465568 884953088 4263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31293] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31293/stat : 31293 (java) S 31289 31276 26955 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995465568 884953088 4263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31294] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31294/stat : 31294 (java) S 31289 31276 26955 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1995465568 884953088 4263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31295] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31295/stat : 31295 (java) S 31289 31276 26955 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1995465570 884953088 4263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31296] ppid=31289 vsize=864212 CPUtime=0.08
/proc/31290/task/31296/stat : 31296 (java) S 31289 31276 26955 0 -1 64 330 0 0 0 8 0 0 0 16 0 9 0 1995465570 884953088 4263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31297] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31297/stat : 31297 (java) S 31289 31276 26955 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995465570 884953088 4263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31298] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31298/stat : 31298 (java) S 31289 31276 26955 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995465571 884953088 4263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883168

[startup+6.30125 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 31298
/proc/meminfo: memFree=1078072/2055920 swapFree=4178936/4192956
[pid=31276] ppid=31274 vsize=13600 CPUtime=0.18
/proc/31276/stat : 31276 (sugar) S 31274 31276 26955 0 -1 4194304 974 4025 0 1 3 1 11 3 16 0 1 0 1995465544 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31276/statm: 3400 797 370 3 0 500 0
[pid=31289] ppid=31276 vsize=5356 CPUtime=0
/proc/31289/stat : 31289 (sh) S 31276 31276 26955 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995465566 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31289/statm: 1339 233 193 169 0 50 0
[pid=31290] ppid=31289 vsize=864212 CPUtime=6
/proc/31290/stat : 31290 (java) S 31289 31276 26955 0 -1 0 6738 0 1 0 538 62 0 0 18 0 9 0 1995465566 884953088 4270 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31290/statm: 216053 4270 2562 9 0 210600 0
[pid=31290/tid=31291] ppid=31289 vsize=864212 CPUtime=5.47
/proc/31290/task/31291/stat : 31291 (java) R 31289 31276 26955 0 -1 64 4411 0 1 0 497 50 0 0 25 0 9 0 1995465567 884953088 4270 996147200 134512640 134550740 4294955952 18446744073709551615 4126599205 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31292] ppid=31289 vsize=864212 CPUtime=0.4
/proc/31290/task/31292/stat : 31292 (java) S 31289 31276 26955 0 -1 64 1298 0 0 0 30 10 0 0 16 0 9 0 1995465568 884953088 4270 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31293] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31293/stat : 31293 (java) S 31289 31276 26955 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995465568 884953088 4270 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31294] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31294/stat : 31294 (java) S 31289 31276 26955 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1995465568 884953088 4270 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31295] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31295/stat : 31295 (java) S 31289 31276 26955 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1995465570 884953088 4270 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31296] ppid=31289 vsize=864212 CPUtime=0.09
/proc/31290/task/31296/stat : 31296 (java) S 31289 31276 26955 0 -1 64 336 0 0 0 9 0 0 0 16 0 9 0 1995465570 884953088 4270 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31297] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31297/stat : 31297 (java) S 31289 31276 26955 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995465570 884953088 4270 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31298] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31298/stat : 31298 (java) S 31289 31276 26955 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995465571 884953088 4270 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 883168

[startup+12.703 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 31298
/proc/meminfo: memFree=1002168/2055920 swapFree=4178936/4192956
[pid=31276] ppid=31274 vsize=13600 CPUtime=0.18
/proc/31276/stat : 31276 (sugar) S 31274 31276 26955 0 -1 4194304 974 4025 0 1 3 1 11 3 16 0 1 0 1995465544 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31276/statm: 3400 797 370 3 0 500 0
[pid=31289] ppid=31276 vsize=5356 CPUtime=0
/proc/31289/stat : 31289 (sh) S 31276 31276 26955 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995465566 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31289/statm: 1339 233 193 169 0 50 0
[pid=31290] ppid=31289 vsize=864212 CPUtime=12.33
/proc/31290/stat : 31290 (java) S 31289 31276 26955 0 -1 0 8723 0 1 0 1108 125 0 0 18 0 9 0 1995465566 884953088 4271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31290/statm: 216053 4271 2562 9 0 210600 0
[pid=31290/tid=31291] ppid=31289 vsize=864212 CPUtime=11.36
/proc/31290/task/31291/stat : 31291 (java) R 31289 31276 26955 0 -1 64 6395 0 1 0 1033 103 0 0 25 0 9 0 1995465567 884953088 4271 996147200 134512640 134550740 4294955952 18446744073709551615 4126555670 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31292] ppid=31289 vsize=864212 CPUtime=0.85
/proc/31290/task/31292/stat : 31292 (java) S 31289 31276 26955 0 -1 64 1298 0 0 0 64 21 0 0 16 0 9 0 1995465568 884953088 4271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31293] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31293/stat : 31293 (java) S 31289 31276 26955 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995465568 884953088 4271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31294] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31294/stat : 31294 (java) S 31289 31276 26955 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1995465568 884953088 4271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31295] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31295/stat : 31295 (java) S 31289 31276 26955 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1995465570 884953088 4271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31296] ppid=31289 vsize=864212 CPUtime=0.09
/proc/31290/task/31296/stat : 31296 (java) S 31289 31276 26955 0 -1 64 337 0 0 0 9 0 0 0 17 0 9 0 1995465570 884953088 4271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31297] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31297/stat : 31297 (java) S 31289 31276 26955 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995465570 884953088 4271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31298] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31298/stat : 31298 (java) S 31289 31276 26955 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995465571 884953088 4271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 883168

[startup+25.5024 s]
/proc/loadavg: 2.15 2.02 2.01 3/83 31298
/proc/meminfo: memFree=844920/2055920 swapFree=4178936/4192956
[pid=31276] ppid=31274 vsize=13600 CPUtime=0.18
/proc/31276/stat : 31276 (sugar) S 31274 31276 26955 0 -1 4194304 974 4025 0 1 3 1 11 3 16 0 1 0 1995465544 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31276/statm: 3400 797 370 3 0 500 0
[pid=31289] ppid=31276 vsize=5356 CPUtime=0
/proc/31289/stat : 31289 (sh) S 31276 31276 26955 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995465566 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31289/statm: 1339 233 193 169 0 50 0
[pid=31290] ppid=31289 vsize=864212 CPUtime=24.9
/proc/31290/stat : 31290 (java) S 31289 31276 26955 0 -1 0 12672 0 1 0 2250 240 0 0 18 0 9 0 1995465566 884953088 4271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31290/statm: 216053 4271 2562 9 0 210600 0
[pid=31290/tid=31291] ppid=31289 vsize=864212 CPUtime=23.02
/proc/31290/task/31291/stat : 31291 (java) R 31289 31276 26955 0 -1 64 10344 0 1 0 2107 195 0 0 25 0 9 0 1995465567 884953088 4271 996147200 134512640 134550740 4294955952 18446744073709551615 102064641 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31292] ppid=31289 vsize=864212 CPUtime=1.75
/proc/31290/task/31292/stat : 31292 (java) S 31289 31276 26955 0 -1 64 1298 0 0 0 132 43 0 0 16 0 9 0 1995465568 884953088 4271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31293] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31293/stat : 31293 (java) S 31289 31276 26955 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995465568 884953088 4271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31294] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31294/stat : 31294 (java) S 31289 31276 26955 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1995465568 884953088 4271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=31290/tid=31294] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31294/stat : 31294 (java) S 31289 31276 26955 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1995465568 884953088 4323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31295] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31295/stat : 31295 (java) S 31289 31276 26955 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1995465570 884953088 4323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31296] ppid=31289 vsize=864212 CPUtime=0.09
/proc/31290/task/31296/stat : 31296 (java) S 31289 31276 26955 0 -1 64 337 0 0 0 9 0 0 0 17 0 9 0 1995465570 884953088 4323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31297] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31297/stat : 31297 (java) S 31289 31276 26955 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995465570 884953088 4323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31298] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31298/stat : 31298 (java) S 31289 31276 26955 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995465571 884953088 4323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 623.56
Current children cumulated vsize (KiB) 883168

[startup+702.306 s]
/proc/loadavg: 2.65 2.71 2.36 3/83 31298
/proc/meminfo: memFree=15224/2055920 swapFree=4178936/4192956
[pid=31276] ppid=31274 vsize=13600 CPUtime=0.18
/proc/31276/stat : 31276 (sugar) S 31274 31276 26955 0 -1 4194304 974 4025 0 1 3 1 11 3 16 0 1 0 1995465544 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31276/statm: 3400 797 370 3 0 500 0
[pid=31289] ppid=31276 vsize=5356 CPUtime=0
/proc/31289/stat : 31289 (sh) S 31276 31276 26955 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995465566 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31289/statm: 1339 233 193 169 0 50 0
[pid=31290] ppid=31289 vsize=864212 CPUtime=681.54
/proc/31290/stat : 31290 (java) S 31289 31276 26955 0 -1 0 225962 0 1 0 61250 6904 0 0 18 0 9 0 1995465566 884953088 4329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31290/statm: 216053 4329 2562 9 0 210600 0
[pid=31290/tid=31291] ppid=31289 vsize=864212 CPUtime=631.44
/proc/31290/task/31291/stat : 31291 (java) R 31289 31276 26955 0 -1 64 223576 0 1 0 57492 5652 0 0 25 0 9 0 1995465567 884953088 4329 996147200 134512640 134550740 4294955952 18446744073709551615 4126371443 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31292] ppid=31289 vsize=864212 CPUtime=49.97
/proc/31290/task/31292/stat : 31292 (java) S 31289 31276 26955 0 -1 64 1356 0 0 0 3747 1250 0 0 16 0 9 0 1995465568 884953088 4329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31293] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31293/stat : 31293 (java) S 31289 31276 26955 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995465568 884953088 4329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31294] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31294/stat : 31294 (java) S 31289 31276 26955 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1995465568 884953088 4329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31295] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31295/stat : 31295 (java) S 31289 31276 26955 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1995465570 884953088 4329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31296] ppid=31289 vsize=864212 CPUtime=0.09
/proc/31290/task/31296/stat : 31296 (java) S 31289 31276 26955 0 -1 64 337 0 0 0 9 0 0 0 17 0 9 0 1995465570 884953088 4329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31297] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31297/stat : 31297 (java) S 31289 31276 26955 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995465570 884953088 4329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31298] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31298/stat : 31298 (java) S 31289 31276 26955 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995465571 884953088 4329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 681.72
Current children cumulated vsize (KiB) 883168

[startup+762.303 s]
/proc/loadavg: 2.43 2.63 2.36 3/83 31304
/proc/meminfo: memFree=15920/2055920 swapFree=4178936/4192956
[pid=31276] ppid=31274 vsize=13600 CPUtime=0.18
/proc/31276/stat : 31276 (sugar) S 31274 31276 26955 0 -1 4194304 974 4025 0 1 3 1 11 3 16 0 1 0 1995465544 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31276/statm: 3400 797 370 3 0 500 0
[pid=31289] ppid=31276 vsize=5356 CPUtime=0
/proc/31289/stat : 31289 (sh) S 31276 31276 26955 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995465566 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31289/statm: 1339 233 193 169 0 50 0
[pid=31290] ppid=31289 vsize=864212 CPUtime=739.57
/proc/31290/stat : 31290 (java) S 31289 31276 26955 0 -1 0 244339 0 1 0 66462 7495 0 0 18 0 9 0 1995465566 884953088 4336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31290/statm: 216053 4336 2562 9 0 210600 0
[pid=31290/tid=31291] ppid=31289 vsize=864212 CPUtime=685.3
/proc/31290/task/31291/stat : 31291 (java) R 31289 31276 26955 0 -1 64 241946 0 1 0 62387 6143 0 0 25 0 9 0 1995465567 884953088 4336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31292] ppid=31289 vsize=864212 CPUtime=54.15
/proc/31290/task/31292/stat : 31292 (java) S 31289 31276 26955 0 -1 64 1363 0 0 0 4064 1351 0 0 16 0 9 0 1995465568 884953088 4336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31293] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31293/stat : 31293 (java) S 31289 31276 26955 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995465568 884953088 4336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31294] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31294/stat : 31294 (java) S 31289 31276 26955 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1995465568 884953088 4336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31295] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31295/stat : 31295 (java) S 31289 31276 26955 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1995465570 884953088 4336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31296] ppid=31289 vsize=864212 CPUtime=0.09
/proc/31290/task/31296/stat : 31296 (java) S 31289 31276 26955 0 -1 64 337 0 0 0 9 0 0 0 17 0 9 0 1995465570 884953088 4336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31297] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31297/stat : 31297 (java) S 31289 31276 26955 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995465570 884953088 4336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31298] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31298/stat : 31298 (java) S 31289 31276 26955 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995465571 884953088 4336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 739.75
Current children cumulated vsize (KiB) 883168

[startup+822.301 s]
/proc/loadavg: 2.29 2.54 2.34 2/81 31305
/proc/meminfo: memFree=639168/2055920 swapFree=4178936/4192956
[pid=31276] ppid=31274 vsize=13600 CPUtime=0.18
/proc/31276/stat : 31276 (sugar) S 31274 31276 26955 0 -1 4194304 974 4025 0 1 3 1 11 3 16 0 1 0 1995465544 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31276/statm: 3400 797 370 3 0 500 0
[pid=31289] ppid=31276 vsize=5356 CPUtime=0
/proc/31289/stat : 31289 (sh) S 31276 31276 26955 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995465566 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31289/statm: 1339 233 193 169 0 50 0
[pid=31290] ppid=31289 vsize=864212 CPUtime=797.61
/proc/31290/stat : 31290 (java) S 31289 31276 26955 0 -1 0 262685 0 1 0 71685 8076 0 0 18 0 9 0 1995465566 884953088 4342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31290/statm: 216053 4342 2562 9 0 210600 0
[pid=31290/tid=31291] ppid=31289 vsize=864212 CPUtime=739.19
/proc/31290/task/31291/stat : 31291 (java) R 31289 31276 26955 0 -1 64 260286 0 1 0 67294 6625 0 0 25 0 9 0 1995465567 884953088 4342 996147200 134512640 134550740 4294955952 18446744073709551615 4126549165 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31292] ppid=31289 vsize=864212 CPUtime=58.3
/proc/31290/task/31292/stat : 31292 (java) S 31289 31276 26955 0 -1 64 1369 0 0 0 4380 1450 0 0 16 0 9 0 1995465568 884953088 4342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31293] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31293/stat : 31293 (java) S 31289 31276 26955 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995465568 884953088 4342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31294] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31294/stat : 31294 (java) S 31289 31276 26955 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1995465568 884953088 4342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31295] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31295/stat : 31295 (java) S 31289 31276 26955 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1995465570 884953088 4342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31296] ppid=31289 vsize=864212 CPUtime=0.09
/proc/31290/task/31296/stat : 31296 (java) S 31289 31276 26955 0 -1 64 337 0 0 0 9 0 0 0 17 0 9 0 1995465570 884953088 4342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31297] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31297/stat : 31297 (java) S 31289 31276 26955 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995465570 884953088 4342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31290/tid=31298] ppid=31289 vsize=864212 CPUtime=0
/proc/31290/task/31298/stat : 31298 (java) S 31289 31276 26955 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995465571 884953088 4342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 797.79
Current children cumulated vsize (KiB) 883168

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

[startup+832.401 s]
/proc/loadavg: 2.39 2.56 2.35 2/73 31332
/proc/meminfo: memFree=1937472/2055920 swapFree=4178936/4192956
[pid=31276] ppid=31274 vsize=13600 CPUtime=800.67
/proc/31276/stat : 31276 (sugar) D 31274 31276 26955 0 -1 4194304 996 267657 0 5 3 89 71875 8100 15 0 1 0 1995465544 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251255297065 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31276/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 800.67
Current children cumulated vsize (KiB) 13600

[startup+835.603 s]
/proc/loadavg: 2.36 2.55 2.35 2/73 31332
/proc/meminfo: memFree=1934336/2055920 swapFree=4178936/4192956
[pid=31276] ppid=31274 vsize=13600 CPUtime=800.94
/proc/31276/stat : 31276 (sugar) D 31274 31276 26955 0 -1 4194304 996 267657 0 5 3 116 71875 8100 15 0 1 0 1995465544 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251255297065 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31276/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 800.94
Current children cumulated vsize (KiB) 13600

[startup+838.801 s]
/proc/loadavg: 2.36 2.55 2.35 2/73 31332
/proc/meminfo: memFree=1932160/2055920 swapFree=4178936/4192956
[pid=31276] ppid=31274 vsize=13600 CPUtime=801.1
/proc/31276/stat : 31276 (sugar) D 31274 31276 26955 0 -1 4194304 996 267657 0 5 3 132 71875 8100 15 0 1 0 1995465544 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251255297065 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31276/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 801.1
Current children cumulated vsize (KiB) 13600

[startup+839.601 s]
/proc/loadavg: 2.36 2.55 2.35 2/73 31332
/proc/meminfo: memFree=1932160/2055920 swapFree=4178936/4192956
[pid=31276] ppid=31274 vsize=13600 CPUtime=801.13
/proc/31276/stat : 31276 (sugar) D 31274 31276 26955 0 -1 4194304 996 267657 0 5 3 135 71875 8100 15 0 1 0 1995465544 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251255297065 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31276/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 801.13
Current children cumulated vsize (KiB) 13600

[startup+840.401 s]
/proc/loadavg: 2.33 2.54 2.35 2/73 31332
/proc/meminfo: memFree=1931520/2055920 swapFree=4178936/4192956
[pid=31276] ppid=31274 vsize=13600 CPUtime=801.16
/proc/31276/stat : 31276 (sugar) D 31274 31276 26955 0 -1 4194304 996 267657 0 5 3 138 71875 8100 15 0 1 0 1995465544 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251255297065 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/31276/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 801.16
Current children cumulated vsize (KiB) 13600

[startup+840.601 s]
/proc/loadavg: 2.33 2.54 2.35 2/73 31332
/proc/meminfo: memFree=1931520/2055920 swapFree=4178936/4192956
[pid=31276] ppid=31274 vsize=13600 CPUtime=801.17
/proc/31276/stat : 31276 (sugar) D 31274 31276 26955 0 -1 4194304 996 267657 0 5 3 139 71875 8100 15 0 1 0 1995465544 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251255297065 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/31276/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 801.17
Current children cumulated vsize (KiB) 13600

[startup+840.701 s]
/proc/loadavg: 2.33 2.54 2.35 2/73 31332
/proc/meminfo: memFree=1931520/2055920 swapFree=4178936/4192956
[pid=31276] ppid=31274 vsize=13600 CPUtime=801.17
/proc/31276/stat : 31276 (sugar) D 31274 31276 26955 0 -1 4194304 996 267657 0 5 3 139 71875 8100 15 0 1 0 1995465544 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251255297065 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/31276/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 801.17
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 840.745
CPU time (s): 801.198
CPU user time (s): 718.791
CPU system time (s): 82.4075
CPU usage (%): 95.2962
Max. virtual memory (cumulated for all children) (KiB): 883168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 718.791
system time used= 82.4075
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 268683
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1826144
involuntary context switches= 1831835

runsolver used 1.11483 second user time and 2.76858 second system time

The end

Launcher Data (download as text)

Begin job on node64 at 2008-07-04 11:49:12
IDJOB=1070426
IDBENCH=55867
IDSOLVER=346
FILE ID=node64/1070426-1215164952
PBS_JOBID= 7877382
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-reduced-prob1.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-1070426-1215164952/watcher-1070426-1215164952 -o /tmp/evaluation-result-1070426-1215164952/solver-1070426-1215164952 -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-1070426-1215164952.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fc9e5354228c0e467604c05caaa47a60
RANDOM SEED=1355066592

node64.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.248
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.248
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:       1156528 kB
Buffers:         30896 kB
Cached:         175292 kB
SwapCached:       7400 kB
Active:         797952 kB
Inactive:        44272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1156528 kB
SwapTotal:     4192956 kB
SwapFree:      4178936 kB
Dirty:            1400 kB
Writeback:           0 kB
Mapped:         643324 kB
Slab:            41112 kB
Committed_AS:  4612952 kB
PageTables:       2984 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node64 at 2008-07-04 12:03:13