Trace number 2063557

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? 276.621 287.752

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-20-2-5.xml
MD5SUMacaa860b0fdfe19b90740ee02393143f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.015996
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity7
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 19:13:26 2009
0.00/0.08	c 0	PID 12816
0.07/0.08	c 0	HOST node19.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2063557-1247332405.xml TO HOME/temp.csp
0.07/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-2063557-1247332405.xml' 'HOME/temp.csp'
0.07/0.29	c 0	1 domains, 100 variables, 20 predicates, 0 relations, 20 constraints
0.07/0.29	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.29	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.28/0.40	c 0	Parsing HOME/temp.csp
0.28/0.43	c 0	parsed 141 expressions
0.28/0.46	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.46	c 0	Converting to clausal form CSP
0.28/0.48	c 0	converted 15 (10%) expressions
0.28/0.48	c 0	converted 29 (20%) expressions
0.28/0.48	c 0	converted 43 (30%) expressions
0.28/0.48	c 0	converted 57 (40%) expressions
0.28/0.48	c 0	converted 71 (50%) expressions
0.28/0.48	c 0	converted 85 (60%) expressions
0.28/0.48	c 0	converted 99 (70%) expressions
0.28/0.48	c 0	converted 113 (80%) expressions
0.28/0.50	c 0	converted 127 (90%) expressions
0.28/0.57	c 0	converted 141 (100%) expressions
0.28/0.57	c 0	CSP : 178 integers, 0 booleans, 196 clauses, largest domain size 17006
0.28/0.57	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.57	c 0	Propagation in CSP
0.28/0.59	c 0	68748 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.28/0.59	c 0	CSP : 178 integers, 0 booleans, 196 clauses, largest domain size 17006
0.28/0.59	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.59	c 0	Simplifing CSP by introducing new Boolean variables
0.28/0.59	c 0	CSP : 178 integers, 0 booleans, 196 clauses, largest domain size 17006
0.28/0.59	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.61	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.28/0.63	c 0	18 (10%) CSP integer variables are encoded (1554 clauses, 18077 bytes)
0.28/0.64	c 0	36 (20%) CSP integer variables are encoded (3232 clauses, 39891 bytes)
0.28/0.64	c 0	54 (30%) CSP integer variables are encoded (4810 clauses, 60405 bytes)
0.28/0.64	c 0	72 (40%) CSP integer variables are encoded (6355 clauses, 80490 bytes)
0.28/0.64	c 0	89 (50%) CSP integer variables are encoded (7904 clauses, 100627 bytes)
0.28/0.70	c 0	107 (60%) CSP integer variables are encoded (47828 clauses, 695498 bytes)
0.28/0.82	c 0	125 (70%) CSP integer variables are encoded (145849 clauses, 2257746 bytes)
0.28/0.96	c 0	143 (80%) CSP integer variables are encoded (246273 clauses, 3964954 bytes)
1.03/1.13	c 1	161 (90%) CSP integer variables are encoded (368825 clauses, 6048338 bytes)
1.22/1.33	c 1	178 (100%) CSP integer variables are encoded (521759 clauses, 8648216 bytes)
1.42/1.50	c 1	20 (10%) CSP clauses are encoded (615819 clauses, 10375494 bytes)
1.62/1.75	c 1	40 (20%) CSP clauses are encoded (762739 clauses, 13179967 bytes)
4.30/4.46	c 4	59 (30%) CSP clauses are encoded (2312051 clauses, 43765253 bytes)
5.86/6.01	c 6	79 (40%) CSP clauses are encoded (3166774 clauses, 61941020 bytes)
94.35/96.81	c 96	98 (50%) CSP clauses are encoded (52456547 clauses, 1195120687 bytes)
155.82/161.45	c 161	118 (60%) CSP clauses are encoded (88144268 clauses, 2015422275 bytes)
219.19/226.88	c 226	138 (70%) CSP clauses are encoded (124808185 clauses, 2851047058 bytes)
275.75/285.02	c 285	ERROR Exception Too large HOME/temp.cnf
275.75/285.02	c 285	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
275.75/285.02	c 285	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
275.75/285.02	c 285	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
275.75/285.02	s UNKNOWN
275.77/285.14	c 285	CPU 275.78 (0.06 0.01 247.24 28.47)
275.77/285.14	c 285	END Sat Jul 11 19:18:11 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-2063557-1247332405/watcher-2063557-1247332405 -o /tmp/evaluation-result-2063557-1247332405/solver-2063557-1247332405 -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-2063557-1247332405.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: 2.00 2.08 2.04 4/82 12816
/proc/meminfo: memFree=1421072/2055920 swapFree=4192952/4192956
[pid=12816] ppid=12814 vsize=18576 CPUtime=0
/proc/12816/stat : 12816 (runsolver) R 12814 12816 9882 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 20307185 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 255236566311 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12816/statm: 4644 284 249 26 0 2626 0

[startup+0.0822819 s]
/proc/loadavg: 2.00 2.08 2.04 4/82 12816
/proc/meminfo: memFree=1421072/2055920 swapFree=4192952/4192956
[pid=12816] ppid=12814 vsize=16740 CPUtime=0.07
/proc/12816/stat : 12816 (sugar) S 12814 12816 9882 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 20307185 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12816/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.100717 s]
/proc/loadavg: 2.00 2.08 2.04 4/82 12816
/proc/meminfo: memFree=1421072/2055920 swapFree=4192952/4192956
[pid=12816] ppid=12814 vsize=16868 CPUtime=0.07
/proc/12816/stat : 12816 (sugar) S 12814 12816 9882 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20307185 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12816/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301736 s]
/proc/loadavg: 2.00 2.08 2.04 4/82 12816
/proc/meminfo: memFree=1421072/2055920 swapFree=4192952/4192956
[pid=12816] ppid=12814 vsize=16868 CPUtime=0.28
/proc/12816/stat : 12816 (sugar) S 12814 12816 9882 0 -1 4194304 1292 4288 0 1 6 1 17 4 16 0 1 0 20307185 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12816/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 16868

[startup+0.701789 s]
/proc/loadavg: 2.00 2.08 2.04 4/82 12816
/proc/meminfo: memFree=1421072/2055920 swapFree=4192952/4192956
[pid=12816] ppid=12814 vsize=16868 CPUtime=0.28
/proc/12816/stat : 12816 (sugar) S 12814 12816 9882 0 -1 4194304 1310 4288 0 1 6 1 17 4 15 0 1 0 20307185 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12816/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 16868

[startup+1.50187 s]
/proc/loadavg: 2.00 2.08 2.04 3/93 12838
/proc/meminfo: memFree=1406200/2055920 swapFree=4192952/4192956
[pid=12816] ppid=12814 vsize=16868 CPUtime=0.28
/proc/12816/stat : 12816 (sugar) S 12814 12816 9882 0 -1 4194304 1310 4288 0 1 6 1 17 4 15 0 1 0 20307185 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12816/statm: 4217 1111 409 3 0 796 0
[pid=12829] ppid=12816 vsize=5356 CPUtime=0
/proc/12829/stat : 12829 (sh) S 12816 12816 9882 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20307215 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12829/statm: 1339 233 193 169 0 50 0
[pid=12830] ppid=12829 vsize=864428 CPUtime=1.14
/proc/12830/stat : 12830 (java) S 12829 12816 9882 0 -1 0 5287 0 1 0 104 10 0 0 18 0 9 0 20307215 885174272 4310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12830/statm: 216107 4310 2589 9 0 210584 0
[pid=12830/tid=12831] ppid=12829 vsize=864428 CPUtime=0.97
/proc/12830/task/12831/stat : 12831 (java) R 12829 12816 9882 0 -1 64 2968 0 1 0 89 8 0 0 24 0 9 0 20307216 885174272 4310 996147200 134512640 134550932 4294955936 18446744073709551615 102094001 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12832] ppid=12829 vsize=864428 CPUtime=0.07
/proc/12830/task/12832/stat : 12832 (java) S 12829 12816 9882 0 -1 64 1298 0 0 0 6 1 0 0 16 0 9 0 20307217 885174272 4310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12833] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12833/stat : 12833 (java) S 12829 12816 9882 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20307217 885174272 4310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12834] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12834/stat : 12834 (java) S 12829 12816 9882 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20307217 885174272 4310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12835] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12835/stat : 12835 (java) S 12829 12816 9882 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 20307223 885174272 4310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12836] ppid=12829 vsize=864428 CPUtime=0.07
/proc/12830/task/12836/stat : 12836 (java) S 12829 12816 9882 0 -1 64 323 0 0 0 7 0 0 0 16 0 9 0 20307223 885174272 4310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12837] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12837/stat : 12837 (java) S 12829 12816 9882 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20307223 885174272 4310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12838] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12838/stat : 12838 (java) S 12829 12816 9882 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20307223 885174272 4310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886652

[startup+3.10204 s]
/proc/loadavg: 2.00 2.08 2.03 3/93 12838
/proc/meminfo: memFree=1393400/2055920 swapFree=4192952/4192956
[pid=12816] ppid=12814 vsize=16868 CPUtime=0.28
/proc/12816/stat : 12816 (sugar) S 12814 12816 9882 0 -1 4194304 1310 4288 0 1 6 1 17 4 15 0 1 0 20307185 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12816/statm: 4217 1111 409 3 0 796 0
[pid=12829] ppid=12816 vsize=5356 CPUtime=0
/proc/12829/stat : 12829 (sh) S 12816 12816 9882 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20307215 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12829/statm: 1339 233 193 169 0 50 0
[pid=12830] ppid=12829 vsize=864428 CPUtime=2.72
/proc/12830/stat : 12830 (java) S 12829 12816 9882 0 -1 0 5811 0 1 0 248 24 0 0 18 0 9 0 20307215 885174272 4311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12830/statm: 216107 4311 2589 9 0 210584 0
[pid=12830/tid=12831] ppid=12829 vsize=864428 CPUtime=2.41
/proc/12830/task/12831/stat : 12831 (java) R 12829 12816 9882 0 -1 64 3491 0 1 0 223 18 0 0 25 0 9 0 20307216 885174272 4311 996147200 134512640 134550932 4294955936 18446744073709551615 4126540695 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12832] ppid=12829 vsize=864428 CPUtime=0.22
/proc/12830/task/12832/stat : 12832 (java) S 12829 12816 9882 0 -1 64 1298 0 0 0 17 5 0 0 16 0 9 0 20307217 885174272 4311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12833] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12833/stat : 12833 (java) S 12829 12816 9882 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20307217 885174272 4311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12834] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12834/stat : 12834 (java) S 12829 12816 9882 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20307217 885174272 4311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12835] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12835/stat : 12835 (java) S 12829 12816 9882 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 20307223 885174272 4311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12836] ppid=12829 vsize=864428 CPUtime=0.07
/proc/12830/task/12836/stat : 12836 (java) S 12829 12816 9882 0 -1 64 324 0 0 0 7 0 0 0 16 0 9 0 20307223 885174272 4311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12837] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12837/stat : 12837 (java) S 12829 12816 9882 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20307223 885174272 4311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12838] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12838/stat : 12838 (java) S 12829 12816 9882 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20307223 885174272 4311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886652

[startup+6.30238 s]
/proc/loadavg: 2.00 2.08 2.03 3/93 12838
/proc/meminfo: memFree=1355384/2055920 swapFree=4192952/4192956
[pid=12816] ppid=12814 vsize=16868 CPUtime=0.28
/proc/12816/stat : 12816 (sugar) S 12814 12816 9882 0 -1 4194304 1310 4288 0 1 6 1 17 4 16 0 1 0 20307185 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12816/statm: 4217 1111 409 3 0 796 0
[pid=12829] ppid=12816 vsize=5356 CPUtime=0
/proc/12829/stat : 12829 (sh) S 12816 12816 9882 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20307215 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12829/statm: 1339 233 193 169 0 50 0
[pid=12830] ppid=12829 vsize=864428 CPUtime=5.87
/proc/12830/stat : 12830 (java) S 12829 12816 9882 0 -1 0 6844 0 1 0 533 54 0 0 18 0 9 0 20307215 885174272 4311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12830/statm: 216107 4311 2589 9 0 210584 0
[pid=12830/tid=12831] ppid=12829 vsize=864428 CPUtime=5.3
/proc/12830/task/12831/stat : 12831 (java) R 12829 12816 9882 0 -1 64 4524 0 1 0 488 42 0 0 25 0 9 0 20307216 885174272 4311 996147200 134512640 134550932 4294955936 18446744073709551615 4126540695 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12832] ppid=12829 vsize=864428 CPUtime=0.46
/proc/12830/task/12832/stat : 12832 (java) S 12829 12816 9882 0 -1 64 1298 0 0 0 36 10 0 0 16 0 9 0 20307217 885174272 4311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12833] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12833/stat : 12833 (java) S 12829 12816 9882 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20307217 885174272 4311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12834] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12834/stat : 12834 (java) S 12829 12816 9882 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20307217 885174272 4311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12835] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12835/stat : 12835 (java) S 12829 12816 9882 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 20307223 885174272 4311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12836] ppid=12829 vsize=864428 CPUtime=0.07
/proc/12830/task/12836/stat : 12836 (java) S 12829 12816 9882 0 -1 64 324 0 0 0 7 0 0 0 16 0 9 0 20307223 885174272 4311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12837] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12837/stat : 12837 (java) S 12829 12816 9882 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20307223 885174272 4311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12838] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12838/stat : 12838 (java) S 12829 12816 9882 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20307223 885174272 4311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 886652

[startup+12.7021 s]
/proc/loadavg: 2.15 2.11 2.04 3/93 12838
/proc/meminfo: memFree=1270264/2055920 swapFree=4192952/4192956
[pid=12816] ppid=12814 vsize=16868 CPUtime=0.28
/proc/12816/stat : 12816 (sugar) S 12814 12816 9882 0 -1 4194304 1310 4288 0 1 6 1 17 4 16 0 1 0 20307185 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12816/statm: 4217 1111 409 3 0 796 0
[pid=12829] ppid=12816 vsize=5356 CPUtime=0
/proc/12829/stat : 12829 (sh) S 12816 12816 9882 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20307215 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12829/statm: 1339 233 193 169 0 50 0
[pid=12830] ppid=12829 vsize=864428 CPUtime=12.07
/proc/12830/stat : 12830 (java) S 12829 12816 9882 0 -1 0 8923 0 1 0 1087 120 0 0 18 0 9 0 20307215 885174272 4311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12830/statm: 216107 4311 2589 9 0 210584 0
[pid=12830/tid=12831] ppid=12829 vsize=864428 CPUtime=11
/proc/12830/task/12831/stat : 12831 (java) R 12829 12816 9882 0 -1 64 6603 0 1 0 1004 96 0 0 25 0 9 0 20307216 885174272 4311 996147200 134512640 134550932 4294955936 18446744073709551615 102094001 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12832] ppid=12829 vsize=864428 CPUtime=0.97
/proc/12830/task/12832/stat : 12832 (java) S 12829 12816 9882 0 -1 64 1298 0 0 0 74 23 0 0 16 0 9 0 20307217 885174272 4311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12833] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12833/stat : 12833 (java) S 12829 12816 9882 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20307217 885174272 4311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12834] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12834/stat : 12834 (java) S 12829 12816 9882 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20307217 885174272 4311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12835] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12835/stat : 12835 (java) S 12829 12816 9882 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 20307223 885174272 4311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12836] ppid=12829 vsize=864428 CPUtime=0.07
/proc/12830/task/12836/stat : 12836 (java) S 12829 12816 9882 0 -1 64 324 0 0 0 7 0 0 0 16 0 9 0 20307223 885174272 4311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12837] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12837/stat : 12837 (java) S 12829 12816 9882 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20307223 885174272 4311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12838] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12838/stat : 12838 (java) S 12829 12816 9882 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20307223 885174272 4311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 886652

[startup+25.5014 s]
/proc/loadavg: 2.28 2.14 2.05 3/93 12838
/proc/meminfo: memFree=1119928/2055920 swapFree=4192952/4192956
[pid=12816] ppid=12814 vsize=16868 CPUtime=0.28
/proc/12816/stat : 12816 (sugar) S 12814 12816 9882 0 -1 4194304 1310 4288 0 1 6 1 17 4 16 0 1 0 20307185 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12816/statm: 4217 1111 409 3 0 796 0
[pid=12829] ppid=12816 vsize=5356 CPUtime=0
/proc/12829/stat : 12829 (sh) S 12816 12816 9882 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20307215 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12829/statm: 1339 233 193 169 0 50 0
[pid=12830] ppid=12829 vsize=864428 CPUtime=24.63
/proc/12830/stat : 12830 (java) S 12829 12816 9882 0 -1 0 12827 0 1 0 2221 242 0 0 18 0 9 0 20307215 885174272 4311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12830/statm: 216107 4311 2589 9 0 210584 0
[pid=12830/tid=12831] ppid=12829 vsize=864428 CPUtime=22.63
/proc/12830/task/12831/stat : 12831 (java) R 12829 12816 9882 0 -1 64 10507 0 1 0 2070 193 0 0 25 0 9 0 20307216 885174272 4311 996147200 134512640 134550932 4294955936 18446744073709551615 4126545152 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12832] ppid=12829 vsize=864428 CPUtime=1.91
/proc/12830/task/12832/stat : 12832 (java) S 12829 12816 9882 0 -1 64 1298 0 0 0 143 48 0 0 16 0 9 0 20307217 885174272 4311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12833] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12833/stat : 12833 (java) S 12829 12816 9882 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20307217 885174272 4311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12834] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12834/stat : 12834 (java) S 12829 12816 9882 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20307217 885174272 4311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12835] ppid=12829 vsize=864428 CPUtime=0

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

[pid=12830/tid=12836] ppid=12829 vsize=864428 CPUtime=0.07
/proc/12830/task/12836/stat : 12836 (java) S 12829 12816 9882 0 -1 64 324 0 0 0 7 0 0 0 16 0 9 0 20307223 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12837] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12837/stat : 12837 (java) S 12829 12816 9882 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20307223 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12838] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12838/stat : 12838 (java) S 12829 12816 9882 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20307223 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.62
Current children cumulated vsize (KiB) 886652

[startup+162.303 s]
/proc/loadavg: 2.86 2.38 2.15 4/94 12878
/proc/meminfo: memFree=19016/2055920 swapFree=4192812/4192956
[pid=12816] ppid=12814 vsize=16868 CPUtime=0.28
/proc/12816/stat : 12816 (sugar) S 12814 12816 9882 0 -1 4194304 1310 4288 0 1 6 1 17 4 16 0 1 0 20307185 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12816/statm: 4217 1111 409 3 0 796 0
[pid=12829] ppid=12816 vsize=5356 CPUtime=0
/proc/12829/stat : 12829 (sh) S 12816 12816 9882 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20307215 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12829/statm: 1339 233 193 169 0 50 0
[pid=12830] ppid=12829 vsize=864428 CPUtime=156.38
/proc/12830/stat : 12830 (java) S 12829 12816 9882 0 -1 0 57693 0 1 0 14022 1616 0 0 18 0 9 0 20307215 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12830/statm: 216107 4312 2589 9 0 210584 0
[pid=12830/tid=12831] ppid=12829 vsize=864428 CPUtime=143.57
/proc/12830/task/12831/stat : 12831 (java) R 12829 12816 9882 0 -1 64 55372 0 1 0 13058 1299 0 0 25 0 9 0 20307216 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4126548810 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12830/tid=12832] ppid=12829 vsize=864428 CPUtime=12.71
/proc/12830/task/12832/stat : 12832 (java) S 12829 12816 9882 0 -1 64 1299 0 0 0 955 316 0 0 16 0 9 0 20307217 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12830/tid=12833] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12833/stat : 12833 (java) S 12829 12816 9882 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20307217 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12834] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12834/stat : 12834 (java) S 12829 12816 9882 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20307217 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12835] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12835/stat : 12835 (java) S 12829 12816 9882 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 20307223 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12836] ppid=12829 vsize=864428 CPUtime=0.07
/proc/12830/task/12836/stat : 12836 (java) S 12829 12816 9882 0 -1 64 324 0 0 0 7 0 0 0 16 0 9 0 20307223 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12837] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12837/stat : 12837 (java) S 12829 12816 9882 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20307223 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12838] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12838/stat : 12838 (java) S 12829 12816 9882 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20307223 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 156.66
Current children cumulated vsize (KiB) 886652

[startup+222.307 s]
/proc/loadavg: 2.61 2.39 2.17 3/94 12878
/proc/meminfo: memFree=15880/2055920 swapFree=4192812/4192956
[pid=12816] ppid=12814 vsize=16868 CPUtime=0.28
/proc/12816/stat : 12816 (sugar) S 12814 12816 9882 0 -1 4194304 1310 4288 0 1 6 1 17 4 16 0 1 0 20307185 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12816/statm: 4217 1111 409 3 0 796 0
[pid=12829] ppid=12816 vsize=5356 CPUtime=0
/proc/12829/stat : 12829 (sh) S 12816 12816 9882 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20307215 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12829/statm: 1339 233 193 169 0 50 0
[pid=12830] ppid=12829 vsize=864428 CPUtime=214.51
/proc/12830/stat : 12830 (java) S 12829 12816 9882 0 -1 0 77702 0 1 0 19212 2239 0 0 18 0 9 0 20307215 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12830/statm: 216107 4312 2589 9 0 210584 0
[pid=12830/tid=12831] ppid=12829 vsize=864428 CPUtime=196.91
/proc/12830/task/12831/stat : 12831 (java) R 12829 12816 9882 0 -1 64 75381 0 1 0 17888 1803 0 0 25 0 9 0 20307216 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4126378384 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12830/tid=12832] ppid=12829 vsize=864428 CPUtime=17.5
/proc/12830/task/12832/stat : 12832 (java) S 12829 12816 9882 0 -1 64 1299 0 0 0 1315 435 0 0 16 0 9 0 20307217 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12830/tid=12833] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12833/stat : 12833 (java) S 12829 12816 9882 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20307217 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12834] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12834/stat : 12834 (java) S 12829 12816 9882 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20307217 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12835] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12835/stat : 12835 (java) S 12829 12816 9882 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 20307223 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12836] ppid=12829 vsize=864428 CPUtime=0.07
/proc/12830/task/12836/stat : 12836 (java) S 12829 12816 9882 0 -1 64 324 0 0 0 7 0 0 0 16 0 9 0 20307223 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12837] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12837/stat : 12837 (java) S 12829 12816 9882 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20307223 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12838] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12838/stat : 12838 (java) S 12829 12816 9882 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20307223 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 214.79
Current children cumulated vsize (KiB) 886652

[startup+282.305 s]
/proc/loadavg: 2.58 2.41 2.19 3/94 12878
/proc/meminfo: memFree=14920/2055920 swapFree=4192812/4192956
[pid=12816] ppid=12814 vsize=16868 CPUtime=0.28
/proc/12816/stat : 12816 (sugar) S 12814 12816 9882 0 -1 4194304 1310 4288 0 1 6 1 17 4 16 0 1 0 20307185 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12816/statm: 4217 1111 409 3 0 796 0
[pid=12829] ppid=12816 vsize=5356 CPUtime=0
/proc/12829/stat : 12829 (sh) S 12816 12816 9882 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20307215 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12829/statm: 1339 233 193 169 0 50 0
[pid=12830] ppid=12829 vsize=864428 CPUtime=272.86
/proc/12830/stat : 12830 (java) S 12829 12816 9882 0 -1 0 96718 0 1 0 24473 2813 0 0 18 0 9 0 20307215 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12830/statm: 216107 4312 2589 9 0 210584 0
[pid=12830/tid=12831] ppid=12829 vsize=864428 CPUtime=250.68
/proc/12830/task/12831/stat : 12831 (java) R 12829 12816 9882 0 -1 64 94397 0 1 0 22804 2264 0 0 25 0 9 0 20307216 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12830/tid=12832] ppid=12829 vsize=864428 CPUtime=22.08
/proc/12830/task/12832/stat : 12832 (java) S 12829 12816 9882 0 -1 64 1299 0 0 0 1660 548 0 0 16 0 9 0 20307217 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12830/tid=12833] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12833/stat : 12833 (java) S 12829 12816 9882 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20307217 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12834] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12834/stat : 12834 (java) S 12829 12816 9882 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20307217 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12835] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12835/stat : 12835 (java) S 12829 12816 9882 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 20307223 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12836] ppid=12829 vsize=864428 CPUtime=0.07
/proc/12830/task/12836/stat : 12836 (java) S 12829 12816 9882 0 -1 64 324 0 0 0 7 0 0 0 16 0 9 0 20307223 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12837] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12837/stat : 12837 (java) S 12829 12816 9882 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20307223 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12838] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12838/stat : 12838 (java) S 12829 12816 9882 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20307223 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 273.14
Current children cumulated vsize (KiB) 886652

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

[startup+284.801 s]
/proc/loadavg: 2.58 2.41 2.19 3/94 12878
/proc/meminfo: memFree=15176/2055920 swapFree=4192812/4192956
[pid=12816] ppid=12814 vsize=16868 CPUtime=0.28
/proc/12816/stat : 12816 (sugar) S 12814 12816 9882 0 -1 4194304 1310 4288 0 1 6 1 17 4 16 0 1 0 20307185 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12816/statm: 4217 1111 409 3 0 796 0
[pid=12829] ppid=12816 vsize=5356 CPUtime=0
/proc/12829/stat : 12829 (sh) S 12816 12816 9882 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20307215 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12829/statm: 1339 233 193 169 0 50 0
[pid=12830] ppid=12829 vsize=864428 CPUtime=275.26
/proc/12830/stat : 12830 (java) S 12829 12816 9882 0 -1 0 97543 0 1 0 24687 2839 0 0 18 0 9 0 20307215 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12830/statm: 216107 4312 2589 9 0 210584 0
[pid=12830/tid=12831] ppid=12829 vsize=864428 CPUtime=252.9
/proc/12830/task/12831/stat : 12831 (java) R 12829 12816 9882 0 -1 64 95222 0 1 0 23005 2285 0 0 25 0 9 0 20307216 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12830/tid=12832] ppid=12829 vsize=864428 CPUtime=22.26
/proc/12830/task/12832/stat : 12832 (java) S 12829 12816 9882 0 -1 64 1299 0 0 0 1673 553 0 0 16 0 9 0 20307217 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12830/tid=12833] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12833/stat : 12833 (java) S 12829 12816 9882 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20307217 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12834] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12834/stat : 12834 (java) S 12829 12816 9882 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20307217 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12835] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12835/stat : 12835 (java) S 12829 12816 9882 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 20307223 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12836] ppid=12829 vsize=864428 CPUtime=0.07
/proc/12830/task/12836/stat : 12836 (java) S 12829 12816 9882 0 -1 64 324 0 0 0 7 0 0 0 16 0 9 0 20307223 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12837] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12837/stat : 12837 (java) S 12829 12816 9882 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20307223 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12830/tid=12838] ppid=12829 vsize=864428 CPUtime=0
/proc/12830/task/12838/stat : 12838 (java) S 12829 12816 9882 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20307223 885174272 4312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 275.54
Current children cumulated vsize (KiB) 886652

[startup+286.401 s]
/proc/loadavg: 2.58 2.41 2.19 2/84 12878
/proc/meminfo: memFree=1272408/2055920 swapFree=4192812/4192956
[pid=12816] ppid=12814 vsize=16868 CPUtime=276.48
/proc/12816/stat : 12816 (sugar) D 12814 12816 9882 0 -1 4194304 1335 102202 0 4 6 71 24724 2847 15 0 1 0 20307185 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255236740137 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/12816/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 276.48
Current children cumulated vsize (KiB) 16868

[startup+287.206 s]
/proc/loadavg: 2.53 2.41 2.19 2/84 12878
/proc/meminfo: memFree=1271000/2055920 swapFree=4192812/4192956
[pid=12816] ppid=12814 vsize=16868 CPUtime=276.55
/proc/12816/stat : 12816 (sugar) R 12814 12816 9882 0 -1 4194304 1335 102202 0 4 6 78 24724 2847 15 0 1 0 20307185 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255236740137 0 0 4224 16386 0 0 0 17 1 0 0
/proc/12816/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 276.55
Current children cumulated vsize (KiB) 16868

[startup+287.601 s]
/proc/loadavg: 2.53 2.41 2.19 2/84 12878
/proc/meminfo: memFree=1271000/2055920 swapFree=4192812/4192956
[pid=12816] ppid=12814 vsize=16868 CPUtime=276.59
/proc/12816/stat : 12816 (sugar) D 12814 12816 9882 0 -1 4194304 1335 102202 0 4 6 82 24724 2847 15 0 1 0 20307185 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255236740137 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/12816/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 276.59
Current children cumulated vsize (KiB) 16868

[startup+287.701 s]
/proc/loadavg: 2.53 2.41 2.19 2/84 12878
/proc/meminfo: memFree=1271000/2055920 swapFree=4192812/4192956
[pid=12816] ppid=12814 vsize=16868 CPUtime=276.6
/proc/12816/stat : 12816 (sugar) D 12814 12816 9882 0 -1 4194304 1335 102202 0 4 6 83 24724 2847 15 0 1 0 20307185 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255236740137 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/12816/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 276.6
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 287.752
CPU time (s): 276.621
CPU user time (s): 247.309
CPU system time (s): 29.3115
CPU usage (%): 96.1316
Max. virtual memory (cumulated for all children) (KiB): 886652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 247.309
system time used= 29.3115
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103598
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= 833874
involuntary context switches= 839379

runsolver used 0.362944 second user time and 0.995848 second system time

The end

Launcher Data

Begin job on node19 at 2009-07-11 19:13:25
IDJOB=2063557
IDBENCH=54042
IDSOLVER=738
FILE ID=node19/2063557-1247332405
PBS_JOBID= 9506590
Free space on /tmp= 66432 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/primes-25/normalized-primes-25-20-2-5.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-2063557-1247332405/watcher-2063557-1247332405 -o /tmp/evaluation-result-2063557-1247332405/solver-2063557-1247332405 -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-2063557-1247332405.xml

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

MD5SUM BENCH= acaa860b0fdfe19b90740ee02393143f
RANDOM SEED=1493623052

node19.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.211
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.211
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:       1421552 kB
Buffers:         49528 kB
Cached:         496644 kB
SwapCached:          4 kB
Active:          96796 kB
Inactive:       486408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1421552 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1300 kB
Writeback:           0 kB
Mapped:          57508 kB
Slab:            36364 kB
Committed_AS:   180720 kB
PageTables:       1960 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= 66428 MiB
End job on node19 at 2009-07-11 19:18:13