Trace number 2070707

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? 281.706 298.267

General information on the benchmark

Namecsp/primes-20/
normalized-primes-20-40-2-5.xml
MD5SUM1d0ec9b951acb97acb31ad54520f8b89
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.025995
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity7
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
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 Sun Jul 12 00:34:00 2009
0.00/0.08	c 0	PID 18159
0.00/0.08	c 0	HOST node38.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2070707-1247351640.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-2070707-1247351640.xml' 'HOME/temp.csp'
0.06/0.33	c 1	1 domains, 100 variables, 40 predicates, 0 relations, 40 constraints
0.06/0.34	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.34	c 1	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.29/0.42	c 1	Parsing HOME/temp.csp
0.29/0.46	c 1	parsed 181 expressions
0.29/0.47	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.29/0.47	c 1	Converting to clausal form CSP
0.29/0.49	c 1	converted 19 (10%) expressions
0.29/0.49	c 1	converted 37 (20%) expressions
0.29/0.49	c 1	converted 55 (30%) expressions
0.29/0.49	c 1	converted 73 (40%) expressions
0.29/0.49	c 1	converted 91 (50%) expressions
0.29/0.49	c 1	converted 109 (60%) expressions
0.29/0.50	c 1	converted 127 (70%) expressions
0.29/0.51	c 1	converted 145 (80%) expressions
0.29/0.54	c 1	converted 163 (90%) expressions
0.29/0.69	c 1	converted 181 (100%) expressions
0.29/0.69	c 1	CSP : 220 integers, 0 booleans, 320 clauses, largest domain size 8764
0.29/0.69	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.29/0.69	c 1	Propagation in CSP
0.30/0.80	c 1	61895 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.30/0.80	c 1	CSP : 220 integers, 0 booleans, 320 clauses, largest domain size 8498
0.30/0.80	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.30/0.80	c 1	Simplifing CSP by introducing new Boolean variables
0.30/0.80	c 1	CSP : 220 integers, 0 booleans, 320 clauses, largest domain size 8498
0.30/0.80	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.30/0.82	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.30/0.84	c 1	22 (10%) CSP integer variables are encoded (995 clauses, 10820 bytes)
0.30/0.84	c 1	44 (20%) CSP integer variables are encoded (2250 clauses, 27135 bytes)
0.30/0.85	c 1	66 (30%) CSP integer variables are encoded (3259 clauses, 40252 bytes)
0.30/0.85	c 1	88 (40%) CSP integer variables are encoded (4343 clauses, 54344 bytes)
0.30/0.88	c 1	110 (50%) CSP integer variables are encoded (25925 clauses, 366935 bytes)
0.30/0.96	c 1	132 (60%) CSP integer variables are encoded (84770 clauses, 1249610 bytes)
0.93/1.04	c 1	154 (70%) CSP integer variables are encoded (137525 clauses, 2116232 bytes)
1.04/1.16	c 1	176 (80%) CSP integer variables are encoded (209997 clauses, 3348256 bytes)
1.13/1.29	c 2	198 (90%) CSP integer variables are encoded (297019 clauses, 4827630 bytes)
1.22/1.36	c 2	220 (100%) CSP integer variables are encoded (337408 clauses, 5514243 bytes)
1.32/1.40	c 2	32 (10%) CSP clauses are encoded (352668 clauses, 5792337 bytes)
1.32/1.47	c 2	64 (20%) CSP clauses are encoded (389983 clauses, 6457331 bytes)
2.40/2.51	c 3	96 (30%) CSP clauses are encoded (957040 clauses, 17372467 bytes)
3.39/3.52	c 4	128 (40%) CSP clauses are encoded (1517321 clauses, 28240424 bytes)
36.37/37.89	c 38	160 (50%) CSP clauses are encoded (19362944 clauses, 416208536 bytes)
71.14/74.02	c 74	192 (60%) CSP clauses are encoded (37939175 clauses, 843192539 bytes)
134.24/139.15	c 139	224 (70%) CSP clauses are encoded (71842588 clauses, 1621775164 bytes)
222.66/231.73	c 232	256 (80%) CSP clauses are encoded (121001670 clauses, 2751359615 bytes)
280.49/291.14	c 291	ERROR Exception Too large HOME/temp.cnf
280.49/291.14	c 291	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
280.49/291.14	c 291	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
280.49/291.14	c 291	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
280.49/291.14	s UNKNOWN
280.54/291.95	c 292	CPU 280.56 (0.06 0.01 252.97 27.52)
280.54/291.95	c 292	END Sun Jul 12 00:38:52 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-2070707-1247351640/watcher-2070707-1247351640 -o /tmp/evaluation-result-2070707-1247351640/solver-2070707-1247351640 -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-2070707-1247351640.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.91 1.90 1.98 4/80 18159
/proc/meminfo: memFree=1805840/2055920 swapFree=4192812/4192956
[pid=18159] ppid=18157 vsize=18576 CPUtime=0
/proc/18159/stat : 18159 (runsolver) R 18157 18159 17458 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 22228095 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 266890439975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18159/statm: 4644 284 249 26 0 2626 0

[startup+0.0837711 s]
/proc/loadavg: 1.91 1.90 1.98 4/80 18159
/proc/meminfo: memFree=1805840/2055920 swapFree=4192812/4192956
[pid=18159] ppid=18157 vsize=16868 CPUtime=0.06
/proc/18159/stat : 18159 (sugar) S 18157 18159 17458 0 -1 4194304 1209 128 0 0 5 1 0 0 18 0 1 0 22228095 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18159/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.107164 s]
/proc/loadavg: 1.91 1.90 1.98 4/80 18159
/proc/meminfo: memFree=1805840/2055920 swapFree=4192812/4192956
[pid=18159] ppid=18157 vsize=16868 CPUtime=0.06
/proc/18159/stat : 18159 (sugar) S 18157 18159 17458 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22228095 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18159/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301733 s]
/proc/loadavg: 1.91 1.90 1.98 4/80 18159
/proc/meminfo: memFree=1805840/2055920 swapFree=4192812/4192956
[pid=18159] ppid=18157 vsize=16868 CPUtime=0.06
/proc/18159/stat : 18159 (sugar) S 18157 18159 17458 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22228095 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18159/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701775 s]
/proc/loadavg: 1.91 1.90 1.98 4/80 18159
/proc/meminfo: memFree=1805840/2055920 swapFree=4192812/4192956
[pid=18159] ppid=18157 vsize=16868 CPUtime=0.3
/proc/18159/stat : 18159 (sugar) S 18157 18159 17458 0 -1 4194304 1310 4357 0 1 6 1 20 3 15 0 1 0 22228095 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18159/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 16868

[startup+1.50187 s]
/proc/loadavg: 1.91 1.90 1.98 4/91 18181
/proc/meminfo: memFree=1793848/2055920 swapFree=4192812/4192956
[pid=18159] ppid=18157 vsize=16868 CPUtime=0.3
/proc/18159/stat : 18159 (sugar) S 18157 18159 17458 0 -1 4194304 1310 4357 0 1 6 1 20 3 15 0 1 0 22228095 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18159/statm: 4217 1111 409 3 0 796 0
[pid=18172] ppid=18159 vsize=5356 CPUtime=0
/proc/18172/stat : 18172 (sh) S 18159 18159 17458 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22228130 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18172/statm: 1339 233 193 169 0 50 0
[pid=18173] ppid=18172 vsize=864344 CPUtime=1.12
/proc/18173/stat : 18173 (java) S 18172 18159 17458 0 -1 0 5218 0 1 0 105 7 0 0 18 0 9 0 22228130 885088256 4327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18173/statm: 216086 4327 2589 9 0 210563 0
[pid=18173/tid=18174] ppid=18172 vsize=864344 CPUtime=0.95
/proc/18173/task/18174/stat : 18174 (java) R 18172 18159 17458 0 -1 64 2906 0 1 0 90 5 0 0 23 0 9 0 22228131 885088256 4327 996147200 134512640 134550932 4294955936 18446744073709551615 4126470112 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18175] ppid=18172 vsize=864344 CPUtime=0.06
/proc/18173/task/18175/stat : 18175 (java) S 18172 18159 17458 0 -1 64 1328 0 0 0 5 1 0 0 16 0 9 0 22228132 885088256 4327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18176] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18176/stat : 18176 (java) S 18172 18159 17458 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22228132 885088256 4327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18177] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18177/stat : 18177 (java) S 18172 18159 17458 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22228132 885088256 4327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18178] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18178/stat : 18178 (java) S 18172 18159 17458 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22228134 885088256 4327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18179] ppid=18172 vsize=864344 CPUtime=0.08
/proc/18173/task/18179/stat : 18179 (java) S 18172 18159 17458 0 -1 64 285 0 0 0 8 0 0 0 16 0 9 0 22228134 885088256 4327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18180] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18180/stat : 18180 (java) S 18172 18159 17458 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22228134 885088256 4327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18181] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18181/stat : 18181 (java) S 18172 18159 17458 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22228135 885088256 4327 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) 886568

[startup+3.10204 s]
/proc/loadavg: 1.91 1.90 1.98 3/91 18181
/proc/meminfo: memFree=1782136/2055920 swapFree=4192812/4192956
[pid=18159] ppid=18157 vsize=16868 CPUtime=0.3
/proc/18159/stat : 18159 (sugar) S 18157 18159 17458 0 -1 4194304 1310 4357 0 1 6 1 20 3 16 0 1 0 22228095 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18159/statm: 4217 1111 409 3 0 796 0
[pid=18172] ppid=18159 vsize=5356 CPUtime=0
/proc/18172/stat : 18172 (sh) S 18159 18159 17458 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22228130 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18172/statm: 1339 233 193 169 0 50 0
[pid=18173] ppid=18172 vsize=864344 CPUtime=2.69
/proc/18173/stat : 18173 (java) S 18172 18159 17458 0 -1 0 5721 0 1 0 249 20 0 0 18 0 9 0 22228130 885088256 4329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18173/statm: 216086 4329 2589 9 0 210563 0
[pid=18173/tid=18174] ppid=18172 vsize=864344 CPUtime=2.37
/proc/18173/task/18174/stat : 18174 (java) R 18172 18159 17458 0 -1 64 3407 0 1 0 222 15 0 0 25 0 9 0 22228131 885088256 4329 996147200 134512640 134550932 4294955936 18446744073709551615 4126595663 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18175] ppid=18172 vsize=864344 CPUtime=0.22
/proc/18173/task/18175/stat : 18175 (java) S 18172 18159 17458 0 -1 64 1328 0 0 0 18 4 0 0 16 0 9 0 22228132 885088256 4329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18176] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18176/stat : 18176 (java) S 18172 18159 17458 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22228132 885088256 4329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18177] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18177/stat : 18177 (java) S 18172 18159 17458 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22228132 885088256 4329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18178] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18178/stat : 18178 (java) S 18172 18159 17458 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22228134 885088256 4329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18179] ppid=18172 vsize=864344 CPUtime=0.09
/proc/18173/task/18179/stat : 18179 (java) S 18172 18159 17458 0 -1 64 287 0 0 0 9 0 0 0 16 0 9 0 22228134 885088256 4329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18180] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18180/stat : 18180 (java) S 18172 18159 17458 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22228134 885088256 4329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18181] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18181/stat : 18181 (java) S 18172 18159 17458 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22228135 885088256 4329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886568

[startup+6.3024 s]
/proc/loadavg: 1.91 1.90 1.98 3/91 18181
/proc/meminfo: memFree=1746872/2055920 swapFree=4192812/4192956
[pid=18159] ppid=18157 vsize=16868 CPUtime=0.3
/proc/18159/stat : 18159 (sugar) S 18157 18159 17458 0 -1 4194304 1310 4357 0 1 6 1 20 3 16 0 1 0 22228095 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18159/statm: 4217 1111 409 3 0 796 0
[pid=18172] ppid=18159 vsize=5356 CPUtime=0
/proc/18172/stat : 18172 (sh) S 18159 18159 17458 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22228130 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18172/statm: 1339 233 193 169 0 50 0
[pid=18173] ppid=18172 vsize=864344 CPUtime=5.85
/proc/18173/stat : 18173 (java) S 18172 18159 17458 0 -1 0 6703 0 1 0 537 48 0 0 18 0 9 0 22228130 885088256 4329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18173/statm: 216086 4329 2589 9 0 210563 0
[pid=18173/tid=18174] ppid=18172 vsize=864344 CPUtime=5.26
/proc/18173/task/18174/stat : 18174 (java) R 18172 18159 17458 0 -1 64 4389 0 1 0 489 37 0 0 25 0 9 0 22228131 885088256 4329 996147200 134512640 134550932 4294955936 18446744073709551615 4126595724 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18175] ppid=18172 vsize=864344 CPUtime=0.47
/proc/18173/task/18175/stat : 18175 (java) S 18172 18159 17458 0 -1 64 1328 0 0 0 38 9 0 0 16 0 9 0 22228132 885088256 4329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18176] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18176/stat : 18176 (java) S 18172 18159 17458 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22228132 885088256 4329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18177] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18177/stat : 18177 (java) S 18172 18159 17458 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22228132 885088256 4329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18178] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18178/stat : 18178 (java) S 18172 18159 17458 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22228134 885088256 4329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18179] ppid=18172 vsize=864344 CPUtime=0.09
/proc/18173/task/18179/stat : 18179 (java) S 18172 18159 17458 0 -1 64 287 0 0 0 9 0 0 0 16 0 9 0 22228134 885088256 4329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18180] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18180/stat : 18180 (java) S 18172 18159 17458 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22228134 885088256 4329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18181] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18181/stat : 18181 (java) S 18172 18159 17458 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22228135 885088256 4329 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) 886568

[startup+12.7021 s]
/proc/loadavg: 1.92 1.90 1.98 3/91 18181
/proc/meminfo: memFree=1674232/2055920 swapFree=4192812/4192956
[pid=18159] ppid=18157 vsize=16868 CPUtime=0.3
/proc/18159/stat : 18159 (sugar) S 18157 18159 17458 0 -1 4194304 1310 4357 0 1 6 1 20 3 16 0 1 0 22228095 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18159/statm: 4217 1111 409 3 0 796 0
[pid=18172] ppid=18159 vsize=5356 CPUtime=0
/proc/18172/stat : 18172 (sh) S 18159 18159 17458 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22228130 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18172/statm: 1339 233 193 169 0 50 0
[pid=18173] ppid=18172 vsize=864344 CPUtime=12.17
/proc/18173/stat : 18173 (java) S 18172 18159 17458 0 -1 0 8647 0 1 0 1111 106 0 0 18 0 9 0 22228130 885088256 4329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18173/statm: 216086 4329 2589 9 0 210563 0
[pid=18173/tid=18174] ppid=18172 vsize=864344 CPUtime=11.08
/proc/18173/task/18174/stat : 18174 (java) R 18172 18159 17458 0 -1 64 6333 0 1 0 1024 84 0 0 25 0 9 0 22228131 885088256 4329 996147200 134512640 134550932 4294955936 18446744073709551615 4126490556 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18175] ppid=18172 vsize=864344 CPUtime=0.98
/proc/18173/task/18175/stat : 18175 (java) S 18172 18159 17458 0 -1 64 1328 0 0 0 77 21 0 0 16 0 9 0 22228132 885088256 4329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18176] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18176/stat : 18176 (java) S 18172 18159 17458 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22228132 885088256 4329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18177] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18177/stat : 18177 (java) S 18172 18159 17458 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22228132 885088256 4329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18178] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18178/stat : 18178 (java) S 18172 18159 17458 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22228134 885088256 4329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18179] ppid=18172 vsize=864344 CPUtime=0.09
/proc/18173/task/18179/stat : 18179 (java) S 18172 18159 17458 0 -1 64 287 0 0 0 9 0 0 0 16 0 9 0 22228134 885088256 4329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18180] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18180/stat : 18180 (java) S 18172 18159 17458 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22228134 885088256 4329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18181] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18181/stat : 18181 (java) S 18172 18159 17458 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22228135 885088256 4329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 886568

[startup+25.5025 s]
/proc/loadavg: 1.94 1.91 1.98 3/91 18181
/proc/meminfo: memFree=1526904/2055920 swapFree=4192812/4192956
[pid=18159] ppid=18157 vsize=16868 CPUtime=0.3
/proc/18159/stat : 18159 (sugar) S 18157 18159 17458 0 -1 4194304 1310 4357 0 1 6 1 20 3 16 0 1 0 22228095 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18159/statm: 4217 1111 409 3 0 796 0
[pid=18172] ppid=18159 vsize=5356 CPUtime=0
/proc/18172/stat : 18172 (sh) S 18159 18159 17458 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22228130 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18172/statm: 1339 233 193 169 0 50 0
[pid=18173] ppid=18172 vsize=864344 CPUtime=24.47
/proc/18173/stat : 18173 (java) S 18172 18159 17458 0 -1 0 12470 0 1 0 2230 217 0 0 18 0 9 0 22228130 885088256 4329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18173/statm: 216086 4329 2589 9 0 210563 0
[pid=18173/tid=18174] ppid=18172 vsize=864344 CPUtime=22.43
/proc/18173/task/18174/stat : 18174 (java) R 18172 18159 17458 0 -1 64 10156 0 1 0 2070 173 0 0 25 0 9 0 22228131 885088256 4329 996147200 134512640 134550932 4294955936 18446744073709551615 4126582839 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18175] ppid=18172 vsize=864344 CPUtime=1.91
/proc/18173/task/18175/stat : 18175 (java) S 18172 18159 17458 0 -1 64 1328 0 0 0 149 42 0 0 16 0 9 0 22228132 885088256 4329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18176] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18176/stat : 18176 (java) S 18172 18159 17458 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22228132 885088256 4329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18177] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18177/stat : 18177 (java) S 18172 18159 17458 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22228132 885088256 4329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18178] ppid=18172 vsize=864344 CPUtime=0

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

[startup+162.302 s]
/proc/loadavg: 3.73 2.60 2.22 3/91 18181
/proc/meminfo: memFree=15160/2055920 swapFree=4192812/4192956
[pid=18159] ppid=18157 vsize=16868 CPUtime=0.3
/proc/18159/stat : 18159 (sugar) S 18157 18159 17458 0 -1 4194304 1310 4357 0 1 6 1 20 3 16 0 1 0 22228095 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18159/statm: 4217 1111 409 3 0 796 0
[pid=18172] ppid=18159 vsize=5356 CPUtime=0
/proc/18172/stat : 18172 (sh) S 18159 18159 17458 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22228130 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18172/statm: 1339 233 193 169 0 50 0
[pid=18173] ppid=18172 vsize=864344 CPUtime=156.26
/proc/18173/stat : 18173 (java) S 18172 18159 17458 0 -1 0 54585 0 1 0 14103 1523 0 0 18 0 9 0 22228130 885088256 4330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18173/statm: 216086 4330 2589 9 0 210563 0
[pid=18173/tid=18174] ppid=18172 vsize=864344 CPUtime=143.79
/proc/18173/task/18174/stat : 18174 (java) R 18172 18159 17458 0 -1 64 52270 0 1 0 13142 1237 0 0 25 0 9 0 22228131 885088256 4330 996147200 134512640 134550932 4294955936 18446744073709551615 4126572154 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18175] ppid=18172 vsize=864344 CPUtime=12.36
/proc/18173/task/18175/stat : 18175 (java) S 18172 18159 17458 0 -1 64 1329 0 0 0 951 285 0 0 16 0 9 0 22228132 885088256 4330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18176] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18176/stat : 18176 (java) S 18172 18159 17458 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22228132 885088256 4330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18177] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18177/stat : 18177 (java) S 18172 18159 17458 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22228132 885088256 4330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18178] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18178/stat : 18178 (java) S 18172 18159 17458 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22228134 885088256 4330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18179] ppid=18172 vsize=864344 CPUtime=0.09
/proc/18173/task/18179/stat : 18179 (java) S 18172 18159 17458 0 -1 64 287 0 0 0 9 0 0 0 16 0 9 0 22228134 885088256 4330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18180] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18180/stat : 18180 (java) S 18172 18159 17458 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22228134 885088256 4330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18181] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18181/stat : 18181 (java) S 18172 18159 17458 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22228135 885088256 4330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 156.56
Current children cumulated vsize (KiB) 886568

[startup+222.302 s]
/proc/loadavg: 3.38 2.72 2.28 3/91 18181
/proc/meminfo: memFree=16184/2055920 swapFree=4192812/4192956
[pid=18159] ppid=18157 vsize=16868 CPUtime=0.3
/proc/18159/stat : 18159 (sugar) S 18157 18159 17458 0 -1 4194304 1310 4357 0 1 6 1 20 3 16 0 1 0 22228095 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18159/statm: 4217 1111 409 3 0 796 0
[pid=18172] ppid=18159 vsize=5356 CPUtime=0
/proc/18172/stat : 18172 (sh) S 18159 18159 17458 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22228130 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18172/statm: 1339 233 193 169 0 50 0
[pid=18173] ppid=18172 vsize=864344 CPUtime=213.36
/proc/18173/stat : 18173 (java) S 18172 18159 17458 0 -1 0 73782 0 1 0 19255 2081 0 0 18 0 9 0 22228130 885088256 4330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18173/statm: 216086 4330 2589 9 0 210563 0
[pid=18173/tid=18174] ppid=18172 vsize=864344 CPUtime=196.32
/proc/18173/task/18174/stat : 18174 (java) R 18172 18159 17458 0 -1 64 71467 0 1 0 17944 1688 0 0 25 0 9 0 22228131 885088256 4330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18173/tid=18175] ppid=18172 vsize=864344 CPUtime=16.92
/proc/18173/task/18175/stat : 18175 (java) S 18172 18159 17458 0 -1 64 1329 0 0 0 1301 391 0 0 16 0 9 0 22228132 885088256 4330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18173/tid=18176] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18176/stat : 18176 (java) S 18172 18159 17458 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22228132 885088256 4330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18177] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18177/stat : 18177 (java) S 18172 18159 17458 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22228132 885088256 4330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18178] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18178/stat : 18178 (java) S 18172 18159 17458 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22228134 885088256 4330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18179] ppid=18172 vsize=864344 CPUtime=0.09
/proc/18173/task/18179/stat : 18179 (java) S 18172 18159 17458 0 -1 64 287 0 0 0 9 0 0 0 16 0 9 0 22228134 885088256 4330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18180] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18180/stat : 18180 (java) S 18172 18159 17458 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22228134 885088256 4330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18181] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18181/stat : 18181 (java) S 18172 18159 17458 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22228135 885088256 4330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 213.66
Current children cumulated vsize (KiB) 886568

[startup+282.301 s]
/proc/loadavg: 3.66 2.92 2.38 3/91 18181
/proc/meminfo: memFree=15096/2055920 swapFree=4192812/4192956
[pid=18159] ppid=18157 vsize=16868 CPUtime=0.3
/proc/18159/stat : 18159 (sugar) S 18157 18159 17458 0 -1 4194304 1310 4357 0 1 6 1 20 3 16 0 1 0 22228095 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18159/statm: 4217 1111 409 3 0 796 0
[pid=18172] ppid=18159 vsize=5356 CPUtime=0
/proc/18172/stat : 18172 (sh) S 18159 18159 17458 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22228130 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18172/statm: 1339 233 193 169 0 50 0
[pid=18173] ppid=18172 vsize=864344 CPUtime=271.69
/proc/18173/stat : 18173 (java) S 18172 18159 17458 0 -1 0 93931 0 1 0 24508 2661 0 0 18 0 9 0 22228130 885088256 4330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18173/statm: 216086 4330 2589 9 0 210563 0
[pid=18173/tid=18174] ppid=18172 vsize=864344 CPUtime=249.98
/proc/18173/task/18174/stat : 18174 (java) R 18172 18159 17458 0 -1 64 91616 0 1 0 22841 2157 0 0 25 0 9 0 22228131 885088256 4330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18173/tid=18175] ppid=18172 vsize=864344 CPUtime=21.6
/proc/18173/task/18175/stat : 18175 (java) S 18172 18159 17458 0 -1 64 1329 0 0 0 1657 503 0 0 16 0 9 0 22228132 885088256 4330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18173/tid=18176] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18176/stat : 18176 (java) S 18172 18159 17458 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22228132 885088256 4330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18177] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18177/stat : 18177 (java) S 18172 18159 17458 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22228132 885088256 4330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18178] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18178/stat : 18178 (java) S 18172 18159 17458 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22228134 885088256 4330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18179] ppid=18172 vsize=864344 CPUtime=0.09
/proc/18173/task/18179/stat : 18179 (java) S 18172 18159 17458 0 -1 64 287 0 0 0 9 0 0 0 16 0 9 0 22228134 885088256 4330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18180] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18180/stat : 18180 (java) S 18172 18159 17458 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22228134 885088256 4330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18181] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18181/stat : 18181 (java) S 18172 18159 17458 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22228135 885088256 4330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 271.99
Current children cumulated vsize (KiB) 886568

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

[startup+288.203 s]
/proc/loadavg: 3.69 2.93 2.39 3/91 18181
/proc/meminfo: memFree=15160/2055920 swapFree=4192812/4192956
[pid=18159] ppid=18157 vsize=16868 CPUtime=0.3
/proc/18159/stat : 18159 (sugar) S 18157 18159 17458 0 -1 4194304 1310 4357 0 1 6 1 20 3 16 0 1 0 22228095 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18159/statm: 4217 1111 409 3 0 796 0
[pid=18172] ppid=18159 vsize=5356 CPUtime=0
/proc/18172/stat : 18172 (sh) S 18159 18159 17458 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22228130 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18172/statm: 1339 233 193 169 0 50 0
[pid=18173] ppid=18172 vsize=864344 CPUtime=277.37
/proc/18173/stat : 18173 (java) S 18172 18159 17458 0 -1 0 95937 0 1 0 25020 2717 0 0 18 0 9 0 22228130 885088256 4330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18173/statm: 216086 4330 2589 9 0 210563 0
[pid=18173/tid=18174] ppid=18172 vsize=864344 CPUtime=255.2
/proc/18173/task/18174/stat : 18174 (java) R 18172 18159 17458 0 -1 64 93622 0 1 0 23317 2203 0 0 25 0 9 0 22228131 885088256 4330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18173/tid=18175] ppid=18172 vsize=864344 CPUtime=22.07
/proc/18173/task/18175/stat : 18175 (java) S 18172 18159 17458 0 -1 64 1329 0 0 0 1694 513 0 0 16 0 9 0 22228132 885088256 4330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18173/tid=18176] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18176/stat : 18176 (java) S 18172 18159 17458 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22228132 885088256 4330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18177] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18177/stat : 18177 (java) S 18172 18159 17458 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22228132 885088256 4330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18178] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18178/stat : 18178 (java) S 18172 18159 17458 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22228134 885088256 4330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18179] ppid=18172 vsize=864344 CPUtime=0.09
/proc/18173/task/18179/stat : 18179 (java) S 18172 18159 17458 0 -1 64 287 0 0 0 9 0 0 0 16 0 9 0 22228134 885088256 4330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18180] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18180/stat : 18180 (java) S 18172 18159 17458 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22228134 885088256 4330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18173/tid=18181] ppid=18172 vsize=864344 CPUtime=0
/proc/18173/task/18181/stat : 18181 (java) S 18172 18159 17458 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22228135 885088256 4330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 277.67
Current children cumulated vsize (KiB) 886568

[startup+294.602 s]
/proc/loadavg: 3.73 2.97 2.40 2/81 18181
/proc/meminfo: memFree=1863880/2055920 swapFree=4192812/4192956
[pid=18159] ppid=18157 vsize=16868 CPUtime=281.44
/proc/18159/stat : 18159 (sugar) D 18157 18159 17458 0 -1 4194304 1335 101607 0 2 6 89 25297 2752 15 0 1 0 22228095 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266890613801 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/18159/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 281.44
Current children cumulated vsize (KiB) 16868

[startup+296.207 s]
/proc/loadavg: 3.73 2.97 2.40 2/81 18181
/proc/meminfo: memFree=1890632/2055920 swapFree=4192812/4192956
[pid=18159] ppid=18157 vsize=16868 CPUtime=281.61
/proc/18159/stat : 18159 (sugar) D 18157 18159 17458 0 -1 4194304 1335 101607 0 2 6 106 25297 2752 15 0 1 0 22228095 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266890613801 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18159/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 281.61
Current children cumulated vsize (KiB) 16868

[startup+297.002 s]
/proc/loadavg: 3.73 2.97 2.40 2/81 18181
/proc/meminfo: memFree=1890632/2055920 swapFree=4192812/4192956
[pid=18159] ppid=18157 vsize=16868 CPUtime=281.64
/proc/18159/stat : 18159 (sugar) D 18157 18159 17458 0 -1 4194304 1335 101607 0 2 6 109 25297 2752 15 0 1 0 22228095 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266890613801 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18159/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 281.64
Current children cumulated vsize (KiB) 16868

[startup+297.802 s]
/proc/loadavg: 3.73 2.97 2.40 2/81 18181
/proc/meminfo: memFree=1890056/2055920 swapFree=4192812/4192956
[pid=18159] ppid=18157 vsize=16868 CPUtime=281.67
/proc/18159/stat : 18159 (sugar) D 18157 18159 17458 0 -1 4194304 1335 101607 0 2 6 112 25297 2752 15 0 1 0 22228095 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266890613801 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18159/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 281.67
Current children cumulated vsize (KiB) 16868

[startup+298.202 s]
/proc/loadavg: 3.73 2.97 2.40 2/81 18181
/proc/meminfo: memFree=1890056/2055920 swapFree=4192812/4192956
[pid=18159] ppid=18157 vsize=16868 CPUtime=281.69
/proc/18159/stat : 18159 (sugar) D 18157 18159 17458 0 -1 4194304 1335 101607 0 2 6 114 25297 2752 15 0 1 0 22228095 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266890613801 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18159/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 281.69
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 298.267
CPU time (s): 281.706
CPU user time (s): 253.035
CPU system time (s): 28.6716
CPU usage (%): 94.4476
Max. virtual memory (cumulated for all children) (KiB): 886568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 253.035
system time used= 28.6716
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103003
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 833979
involuntary context switches= 837105

runsolver used 0.347947 second user time and 1.05384 second system time

The end

Launcher Data

Begin job on node38 at 2009-07-12 00:34:00
IDJOB=2070707
IDBENCH=55383
IDSOLVER=738
FILE ID=node38/2070707-1247351640
PBS_JOBID= 9506956
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/primes-20/normalized-primes-20-40-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-2070707-1247351640/watcher-2070707-1247351640 -o /tmp/evaluation-result-2070707-1247351640/solver-2070707-1247351640 -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-2070707-1247351640.xml

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

MD5SUM BENCH= 1d0ec9b951acb97acb31ad54520f8b89
RANDOM SEED=742059636

node38.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.229
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.229
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:       1806320 kB
Buffers:         30496 kB
Cached:          90816 kB
SwapCached:          0 kB
Active:         154492 kB
Inactive:        43968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1806320 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1552 kB
Writeback:           0 kB
Mapped:          94888 kB
Slab:            36300 kB
Committed_AS:   915412 kB
PageTables:       2000 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= 66396 MiB
End job on node38 at 2009-07-12 00:38:59