Trace number 2068760

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.15 1812.16

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-21-08.xml
MD5SUMecaa590dc9f9c58145a0df6af0364dfb
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 benchmark1.19082
Satisfiable
(Un)Satisfiability was proved
Number of variables365
Number of constraints3584
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension150
Number of constraints which are defined in intension3434
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 23:37:11 2009
0.00/0.08	c 0	PID 16219
0.06/0.08	c 0	HOST node45.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2068760-1247348230.xml TO HOME/temp.csp
0.06/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-2068760-1247348230.xml' 'HOME/temp.csp'
1.54/1.69	c 1	1 domains, 365 variables, 7 predicates, 6 relations, 3584 constraints
1.64/1.72	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.64/1.72	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'
1.65/1.80	c 2	Parsing HOME/temp.csp
2.90/3.08	c 3	parsed 3963 expressions
2.90/3.09	c 3	Heap : 22 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.90/3.09	c 3	Converting to clausal form CSP
3.39/3.57	c 3	converted 397 (10%) expressions
12.99/13.26	c 13	converted 793 (20%) expressions
14.34/14.52	c 14	converted 1189 (30%) expressions
15.03/15.21	c 15	converted 1586 (40%) expressions
18.40/18.63	c 18	converted 1982 (50%) expressions
19.98/20.25	c 20	converted 2378 (60%) expressions
19.98/20.29	c 20	converted 2775 (70%) expressions
20.07/20.33	c 20	converted 3171 (80%) expressions
20.27/20.56	c 20	converted 3567 (90%) expressions
20.38/20.60	c 20	converted 3963 (100%) expressions
20.38/20.60	c 20	CSP : 365 integers, 0 booleans, 3584 clauses, largest domain size 26
20.38/20.60	c 20	Heap : 363 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
20.38/20.60	c 20	Propagation in CSP
20.38/20.63	c 20	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
20.38/20.63	c 20	CSP : 365 integers, 0 booleans, 3584 clauses, largest domain size 26
20.38/20.63	c 20	Heap : 363 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
20.38/20.64	c 20	Simplifing CSP by introducing new Boolean variables
20.48/20.71	c 20	CSP : 365 integers, 31566 booleans, 35150 clauses, largest domain size 26
20.48/20.71	c 20	Heap : 375 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
23.04/23.30	c 23	Encoding CSP to SAT : HOME/temp.cnf
23.04/23.34	c 23	37 (10%) CSP integer variables are encoded (888 clauses, 9624 bytes)
23.04/23.34	c 23	73 (20%) CSP integer variables are encoded (1752 clauses, 20713 bytes)
23.04/23.34	c 23	110 (30%) CSP integer variables are encoded (2640 clauses, 32257 bytes)
23.04/23.35	c 23	146 (40%) CSP integer variables are encoded (3504 clauses, 43489 bytes)
23.04/23.35	c 23	183 (50%) CSP integer variables are encoded (4392 clauses, 55033 bytes)
23.04/23.35	c 23	219 (60%) CSP integer variables are encoded (5256 clauses, 66265 bytes)
23.04/23.35	c 23	256 (70%) CSP integer variables are encoded (6144 clauses, 77809 bytes)
23.04/23.35	c 23	292 (80%) CSP integer variables are encoded (7008 clauses, 89041 bytes)
23.04/23.35	c 23	329 (90%) CSP integer variables are encoded (7896 clauses, 100585 bytes)
23.04/23.35	c 23	365 (100%) CSP integer variables are encoded (8760 clauses, 111817 bytes)
1566.16/1578.03	c 1578	3515 (10%) CSP clauses are encoded (3993317 clauses, 193375669 bytes)
1800.03/1812.02	c ERROR INTERRUPTED
1800.15/1812.16	s UNKNOWN
1800.15/1812.16	c 1812	CPU 1.65 (0.06 0.01 1.46 0.12)
1800.15/1812.16	c 1812	END Sun Jul 12 00:07:23 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-2068760-1247348230/watcher-2068760-1247348230 -o /tmp/evaluation-result-2068760-1247348230/solver-2068760-1247348230 -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-2068760-1247348230.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.97 1.99 4/81 16219
/proc/meminfo: memFree=1806920/2055920 swapFree=4192812/4192956
[pid=16219] ppid=16217 vsize=18576 CPUtime=0
/proc/16219/stat : 16219 (runsolver) R 16217 16219 16154 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 21886853 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 258939088167 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16219/statm: 4644 284 249 26 0 2626 0

[startup+0.084594 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 16219
/proc/meminfo: memFree=1806920/2055920 swapFree=4192812/4192956
[pid=16219] ppid=16217 vsize=16740 CPUtime=0.06
/proc/16219/stat : 16219 (sugar) S 16217 16219 16154 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 21886853 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16219/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101681 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 16219
/proc/meminfo: memFree=1806920/2055920 swapFree=4192812/4192956
[pid=16219] ppid=16217 vsize=16868 CPUtime=0.07
/proc/16219/stat : 16219 (sugar) S 16217 16219 16154 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21886853 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16219/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301703 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 16219
/proc/meminfo: memFree=1806920/2055920 swapFree=4192812/4192956
[pid=16219] ppid=16217 vsize=16868 CPUtime=0.07
/proc/16219/stat : 16219 (sugar) S 16217 16219 16154 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21886853 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16219/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701779 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 16219
/proc/meminfo: memFree=1806920/2055920 swapFree=4192812/4192956
[pid=16219] ppid=16217 vsize=16868 CPUtime=0.07
/proc/16219/stat : 16219 (sugar) S 16217 16219 16154 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21886853 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16219/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50192 s]
/proc/loadavg: 1.91 1.97 1.99 3/92 16231
/proc/meminfo: memFree=1781288/2055920 swapFree=4192812/4192956
[pid=16219] ppid=16217 vsize=16868 CPUtime=0.07
/proc/16219/stat : 16219 (sugar) S 16217 16219 16154 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21886853 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16219/statm: 4217 1111 409 3 0 796 0
[pid=16222] ppid=16219 vsize=5356 CPUtime=0
/proc/16222/stat : 16222 (sh) S 16219 16219 16154 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21886862 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16222/statm: 1339 233 193 169 0 50 0
[pid=16223] ppid=16222 vsize=864796 CPUtime=1.38
/proc/16223/stat : 16223 (java) S 16222 16219 16154 0 -1 0 12659 0 1 0 128 10 0 0 18 0 9 0 21886862 885551104 11431 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16223/statm: 216199 11431 2556 9 0 210711 0
[pid=16223/tid=16224] ppid=16222 vsize=864796 CPUtime=0.88
/proc/16223/task/16224/stat : 16224 (java) R 16222 16219 16154 0 -1 64 3711 0 1 0 84 4 0 0 25 0 9 0 21886864 885551104 11431 996147200 134512640 134550932 4294955984 18446744073709551615 4126743813 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16223/tid=16225] ppid=16222 vsize=864796 CPUtime=0.34
/proc/16223/task/16225/stat : 16225 (java) S 16222 16219 16154 0 -1 64 7726 0 0 0 30 4 0 0 16 0 9 0 21886865 885551104 11431 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16223/tid=16226] ppid=16222 vsize=864796 CPUtime=0
/proc/16223/task/16226/stat : 16226 (java) S 16222 16219 16154 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21886865 885551104 11431 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16223/tid=16227] ppid=16222 vsize=864796 CPUtime=0
/proc/16223/task/16227/stat : 16227 (java) S 16222 16219 16154 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21886865 885551104 11431 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16223/tid=16228] ppid=16222 vsize=864796 CPUtime=0
/proc/16223/task/16228/stat : 16228 (java) S 16222 16219 16154 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21886868 885551104 11431 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16223/tid=16229] ppid=16222 vsize=864796 CPUtime=0.13
/proc/16223/task/16229/stat : 16229 (java) S 16222 16219 16154 0 -1 64 520 0 0 0 13 0 0 0 16 0 9 0 21886868 885551104 11431 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16223/tid=16230] ppid=16222 vsize=864796 CPUtime=0
/proc/16223/task/16230/stat : 16230 (java) S 16222 16219 16154 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21886868 885551104 11431 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16223/tid=16231] ppid=16222 vsize=864796 CPUtime=0
/proc/16223/task/16231/stat : 16231 (java) S 16222 16219 16154 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21886868 885551104 11431 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887020

[startup+3.10122 s]
/proc/loadavg: 1.91 1.97 1.99 3/92 16241
/proc/meminfo: memFree=1793640/2055920 swapFree=4192812/4192956
[pid=16219] ppid=16217 vsize=16868 CPUtime=1.65
/proc/16219/stat : 16219 (sugar) S 16217 16219 16154 0 -1 4194304 1309 13349 0 1 6 1 146 12 16 0 1 0 21886853 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16219/statm: 4217 1111 409 3 0 796 0
[pid=16232] ppid=16219 vsize=5356 CPUtime=0
/proc/16232/stat : 16232 (sh) S 16219 16219 16154 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21887026 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16232/statm: 1339 233 193 169 0 50 0
[pid=16233] ppid=16232 vsize=864244 CPUtime=1.35
/proc/16233/stat : 16233 (java) S 16232 16219 16154 0 -1 0 10955 0 1 0 129 6 0 0 18 0 9 0 21887026 884985856 9891 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16233/statm: 216061 9891 2567 9 0 210566 0
[pid=16233/tid=16234] ppid=16232 vsize=864244 CPUtime=0.86
/proc/16233/task/16234/stat : 16234 (java) R 16232 16219 16154 0 -1 64 2619 0 1 0 84 2 0 0 18 0 9 0 21887027 884985856 9891 996147200 134512640 134550932 4294955936 18446744073709551615 4125978498 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16235] ppid=16232 vsize=864244 CPUtime=0.43
/proc/16233/task/16235/stat : 16235 (java) S 16232 16219 16154 0 -1 64 7332 0 0 0 40 3 0 0 16 0 9 0 21887028 884985856 9891 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16236] ppid=16232 vsize=864244 CPUtime=0
/proc/16233/task/16236/stat : 16236 (java) S 16232 16219 16154 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21887028 884985856 9891 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16237] ppid=16232 vsize=864244 CPUtime=0
/proc/16233/task/16237/stat : 16237 (java) S 16232 16219 16154 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21887028 884985856 9891 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16238] ppid=16232 vsize=864244 CPUtime=0
/proc/16233/task/16238/stat : 16238 (java) S 16232 16219 16154 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21887031 884985856 9891 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16239] ppid=16232 vsize=864244 CPUtime=0.04
/proc/16233/task/16239/stat : 16239 (java) S 16232 16219 16154 0 -1 64 301 0 0 0 4 0 0 0 16 0 9 0 21887031 884985856 9891 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16240] ppid=16232 vsize=864244 CPUtime=0
/proc/16233/task/16240/stat : 16240 (java) S 16232 16219 16154 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21887031 884985856 9891 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16241] ppid=16232 vsize=864244 CPUtime=0
/proc/16233/task/16241/stat : 16241 (java) S 16232 16219 16154 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21887031 884985856 9891 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) 886468

[startup+6.3028 s]
/proc/loadavg: 1.91 1.97 1.99 4/92 16241
/proc/meminfo: memFree=1722216/2055920 swapFree=4192812/4192956
[pid=16219] ppid=16217 vsize=16868 CPUtime=1.65
/proc/16219/stat : 16219 (sugar) S 16217 16219 16154 0 -1 4194304 1309 13349 0 1 6 1 146 12 16 0 1 0 21886853 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16219/statm: 4217 1111 409 3 0 796 0
[pid=16232] ppid=16219 vsize=5356 CPUtime=0
/proc/16232/stat : 16232 (sh) S 16219 16219 16154 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21887026 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16232/statm: 1339 233 193 169 0 50 0
[pid=16233] ppid=16232 vsize=864408 CPUtime=4.51
/proc/16233/stat : 16233 (java) S 16232 16219 16154 0 -1 0 30681 0 1 0 432 19 0 0 18 0 9 0 21887026 885153792 29007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16233/statm: 216102 29007 2566 9 0 210607 0
[pid=16233/tid=16234] ppid=16232 vsize=864408 CPUtime=2.16
/proc/16233/task/16234/stat : 16234 (java) R 16232 16219 16154 0 -1 64 3691 0 1 0 213 3 0 0 25 0 9 0 21887027 885153792 29007 996147200 134512640 134550932 4294955936 18446744073709551615 4126537087 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16235] ppid=16232 vsize=864408 CPUtime=2.28
/proc/16233/task/16235/stat : 16235 (java) S 16232 16219 16154 0 -1 64 25977 0 0 0 213 15 0 0 16 0 9 0 21887028 885153792 29007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16236] ppid=16232 vsize=864408 CPUtime=0
/proc/16233/task/16236/stat : 16236 (java) S 16232 16219 16154 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21887028 885153792 29007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16237] ppid=16232 vsize=864408 CPUtime=0
/proc/16233/task/16237/stat : 16237 (java) S 16232 16219 16154 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21887028 885153792 29007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16238] ppid=16232 vsize=864408 CPUtime=0
/proc/16233/task/16238/stat : 16238 (java) S 16232 16219 16154 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21887031 885153792 29007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16239] ppid=16232 vsize=864408 CPUtime=0.05
/proc/16233/task/16239/stat : 16239 (java) S 16232 16219 16154 0 -1 64 310 0 0 0 5 0 0 0 17 0 9 0 21887031 885153792 29007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16240] ppid=16232 vsize=864408 CPUtime=0
/proc/16233/task/16240/stat : 16240 (java) S 16232 16219 16154 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21887031 885153792 29007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16241] ppid=16232 vsize=864408 CPUtime=0
/proc/16233/task/16241/stat : 16241 (java) S 16232 16219 16154 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21887031 885153792 29007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 886632

[startup+12.702 s]
/proc/loadavg: 2.00 1.99 1.99 3/92 16241
/proc/meminfo: memFree=1570152/2055920 swapFree=4192812/4192956
[pid=16219] ppid=16217 vsize=16868 CPUtime=1.65
/proc/16219/stat : 16219 (sugar) S 16217 16219 16154 0 -1 4194304 1309 13349 0 1 6 1 146 12 16 0 1 0 21886853 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16219/statm: 4217 1111 409 3 0 796 0
[pid=16232] ppid=16219 vsize=5356 CPUtime=0
/proc/16232/stat : 16232 (sh) S 16219 16219 16154 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21887026 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16232/statm: 1339 233 193 169 0 50 0
[pid=16233] ppid=16232 vsize=864408 CPUtime=10.84
/proc/16233/stat : 16233 (java) S 16232 16219 16154 0 -1 0 80854 0 1 0 1037 47 0 0 18 0 9 0 21887026 885153792 58436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16233/statm: 216102 58436 2567 9 0 210607 0
[pid=16233/tid=16234] ppid=16232 vsize=864408 CPUtime=4.02
/proc/16233/task/16234/stat : 16234 (java) S 16232 16219 16154 0 -1 64 5890 0 1 0 398 4 0 0 17 0 9 0 21887027 885153792 58436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16235] ppid=16232 vsize=864408 CPUtime=6.71
/proc/16233/task/16235/stat : 16235 (java) R 16232 16219 16154 0 -1 64 73940 0 0 0 630 41 0 0 25 0 9 0 21887028 885153792 58436 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16236] ppid=16232 vsize=864408 CPUtime=0
/proc/16233/task/16236/stat : 16236 (java) S 16232 16219 16154 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21887028 885153792 58436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16237] ppid=16232 vsize=864408 CPUtime=0
/proc/16233/task/16237/stat : 16237 (java) S 16232 16219 16154 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21887028 885153792 58436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16238] ppid=16232 vsize=864408 CPUtime=0
/proc/16233/task/16238/stat : 16238 (java) S 16232 16219 16154 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21887031 885153792 58436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16239] ppid=16232 vsize=864408 CPUtime=0.07
/proc/16233/task/16239/stat : 16239 (java) S 16232 16219 16154 0 -1 64 321 0 0 0 7 0 0 0 16 0 9 0 21887031 885153792 58436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16240] ppid=16232 vsize=864408 CPUtime=0
/proc/16233/task/16240/stat : 16240 (java) S 16232 16219 16154 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21887031 885153792 58436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16241] ppid=16232 vsize=864408 CPUtime=0
/proc/16233/task/16241/stat : 16241 (java) S 16232 16219 16154 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21887031 885153792 58436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 886632

[startup+25.5023 s]
/proc/loadavg: 2.00 1.99 1.99 4/92 16241
/proc/meminfo: memFree=1374632/2055920 swapFree=4192812/4192956
[pid=16219] ppid=16217 vsize=16868 CPUtime=1.65
/proc/16219/stat : 16219 (sugar) S 16217 16219 16154 0 -1 4194304 1310 13349 0 1 6 1 146 12 16 0 1 0 21886853 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16219/statm: 4217 1111 409 3 0 796 0
[pid=16232] ppid=16219 vsize=5356 CPUtime=0
/proc/16232/stat : 16232 (sh) S 16219 16219 16154 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21887026 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16232/statm: 1339 233 193 169 0 50 0
[pid=16233] ppid=16232 vsize=868724 CPUtime=23.57
/proc/16233/stat : 16233 (java) S 16232 16219 16154 0 -1 0 145351 0 1 0 2271 86 0 0 18 0 9 0 21887026 889573376 108322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16233/statm: 217181 108322 2593 9 0 211658 0
[pid=16233/tid=16234] ppid=16232 vsize=868724 CPUtime=9.21
/proc/16233/task/16234/stat : 16234 (java) R 16232 16219 16154 0 -1 64 8202 0 1 0 913 8 0 0 25 0 9 0 21887027 889573376 108322 996147200 134512640 134550932 4294955936 18446744073709551615 4125952204 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16235] ppid=16232 vsize=868724 CPUtime=14.1
/proc/16233/task/16235/stat : 16235 (java) S 16232 16219 16154 0 -1 64 134969 0 0 0 1334 76 0 0 21 0 9 0 21887028 889573376 108322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16236] ppid=16232 vsize=868724 CPUtime=0
/proc/16233/task/16236/stat : 16236 (java) S 16232 16219 16154 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21887028 889573376 108322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16237] ppid=16232 vsize=868724 CPUtime=0
/proc/16233/task/16237/stat : 16237 (java) S 16232 16219 16154 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21887028 889573376 108322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16238] ppid=16232 vsize=868724 CPUtime=0

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

[pid=16233/tid=16239] ppid=16232 vsize=868724 CPUtime=0.25
/proc/16233/task/16239/stat : 16239 (java) S 16232 16219 16154 0 -1 64 1492 0 0 0 25 0 0 0 16 0 9 0 21887031 889573376 155872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16240] ppid=16232 vsize=868724 CPUtime=0
/proc/16233/task/16240/stat : 16240 (java) S 16232 16219 16154 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21887031 889573376 155872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16241] ppid=16232 vsize=868724 CPUtime=0
/proc/16233/task/16241/stat : 16241 (java) S 16232 16219 16154 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21887031 889573376 155872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1590.43
Current children cumulated vsize (KiB) 890948

[startup+1662.3 s]
/proc/loadavg: 2.01 2.09 2.04 3/84 16339
/proc/meminfo: memFree=1054064/2055920 swapFree=4192812/4192956
[pid=16219] ppid=16217 vsize=16868 CPUtime=1.65
/proc/16219/stat : 16219 (sugar) S 16217 16219 16154 0 -1 4194304 1310 13349 0 1 6 1 146 12 16 0 1 0 21886853 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16219/statm: 4217 1111 409 3 0 796 0
[pid=16232] ppid=16219 vsize=5356 CPUtime=0
/proc/16232/stat : 16232 (sh) S 16219 16219 16154 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21887026 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16232/statm: 1339 233 193 169 0 50 0
[pid=16233] ppid=16232 vsize=868724 CPUtime=1648.75
/proc/16233/stat : 16233 (java) S 16232 16219 16154 0 -1 0 194013 0 1 0 164643 232 0 0 18 0 9 0 21887026 889573376 156628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16233/statm: 217181 156628 2593 9 0 211658 0
[pid=16233/tid=16234] ppid=16232 vsize=868724 CPUtime=1627.93
/proc/16233/task/16234/stat : 16234 (java) R 16232 16219 16154 0 -1 64 8560 0 1 0 162666 127 0 0 25 0 9 0 21887027 889573376 156628 996147200 134512640 134550932 4294955936 18446744073709551615 4126967013 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16233/tid=16235] ppid=16232 vsize=868724 CPUtime=20.52
/proc/16233/task/16235/stat : 16235 (java) S 16232 16219 16154 0 -1 64 183258 0 0 0 1949 103 0 0 16 0 9 0 21887028 889573376 156628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16233/tid=16236] ppid=16232 vsize=868724 CPUtime=0
/proc/16233/task/16236/stat : 16236 (java) S 16232 16219 16154 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21887028 889573376 156628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16237] ppid=16232 vsize=868724 CPUtime=0
/proc/16233/task/16237/stat : 16237 (java) S 16232 16219 16154 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21887028 889573376 156628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16238] ppid=16232 vsize=868724 CPUtime=0
/proc/16233/task/16238/stat : 16238 (java) S 16232 16219 16154 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21887031 889573376 156628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16239] ppid=16232 vsize=868724 CPUtime=0.25
/proc/16233/task/16239/stat : 16239 (java) S 16232 16219 16154 0 -1 64 1492 0 0 0 25 0 0 0 16 0 9 0 21887031 889573376 156628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16240] ppid=16232 vsize=868724 CPUtime=0
/proc/16233/task/16240/stat : 16240 (java) S 16232 16219 16154 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21887031 889573376 156628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16241] ppid=16232 vsize=868724 CPUtime=0
/proc/16233/task/16241/stat : 16241 (java) S 16232 16219 16154 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21887031 889573376 156628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1650.4
Current children cumulated vsize (KiB) 890948

[startup+1722.3 s]
/proc/loadavg: 2.00 2.07 2.03 3/84 16339
/proc/meminfo: memFree=1047600/2055920 swapFree=4192812/4192956
[pid=16219] ppid=16217 vsize=16868 CPUtime=1.65
/proc/16219/stat : 16219 (sugar) S 16217 16219 16154 0 -1 4194304 1310 13349 0 1 6 1 146 12 16 0 1 0 21886853 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16219/statm: 4217 1111 409 3 0 796 0
[pid=16232] ppid=16219 vsize=5356 CPUtime=0
/proc/16232/stat : 16232 (sh) S 16219 16219 16154 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21887026 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16232/statm: 1339 233 193 169 0 50 0
[pid=16233] ppid=16232 vsize=868724 CPUtime=1708.72
/proc/16233/stat : 16233 (java) S 16232 16219 16154 0 -1 0 195646 0 1 0 170639 233 0 0 18 0 9 0 21887026 889573376 158257 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16233/statm: 217181 158257 2593 9 0 211658 0
[pid=16233/tid=16234] ppid=16232 vsize=868724 CPUtime=1687.81
/proc/16233/task/16234/stat : 16234 (java) R 16232 16219 16154 0 -1 64 8564 0 1 0 168654 127 0 0 25 0 9 0 21887027 889573376 158257 996147200 134512640 134550932 4294955936 18446744073709551615 4126967010 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16233/tid=16235] ppid=16232 vsize=868724 CPUtime=20.61
/proc/16233/task/16235/stat : 16235 (java) S 16232 16219 16154 0 -1 64 184887 0 0 0 1958 103 0 0 16 0 9 0 21887028 889573376 158257 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16233/tid=16236] ppid=16232 vsize=868724 CPUtime=0
/proc/16233/task/16236/stat : 16236 (java) S 16232 16219 16154 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21887028 889573376 158257 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16237] ppid=16232 vsize=868724 CPUtime=0
/proc/16233/task/16237/stat : 16237 (java) S 16232 16219 16154 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21887028 889573376 158257 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16238] ppid=16232 vsize=868724 CPUtime=0
/proc/16233/task/16238/stat : 16238 (java) S 16232 16219 16154 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21887031 889573376 158257 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16239] ppid=16232 vsize=868724 CPUtime=0.25
/proc/16233/task/16239/stat : 16239 (java) S 16232 16219 16154 0 -1 64 1492 0 0 0 25 0 0 0 16 0 9 0 21887031 889573376 158257 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16240] ppid=16232 vsize=868724 CPUtime=0
/proc/16233/task/16240/stat : 16240 (java) S 16232 16219 16154 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21887031 889573376 158257 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16241] ppid=16232 vsize=868724 CPUtime=0
/proc/16233/task/16241/stat : 16241 (java) S 16232 16219 16154 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21887031 889573376 158257 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1710.37
Current children cumulated vsize (KiB) 890948

[startup+1782.3 s]
/proc/loadavg: 2.00 2.05 2.03 3/84 16339
/proc/meminfo: memFree=1037360/2055920 swapFree=4192812/4192956
[pid=16219] ppid=16217 vsize=16868 CPUtime=1.65
/proc/16219/stat : 16219 (sugar) S 16217 16219 16154 0 -1 4194304 1310 13349 0 1 6 1 146 12 16 0 1 0 21886853 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16219/statm: 4217 1111 409 3 0 796 0
[pid=16232] ppid=16219 vsize=5356 CPUtime=0
/proc/16232/stat : 16232 (sh) S 16219 16219 16154 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21887026 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16232/statm: 1339 233 193 169 0 50 0
[pid=16233] ppid=16232 vsize=868724 CPUtime=1768.69
/proc/16233/stat : 16233 (java) S 16232 16219 16154 0 -1 0 198160 0 1 0 176635 234 0 0 18 0 9 0 21887026 889573376 160765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16233/statm: 217181 160765 2593 9 0 211658 0
[pid=16233/tid=16234] ppid=16232 vsize=868724 CPUtime=1747.63
/proc/16233/task/16234/stat : 16234 (java) R 16232 16219 16154 0 -1 64 8570 0 1 0 174636 127 0 0 25 0 9 0 21887027 889573376 160765 996147200 134512640 134550932 4294955936 18446744073709551615 4126559520 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16233/tid=16235] ppid=16232 vsize=868724 CPUtime=20.76
/proc/16233/task/16235/stat : 16235 (java) S 16232 16219 16154 0 -1 64 187395 0 0 0 1972 104 0 0 16 0 9 0 21887028 889573376 160765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16233/tid=16236] ppid=16232 vsize=868724 CPUtime=0
/proc/16233/task/16236/stat : 16236 (java) S 16232 16219 16154 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21887028 889573376 160765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16237] ppid=16232 vsize=868724 CPUtime=0
/proc/16233/task/16237/stat : 16237 (java) S 16232 16219 16154 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21887028 889573376 160765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16238] ppid=16232 vsize=868724 CPUtime=0
/proc/16233/task/16238/stat : 16238 (java) S 16232 16219 16154 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21887031 889573376 160765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16239] ppid=16232 vsize=868724 CPUtime=0.25
/proc/16233/task/16239/stat : 16239 (java) S 16232 16219 16154 0 -1 64 1492 0 0 0 25 0 0 0 16 0 9 0 21887031 889573376 160765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16240] ppid=16232 vsize=868724 CPUtime=0
/proc/16233/task/16240/stat : 16240 (java) S 16232 16219 16154 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21887031 889573376 160765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16241] ppid=16232 vsize=868724 CPUtime=0
/proc/16233/task/16241/stat : 16241 (java) S 16232 16219 16154 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21887031 889573376 160765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1770.34
Current children cumulated vsize (KiB) 890948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812 s]
/proc/loadavg: 2.00 2.05 2.03 3/84 16339
/proc/meminfo: memFree=1035824/2055920 swapFree=4192812/4192956
[pid=16219] ppid=16217 vsize=16868 CPUtime=1.65
/proc/16219/stat : 16219 (sugar) S 16217 16219 16154 0 -1 4194304 1310 13349 0 1 6 1 146 12 16 0 1 0 21886853 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16219/statm: 4217 1111 409 3 0 796 0
[pid=16232] ppid=16219 vsize=5356 CPUtime=0
/proc/16232/stat : 16232 (sh) S 16219 16219 16154 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21887026 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16232/statm: 1339 233 193 169 0 50 0
[pid=16233] ppid=16232 vsize=868724 CPUtime=1798.38
/proc/16233/stat : 16233 (java) S 16232 16219 16154 0 -1 0 198541 0 1 0 179604 234 0 0 18 0 9 0 21887026 889573376 161145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16233/statm: 217181 161145 2593 9 0 211658 0
[pid=16233/tid=16234] ppid=16232 vsize=868724 CPUtime=1777.3
/proc/16233/task/16234/stat : 16234 (java) R 16232 16219 16154 0 -1 64 8571 0 1 0 177603 127 0 0 25 0 9 0 21887027 889573376 161145 996147200 134512640 134550932 4294955936 18446744073709551615 4126559544 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16233/tid=16235] ppid=16232 vsize=868724 CPUtime=20.78
/proc/16233/task/16235/stat : 16235 (java) S 16232 16219 16154 0 -1 64 187775 0 0 0 1974 104 0 0 17 0 9 0 21887028 889573376 161145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16233/tid=16236] ppid=16232 vsize=868724 CPUtime=0
/proc/16233/task/16236/stat : 16236 (java) S 16232 16219 16154 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21887028 889573376 161145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16237] ppid=16232 vsize=868724 CPUtime=0
/proc/16233/task/16237/stat : 16237 (java) S 16232 16219 16154 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21887028 889573376 161145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16238] ppid=16232 vsize=868724 CPUtime=0
/proc/16233/task/16238/stat : 16238 (java) S 16232 16219 16154 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21887031 889573376 161145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16239] ppid=16232 vsize=868724 CPUtime=0.25
/proc/16233/task/16239/stat : 16239 (java) S 16232 16219 16154 0 -1 64 1492 0 0 0 25 0 0 0 16 0 9 0 21887031 889573376 161145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16240] ppid=16232 vsize=868724 CPUtime=0
/proc/16233/task/16240/stat : 16240 (java) S 16232 16219 16154 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21887031 889573376 161145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16233/tid=16241] ppid=16232 vsize=868724 CPUtime=0
/proc/16233/task/16241/stat : 16241 (java) S 16232 16219 16154 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21887031 889573376 161145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 890948

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

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

[startup+1812.13 s]
/proc/loadavg: 2.00 2.05 2.03 3/84 16339
/proc/meminfo: memFree=1035824/2055920 swapFree=4192812/4192956
[pid=16219] ppid=16217 vsize=16868 CPUtime=1.65
/proc/16219/stat : 16219 (sugar) S 16217 16219 16154 0 -1 4194304 1323 13349 0 1 6 1 146 12 16 0 1 0 21886853 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/16219/statm: 4217 1112 409 3 0 796 0
[pid=16232] ppid=16219 vsize=0 CPUtime=0
/proc/16232/stat : 16232 (sh) Z 16219 16219 16154 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 21887026 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/16232/statm: 0 0 0 0 0 0 0
[pid=16233] ppid=1 vsize=0 CPUtime=1798.5
/proc/16233/stat : 16233 (java) Z 1 16219 16154 0 -1 1036 198959 0 1 0 179610 240 0 0 16 0 2 0 21887026 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16233/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16219 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=526767
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=147977
# CPU time returned by wait4() is 1.67474
# while last known CPU time is 1800.15
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1812.16
CPU time (s): 1800.15
CPU user time (s): 1797.62
CPU system time (s): 2.53
CPU usage (%): 99.3371
Max. virtual memory (cumulated for all children) (KiB): 916952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.52677
system time used= 0.147977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15026
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1188
involuntary context switches= 1076

runsolver used 2.17867 second user time and 6.15106 second system time

The end

Launcher Data

Begin job on node45 at 2009-07-11 23:37:11
IDJOB=2068760
IDBENCH=54926
IDSOLVER=738
FILE ID=node45/2068760-1247348230
PBS_JOBID= 9506843
Free space on /tmp= 66352 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ukHerald/normalized-crossword-m1-uk-21-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-2068760-1247348230/watcher-2068760-1247348230 -o /tmp/evaluation-result-2068760-1247348230/solver-2068760-1247348230 -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-2068760-1247348230.xml

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

MD5SUM BENCH= ecaa590dc9f9c58145a0df6af0364dfb
RANDOM SEED=1076546912

node45.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.281
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.281
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:       1807400 kB
Buffers:         18168 kB
Cached:          96004 kB
SwapCached:          0 kB
Active:         144684 kB
Inactive:        54200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1807400 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3956 kB
Writeback:           0 kB
Mapped:         105216 kB
Slab:            34836 kB
Committed_AS:   256244 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= 66356 MiB
End job on node45 at 2009-07-12 00:07:25