Trace number 2071356

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? (TO) 1800.01 1808.95

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-23-08.xml
MD5SUM56c23d6c4935063418a5d9e7e7a2b009
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 benchmark603.345
Satisfiable
(Un)Satisfiability was proved
Number of variables454
Number of constraints3246
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension172
Number of constraints which are defined in intension3074
Global constraints used (with number of constraints)

Solver Data

0.03/0.25	c 0	Sugar v1-14-6 + HOME/picosat
0.03/0.26	c 0	BEGIN Sun Jul 12 01:04:27 2009
0.03/0.26	c 0	PID 16259
0.03/0.26	c 0	HOST node8.alineos.net
0.03/0.26	c 0	CONVERTING HOME/instance-2071356-1247353467.xml TO HOME/temp.csp
0.03/0.26	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071356-1247353467.xml' 'HOME/temp.csp'
0.06/0.89	c 1	1 domains, 454 variables, 6 predicates, 6 relations, 3246 constraints
0.06/0.94	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.94	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.71/1.02	c 1	Parsing HOME/temp.csp
0.91/1.29	c 1	parsed 3713 expressions
0.91/1.29	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.91/1.29	c 1	Converting to clausal form CSP
1.01/1.32	c 1	converted 372 (10%) expressions
3.90/4.21	c 4	converted 743 (20%) expressions
5.59/5.98	c 6	converted 1114 (30%) expressions
5.69/6.03	c 6	converted 1486 (40%) expressions
5.79/6.14	c 6	converted 1857 (50%) expressions
5.89/6.22	c 6	converted 2228 (60%) expressions
5.89/6.25	c 6	converted 2600 (70%) expressions
5.99/6.32	c 6	converted 2971 (80%) expressions
5.99/6.37	c 6	converted 3342 (90%) expressions
6.08/6.45	c 6	converted 3713 (100%) expressions
6.08/6.45	c 6	CSP : 454 integers, 0 booleans, 3246 clauses, largest domain size 26
6.08/6.45	c 6	Heap : 146 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.08/6.45	c 6	Propagation in CSP
6.08/6.46	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.08/6.46	c 6	CSP : 454 integers, 0 booleans, 3246 clauses, largest domain size 26
6.08/6.46	c 6	Heap : 146 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.08/6.47	c 6	Simplifing CSP by introducing new Boolean variables
6.19/6.58	c 6	CSP : 454 integers, 32496 booleans, 35742 clauses, largest domain size 26
6.19/6.58	c 6	Heap : 150 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.18/7.59	c 7	Encoding CSP to SAT : HOME/temp.cnf
7.28/7.63	c 8	46 (10%) CSP integer variables are encoded (1104 clauses, 12289 bytes)
7.28/7.63	c 8	91 (20%) CSP integer variables are encoded (2184 clauses, 26329 bytes)
7.28/7.63	c 8	137 (30%) CSP integer variables are encoded (3288 clauses, 40681 bytes)
7.28/7.63	c 8	182 (40%) CSP integer variables are encoded (4368 clauses, 54721 bytes)
7.28/7.63	c 8	227 (50%) CSP integer variables are encoded (5448 clauses, 68761 bytes)
7.28/7.63	c 8	273 (60%) CSP integer variables are encoded (6552 clauses, 83113 bytes)
7.28/7.64	c 8	318 (70%) CSP integer variables are encoded (7632 clauses, 97153 bytes)
7.28/7.64	c 8	364 (80%) CSP integer variables are encoded (8736 clauses, 111505 bytes)
7.28/7.64	c 8	409 (90%) CSP integer variables are encoded (9816 clauses, 125978 bytes)
7.28/7.64	c 8	454 (100%) CSP integer variables are encoded (10896 clauses, 142178 bytes)
264.97/266.60	c 267	3575 (10%) CSP clauses are encoded (2775334 clauses, 138653951 bytes)
270.55/272.23	c 272	7149 (20%) CSP clauses are encoded (2895682 clauses, 142598375 bytes)
281.59/283.37	c 283	10723 (30%) CSP clauses are encoded (3053829 clauses, 148881082 bytes)
281.79/283.52	c 283	14297 (40%) CSP clauses are encoded (3138628 clauses, 150555773 bytes)
281.89/283.69	c 284	17871 (50%) CSP clauses are encoded (3223427 clauses, 152237914 bytes)
282.10/283.84	c 284	21446 (60%) CSP clauses are encoded (3309427 clauses, 153931775 bytes)
282.18/284.00	c 284	25020 (70%) CSP clauses are encoded (3396176 clauses, 155611898 bytes)
282.39/284.16	c 284	28594 (80%) CSP clauses are encoded (3483150 clauses, 157305234 bytes)
282.59/284.31	c 284	32168 (90%) CSP clauses are encoded (3570124 clauses, 159046906 bytes)
282.68/284.47	c 284	35742 (100%) CSP clauses are encoded (3657098 clauses, 160837212 bytes)
282.68/284.47	c 284	35742 CSP clauses encoded
282.68/284.47	c 284	Writing map file : HOME/temp.map
282.68/284.49	c 284	Heap : 247 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
282.68/284.49	c 284	SAT : 43846 SAT variables, 3657098 SAT clauses, 160837212 bytes
282.68/284.49	c 284	Heap : 247 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
282.78/284.55	c 284	SOLVING HOME/temp.cnf
282.78/284.55	c 284	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1808.92	c ERROR INTERRUPTED
1800.01/1808.94	s UNKNOWN
1800.01/1808.94	c 1809	CPU 282.84 (0.05 0.02 281.34 1.43)
1800.01/1808.94	c 1809	END Sun Jul 12 01:34:36 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-2071356-1247353467/watcher-2071356-1247353467 -o /tmp/evaluation-result-2071356-1247353467/solver-2071356-1247353467 -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-2071356-1247353467.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.01 2.00 4/82 16259
/proc/meminfo: memFree=1931112/2055920 swapFree=4192812/4192956
[pid=16259] ppid=16257 vsize=18576 CPUtime=0
/proc/16259/stat : 16259 (runsolver) D 16257 16259 16081 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22413939 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 228706544935 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/16259/statm: 4644 284 249 26 0 2626 0

[startup+0.00896106 s]
/proc/loadavg: 2.00 2.01 2.00 4/82 16259
/proc/meminfo: memFree=1931112/2055920 swapFree=4192812/4192956
[pid=16259] ppid=16257 vsize=18576 CPUtime=0
/proc/16259/stat : 16259 (runsolver) D 16257 16259 16081 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22413939 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 228706544935 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/16259/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.101972 s]
/proc/loadavg: 2.00 2.01 2.00 4/82 16259
/proc/meminfo: memFree=1931112/2055920 swapFree=4192812/4192956
[pid=16259] ppid=16257 vsize=12272 CPUtime=0
/proc/16259/stat : 16259 (sugar) D 16257 16259 16081 0 -1 4194304 407 0 0 0 0 0 0 0 18 0 1 0 22413939 12566528 375 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/16259/statm: 3068 375 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301994 s]
/proc/loadavg: 2.00 2.01 2.00 4/82 16259
/proc/meminfo: memFree=1931112/2055920 swapFree=4192812/4192956
[pid=16259] ppid=16257 vsize=16868 CPUtime=0.06
/proc/16259/stat : 16259 (sugar) S 16257 16259 16081 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22413939 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16259/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701032 s]
/proc/loadavg: 2.00 2.01 2.00 4/82 16259
/proc/meminfo: memFree=1931112/2055920 swapFree=4192812/4192956
[pid=16259] ppid=16257 vsize=16868 CPUtime=0.06
/proc/16259/stat : 16259 (sugar) S 16257 16259 16081 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22413939 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16259/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5021 s]
/proc/loadavg: 2.00 2.00 2.00 4/93 16281
/proc/meminfo: memFree=1923216/2055920 swapFree=4192812/4192956
[pid=16259] ppid=16257 vsize=16868 CPUtime=0.68
/proc/16259/stat : 16259 (sugar) S 16257 16259 16081 0 -1 4194304 1309 7577 0 1 5 2 56 5 16 0 1 0 22413939 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16259/statm: 4217 1111 409 3 0 796 0
[pid=16272] ppid=16259 vsize=5356 CPUtime=0
/proc/16272/stat : 16272 (sh) S 16259 16259 16081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22414034 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16272/statm: 1339 233 193 169 0 50 0
[pid=16273] ppid=16272 vsize=864204 CPUtime=0.54
/proc/16273/stat : 16273 (java) S 16272 16259 16081 0 -1 0 7425 0 1 0 51 3 0 0 18 0 9 0 22414034 884944896 6691 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16273/statm: 216051 6691 2566 9 0 210556 0
[pid=16273/tid=16274] ppid=16272 vsize=864204 CPUtime=0.29
/proc/16273/task/16274/stat : 16274 (java) R 16272 16259 16081 0 -1 64 2576 0 1 0 28 1 0 0 18 0 9 0 22414035 884944896 6691 996147200 134512640 134550932 4294955936 18446744073709551615 103201830 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16273/tid=16275] ppid=16272 vsize=864204 CPUtime=0.16
/proc/16273/task/16275/stat : 16275 (java) S 16272 16259 16081 0 -1 64 3830 0 0 0 16 0 0 0 16 0 9 0 22414036 884944896 6691 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16273/tid=16276] ppid=16272 vsize=864204 CPUtime=0
/proc/16273/task/16276/stat : 16276 (java) S 16272 16259 16081 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22414036 884944896 6691 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16273/tid=16277] ppid=16272 vsize=864204 CPUtime=0
/proc/16273/task/16277/stat : 16277 (java) S 16272 16259 16081 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22414036 884944896 6691 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16273/tid=16278] ppid=16272 vsize=864204 CPUtime=0
/proc/16273/task/16278/stat : 16278 (java) S 16272 16259 16081 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22414038 884944896 6691 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16273/tid=16279] ppid=16272 vsize=864204 CPUtime=0.05
/proc/16273/task/16279/stat : 16279 (java) S 16272 16259 16081 0 -1 64 316 0 0 0 5 0 0 0 16 0 9 0 22414038 884944896 6691 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16273/tid=16280] ppid=16272 vsize=864204 CPUtime=0
/proc/16273/task/16280/stat : 16280 (java) S 16272 16259 16081 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22414038 884944896 6691 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16273/tid=16281] ppid=16272 vsize=864204 CPUtime=0
/proc/16273/task/16281/stat : 16281 (java) S 16272 16259 16081 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22414038 884944896 6691 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 886428

[startup+3.10225 s]
/proc/loadavg: 2.00 2.00 2.00 4/93 16281
/proc/meminfo: memFree=1892624/2055920 swapFree=4192812/4192956
[pid=16259] ppid=16257 vsize=16868 CPUtime=0.68
/proc/16259/stat : 16259 (sugar) S 16257 16259 16081 0 -1 4194304 1309 7577 0 1 5 2 56 5 16 0 1 0 22413939 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16259/statm: 4217 1111 409 3 0 796 0
[pid=16272] ppid=16259 vsize=5356 CPUtime=0
/proc/16272/stat : 16272 (sh) S 16259 16259 16081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22414034 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16272/statm: 1339 233 193 169 0 50 0
[pid=16273] ppid=16272 vsize=866260 CPUtime=2.12
/proc/16273/stat : 16273 (java) S 16272 16259 16081 0 -1 0 19802 0 1 0 203 9 0 0 18 0 9 0 22414034 887050240 19030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16273/statm: 216565 19031 2566 9 0 211070 0
[pid=16273/tid=16274] ppid=16272 vsize=866420 CPUtime=0.93
/proc/16273/task/16274/stat : 16274 (java) R 16272 16259 16081 0 -1 64 3209 0 1 0 91 2 0 0 25 0 9 0 22414035 887214080 19033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16273/tid=16275] ppid=16272 vsize=866420 CPUtime=1.07
/proc/16273/task/16275/stat : 16275 (java) S 16272 16259 16081 0 -1 64 15055 0 0 0 101 6 0 0 16 0 9 0 22414036 887214080 19034 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16273/tid=16276] ppid=16272 vsize=866420 CPUtime=0
/proc/16273/task/16276/stat : 16276 (java) S 16272 16259 16081 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22414036 887214080 19035 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16273/tid=16277] ppid=16272 vsize=866420 CPUtime=0
/proc/16273/task/16277/stat : 16277 (java) S 16272 16259 16081 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22414036 887214080 19039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16273/tid=16278] ppid=16272 vsize=866420 CPUtime=0
/proc/16273/task/16278/stat : 16278 (java) S 16272 16259 16081 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22414038 887214080 19041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16273/tid=16279] ppid=16272 vsize=866420 CPUtime=0.1
/proc/16273/task/16279/stat : 16279 (java) R 16272 16259 16081 0 -1 64 848 0 0 0 10 0 0 0 16 0 9 0 22414038 887214080 19043 996147200 134512640 134550932 4294955936 18446744073709551615 102016171 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16273/tid=16280] ppid=16272 vsize=866420 CPUtime=0
/proc/16273/task/16280/stat : 16280 (java) S 16272 16259 16081 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22414038 887214080 19047 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16273/tid=16281] ppid=16272 vsize=866420 CPUtime=0
/proc/16273/task/16281/stat : 16281 (java) S 16272 16259 16081 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22414038 887214080 19050 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 888484

[startup+6.30156 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 16281
/proc/meminfo: memFree=1791896/2055920 swapFree=4192812/4192956
[pid=16259] ppid=16257 vsize=16868 CPUtime=0.68
/proc/16259/stat : 16259 (sugar) S 16257 16259 16081 0 -1 4194304 1309 7577 0 1 5 2 56 5 15 0 1 0 22413939 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16259/statm: 4217 1111 409 3 0 796 0
[pid=16272] ppid=16259 vsize=5356 CPUtime=0
/proc/16272/stat : 16272 (sh) S 16259 16259 16081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22414034 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16272/statm: 1339 233 193 169 0 50 0
[pid=16273] ppid=16272 vsize=868640 CPUtime=5.31
/proc/16273/stat : 16273 (java) S 16272 16259 16081 0 -1 0 44407 0 1 0 511 20 0 0 18 0 9 0 22414034 889487360 43587 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16273/statm: 217160 43587 2567 9 0 211665 0
[pid=16273/tid=16274] ppid=16272 vsize=868640 CPUtime=2.01
/proc/16273/task/16274/stat : 16274 (java) R 16272 16259 16081 0 -1 64 4559 0 1 0 199 2 0 0 25 0 9 0 22414035 889487360 43588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16273/tid=16275] ppid=16272 vsize=868640 CPUtime=3.11
/proc/16273/task/16275/stat : 16275 (java) R 16272 16259 16081 0 -1 64 37647 0 0 0 295 16 0 0 16 0 9 0 22414036 889487360 43588 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16273/tid=16276] ppid=16272 vsize=868640 CPUtime=0
/proc/16273/task/16276/stat : 16276 (java) S 16272 16259 16081 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22414036 889487360 43589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16273/tid=16277] ppid=16272 vsize=868640 CPUtime=0
/proc/16273/task/16277/stat : 16277 (java) S 16272 16259 16081 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22414036 889487360 43590 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16273/tid=16278] ppid=16272 vsize=868640 CPUtime=0
/proc/16273/task/16278/stat : 16278 (java) S 16272 16259 16081 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22414038 889487360 43590 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16273/tid=16279] ppid=16272 vsize=868640 CPUtime=0.15
/proc/16273/task/16279/stat : 16279 (java) S 16272 16259 16081 0 -1 64 1499 0 0 0 15 0 0 0 16 0 9 0 22414038 889487360 43591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16273/tid=16280] ppid=16272 vsize=868640 CPUtime=0
/proc/16273/task/16280/stat : 16280 (java) S 16272 16259 16081 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22414038 889487360 43592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16273/tid=16281] ppid=16272 vsize=868640 CPUtime=0
/proc/16273/task/16281/stat : 16281 (java) S 16272 16259 16081 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22414038 889487360 43592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 890864

[startup+12.7022 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 16281
/proc/meminfo: memFree=1744408/2055920 swapFree=4192812/4192956
[pid=16259] ppid=16257 vsize=16868 CPUtime=0.68
/proc/16259/stat : 16259 (sugar) S 16257 16259 16081 0 -1 4194304 1310 7577 0 1 5 2 56 5 16 0 1 0 22413939 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16259/statm: 4217 1111 409 3 0 796 0
[pid=16272] ppid=16259 vsize=5356 CPUtime=0
/proc/16272/stat : 16272 (sh) S 16259 16259 16081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22414034 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16272/statm: 1339 233 193 169 0 50 0
[pid=16273] ppid=16272 vsize=868752 CPUtime=11.67
/proc/16273/stat : 16273 (java) S 16272 16259 16081 0 -1 0 55706 0 2 0 1138 29 0 0 18 0 9 0 22414034 889602048 46186 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16273/statm: 217188 46186 2593 9 0 211665 0
[pid=16273/tid=16274] ppid=16272 vsize=868752 CPUtime=7.12
/proc/16273/task/16274/stat : 16274 (java) R 16272 16259 16081 0 -1 64 4836 0 2 0 706 6 0 0 25 0 9 0 22414035 889602048 46186 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16273/tid=16275] ppid=16272 vsize=868752 CPUtime=4.3
/proc/16273/task/16275/stat : 16275 (java) S 16272 16259 16081 0 -1 64 48618 0 0 0 409 21 0 0 16 0 9 0 22414036 889602048 46186 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16273/tid=16276] ppid=16272 vsize=868752 CPUtime=0
/proc/16273/task/16276/stat : 16276 (java) S 16272 16259 16081 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22414036 889602048 46186 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16273/tid=16277] ppid=16272 vsize=868752 CPUtime=0
/proc/16273/task/16277/stat : 16277 (java) S 16272 16259 16081 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22414036 889602048 46186 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16273/tid=16278] ppid=16272 vsize=868752 CPUtime=0
/proc/16273/task/16278/stat : 16278 (java) S 16272 16259 16081 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22414038 889602048 46186 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16273/tid=16279] ppid=16272 vsize=868752 CPUtime=0.23
/proc/16273/task/16279/stat : 16279 (java) S 16272 16259 16081 0 -1 64 1549 0 0 0 22 1 0 0 16 0 9 0 22414038 889602048 46186 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16273/tid=16280] ppid=16272 vsize=868752 CPUtime=0
/proc/16273/task/16280/stat : 16280 (java) S 16272 16259 16081 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22414038 889602048 46186 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16273/tid=16281] ppid=16272 vsize=868752 CPUtime=0
/proc/16273/task/16281/stat : 16281 (java) S 16272 16259 16081 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22414038 889602048 46186 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) 890976

[startup+25.5014 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 16281
/proc/meminfo: memFree=1731416/2055920 swapFree=4192812/4192956
[pid=16259] ppid=16257 vsize=16868 CPUtime=0.68
/proc/16259/stat : 16259 (sugar) S 16257 16259 16081 0 -1 4194304 1310 7577 0 1 5 2 56 5 16 0 1 0 22413939 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16259/statm: 4217 1111 409 3 0 796 0
[pid=16272] ppid=16259 vsize=5356 CPUtime=0
/proc/16272/stat : 16272 (sh) S 16259 16259 16081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22414034 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16272/statm: 1339 233 193 169 0 50 0
[pid=16273] ppid=16272 vsize=868752 CPUtime=24.41
/proc/16273/stat : 16273 (java) S 16272 16259 16081 0 -1 0 55832 0 2 0 2404 37 0 0 18 0 9 0 22414034 889602048 46257 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16273/statm: 217188 46257 2593 9 0 211665 0
[pid=16273/tid=16274] ppid=16272 vsize=868752 CPUtime=19.57
/proc/16273/task/16274/stat : 16274 (java) R 16272 16259 16081 0 -1 64 4891 0 2 0 1944 13 0 0 25 0 9 0 22414035 889602048 46257 996147200 134512640 134550932 4294955936 18446744073709551615 4126967331 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16273/tid=16275] ppid=16272 vsize=868752 CPUtime=4.58
/proc/16273/task/16275/stat : 16275 (java) S 16272 16259 16081 0 -1 64 48689 0 0 0 437 21 0 0 16 0 9 0 22414036 889602048 46257 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16273/tid=16276] ppid=16272 vsize=868752 CPUtime=0
/proc/16273/task/16276/stat : 16276 (java) S 16272 16259 16081 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22414036 889602048 46257 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16273/tid=16277] ppid=16272 vsize=868752 CPUtime=0
/proc/16273/task/16277/stat : 16277 (java) S 16272 16259 16081 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22414036 889602048 46257 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16273/tid=16278] ppid=16272 vsize=868752 CPUtime=0

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

/proc/meminfo: memFree=1245496/2055920 swapFree=4192812/4192956
[pid=16259] ppid=16257 vsize=16868 CPUtime=282.84
/proc/16259/stat : 16259 (sugar) S 16257 16259 16081 0 -1 4194304 1365 98218 0 3 5 2 28134 143 16 0 1 0 22413939 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16259/statm: 4217 1113 409 3 0 796 0
[pid=16282] ppid=16259 vsize=5356 CPUtime=0
/proc/16282/stat : 16282 (sh) S 16259 16259 16081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22442394 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16282/statm: 1339 232 193 169 0 50 0
[pid=16283] ppid=16282 vsize=207076 CPUtime=1072.71
/proc/16283/stat : 16283 (picosat) R 16282 16259 16081 0 -1 4194304 51708 0 0 0 103699 3572 0 0 25 0 1 0 22442395 212045824 50765 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/16283/statm: 51769 50765 48 102 0 51664 0
Current children cumulated CPU time (s) 1355.55
Current children cumulated vsize (KiB) 229300

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 16375
/proc/meminfo: memFree=1236792/2055920 swapFree=4192812/4192956
[pid=16259] ppid=16257 vsize=16868 CPUtime=282.84
/proc/16259/stat : 16259 (sugar) S 16257 16259 16081 0 -1 4194304 1365 98218 0 3 5 2 28134 143 16 0 1 0 22413939 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16259/statm: 4217 1113 409 3 0 796 0
[pid=16282] ppid=16259 vsize=5356 CPUtime=0
/proc/16282/stat : 16282 (sh) S 16259 16259 16081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22442394 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16282/statm: 1339 232 193 169 0 50 0
[pid=16283] ppid=16282 vsize=207076 CPUtime=1132.42
/proc/16283/stat : 16283 (picosat) R 16282 16259 16081 0 -1 4194304 51875 0 0 0 109670 3572 0 0 25 0 1 0 22442395 212045824 50779 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16283/statm: 51769 50779 48 102 0 51664 0
Current children cumulated CPU time (s) 1415.26
Current children cumulated vsize (KiB) 229300

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 16375
/proc/meminfo: memFree=1223032/2055920 swapFree=4192812/4192956
[pid=16259] ppid=16257 vsize=16868 CPUtime=282.84
/proc/16259/stat : 16259 (sugar) S 16257 16259 16081 0 -1 4194304 1365 98218 0 3 5 2 28134 143 16 0 1 0 22413939 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16259/statm: 4217 1113 409 3 0 796 0
[pid=16282] ppid=16259 vsize=5356 CPUtime=0
/proc/16282/stat : 16282 (sh) S 16259 16259 16081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22442394 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16282/statm: 1339 232 193 169 0 50 0
[pid=16283] ppid=16282 vsize=207076 CPUtime=1192.13
/proc/16283/stat : 16283 (picosat) R 16282 16259 16081 0 -1 4194304 51875 0 0 0 115641 3572 0 0 25 0 1 0 22442395 212045824 50779 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16283/statm: 51769 50779 48 102 0 51664 0
Current children cumulated CPU time (s) 1474.97
Current children cumulated vsize (KiB) 229300

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 16375
/proc/meminfo: memFree=1193016/2055920 swapFree=4192812/4192956
[pid=16259] ppid=16257 vsize=16868 CPUtime=282.84
/proc/16259/stat : 16259 (sugar) S 16257 16259 16081 0 -1 4194304 1365 98218 0 3 5 2 28134 143 16 0 1 0 22413939 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16259/statm: 4217 1113 409 3 0 796 0
[pid=16282] ppid=16259 vsize=5356 CPUtime=0
/proc/16282/stat : 16282 (sh) S 16259 16259 16081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22442394 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16282/statm: 1339 232 193 169 0 50 0
[pid=16283] ppid=16282 vsize=207076 CPUtime=1251.84
/proc/16283/stat : 16283 (picosat) R 16282 16259 16081 0 -1 4194304 51875 0 0 0 121612 3572 0 0 25 0 1 0 22442395 212045824 50779 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/16283/statm: 51769 50779 48 102 0 51664 0
Current children cumulated CPU time (s) 1534.68
Current children cumulated vsize (KiB) 229300

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 16375
/proc/meminfo: memFree=1180024/2055920 swapFree=4192812/4192956
[pid=16259] ppid=16257 vsize=16868 CPUtime=282.84
/proc/16259/stat : 16259 (sugar) S 16257 16259 16081 0 -1 4194304 1365 98218 0 3 5 2 28134 143 16 0 1 0 22413939 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16259/statm: 4217 1113 409 3 0 796 0
[pid=16282] ppid=16259 vsize=5356 CPUtime=0
/proc/16282/stat : 16282 (sh) S 16259 16259 16081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22442394 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16282/statm: 1339 232 193 169 0 50 0
[pid=16283] ppid=16282 vsize=208396 CPUtime=1311.56
/proc/16283/stat : 16283 (picosat) R 16282 16259 16081 0 -1 4194304 52384 0 0 0 127583 3573 0 0 25 0 1 0 22442395 213397504 51127 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16283/statm: 52099 51127 48 102 0 51994 0
Current children cumulated CPU time (s) 1594.4
Current children cumulated vsize (KiB) 230620

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 16375
/proc/meminfo: memFree=1168760/2055920 swapFree=4192812/4192956
[pid=16259] ppid=16257 vsize=16868 CPUtime=282.84
/proc/16259/stat : 16259 (sugar) S 16257 16259 16081 0 -1 4194304 1365 98218 0 3 5 2 28134 143 16 0 1 0 22413939 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16259/statm: 4217 1113 409 3 0 796 0
[pid=16282] ppid=16259 vsize=5356 CPUtime=0
/proc/16282/stat : 16282 (sh) S 16259 16259 16081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22442394 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16282/statm: 1339 232 193 169 0 50 0
[pid=16283] ppid=16282 vsize=208396 CPUtime=1371.27
/proc/16283/stat : 16283 (picosat) R 16282 16259 16081 0 -1 4194304 52384 0 0 0 133554 3573 0 0 25 0 1 0 22442395 213397504 51127 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16283/statm: 52099 51127 48 102 0 51994 0
Current children cumulated CPU time (s) 1654.11
Current children cumulated vsize (KiB) 230620

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 16375
/proc/meminfo: memFree=1150584/2055920 swapFree=4192812/4192956
[pid=16259] ppid=16257 vsize=16868 CPUtime=282.84
/proc/16259/stat : 16259 (sugar) S 16257 16259 16081 0 -1 4194304 1365 98218 0 3 5 2 28134 143 16 0 1 0 22413939 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16259/statm: 4217 1113 409 3 0 796 0
[pid=16282] ppid=16259 vsize=5356 CPUtime=0
/proc/16282/stat : 16282 (sh) S 16259 16259 16081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22442394 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16282/statm: 1339 232 193 169 0 50 0
[pid=16283] ppid=16282 vsize=208396 CPUtime=1430.99
/proc/16283/stat : 16283 (picosat) R 16282 16259 16081 0 -1 4194304 52384 0 0 0 139526 3573 0 0 25 0 1 0 22442395 213397504 51127 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16283/statm: 52099 51127 48 102 0 51994 0
Current children cumulated CPU time (s) 1713.83
Current children cumulated vsize (KiB) 230620

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 16375
/proc/meminfo: memFree=1149880/2055920 swapFree=4192812/4192956
[pid=16259] ppid=16257 vsize=16868 CPUtime=282.84
/proc/16259/stat : 16259 (sugar) S 16257 16259 16081 0 -1 4194304 1365 98218 0 3 5 2 28134 143 16 0 1 0 22413939 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16259/statm: 4217 1113 409 3 0 796 0
[pid=16282] ppid=16259 vsize=5356 CPUtime=0
/proc/16282/stat : 16282 (sh) S 16259 16259 16081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22442394 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16282/statm: 1339 232 193 169 0 50 0
[pid=16283] ppid=16282 vsize=209056 CPUtime=1490.7
/proc/16283/stat : 16283 (picosat) R 16282 16259 16081 0 -1 4194304 52725 0 0 0 145497 3573 0 0 25 0 1 0 22442395 214073344 51298 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16283/statm: 52264 51298 48 102 0 52159 0
Current children cumulated CPU time (s) 1773.54
Current children cumulated vsize (KiB) 231280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 16375
/proc/meminfo: memFree=1149752/2055920 swapFree=4192812/4192956
[pid=16259] ppid=16257 vsize=16868 CPUtime=282.84
/proc/16259/stat : 16259 (sugar) S 16257 16259 16081 0 -1 4194304 1365 98218 0 3 5 2 28134 143 16 0 1 0 22413939 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16259/statm: 4217 1113 409 3 0 796 0
[pid=16282] ppid=16259 vsize=5356 CPUtime=0
/proc/16282/stat : 16282 (sh) S 16259 16259 16081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22442394 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16282/statm: 1339 232 193 169 0 50 0
[pid=16283] ppid=16282 vsize=209056 CPUtime=1517.17
/proc/16283/stat : 16283 (picosat) R 16282 16259 16081 0 -1 4194304 52725 0 0 0 148144 3573 0 0 25 0 1 0 22442395 214073344 51298 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16283/statm: 52264 51298 48 102 0 52159 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 231280

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

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

[startup+1808.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 16375
/proc/meminfo: memFree=1149752/2055920 swapFree=4192812/4192956
[pid=16259] ppid=16257 vsize=16868 CPUtime=282.84
/proc/16259/stat : 16259 (sugar) S 16257 16259 16081 0 -1 4194304 1365 98218 0 3 5 2 28134 143 16 0 1 0 22413939 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16259/statm: 4217 1113 409 3 0 796 0
[pid=16282] ppid=16259 vsize=5356 CPUtime=0
/proc/16282/stat : 16282 (sh) S 16259 16259 16081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22442394 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16282/statm: 1339 232 193 169 0 50 0
[pid=16283] ppid=16282 vsize=209056 CPUtime=1517.17
/proc/16283/stat : 16283 (picosat) R 16282 16259 16081 0 -1 4194304 52725 0 0 0 148144 3573 0 0 25 0 1 0 22442395 214073344 51298 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16283/statm: 52264 51298 48 102 0 52159 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 231280

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16259 and gives
#  childrusage.ru_utime.tv_sec=281
#  childrusage.ru_utime.tv_usec=404220
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=460777
# CPU time returned by wait4() is 282.865
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.95
CPU time (s): 1800.01
CPU user time (s): 1762.83
CPU system time (s): 37.18
CPU usage (%): 99.506
Max. virtual memory (cumulated for all children) (KiB): 911464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 281.404
system time used= 1.46078
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99977
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14962
involuntary context switches= 19710

runsolver used 2.41463 second user time and 5.70213 second system time

The end

Launcher Data

Begin job on node8 at 2009-07-12 01:04:27
IDJOB=2071356
IDBENCH=55482
IDSOLVER=738
FILE ID=node8/2071356-1247353467
PBS_JOBID= 9506962
Free space on /tmp= 66272 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-23-08.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-2071356-1247353467/watcher-2071356-1247353467 -o /tmp/evaluation-result-2071356-1247353467/solver-2071356-1247353467 -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-2071356-1247353467.xml

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

MD5SUM BENCH= 56c23d6c4935063418a5d9e7e7a2b009
RANDOM SEED=894554772

node8.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.213
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1931528 kB
Buffers:          5892 kB
Cached:          40484 kB
SwapCached:          0 kB
Active:          61100 kB
Inactive:        17208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1931528 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2256 kB
Writeback:           0 kB
Mapped:          52308 kB
Slab:            31056 kB
Committed_AS:   188808 kB
PageTables:       1832 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66200 MiB
End job on node8 at 2009-07-12 01:34:38