Trace number 2072379

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.14.6+picosat? 1454.29 1565.9

General information on the benchmark

Namecsp/pseudoGLB/
normalized-reduced-prob3.xml
MD5SUMe9fd797fc7f94dfb67a5763e936a65c7
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.007998
Satisfiable
(Un)Satisfiability was proved
Number of variables52
Number of constraints2
Maximum constraint arity52
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

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 01:53:25 2009
0.00/0.08	c 0	PID 17416
0.00/0.08	c 0	HOST node51.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2072379-1247356405.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2072379-1247356405.xml' 'HOME/temp.csp'
0.07/0.23	c 0	1 domains, 52 variables, 0 predicates, 0 relations, 2 constraints
0.07/0.25	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.25	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.22/0.33	c 1	Parsing HOME/temp.csp
0.22/0.36	c 1	parsed 55 expressions
0.22/0.36	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.22/0.36	c 1	Converting to clausal form CSP
0.22/0.38	c 1	converted 6 (10%) expressions
0.22/0.38	c 1	converted 11 (20%) expressions
0.22/0.38	c 1	converted 17 (30%) expressions
0.22/0.38	c 1	converted 22 (40%) expressions
0.22/0.38	c 1	converted 28 (50%) expressions
0.22/0.38	c 1	converted 33 (60%) expressions
0.22/0.38	c 1	converted 39 (70%) expressions
0.22/0.39	c 1	converted 44 (80%) expressions
0.22/0.39	c 1	converted 50 (90%) expressions
0.22/0.47	c 1	converted 55 (100%) expressions
0.22/0.47	c 1	CSP : 70 integers, 0 booleans, 38 clauses, largest domain size 176229
0.22/0.47	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.22/0.47	c 1	Propagation in CSP
0.22/0.47	c 1	250173 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.22/0.47	c 1	CSP : 70 integers, 0 booleans, 38 clauses, largest domain size 176229
0.22/0.47	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.22/0.48	c 1	Simplifing CSP by introducing new Boolean variables
0.22/0.48	c 1	CSP : 70 integers, 0 booleans, 38 clauses, largest domain size 176229
0.22/0.48	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.22/0.50	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.22/0.50	c 1	7 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.22/0.50	c 1	14 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.22/0.50	c 1	21 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.22/0.50	c 1	28 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.22/0.50	c 1	35 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.22/0.50	c 1	42 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.22/0.50	c 1	49 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.22/0.73	c 1	56 (80%) CSP integer variables are encoded (156648 clauses, 2441312 bytes)
1.14/1.24	c 1	63 (90%) CSP integer variables are encoded (528684 clauses, 8765924 bytes)
2.13/2.29	c 2	70 (100%) CSP integer variables are encoded (1322751 clauses, 22910700 bytes)
2.23/2.31	c 2	4 (10%) CSP clauses are encoded (1323632 clauses, 22931356 bytes)
1452.00/1544.69	c 1545	ERROR Exception Too large HOME/temp.cnf
1452.09/1544.71	c 1545	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
1452.09/1544.71	c 1545	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
1452.09/1544.71	c 1545	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
1452.09/1544.71	s UNKNOWN
1452.11/1544.81	c 1545	CPU 1452.13 (0.06 0.01 1313.34 138.72)
1452.11/1544.81	c 1545	END Sun Jul 12 02:19:10 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2072379-1247356405/watcher-2072379-1247356405 -o /tmp/evaluation-result-2072379-1247356405/solver-2072379-1247356405 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2072379-1247356405.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.94 1.98 1.99 4/80 17416
/proc/meminfo: memFree=1825576/2055920 swapFree=4192812/4192956
[pid=17416] ppid=17414 vsize=18576 CPUtime=0
/proc/17416/stat : 17416 (runsolver) R 17414 17416 15206 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22704015 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 235371293991 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17416/statm: 4644 284 249 26 0 2626 0

[startup+0.099386 s]
/proc/loadavg: 1.94 1.98 1.99 4/80 17416
/proc/meminfo: memFree=1825576/2055920 swapFree=4192812/4192956
[pid=17416] ppid=17414 vsize=16868 CPUtime=0.07
/proc/17416/stat : 17416 (sugar) S 17414 17416 15206 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 22704015 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17416/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.107235 s]
/proc/loadavg: 1.94 1.98 1.99 4/80 17416
/proc/meminfo: memFree=1825576/2055920 swapFree=4192812/4192956
[pid=17416] ppid=17414 vsize=16868 CPUtime=0.07
/proc/17416/stat : 17416 (sugar) S 17414 17416 15206 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 22704015 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17416/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302403 s]
/proc/loadavg: 1.94 1.98 1.99 4/80 17416
/proc/meminfo: memFree=1825576/2055920 swapFree=4192812/4192956
[pid=17416] ppid=17414 vsize=16868 CPUtime=0.22
/proc/17416/stat : 17416 (sugar) S 17414 17416 15206 0 -1 4194304 1292 4161 0 1 6 1 13 2 16 0 1 0 22704015 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17416/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 16868

[startup+0.702617 s]
/proc/loadavg: 1.94 1.98 1.99 4/80 17416
/proc/meminfo: memFree=1825576/2055920 swapFree=4192812/4192956
[pid=17416] ppid=17414 vsize=16868 CPUtime=0.22
/proc/17416/stat : 17416 (sugar) S 17414 17416 15206 0 -1 4194304 1310 4161 0 1 6 1 13 2 15 0 1 0 22704015 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17416/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 16868

[startup+1.50151 s]
/proc/loadavg: 1.94 1.98 1.99 3/91 17438
/proc/meminfo: memFree=1809680/2055920 swapFree=4192812/4192956
[pid=17416] ppid=17414 vsize=16868 CPUtime=0.22
/proc/17416/stat : 17416 (sugar) S 17414 17416 15206 0 -1 4194304 1310 4161 0 1 6 1 13 2 15 0 1 0 22704015 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17416/statm: 4217 1111 409 3 0 796 0
[pid=17429] ppid=17416 vsize=5356 CPUtime=0
/proc/17429/stat : 17429 (sh) S 17416 17416 15206 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22704041 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17429/statm: 1339 233 193 169 0 50 0
[pid=17430] ppid=17429 vsize=864424 CPUtime=1.21
/proc/17430/stat : 17430 (java) S 17429 17416 15206 0 -1 0 5267 0 1 0 111 10 0 0 18 0 9 0 22704041 885170176 4258 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17430/statm: 216106 4258 2589 9 0 210583 0
[pid=17430/tid=17431] ppid=17429 vsize=864424 CPUtime=1.04
/proc/17430/task/17431/stat : 17431 (java) R 17429 17416 15206 0 -1 64 2997 0 1 0 97 7 0 0 25 0 9 0 22704042 885170176 4258 996147200 134512640 134550932 4294955936 18446744073709551615 4126502588 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17432] ppid=17429 vsize=864424 CPUtime=0.09
/proc/17430/task/17432/stat : 17432 (java) S 17429 17416 15206 0 -1 64 1256 0 0 0 8 1 0 0 16 0 9 0 22704043 885170176 4258 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17433] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17433/stat : 17433 (java) S 17429 17416 15206 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22704043 885170176 4258 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17434] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17434/stat : 17434 (java) S 17429 17416 15206 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22704043 885170176 4258 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17435] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17435/stat : 17435 (java) S 17429 17416 15206 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22704045 885170176 4258 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17436] ppid=17429 vsize=864424 CPUtime=0.06
/proc/17430/task/17436/stat : 17436 (java) S 17429 17416 15206 0 -1 64 316 0 0 0 6 0 0 0 16 0 9 0 22704045 885170176 4258 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17437] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17437/stat : 17437 (java) S 17429 17416 15206 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22704045 885170176 4258 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17438] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17438/stat : 17438 (java) S 17429 17416 15206 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22704046 885170176 4258 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886648

[startup+3.10166 s]
/proc/loadavg: 1.94 1.98 1.99 3/91 17438
/proc/meminfo: memFree=1795024/2055920 swapFree=4192812/4192956
[pid=17416] ppid=17414 vsize=16868 CPUtime=0.22
/proc/17416/stat : 17416 (sugar) S 17414 17416 15206 0 -1 4194304 1310 4161 0 1 6 1 13 2 16 0 1 0 22704015 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17416/statm: 4217 1111 409 3 0 796 0
[pid=17429] ppid=17416 vsize=5356 CPUtime=0
/proc/17429/stat : 17429 (sh) S 17416 17416 15206 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22704041 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17429/statm: 1339 233 193 169 0 50 0
[pid=17430] ppid=17429 vsize=864424 CPUtime=2.8
/proc/17430/stat : 17430 (java) S 17429 17416 15206 0 -1 0 5782 0 1 0 254 26 0 0 18 0 9 0 22704041 885170176 4263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17430/statm: 216106 4263 2589 9 0 210583 0
[pid=17430/tid=17431] ppid=17429 vsize=864424 CPUtime=2.5
/proc/17430/task/17431/stat : 17431 (java) R 17429 17416 15206 0 -1 64 3508 0 1 0 230 20 0 0 25 0 9 0 22704042 885170176 4263 996147200 134512640 134550932 4294955936 18446744073709551615 4126500754 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17432] ppid=17429 vsize=864424 CPUtime=0.22
/proc/17430/task/17432/stat : 17432 (java) S 17429 17416 15206 0 -1 64 1256 0 0 0 17 5 0 0 16 0 9 0 22704043 885170176 4263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17433] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17433/stat : 17433 (java) S 17429 17416 15206 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22704043 885170176 4263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17434] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17434/stat : 17434 (java) S 17429 17416 15206 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22704043 885170176 4263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17435] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17435/stat : 17435 (java) S 17429 17416 15206 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22704045 885170176 4263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17436] ppid=17429 vsize=864424 CPUtime=0.06
/proc/17430/task/17436/stat : 17436 (java) S 17429 17416 15206 0 -1 64 320 0 0 0 6 0 0 0 16 0 9 0 22704045 885170176 4263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17437] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17437/stat : 17437 (java) S 17429 17416 15206 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22704045 885170176 4263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17438] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17438/stat : 17438 (java) S 17429 17416 15206 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22704046 885170176 4263 996147200 134512640 134550932 4294955936 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) 886648

[startup+6.3031 s]
/proc/loadavg: 1.94 1.98 1.99 3/91 17438
/proc/meminfo: memFree=1757264/2055920 swapFree=4192812/4192956
[pid=17416] ppid=17414 vsize=16868 CPUtime=0.22
/proc/17416/stat : 17416 (sugar) S 17414 17416 15206 0 -1 4194304 1310 4161 0 1 6 1 13 2 16 0 1 0 22704015 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17416/statm: 4217 1111 409 3 0 796 0
[pid=17429] ppid=17416 vsize=5356 CPUtime=0
/proc/17429/stat : 17429 (sh) S 17416 17416 15206 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22704041 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17429/statm: 1339 233 193 169 0 50 0
[pid=17430] ppid=17429 vsize=864424 CPUtime=5.96
/proc/17430/stat : 17430 (java) S 17429 17416 15206 0 -1 0 6845 0 1 0 538 58 0 0 18 0 9 0 22704041 885170176 4263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17430/statm: 216106 4263 2589 9 0 210583 0
[pid=17430/tid=17431] ppid=17429 vsize=864424 CPUtime=5.38
/proc/17430/task/17431/stat : 17431 (java) R 17429 17416 15206 0 -1 64 4571 0 1 0 493 45 0 0 25 0 9 0 22704042 885170176 4263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17432] ppid=17429 vsize=864424 CPUtime=0.49
/proc/17430/task/17432/stat : 17432 (java) S 17429 17416 15206 0 -1 64 1256 0 0 0 38 11 0 0 15 0 9 0 22704043 885170176 4263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17433] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17433/stat : 17433 (java) S 17429 17416 15206 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22704043 885170176 4263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17434] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17434/stat : 17434 (java) S 17429 17416 15206 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22704043 885170176 4263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17435] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17435/stat : 17435 (java) S 17429 17416 15206 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22704045 885170176 4263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17436] ppid=17429 vsize=864424 CPUtime=0.06
/proc/17430/task/17436/stat : 17436 (java) S 17429 17416 15206 0 -1 64 320 0 0 0 6 0 0 0 16 0 9 0 22704045 885170176 4263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17437] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17437/stat : 17437 (java) S 17429 17416 15206 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22704045 885170176 4263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17438] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17438/stat : 17438 (java) S 17429 17416 15206 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22704046 885170176 4263 996147200 134512640 134550932 4294955936 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) 886648

[startup+12.7025 s]
/proc/loadavg: 1.95 1.98 1.99 3/91 17438
/proc/meminfo: memFree=1679888/2055920 swapFree=4192812/4192956
[pid=17416] ppid=17414 vsize=16868 CPUtime=0.22
/proc/17416/stat : 17416 (sugar) S 17414 17416 15206 0 -1 4194304 1310 4161 0 1 6 1 13 2 16 0 1 0 22704015 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17416/statm: 4217 1111 409 3 0 796 0
[pid=17429] ppid=17416 vsize=5356 CPUtime=0
/proc/17429/stat : 17429 (sh) S 17416 17416 15206 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22704041 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17429/statm: 1339 233 193 169 0 50 0
[pid=17430] ppid=17429 vsize=864424 CPUtime=12.26
/proc/17430/stat : 17430 (java) S 17429 17416 15206 0 -1 0 8969 0 1 0 1106 120 0 0 18 0 9 0 22704041 885170176 4264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17430/statm: 216106 4264 2589 9 0 210583 0
[pid=17430/tid=17431] ppid=17429 vsize=864424 CPUtime=11.14
/proc/17430/task/17431/stat : 17431 (java) R 17429 17416 15206 0 -1 64 6694 0 1 0 1020 94 0 0 25 0 9 0 22704042 885170176 4264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17432] ppid=17429 vsize=864424 CPUtime=1.04
/proc/17430/task/17432/stat : 17432 (java) S 17429 17416 15206 0 -1 64 1257 0 0 0 79 25 0 0 15 0 9 0 22704043 885170176 4264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17433] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17433/stat : 17433 (java) S 17429 17416 15206 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22704043 885170176 4264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17434] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17434/stat : 17434 (java) S 17429 17416 15206 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22704043 885170176 4264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17435] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17435/stat : 17435 (java) S 17429 17416 15206 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22704045 885170176 4264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17436] ppid=17429 vsize=864424 CPUtime=0.06
/proc/17430/task/17436/stat : 17436 (java) S 17429 17416 15206 0 -1 64 320 0 0 0 6 0 0 0 16 0 9 0 22704045 885170176 4264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17437] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17437/stat : 17437 (java) S 17429 17416 15206 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22704045 885170176 4264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17438] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17438/stat : 17438 (java) S 17429 17416 15206 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22704046 885170176 4264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 886648

[startup+25.5027 s]
/proc/loadavg: 2.03 2.00 2.00 3/91 17438
/proc/meminfo: memFree=1525712/2055920 swapFree=4192812/4192956
[pid=17416] ppid=17414 vsize=16868 CPUtime=0.22
/proc/17416/stat : 17416 (sugar) S 17414 17416 15206 0 -1 4194304 1310 4161 0 1 6 1 13 2 16 0 1 0 22704015 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17416/statm: 4217 1111 409 3 0 796 0
[pid=17429] ppid=17416 vsize=5356 CPUtime=0
/proc/17429/stat : 17429 (sh) S 17416 17416 15206 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22704041 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17429/statm: 1339 233 193 169 0 50 0
[pid=17430] ppid=17429 vsize=864424 CPUtime=24.78
/proc/17430/stat : 17430 (java) S 17429 17416 15206 0 -1 0 13174 0 1 0 2237 241 0 0 18 0 9 0 22704041 885170176 4265 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17430/statm: 216106 4265 2589 9 0 210583 0
[pid=17430/tid=17431] ppid=17429 vsize=864424 CPUtime=22.59
/proc/17430/task/17431/stat : 17431 (java) R 17429 17416 15206 0 -1 64 10898 0 1 0 2072 187 0 0 25 0 9 0 22704042 885170176 4265 996147200 134512640 134550932 4294955936 18446744073709551615 4126450144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17432] ppid=17429 vsize=864424 CPUtime=2.1
/proc/17430/task/17432/stat : 17432 (java) S 17429 17416 15206 0 -1 64 1258 0 0 0 158 52 0 0 16 0 9 0 22704043 885170176 4265 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17433] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17433/stat : 17433 (java) S 17429 17416 15206 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22704043 885170176 4265 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17434] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17434/stat : 17434 (java) S 17429 17416 15206 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22704043 885170176 4265 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17435] ppid=17429 vsize=864424 CPUtime=0

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

/proc/17430/task/17438/stat : 17438 (java) S 17429 17416 15206 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22704046 885170176 4341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1275.95
Current children cumulated vsize (KiB) 886648

[startup+1422.3 s]
/proc/loadavg: 3.27 3.42 3.10 3/91 17697
/proc/meminfo: memFree=14912/2055920 swapFree=4192812/4192956
[pid=17416] ppid=17414 vsize=16868 CPUtime=0.22
/proc/17416/stat : 17416 (sugar) S 17414 17416 15206 0 -1 4194304 1310 4161 0 1 6 1 13 2 16 0 1 0 22704015 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17416/statm: 4217 1111 409 3 0 796 0
[pid=17429] ppid=17416 vsize=5356 CPUtime=0
/proc/17429/stat : 17429 (sh) S 17416 17416 15206 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22704041 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17429/statm: 1339 233 193 169 0 50 0
[pid=17430] ppid=17429 vsize=864424 CPUtime=1333.88
/proc/17430/stat : 17430 (java) S 17429 17416 15206 0 -1 0 440814 0 1 0 120302 13086 0 0 18 0 9 0 22704041 885170176 4341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17430/statm: 216106 4341 2589 9 0 210583 0
[pid=17430/tid=17431] ppid=17429 vsize=864424 CPUtime=1227.68
/proc/17430/task/17431/stat : 17431 (java) R 17429 17416 15206 0 -1 64 438462 0 1 0 112231 10537 0 0 25 0 9 0 22704042 885170176 4341 996147200 134512640 134550932 4294955936 18446744073709551615 4126510348 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17432] ppid=17429 vsize=864424 CPUtime=106.11
/proc/17430/task/17432/stat : 17432 (java) S 17429 17416 15206 0 -1 64 1334 0 0 0 8064 2547 0 0 16 0 9 0 22704043 885170176 4341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17433] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17433/stat : 17433 (java) S 17429 17416 15206 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22704043 885170176 4341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17434] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17434/stat : 17434 (java) S 17429 17416 15206 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22704043 885170176 4341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17435] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17435/stat : 17435 (java) S 17429 17416 15206 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22704045 885170176 4341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17436] ppid=17429 vsize=864424 CPUtime=0.06
/proc/17430/task/17436/stat : 17436 (java) S 17429 17416 15206 0 -1 64 320 0 0 0 6 0 0 0 16 0 9 0 22704045 885170176 4341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17437] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17437/stat : 17437 (java) S 17429 17416 15206 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22704045 885170176 4341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17438] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17438/stat : 17438 (java) S 17429 17416 15206 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22704046 885170176 4341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1334.1
Current children cumulated vsize (KiB) 886648

[startup+1482.3 s]
/proc/loadavg: 3.41 3.42 3.11 2/91 17697
/proc/meminfo: memFree=16064/2055920 swapFree=4192812/4192956
[pid=17416] ppid=17414 vsize=16868 CPUtime=0.22
/proc/17416/stat : 17416 (sugar) S 17414 17416 15206 0 -1 4194304 1310 4161 0 1 6 1 13 2 16 0 1 0 22704015 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17416/statm: 4217 1111 409 3 0 796 0
[pid=17429] ppid=17416 vsize=5356 CPUtime=0
/proc/17429/stat : 17429 (sh) S 17416 17416 15206 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22704041 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17429/statm: 1339 233 193 169 0 50 0
[pid=17430] ppid=17429 vsize=864424 CPUtime=1391.77
/proc/17430/stat : 17430 (java) S 17429 17416 15206 0 -1 0 456466 0 1 0 125638 13539 0 0 18 0 9 0 22704041 885170176 4341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17430/statm: 216106 4341 2589 9 0 210583 0
[pid=17430/tid=17431] ppid=17429 vsize=864424 CPUtime=1281.66
/proc/17430/task/17431/stat : 17431 (java) D 17429 17416 15206 0 -1 64 454114 0 1 0 117269 10897 0 0 25 0 9 0 22704042 885170176 4341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=17430/tid=17432] ppid=17429 vsize=864424 CPUtime=110.01
/proc/17430/task/17432/stat : 17432 (java) S 17429 17416 15206 0 -1 64 1334 0 0 0 8361 2640 0 0 16 0 9 0 22704043 885170176 4341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17433] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17433/stat : 17433 (java) S 17429 17416 15206 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22704043 885170176 4341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17434] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17434/stat : 17434 (java) S 17429 17416 15206 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22704043 885170176 4341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17435] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17435/stat : 17435 (java) S 17429 17416 15206 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22704045 885170176 4341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17436] ppid=17429 vsize=864424 CPUtime=0.06
/proc/17430/task/17436/stat : 17436 (java) S 17429 17416 15206 0 -1 64 320 0 0 0 6 0 0 0 16 0 9 0 22704045 885170176 4341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17437] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17437/stat : 17437 (java) S 17429 17416 15206 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22704045 885170176 4341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17438] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17438/stat : 17438 (java) S 17429 17416 15206 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22704046 885170176 4341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1391.99
Current children cumulated vsize (KiB) 886648

[startup+1542.3 s]
/proc/loadavg: 3.39 3.42 3.13 3/91 17697
/proc/meminfo: memFree=14912/2055920 swapFree=4192812/4192956
[pid=17416] ppid=17414 vsize=16868 CPUtime=0.22
/proc/17416/stat : 17416 (sugar) S 17414 17416 15206 0 -1 4194304 1310 4161 0 1 6 1 13 2 16 0 1 0 22704015 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17416/statm: 4217 1111 409 3 0 796 0
[pid=17429] ppid=17416 vsize=5356 CPUtime=0
/proc/17429/stat : 17429 (sh) S 17416 17416 15206 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22704041 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17429/statm: 1339 233 193 169 0 50 0
[pid=17430] ppid=17429 vsize=864424 CPUtime=1449.49
/proc/17430/stat : 17430 (java) S 17429 17416 15206 0 -1 0 468947 0 1 0 131084 13865 0 0 18 0 9 0 22704041 885170176 4341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17430/statm: 216106 4341 2589 9 0 210583 0
[pid=17430/tid=17431] ppid=17429 vsize=864424 CPUtime=1336.27
/proc/17430/task/17431/stat : 17431 (java) R 17429 17416 15206 0 -1 64 466595 0 1 0 122475 11152 0 0 25 0 9 0 22704042 885170176 4341 996147200 134512640 134550932 4294955936 18446744073709551615 4126551851 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17432] ppid=17429 vsize=864424 CPUtime=113.12
/proc/17430/task/17432/stat : 17432 (java) S 17429 17416 15206 0 -1 64 1334 0 0 0 8601 2711 0 0 16 0 9 0 22704043 885170176 4341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17433] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17433/stat : 17433 (java) S 17429 17416 15206 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22704043 885170176 4341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17434] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17434/stat : 17434 (java) S 17429 17416 15206 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22704043 885170176 4341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17435] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17435/stat : 17435 (java) S 17429 17416 15206 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22704045 885170176 4341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17436] ppid=17429 vsize=864424 CPUtime=0.06
/proc/17430/task/17436/stat : 17436 (java) S 17429 17416 15206 0 -1 64 320 0 0 0 6 0 0 0 16 0 9 0 22704045 885170176 4341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17437] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17437/stat : 17437 (java) S 17429 17416 15206 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22704045 885170176 4341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17430/tid=17438] ppid=17429 vsize=864424 CPUtime=0
/proc/17430/task/17438/stat : 17438 (java) S 17429 17416 15206 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22704046 885170176 4341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1449.71
Current children cumulated vsize (KiB) 886648

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

[startup+1550.3 s]
/proc/loadavg: 3.25 3.39 3.12 2/81 17697
/proc/meminfo: memFree=1848656/2055920 swapFree=4192812/4192956
[pid=17416] ppid=17414 vsize=16868 CPUtime=1453.29
/proc/17416/stat : 17416 (sugar) R 17414 17416 15206 0 -1 4194304 1335 473688 0 4 6 117 131334 13872 15 0 1 0 22704015 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 235371467817 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17416/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1453.29
Current children cumulated vsize (KiB) 16868

[startup+1556.7 s]
/proc/loadavg: 3.15 3.36 3.11 2/81 17697
/proc/meminfo: memFree=1845072/2055920 swapFree=4192812/4192956
[pid=17416] ppid=17414 vsize=16868 CPUtime=1453.72
/proc/17416/stat : 17416 (sugar) D 17414 17416 15206 0 -1 4194304 1335 473688 0 4 6 160 131334 13872 15 0 1 0 22704015 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 235371467817 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17416/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1453.72
Current children cumulated vsize (KiB) 16868

[startup+1559.9 s]
/proc/loadavg: 3.06 3.34 3.11 2/81 17697
/proc/meminfo: memFree=1843152/2055920 swapFree=4192812/4192956
[pid=17416] ppid=17414 vsize=16868 CPUtime=1453.85
/proc/17416/stat : 17416 (sugar) D 17414 17416 15206 0 -1 4194304 1335 473688 0 4 6 173 131334 13872 15 0 1 0 22704015 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 235371467817 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17416/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1453.85
Current children cumulated vsize (KiB) 16868

[startup+1563.1 s]
/proc/loadavg: 3.06 3.34 3.11 2/81 17697
/proc/meminfo: memFree=1841232/2055920 swapFree=4192812/4192956
[pid=17416] ppid=17414 vsize=16868 CPUtime=1454.02
/proc/17416/stat : 17416 (sugar) D 17414 17416 15206 0 -1 4194304 1335 473688 0 4 6 190 131334 13872 15 0 1 0 22704015 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 235371467817 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17416/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1454.02
Current children cumulated vsize (KiB) 16868

[startup+1564.71 s]
/proc/loadavg: 2.97 3.32 3.10 2/81 17697
/proc/meminfo: memFree=1838480/2055920 swapFree=4192812/4192956
[pid=17416] ppid=17414 vsize=16868 CPUtime=1454.15
/proc/17416/stat : 17416 (sugar) D 17414 17416 15206 0 -1 4194304 1335 473688 0 4 6 203 131334 13872 15 0 1 0 22704015 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 235371467817 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17416/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1454.15
Current children cumulated vsize (KiB) 16868

[startup+1565.5 s]
/proc/loadavg: 2.97 3.32 3.10 2/81 17697
/proc/meminfo: memFree=1838480/2055920 swapFree=4192812/4192956
[pid=17416] ppid=17414 vsize=16868 CPUtime=1454.24
/proc/17416/stat : 17416 (sugar) D 17414 17416 15206 0 -1 4194304 1335 473688 0 4 6 212 131334 13872 15 0 1 0 22704015 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 235371467817 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17416/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1454.24
Current children cumulated vsize (KiB) 16868

[startup+1565.7 s]
/proc/loadavg: 2.97 3.32 3.10 2/81 17697
/proc/meminfo: memFree=1837072/2055920 swapFree=4192812/4192956
[pid=17416] ppid=17414 vsize=16868 CPUtime=1454.26
/proc/17416/stat : 17416 (sugar) D 17414 17416 15206 0 -1 4194304 1335 473688 0 4 6 214 131334 13872 15 0 1 0 22704015 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 235371467817 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17416/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1454.26
Current children cumulated vsize (KiB) 16868

[startup+1565.81 s]
/proc/loadavg: 2.97 3.32 3.10 2/81 17697
/proc/meminfo: memFree=1837072/2055920 swapFree=4192812/4192956
[pid=17416] ppid=17414 vsize=16868 CPUtime=1454.27
/proc/17416/stat : 17416 (sugar) D 17414 17416 15206 0 -1 4194304 1335 473688 0 4 6 215 131334 13872 15 0 1 0 22704015 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 235371467817 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17416/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1454.27
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1565.9
CPU time (s): 1454.29
CPU user time (s): 1313.41
CPU system time (s): 140.885
CPU usage (%): 92.8728
Max. virtual memory (cumulated for all children) (KiB): 886648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1313.41
system time used= 140.885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 475084
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4136340
involuntary context switches= 4056169

runsolver used 2.02469 second user time and 5.33119 second system time

The end

Launcher Data

Begin job on node51 at 2009-07-12 01:53:25
IDJOB=2072379
IDBENCH=55680
IDSOLVER=738
FILE ID=node51/2072379-1247356405
PBS_JOBID= 9506817
Free space on /tmp= 66172 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-reduced-prob3.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2072379-1247356405/watcher-2072379-1247356405 -o /tmp/evaluation-result-2072379-1247356405/solver-2072379-1247356405 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2072379-1247356405.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= e9fd797fc7f94dfb67a5763e936a65c7
RANDOM SEED=1048388881

node51.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.225
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.225
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:       1826056 kB
Buffers:         11692 kB
Cached:          88336 kB
SwapCached:          0 kB
Active:         163560 kB
Inactive:        20924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1826056 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1588 kB
Writeback:           0 kB
Mapped:         102288 kB
Slab:            30576 kB
Committed_AS:   915760 kB
PageTables:       1932 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= 66168 MiB
End job on node51 at 2009-07-12 02:19:31