Trace number 1081800

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.13+picosat? (TO) 1800.05 1807.26

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-48.xml
MD5SUM2954e4929c1ef5c3af61301ca56f5bd2
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2304
Number of constraints54191
Maximum constraint arity2
Maximum domain size48
Number of constraints which are defined in extension0
Number of constraints which are defined in intension54191
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 02:52:15 2008
0.00/0.04	c 0	PID 22508
0.00/0.04	c 0	HOST node89.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1081800-1215219135.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1081800-1215219135.xml' 'HOME/temp.csp'
2.55/2.66	c 3	1 domains, 2304 variables, 4 predicates, 0 relations, 54191 constraints
2.61/2.71	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.61/2.71	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.61/2.79	c 3	Parsing HOME/temp.csp
2.64/3.08	c 3	parsed 10000 expressions
3.11/3.28	c 4	parsed 20000 expressions
3.31/3.48	c 4	parsed 30000 expressions
3.50/3.64	c 4	parsed 40000 expressions
3.70/3.86	c 4	parsed 50000 expressions
3.80/3.96	c 4	parsed 56500 expressions
3.80/3.97	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.80/3.97	c 4	Converting to clausal form CSP
4.60/4.79	c 5	converted 5650 (10%) expressions
5.79/5.92	c 6	converted 11300 (20%) expressions
6.79/6.91	c 7	converted 16950 (30%) expressions
7.97/8.18	c 8	converted 22600 (40%) expressions
8.97/9.16	c 9	converted 28250 (50%) expressions
9.96/10.15	c 10	converted 33900 (60%) expressions
11.36/11.56	c 12	converted 39550 (70%) expressions
12.35/12.54	c 13	converted 45200 (80%) expressions
13.34/13.52	c 14	converted 50850 (90%) expressions
14.34/14.52	c 15	converted 56500 (100%) expressions
14.34/14.52	c 15	CSP : 2304 integers, 52314 booleans, 161075 clauses, largest domain size 48
14.34/14.52	c 15	Heap : 80 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.34/14.52	c 15	Propagation in CSP
17.12/17.36	c 18	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
17.12/17.36	c 18	CSP : 2304 integers, 52314 booleans, 161075 clauses, largest domain size 48
17.12/17.36	c 18	Heap : 93 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.22/17.40	c 18	Simplifing CSP by introducing new Boolean variables
18.12/18.35	c 19	CSP : 2304 integers, 108288 booleans, 217049 clauses, largest domain size 48
18.12/18.35	c 19	Heap : 113 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.71/18.98	c 19	Encoding CSP to SAT : HOME/temp.cnf
18.81/19.09	c 19	231 (10%) CSP integer variables are encoded (10626 clauses, 137716 bytes)
18.90/19.14	c 19	461 (20%) CSP integer variables are encoded (21206 clauses, 296416 bytes)
18.90/19.19	c 20	692 (30%) CSP integer variables are encoded (31832 clauses, 455806 bytes)
19.01/19.24	c 20	922 (40%) CSP integer variables are encoded (42412 clauses, 614506 bytes)
19.01/19.29	c 20	1152 (50%) CSP integer variables are encoded (52992 clauses, 773206 bytes)
19.11/19.34	c 20	1383 (60%) CSP integer variables are encoded (63618 clauses, 932596 bytes)
19.11/19.39	c 20	1613 (70%) CSP integer variables are encoded (74198 clauses, 1091296 bytes)
19.21/19.44	c 20	1844 (80%) CSP integer variables are encoded (84824 clauses, 1250686 bytes)
19.21/19.48	c 20	2074 (90%) CSP integer variables are encoded (95404 clauses, 1409386 bytes)
19.30/19.53	c 20	2304 (100%) CSP integer variables are encoded (105984 clauses, 1584311 bytes)
22.89/23.13	c 23	21705 (10%) CSP clauses are encoded (882517 clauses, 18282231 bytes)
26.36/26.66	c 27	43410 (20%) CSP clauses are encoded (1660966 clauses, 35409433 bytes)
29.92/31.76	c 32	65115 (30%) CSP clauses are encoded (2439988 clauses, 53141345 bytes)
33.51/35.31	c 36	86820 (40%) CSP clauses are encoded (3217473 clauses, 70845987 bytes)
37.01/39.66	c 40	108525 (50%) CSP clauses are encoded (3991881 clauses, 88477886 bytes)
40.58/43.25	c 44	130230 (60%) CSP clauses are encoded (4766192 clauses, 106116361 bytes)
44.20/48.12	c 48	151935 (70%) CSP clauses are encoded (5550051 clauses, 123992393 bytes)
47.69/51.68	c 52	173640 (80%) CSP clauses are encoded (6324974 clauses, 141680775 bytes)
51.26/55.22	c 56	195345 (90%) CSP clauses are encoded (7099539 clauses, 159397285 bytes)
54.72/58.80	c 59	217049 (100%) CSP clauses are encoded (7877860 clauses, 177412119 bytes)
54.72/58.80	c 59	217049 CSP clauses encoded
54.72/58.80	c 59	Writing map file : HOME/temp.map
54.82/58.86	c 59	Heap : 84 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
54.82/58.86	c 59	SAT : 216576 SAT variables, 7877860 SAT clauses, 177412119 bytes
54.82/58.86	c 59	Heap : 84 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
54.88/58.92	c 59	SOLVING HOME/temp.cnf
54.88/58.92	c 59	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.05/1807.22	c ERROR INTERRUPTED
1800.05/1807.25	s UNKNOWN
1800.05/1807.25	c 1808	CPU 53.38 (0.03 0.01 53.35 1.52)
1800.05/1807.25	c 1808	END Sat Jul  5 03:22:23 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1081800-1215219135/watcher-1081800-1215219135 -o /tmp/evaluation-result-1081800-1215219135/solver-1081800-1215219135 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1081800-1215219135.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 22508
/proc/meminfo: memFree=1358464/2055920 swapFree=4179808/4192956
[pid=22508] ppid=22506 vsize=12268 CPUtime=0
/proc/22508/stat : 22508 (sugar) R 22506 22508 20940 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 677641151 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 249070058085 0 0 4224 0 0 0 0 17 0 0 0
/proc/22508/statm: 3067 316 241 3 0 167 0

[startup+0.014069 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 22508
/proc/meminfo: memFree=1358464/2055920 swapFree=4179808/4192956
[pid=22508] ppid=22506 vsize=12544 CPUtime=0
/proc/22508/stat : 22508 (sugar) R 22506 22508 20940 0 -1 4194304 471 0 0 0 0 0 0 0 18 0 1 0 677641151 12845056 439 996147200 4194304 4206940 548682068608 18446744073709551615 249069736673 0 0 4224 0 0 0 0 17 0 0 0
/proc/22508/statm: 3136 439 289 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.101039 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 22508
/proc/meminfo: memFree=1358464/2055920 swapFree=4179808/4192956
[pid=22508] ppid=22506 vsize=13600 CPUtime=0.03
/proc/22508/stat : 22508 (sugar) S 22506 22508 20940 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 677641151 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22508/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301059 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 22508
/proc/meminfo: memFree=1358464/2055920 swapFree=4179808/4192956
[pid=22508] ppid=22506 vsize=13600 CPUtime=0.03
/proc/22508/stat : 22508 (sugar) S 22506 22508 20940 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 677641151 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22508/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701099 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 22508
/proc/meminfo: memFree=1358464/2055920 swapFree=4179808/4192956
[pid=22508] ppid=22506 vsize=13600 CPUtime=0.03
/proc/22508/stat : 22508 (sugar) S 22506 22508 20940 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 677641151 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22508/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50118 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 22520
/proc/meminfo: memFree=1321320/2055920 swapFree=4179808/4192956
[pid=22508] ppid=22506 vsize=13600 CPUtime=0.03
/proc/22508/stat : 22508 (sugar) S 22506 22508 20940 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 677641151 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22508/statm: 3400 796 370 3 0 500 0
[pid=22511] ppid=22508 vsize=5356 CPUtime=0
/proc/22511/stat : 22511 (sh) S 22508 22508 20940 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 677641156 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22511/statm: 1339 233 193 169 0 50 0
[pid=22512] ppid=22511 vsize=864664 CPUtime=1.43
/proc/22512/stat : 22512 (java) S 22511 22508 20940 0 -1 0 18654 0 1 0 132 11 0 0 20 0 9 0 677641156 885415936 15230 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22512/statm: 216166 15231 2529 9 0 210748 0
[pid=22512/tid=22513] ppid=22511 vsize=864664 CPUtime=0.67
/proc/22512/task/22513/stat : 22513 (java) R 22511 22508 20940 0 -1 64 3156 0 1 0 64 3 0 0 25 0 9 0 677641157 885415936 15231 996147200 134512640 134550740 4294956000 18446744073709551615 4126656653 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22512/tid=22514] ppid=22511 vsize=864664 CPUtime=0.62
/proc/22512/task/22514/stat : 22514 (java) S 22511 22508 20940 0 -1 64 14296 0 0 0 56 6 0 0 17 0 9 0 677641158 885415936 15232 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22512/tid=22515] ppid=22511 vsize=864664 CPUtime=0
/proc/22512/task/22515/stat : 22515 (java) S 22511 22508 20940 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 677641159 885415936 15232 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22512/tid=22516] ppid=22511 vsize=864664 CPUtime=0
/proc/22512/task/22516/stat : 22516 (java) S 22511 22508 20940 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 677641159 885415936 15233 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22512/tid=22517] ppid=22511 vsize=864664 CPUtime=0
/proc/22512/task/22517/stat : 22517 (java) S 22511 22508 20940 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 677641161 885415936 15233 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22512/tid=22518] ppid=22511 vsize=864664 CPUtime=0.11
/proc/22512/task/22518/stat : 22518 (java) S 22511 22508 20940 0 -1 64 502 0 0 0 11 0 0 0 16 0 9 0 677641161 885415936 15234 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22512/tid=22519] ppid=22511 vsize=864664 CPUtime=0
/proc/22512/task/22519/stat : 22519 (java) S 22511 22508 20940 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 677641161 885415936 15234 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22512/tid=22520] ppid=22511 vsize=864664 CPUtime=0
/proc/22512/task/22520/stat : 22520 (java) S 22511 22508 20940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677641161 885415936 15235 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883620

[startup+3.10133 s]
/proc/loadavg: 1.92 1.98 1.99 3/93 22520
/proc/meminfo: memFree=1280424/2055920 swapFree=4179808/4192956
[pid=22508] ppid=22506 vsize=13600 CPUtime=2.64
/proc/22508/stat : 22508 (sugar) S 22506 22508 20940 0 -1 4194304 973 26177 0 1 3 1 245 15 15 0 1 0 677641151 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22508/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 13600

[startup+6.30265 s]
/proc/loadavg: 1.93 1.98 1.99 3/93 22530
/proc/meminfo: memFree=1321128/2055920 swapFree=4179808/4192956
[pid=22508] ppid=22506 vsize=13600 CPUtime=2.64
/proc/22508/stat : 22508 (sugar) S 22506 22508 20940 0 -1 4194304 974 26177 0 1 3 1 245 15 16 0 1 0 677641151 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22508/statm: 3400 797 370 3 0 500 0
[pid=22521] ppid=22508 vsize=5356 CPUtime=0
/proc/22521/stat : 22521 (sh) S 22508 22508 20940 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 677641423 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22521/statm: 1339 233 193 169 0 50 0
[pid=22522] ppid=22521 vsize=868408 CPUtime=3.56
/proc/22522/stat : 22522 (java) S 22521 22508 20940 0 -1 0 13912 0 1 0 347 9 0 0 18 0 9 0 677641423 889249792 12342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22522/statm: 217102 12342 2541 9 0 211677 0
[pid=22522/tid=22523] ppid=22521 vsize=868408 CPUtime=2.67
/proc/22522/task/22523/stat : 22523 (java) R 22521 22508 20940 0 -1 64 3073 0 1 0 265 2 0 0 25 0 9 0 677641424 889249792 12342 996147200 134512640 134550740 4294955952 18446744073709551615 4126614579 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22522/tid=22524] ppid=22521 vsize=868408 CPUtime=0.67
/proc/22522/task/22524/stat : 22524 (java) S 22521 22508 20940 0 -1 64 8664 0 0 0 62 5 0 0 16 0 9 0 677641425 889249792 12342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22522/tid=22525] ppid=22521 vsize=868408 CPUtime=0
/proc/22522/task/22525/stat : 22525 (java) S 22521 22508 20940 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 677641426 889249792 12342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22522/tid=22526] ppid=22521 vsize=868408 CPUtime=0
/proc/22522/task/22526/stat : 22526 (java) S 22521 22508 20940 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 677641426 889249792 12342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22522/tid=22527] ppid=22521 vsize=868408 CPUtime=0
/proc/22522/task/22527/stat : 22527 (java) S 22521 22508 20940 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 677641427 889249792 12342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22522/tid=22528] ppid=22521 vsize=868408 CPUtime=0.18
/proc/22522/task/22528/stat : 22528 (java) S 22521 22508 20940 0 -1 64 1478 0 0 0 18 0 0 0 16 0 9 0 677641427 889249792 12342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22522/tid=22529] ppid=22521 vsize=868408 CPUtime=0
/proc/22522/task/22529/stat : 22529 (java) S 22521 22508 20940 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 677641427 889249792 12342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22522/tid=22530] ppid=22521 vsize=868408 CPUtime=0
/proc/22522/task/22530/stat : 22530 (java) S 22521 22508 20940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677641427 889249792 12342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 887364

[startup+12.7023 s]
/proc/loadavg: 1.93 1.98 1.99 3/93 22530
/proc/meminfo: memFree=1278576/2055920 swapFree=4179808/4192956
[pid=22508] ppid=22506 vsize=13600 CPUtime=2.64
/proc/22508/stat : 22508 (sugar) S 22506 22508 20940 0 -1 4194304 974 26177 0 1 3 1 245 15 16 0 1 0 677641151 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22508/statm: 3400 797 370 3 0 500 0
[pid=22521] ppid=22508 vsize=5356 CPUtime=0
/proc/22521/stat : 22521 (sh) S 22508 22508 20940 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 677641423 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22521/statm: 1339 233 193 169 0 50 0
[pid=22522] ppid=22521 vsize=868408 CPUtime=9.91
/proc/22522/stat : 22522 (java) S 22521 22508 20940 0 -1 0 33779 0 1 0 973 18 0 0 18 0 9 0 677641423 889249792 22651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22522/statm: 217102 22651 2541 9 0 211677 0
[pid=22522/tid=22523] ppid=22521 vsize=868408 CPUtime=7.77
/proc/22522/task/22523/stat : 22523 (java) R 22521 22508 20940 0 -1 64 3830 0 1 0 774 3 0 0 25 0 9 0 677641424 889249792 22651 996147200 134512640 134550740 4294955952 18446744073709551615 4126573328 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22522/tid=22524] ppid=22521 vsize=868408 CPUtime=1.93
/proc/22522/task/22524/stat : 22524 (java) S 22521 22508 20940 0 -1 64 27772 0 0 0 179 14 0 0 16 0 9 0 677641425 889249792 22651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22522/tid=22525] ppid=22521 vsize=868408 CPUtime=0
/proc/22522/task/22525/stat : 22525 (java) S 22521 22508 20940 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 677641426 889249792 22651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22522/tid=22526] ppid=22521 vsize=868408 CPUtime=0
/proc/22522/task/22526/stat : 22526 (java) S 22521 22508 20940 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 677641426 889249792 22651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22522/tid=22527] ppid=22521 vsize=868408 CPUtime=0
/proc/22522/task/22527/stat : 22527 (java) S 22521 22508 20940 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 677641427 889249792 22651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22522/tid=22528] ppid=22521 vsize=868408 CPUtime=0.18
/proc/22522/task/22528/stat : 22528 (java) S 22521 22508 20940 0 -1 64 1480 0 0 0 18 0 0 0 17 0 9 0 677641427 889249792 22651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22522/tid=22529] ppid=22521 vsize=868408 CPUtime=0
/proc/22522/task/22529/stat : 22529 (java) S 22521 22508 20940 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 677641427 889249792 22651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22522/tid=22530] ppid=22521 vsize=868408 CPUtime=0
/proc/22522/task/22530/stat : 22530 (java) S 22521 22508 20940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677641427 889249792 22651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 887364

[startup+25.5016 s]
/proc/loadavg: 2.02 2.00 2.00 3/93 22530
/proc/meminfo: memFree=1199152/2055920 swapFree=4179808/4192956
[pid=22508] ppid=22506 vsize=13600 CPUtime=2.64
/proc/22508/stat : 22508 (sugar) S 22506 22508 20940 0 -1 4194304 974 26177 0 1 3 1 245 15 16 0 1 0 677641151 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22508/statm: 3400 797 370 3 0 500 0
[pid=22521] ppid=22508 vsize=5356 CPUtime=0
/proc/22521/stat : 22521 (sh) S 22508 22508 20940 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 677641423 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22521/statm: 1339 233 193 169 0 50 0
[pid=22522] ppid=22521 vsize=868520 CPUtime=22.63
/proc/22522/stat : 22522 (java) S 22521 22508 20940 0 -1 0 50085 0 1 0 2217 46 0 0 18 0 9 0 677641423 889364480 34104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22522/statm: 217130 34104 2566 9 0 211677 0
[pid=22522/tid=22523] ppid=22521 vsize=868520 CPUtime=18.47
/proc/22522/task/22523/stat : 22523 (java) R 22521 22508 20940 0 -1 64 4751 0 1 0 1825 22 0 0 25 0 9 0 677641424 889364480 34104 996147200 134512640 134550740 4294955952 18446744073709551615 4127037740 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22522/tid=22524] ppid=22521 vsize=868520 CPUtime=3.85
/proc/22522/task/22524/stat : 22524 (java) S 22521 22508 20940 0 -1 64 43110 0 0 0 363 22 0 0 16 0 9 0 677641425 889364480 34104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22522/tid=22525] ppid=22521 vsize=868520 CPUtime=0
/proc/22522/task/22525/stat : 22525 (java) S 22521 22508 20940 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 677641426 889364480 34104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22522/tid=22526] ppid=22521 vsize=868520 CPUtime=0
/proc/22522/task/22526/stat : 22526 (java) S 22521 22508 20940 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 677641426 889364480 34104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22522/tid=22527] ppid=22521 vsize=868520 CPUtime=0
/proc/22522/task/22527/stat : 22527 (java) S 22521 22508 20940 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 677641427 889364480 34104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22522/tid=22528] ppid=22521 vsize=868520 CPUtime=0.27
/proc/22522/task/22528/stat : 22528 (java) S 22521 22508 20940 0 -1 64 1527 0 0 0 27 0 0 0 15 0 9 0 677641427 889364480 34104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22522/tid=22529] ppid=22521 vsize=868520 CPUtime=0
/proc/22522/task/22529/stat : 22529 (java) S 22521 22508 20940 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 677641427 889364480 34104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22522/tid=22530] ppid=22521 vsize=868520 CPUtime=0
/proc/22522/task/22530/stat : 22530 (java) S 22521 22508 20940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677641427 889364480 34104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 887476

[startup+51.1011 s]
/proc/loadavg: 2.35 2.08 2.02 3/93 22530
/proc/meminfo: memFree=1090800/2055920 swapFree=4179808/4192956
[pid=22508] ppid=22506 vsize=13600 CPUtime=2.64
/proc/22508/stat : 22508 (sugar) S 22506 22508 20940 0 -1 4194304 974 26177 0 1 3 1 245 15 16 0 1 0 677641151 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22508/statm: 3400 797 370 3 0 500 0
[pid=22521] ppid=22508 vsize=5356 CPUtime=0
/proc/22521/stat : 22521 (sh) S 22508 22508 20940 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 677641423 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22521/statm: 1339 233 193 169 0 50 0
[pid=22522] ppid=22521 vsize=868520 CPUtime=44.54
/proc/22522/stat : 22522 (java) S 22521 22508 20940 0 -1 0 50446 0 1 0 4342 112 0 0 18 0 9 0 677641423 889364480 34104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/meminfo: memFree=1215808/2055920 swapFree=4179808/4192956
[pid=22508] ppid=22506 vsize=13600 CPUtime=54.91
/proc/22508/stat : 22508 (sugar) S 22506 22508 20940 0 -1 4194304 1022 77068 0 2 3 1 5335 152 16 0 1 0 677641151 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22508/statm: 3400 799 370 3 0 500 0
[pid=22531] ppid=22508 vsize=5356 CPUtime=0
/proc/22531/stat : 22531 (sh) S 22508 22508 20940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677647044 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22531/statm: 1339 232 193 169 0 50 0
[pid=22532] ppid=22531 vsize=301024 CPUtime=1240.42
/proc/22532/stat : 22532 (picosat) R 22531 22508 20940 0 -1 4194304 73082 0 0 0 120465 3577 0 0 25 0 1 0 677647044 308248576 72936 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/22532/statm: 75256 72936 48 102 0 75151 0
Current children cumulated CPU time (s) 1295.33
Current children cumulated vsize (KiB) 319980

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 22580
/proc/meminfo: memFree=1214528/2055920 swapFree=4179808/4192956
[pid=22508] ppid=22506 vsize=13600 CPUtime=54.91
/proc/22508/stat : 22508 (sugar) S 22506 22508 20940 0 -1 4194304 1022 77068 0 2 3 1 5335 152 16 0 1 0 677641151 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22508/statm: 3400 799 370 3 0 500 0
[pid=22531] ppid=22508 vsize=5356 CPUtime=0
/proc/22531/stat : 22531 (sh) S 22508 22508 20940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677647044 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22531/statm: 1339 232 193 169 0 50 0
[pid=22532] ppid=22531 vsize=302080 CPUtime=1300.4
/proc/22532/stat : 22532 (picosat) R 22531 22508 20940 0 -1 4194304 73475 0 0 0 126462 3578 0 0 25 0 1 0 677647044 309329920 73215 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/22532/statm: 75520 73215 48 102 0 75415 0
Current children cumulated CPU time (s) 1355.31
Current children cumulated vsize (KiB) 321036

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 22580
/proc/meminfo: memFree=1214528/2055920 swapFree=4179808/4192956
[pid=22508] ppid=22506 vsize=13600 CPUtime=54.91
/proc/22508/stat : 22508 (sugar) S 22506 22508 20940 0 -1 4194304 1022 77068 0 2 3 1 5335 152 16 0 1 0 677641151 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22508/statm: 3400 799 370 3 0 500 0
[pid=22531] ppid=22508 vsize=5356 CPUtime=0
/proc/22531/stat : 22531 (sh) S 22508 22508 20940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677647044 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22531/statm: 1339 232 193 169 0 50 0
[pid=22532] ppid=22531 vsize=302080 CPUtime=1360.38
/proc/22532/stat : 22532 (picosat) R 22531 22508 20940 0 -1 4194304 73475 0 0 0 132460 3578 0 0 25 0 1 0 677647044 309329920 73215 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22532/statm: 75520 73215 48 102 0 75415 0
Current children cumulated CPU time (s) 1415.29
Current children cumulated vsize (KiB) 321036

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 22580
/proc/meminfo: memFree=1214528/2055920 swapFree=4179808/4192956
[pid=22508] ppid=22506 vsize=13600 CPUtime=54.91
/proc/22508/stat : 22508 (sugar) S 22506 22508 20940 0 -1 4194304 1022 77068 0 2 3 1 5335 152 16 0 1 0 677641151 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22508/statm: 3400 799 370 3 0 500 0
[pid=22531] ppid=22508 vsize=5356 CPUtime=0
/proc/22531/stat : 22531 (sh) S 22508 22508 20940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677647044 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22531/statm: 1339 232 193 169 0 50 0
[pid=22532] ppid=22531 vsize=302080 CPUtime=1420.35
/proc/22532/stat : 22532 (picosat) R 22531 22508 20940 0 -1 4194304 73475 0 0 0 138457 3578 0 0 25 0 1 0 677647044 309329920 73215 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22532/statm: 75520 73215 48 102 0 75415 0
Current children cumulated CPU time (s) 1475.26
Current children cumulated vsize (KiB) 321036

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 22580
/proc/meminfo: memFree=1214592/2055920 swapFree=4179808/4192956
[pid=22508] ppid=22506 vsize=13600 CPUtime=54.91
/proc/22508/stat : 22508 (sugar) S 22506 22508 20940 0 -1 4194304 1022 77068 0 2 3 1 5335 152 16 0 1 0 677641151 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22508/statm: 3400 799 370 3 0 500 0
[pid=22531] ppid=22508 vsize=5356 CPUtime=0
/proc/22531/stat : 22531 (sh) S 22508 22508 20940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677647044 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22531/statm: 1339 232 193 169 0 50 0
[pid=22532] ppid=22531 vsize=302080 CPUtime=1480.33
/proc/22532/stat : 22532 (picosat) R 22531 22508 20940 0 -1 4194304 73475 0 0 0 144455 3578 0 0 25 0 1 0 677647044 309329920 73215 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/22532/statm: 75520 73215 48 102 0 75415 0
Current children cumulated CPU time (s) 1535.24
Current children cumulated vsize (KiB) 321036

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 22580
/proc/meminfo: memFree=1214528/2055920 swapFree=4179808/4192956
[pid=22508] ppid=22506 vsize=13600 CPUtime=54.91
/proc/22508/stat : 22508 (sugar) S 22506 22508 20940 0 -1 4194304 1022 77068 0 2 3 1 5335 152 16 0 1 0 677641151 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22508/statm: 3400 799 370 3 0 500 0
[pid=22531] ppid=22508 vsize=5356 CPUtime=0
/proc/22531/stat : 22531 (sh) S 22508 22508 20940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677647044 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22531/statm: 1339 232 193 169 0 50 0
[pid=22532] ppid=22531 vsize=302080 CPUtime=1540.31
/proc/22532/stat : 22532 (picosat) R 22531 22508 20940 0 -1 4194304 73475 0 0 0 150453 3578 0 0 25 0 1 0 677647044 309329920 73215 996147200 134512640 134931368 4294956256 18446744073709551615 134525823 0 0 4096 0 0 0 0 17 0 0 0
/proc/22532/statm: 75520 73215 48 102 0 75415 0
Current children cumulated CPU time (s) 1595.22
Current children cumulated vsize (KiB) 321036

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 22580
/proc/meminfo: memFree=1214528/2055920 swapFree=4179808/4192956
[pid=22508] ppid=22506 vsize=13600 CPUtime=54.91
/proc/22508/stat : 22508 (sugar) S 22506 22508 20940 0 -1 4194304 1022 77068 0 2 3 1 5335 152 16 0 1 0 677641151 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22508/statm: 3400 799 370 3 0 500 0
[pid=22531] ppid=22508 vsize=5356 CPUtime=0
/proc/22531/stat : 22531 (sh) S 22508 22508 20940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677647044 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22531/statm: 1339 232 193 169 0 50 0
[pid=22532] ppid=22531 vsize=302080 CPUtime=1600.28
/proc/22532/stat : 22532 (picosat) R 22531 22508 20940 0 -1 4194304 73475 0 0 0 156450 3578 0 0 25 0 1 0 677647044 309329920 73215 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/22532/statm: 75520 73215 48 102 0 75415 0
Current children cumulated CPU time (s) 1655.19
Current children cumulated vsize (KiB) 321036

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 22580
/proc/meminfo: memFree=1214592/2055920 swapFree=4179808/4192956
[pid=22508] ppid=22506 vsize=13600 CPUtime=54.91
/proc/22508/stat : 22508 (sugar) S 22506 22508 20940 0 -1 4194304 1022 77068 0 2 3 1 5335 152 16 0 1 0 677641151 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22508/statm: 3400 799 370 3 0 500 0
[pid=22531] ppid=22508 vsize=5356 CPUtime=0
/proc/22531/stat : 22531 (sh) S 22508 22508 20940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677647044 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22531/statm: 1339 232 193 169 0 50 0
[pid=22532] ppid=22531 vsize=302080 CPUtime=1660.26
/proc/22532/stat : 22532 (picosat) R 22531 22508 20940 0 -1 4194304 73475 0 0 0 162448 3578 0 0 25 0 1 0 677647044 309329920 73215 996147200 134512640 134931368 4294956256 18446744073709551615 134525823 0 0 4096 0 0 0 0 17 0 0 0
/proc/22532/statm: 75520 73215 48 102 0 75415 0
Current children cumulated CPU time (s) 1715.17
Current children cumulated vsize (KiB) 321036

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 22580
/proc/meminfo: memFree=1214400/2055920 swapFree=4179808/4192956
[pid=22508] ppid=22506 vsize=13600 CPUtime=54.91
/proc/22508/stat : 22508 (sugar) S 22506 22508 20940 0 -1 4194304 1022 77068 0 2 3 1 5335 152 16 0 1 0 677641151 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22508/statm: 3400 799 370 3 0 500 0
[pid=22531] ppid=22508 vsize=5356 CPUtime=0
/proc/22531/stat : 22531 (sh) S 22508 22508 20940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677647044 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22531/statm: 1339 232 193 169 0 50 0
[pid=22532] ppid=22531 vsize=302080 CPUtime=1720.24
/proc/22532/stat : 22532 (picosat) R 22531 22508 20940 0 -1 4194304 73475 0 0 0 168446 3578 0 0 25 0 1 0 677647044 309329920 73215 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22532/statm: 75520 73215 48 102 0 75415 0
Current children cumulated CPU time (s) 1775.15
Current children cumulated vsize (KiB) 321036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 22580
/proc/meminfo: memFree=1214400/2055920 swapFree=4179808/4192956
[pid=22508] ppid=22506 vsize=13600 CPUtime=54.91
/proc/22508/stat : 22508 (sugar) S 22506 22508 20940 0 -1 4194304 1022 77068 0 2 3 1 5335 152 16 0 1 0 677641151 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22508/statm: 3400 799 370 3 0 500 0
[pid=22531] ppid=22508 vsize=5356 CPUtime=0
/proc/22531/stat : 22531 (sh) S 22508 22508 20940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677647044 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22531/statm: 1339 232 193 169 0 50 0
[pid=22532] ppid=22531 vsize=302080 CPUtime=1745.14
/proc/22532/stat : 22532 (picosat) R 22531 22508 20940 0 -1 4194304 73500 0 0 0 170936 3578 0 0 25 0 1 0 677647044 309329920 73240 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22532/statm: 75520 73240 48 102 0 75415 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 321036

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22508 and gives
#  childrusage.ru_utime.tv_sec=53
#  childrusage.ru_utime.tv_usec=393882
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=542765
# CPU time returned by wait4() is 54.9366
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.26
CPU time (s): 1800.05
CPU user time (s): 1762.74
CPU system time (s): 37.31
CPU usage (%): 99.6011
Max. virtual memory (cumulated for all children) (KiB): 899616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.3939
system time used= 1.54276
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78446
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= 11069
involuntary context switches= 11056

runsolver used 1.80472 second user time and 4.95825 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-05 02:52:15
IDJOB=1081800
IDBENCH=57142
IDSOLVER=345
FILE ID=node89/1081800-1215219135
PBS_JOBID= 7881746
Free space on /tmp= 66516 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-48.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1081800-1215219135/watcher-1081800-1215219135 -o /tmp/evaluation-result-1081800-1215219135/solver-1081800-1215219135 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1081800-1215219135.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2954e4929c1ef5c3af61301ca56f5bd2
RANDOM SEED=2040649455

node89.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:       1358960 kB
Buffers:         70024 kB
Cached:         215308 kB
SwapCached:       7136 kB
Active:         550044 kB
Inactive:        90412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1358960 kB
SwapTotal:     4192956 kB
SwapFree:      4179808 kB
Dirty:            7956 kB
Writeback:           0 kB
Mapped:         368544 kB
Slab:            41024 kB
Committed_AS:  2513496 kB
PageTables:       2480 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= 66512 MiB
End job on node89 at 2008-07-05 03:22:25