Trace number 1081968

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.11 1809.03

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-36.xml
MD5SUM87cb5ec2449d8c75ad96262506f10f50
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark54.7087
Satisfiable
(Un)Satisfiability was proved
Number of variables1296
Number of constraints22715
Maximum constraint arity2
Maximum domain size36
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22715
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 03:10:51 2008
0.00/0.04	c 0	PID 16613
0.03/0.05	c 0	HOST node31.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1081968-1215220251.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1081968-1215220251.xml' 'HOME/temp.csp'
1.65/1.73	c 2	1 domains, 1296 variables, 4 predicates, 0 relations, 22715 constraints
1.65/1.79	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.65/1.79	c 2	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'
1.70/1.87	c 2	Parsing HOME/temp.csp
1.99/2.19	c 2	parsed 10000 expressions
2.18/2.39	c 2	parsed 20000 expressions
2.29/2.46	c 2	parsed 24016 expressions
2.29/2.46	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.29/2.46	c 2	Converting to clausal form CSP
2.78/2.91	c 3	converted 2402 (10%) expressions
3.08/3.29	c 3	converted 4804 (20%) expressions
3.57/3.74	c 4	converted 7205 (30%) expressions
3.97/4.11	c 4	converted 9607 (40%) expressions
4.26/4.47	c 4	converted 12008 (50%) expressions
4.76/4.96	c 5	converted 14410 (60%) expressions
5.15/5.32	c 5	converted 16812 (70%) expressions
5.45/5.68	c 6	converted 19213 (80%) expressions
5.84/6.04	c 6	converted 21615 (90%) expressions
6.14/6.39	c 6	converted 24016 (100%) expressions
6.14/6.39	c 6	CSP : 1296 integers, 21722 booleans, 67419 clauses, largest domain size 36
6.14/6.39	c 6	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.14/6.39	c 6	Propagation in CSP
7.43/7.67	c 7	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.43/7.67	c 7	CSP : 1296 integers, 21722 booleans, 67419 clauses, largest domain size 36
7.43/7.67	c 7	Heap : 40 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.43/7.69	c 8	Simplifing CSP by introducing new Boolean variables
7.62/7.84	c 8	CSP : 1296 integers, 45360 booleans, 91057 clauses, largest domain size 36
7.62/7.84	c 8	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.92/8.15	c 8	Encoding CSP to SAT : HOME/temp.cnf
8.02/8.23	c 8	130 (10%) CSP integer variables are encoded (4420 clauses, 55373 bytes)
8.02/8.25	c 8	260 (20%) CSP integer variables are encoded (8840 clauses, 112833 bytes)
8.02/8.27	c 8	389 (30%) CSP integer variables are encoded (13226 clauses, 176876 bytes)
8.11/8.30	c 8	519 (40%) CSP integer variables are encoded (17646 clauses, 243176 bytes)
8.11/8.32	c 8	648 (50%) CSP integer variables are encoded (22032 clauses, 308966 bytes)
8.11/8.34	c 8	778 (60%) CSP integer variables are encoded (26452 clauses, 375266 bytes)
8.11/8.36	c 8	908 (70%) CSP integer variables are encoded (30872 clauses, 441566 bytes)
8.11/8.38	c 8	1037 (80%) CSP integer variables are encoded (35258 clauses, 507356 bytes)
8.11/8.40	c 8	1167 (90%) CSP integer variables are encoded (39678 clauses, 573656 bytes)
8.21/8.42	c 8	1296 (100%) CSP integer variables are encoded (44064 clauses, 639446 bytes)
9.30/9.56	c 9	9106 (10%) CSP clauses are encoded (289120 clauses, 5521514 bytes)
10.39/10.63	c 10	18212 (20%) CSP clauses are encoded (531196 clauses, 10470160 bytes)
11.38/11.70	c 12	27318 (30%) CSP clauses are encoded (776911 clauses, 15508130 bytes)
12.46/12.75	c 13	36423 (40%) CSP clauses are encoded (1017905 clauses, 20476895 bytes)
13.54/13.83	c 14	45529 (50%) CSP clauses are encoded (1263793 clauses, 25778516 bytes)
14.63/14.90	c 15	54635 (60%) CSP clauses are encoded (1509378 clauses, 31072996 bytes)
15.63/15.96	c 16	63740 (70%) CSP clauses are encoded (1755402 clauses, 36376665 bytes)
16.72/17.02	c 17	72846 (80%) CSP clauses are encoded (1998860 clauses, 41625905 bytes)
17.80/18.10	c 18	81952 (90%) CSP clauses are encoded (2242965 clauses, 46887940 bytes)
18.78/19.18	c 19	91057 (100%) CSP clauses are encoded (2486596 clauses, 52138748 bytes)
18.78/19.18	c 19	91057 CSP clauses encoded
18.78/19.18	c 19	Writing map file : HOME/temp.map
18.88/19.22	c 19	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.88/19.22	c 19	SAT : 90720 SAT variables, 2486596 SAT clauses, 52138748 bytes
18.88/19.22	c 19	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.88/19.28	c 19	SOLVING HOME/temp.cnf
18.88/19.28	c 19	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.11/1809.02	c ERROR INTERRUPTED
1800.11/1809.02	s UNKNOWN
1800.11/1809.02	c 1809	CPU 18.32 (0.04 0.01 18.28 0.61)
1800.11/1809.02	c 1809	END Sat Jul  5 03:41:00 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-1081968-1215220251/watcher-1081968-1215220251 -o /tmp/evaluation-result-1081968-1215220251/solver-1081968-1215220251 -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-1081968-1215220251.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.91 1.98 1.99 4/72 16613
/proc/meminfo: memFree=1765800/2055920 swapFree=4180080/4192956
[pid=16613] ppid=16611 vsize=12000 CPUtime=0
/proc/16613/stat : 16613 (sugar) R 16611 16613 14877 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 2000999110 12288000 172 996147200 4194304 4206940 548682068608 18446744073709551615 225612069856 0 0 4224 0 0 0 0 17 1 0 0
/proc/16613/statm: 3000 172 133 3 0 100 0

[startup+0.0498481 s]
/proc/loadavg: 1.91 1.98 1.99 4/72 16613
/proc/meminfo: memFree=1765800/2055920 swapFree=4180080/4192956
[pid=16613] ppid=16611 vsize=13600 CPUtime=0.03
/proc/16613/stat : 16613 (sugar) S 16611 16613 14877 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2000999110 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16613/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102146 s]
/proc/loadavg: 1.91 1.98 1.99 4/72 16613
/proc/meminfo: memFree=1765800/2055920 swapFree=4180080/4192956
[pid=16613] ppid=16611 vsize=13600 CPUtime=0.03
/proc/16613/stat : 16613 (sugar) S 16611 16613 14877 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000999110 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16613/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301158 s]
/proc/loadavg: 1.91 1.98 1.99 4/72 16613
/proc/meminfo: memFree=1765800/2055920 swapFree=4180080/4192956
[pid=16613] ppid=16611 vsize=13600 CPUtime=0.03
/proc/16613/stat : 16613 (sugar) S 16611 16613 14877 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000999110 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16613/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701199 s]
/proc/loadavg: 1.91 1.98 1.99 4/72 16613
/proc/meminfo: memFree=1765800/2055920 swapFree=4180080/4192956
[pid=16613] ppid=16611 vsize=13600 CPUtime=0.03
/proc/16613/stat : 16613 (sugar) S 16611 16613 14877 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000999110 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16613/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50227 s]
/proc/loadavg: 1.91 1.98 1.99 4/83 16625
/proc/meminfo: memFree=1740304/2055920 swapFree=4180080/4192956
[pid=16613] ppid=16611 vsize=13600 CPUtime=0.03
/proc/16613/stat : 16613 (sugar) S 16611 16613 14877 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000999110 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16613/statm: 3400 796 370 3 0 500 0
[pid=16616] ppid=16613 vsize=5356 CPUtime=0
/proc/16616/stat : 16616 (sh) S 16613 16613 14877 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 2000999115 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16616/statm: 1339 233 193 169 0 50 0
[pid=16617] ppid=16616 vsize=864692 CPUtime=1.42
/proc/16617/stat : 16617 (java) S 16616 16613 14877 0 -1 0 13640 0 1 0 136 6 0 0 18 0 9 0 2000999115 885444608 11682 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16617/statm: 216173 11682 2529 9 0 210755 0
[pid=16617/tid=16618] ppid=16616 vsize=864692 CPUtime=0.81
/proc/16617/task/16618/stat : 16618 (java) R 16616 16613 14877 0 -1 64 3007 0 1 0 80 1 0 0 24 0 9 0 2000999116 885444608 11682 996147200 134512640 134550740 4294956000 18446744073709551615 4126714627 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16617/tid=16619] ppid=16616 vsize=864692 CPUtime=0.45
/proc/16617/task/16619/stat : 16619 (java) S 16616 16613 14877 0 -1 64 9418 0 0 0 42 3 0 0 16 0 9 0 2000999117 885444608 11682 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16617/tid=16620] ppid=16616 vsize=864692 CPUtime=0
/proc/16617/task/16620/stat : 16620 (java) S 16616 16613 14877 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2000999117 885444608 11682 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16617/tid=16621] ppid=16616 vsize=864692 CPUtime=0
/proc/16617/task/16621/stat : 16621 (java) S 16616 16613 14877 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2000999118 885444608 11682 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16617/tid=16622] ppid=16616 vsize=864692 CPUtime=0
/proc/16617/task/16622/stat : 16622 (java) S 16616 16613 14877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000999120 885444608 11682 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16617/tid=16623] ppid=16616 vsize=864692 CPUtime=0.13
/proc/16617/task/16623/stat : 16623 (java) S 16616 16613 14877 0 -1 64 515 0 0 0 13 0 0 0 16 0 9 0 2000999120 885444608 11682 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16617/tid=16624] ppid=16616 vsize=864692 CPUtime=0
/proc/16617/task/16624/stat : 16624 (java) S 16616 16613 14877 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000999120 885444608 11682 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16617/tid=16625] ppid=16616 vsize=864692 CPUtime=0
/proc/16617/task/16625/stat : 16625 (java) S 16616 16613 14877 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000999120 885444608 11682 996147200 134512640 134550740 4294956000 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) 883648

[startup+3.1024 s]
/proc/loadavg: 1.91 1.98 1.99 3/83 16635
/proc/meminfo: memFree=1756112/2055920 swapFree=4180080/4192956
[pid=16613] ppid=16611 vsize=13600 CPUtime=1.7
/proc/16613/stat : 16613 (sugar) S 16611 16613 14877 0 -1 4194304 974 14233 0 1 3 0 159 8 15 0 1 0 2000999110 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16613/statm: 3400 797 370 3 0 500 0
[pid=16626] ppid=16613 vsize=5356 CPUtime=0
/proc/16626/stat : 16626 (sh) S 16613 16613 14877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000999289 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16626/statm: 1339 233 193 169 0 50 0
[pid=16627] ppid=16626 vsize=868388 CPUtime=1.28
/proc/16627/stat : 16627 (java) S 16626 16613 14877 0 -1 0 8434 0 1 0 123 5 0 0 18 0 9 0 2000999289 889229312 7486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16627/statm: 217097 7486 2540 9 0 211672 0
[pid=16627/tid=16628] ppid=16626 vsize=868388 CPUtime=0.84
/proc/16627/task/16628/stat : 16628 (java) R 16626 16613 14877 0 -1 64 2661 0 1 0 82 2 0 0 25 0 9 0 2000999290 889229312 7486 996147200 134512640 134550740 4294955952 18446744073709551615 4126577888 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16627/tid=16629] ppid=16626 vsize=868388 CPUtime=0.22
/proc/16627/task/16629/stat : 16629 (java) S 16626 16613 14877 0 -1 64 3624 0 0 0 21 1 0 0 16 0 9 0 2000999291 889229312 7486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16627/tid=16630] ppid=16626 vsize=868388 CPUtime=0
/proc/16627/task/16630/stat : 16630 (java) S 16626 16613 14877 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000999291 889229312 7486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16627/tid=16631] ppid=16626 vsize=868388 CPUtime=0
/proc/16627/task/16631/stat : 16631 (java) S 16626 16613 14877 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2000999291 889229312 7486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16627/tid=16632] ppid=16626 vsize=868388 CPUtime=0
/proc/16627/task/16632/stat : 16632 (java) S 16626 16613 14877 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2000999293 889229312 7486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16627/tid=16633] ppid=16626 vsize=868388 CPUtime=0.2
/proc/16627/task/16633/stat : 16633 (java) S 16626 16613 14877 0 -1 64 1452 0 0 0 20 0 0 0 16 0 9 0 2000999293 889229312 7486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16627/tid=16634] ppid=16626 vsize=868388 CPUtime=0
/proc/16627/task/16634/stat : 16634 (java) S 16626 16613 14877 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000999293 889229312 7486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16627/tid=16635] ppid=16626 vsize=868388 CPUtime=0
/proc/16627/task/16635/stat : 16635 (java) S 16626 16613 14877 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000999293 889229312 7486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887344

[startup+6.30168 s]
/proc/loadavg: 1.92 1.98 1.99 4/83 16635
/proc/meminfo: memFree=1726160/2055920 swapFree=4180080/4192956
[pid=16613] ppid=16611 vsize=13600 CPUtime=1.7
/proc/16613/stat : 16613 (sugar) S 16611 16613 14877 0 -1 4194304 974 14233 0 1 3 0 159 8 15 0 1 0 2000999110 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16613/statm: 3400 797 370 3 0 500 0
[pid=16626] ppid=16613 vsize=5356 CPUtime=0
/proc/16626/stat : 16626 (sh) S 16613 16613 14877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000999289 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16626/statm: 1339 233 193 169 0 50 0
[pid=16627] ppid=16626 vsize=868388 CPUtime=4.44
/proc/16627/stat : 16627 (java) S 16626 16613 14877 0 -1 0 14567 0 1 0 434 10 0 0 18 0 9 0 2000999289 889229312 13303 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16627/statm: 217097 13303 2540 9 0 211672 0
[pid=16627/tid=16628] ppid=16626 vsize=868388 CPUtime=3.44
/proc/16627/task/16628/stat : 16628 (java) R 16626 16613 14877 0 -1 64 3045 0 1 0 342 2 0 0 25 0 9 0 2000999290 889229312 13303 996147200 134512640 134550740 4294955952 18446744073709551615 4126591051 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16627/tid=16629] ppid=16626 vsize=868388 CPUtime=0.76
/proc/16627/task/16629/stat : 16629 (java) S 16626 16613 14877 0 -1 64 9371 0 0 0 71 5 0 0 16 0 9 0 2000999291 889229312 13303 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16627/tid=16630] ppid=16626 vsize=868388 CPUtime=0
/proc/16627/task/16630/stat : 16630 (java) S 16626 16613 14877 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000999291 889229312 13303 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16627/tid=16631] ppid=16626 vsize=868388 CPUtime=0
/proc/16627/task/16631/stat : 16631 (java) S 16626 16613 14877 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2000999291 889229312 13303 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16627/tid=16632] ppid=16626 vsize=868388 CPUtime=0
/proc/16627/task/16632/stat : 16632 (java) S 16626 16613 14877 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2000999293 889229312 13303 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16627/tid=16633] ppid=16626 vsize=868388 CPUtime=0.2
/proc/16627/task/16633/stat : 16633 (java) S 16626 16613 14877 0 -1 64 1454 0 0 0 20 0 0 0 16 0 9 0 2000999293 889229312 13303 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16627/tid=16634] ppid=16626 vsize=868388 CPUtime=0
/proc/16627/task/16634/stat : 16634 (java) S 16626 16613 14877 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000999293 889229312 13303 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16627/tid=16635] ppid=16626 vsize=868388 CPUtime=0
/proc/16627/task/16635/stat : 16635 (java) S 16626 16613 14877 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000999293 889229312 13303 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887344

[startup+12.7022 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 16635
/proc/meminfo: memFree=1686672/2055920 swapFree=4180080/4192956
[pid=16613] ppid=16611 vsize=13600 CPUtime=1.7
/proc/16613/stat : 16613 (sugar) S 16611 16613 14877 0 -1 4194304 974 14233 0 1 3 0 159 8 16 0 1 0 2000999110 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16613/statm: 3400 797 370 3 0 500 0
[pid=16626] ppid=16613 vsize=5356 CPUtime=0
/proc/16626/stat : 16626 (sh) S 16613 16613 14877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000999289 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16626/statm: 1339 233 193 169 0 50 0
[pid=16627] ppid=16626 vsize=868500 CPUtime=10.76
/proc/16627/stat : 16627 (java) S 16626 16613 14877 0 -1 0 24952 0 1 0 1048 28 0 0 18 0 9 0 2000999289 889344000 17225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16627/statm: 217125 17225 2566 9 0 211672 0
[pid=16627/tid=16628] ppid=16626 vsize=868500 CPUtime=8.8
/proc/16627/task/16628/stat : 16628 (java) R 16626 16613 14877 0 -1 64 3577 0 1 0 865 15 0 0 25 0 9 0 2000999290 889344000 17225 996147200 134512640 134550740 4294955952 18446744073709551615 4127014937 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16627/tid=16629] ppid=16626 vsize=868500 CPUtime=1.63
/proc/16627/task/16629/stat : 16629 (java) S 16626 16613 14877 0 -1 64 19172 0 0 0 152 11 0 0 16 0 9 0 2000999291 889344000 17225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16627/tid=16630] ppid=16626 vsize=868500 CPUtime=0
/proc/16627/task/16630/stat : 16630 (java) S 16626 16613 14877 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000999291 889344000 17225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16627/tid=16631] ppid=16626 vsize=868500 CPUtime=0
/proc/16627/task/16631/stat : 16631 (java) S 16626 16613 14877 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2000999291 889344000 17225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16627/tid=16632] ppid=16626 vsize=868500 CPUtime=0
/proc/16627/task/16632/stat : 16632 (java) S 16626 16613 14877 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2000999293 889344000 17225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16627/tid=16633] ppid=16626 vsize=868500 CPUtime=0.29
/proc/16627/task/16633/stat : 16633 (java) S 16626 16613 14877 0 -1 64 1506 0 0 0 29 0 0 0 16 0 9 0 2000999293 889344000 17225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16627/tid=16634] ppid=16626 vsize=868500 CPUtime=0
/proc/16627/task/16634/stat : 16634 (java) S 16626 16613 14877 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000999293 889344000 17225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16627/tid=16635] ppid=16626 vsize=868500 CPUtime=0
/proc/16627/task/16635/stat : 16635 (java) S 16626 16613 14877 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000999293 889344000 17225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 887456

[startup+25.5013 s]
/proc/loadavg: 1.94 1.98 1.99 3/75 16637
/proc/meminfo: memFree=1684240/2055920 swapFree=4180080/4192956
[pid=16613] ppid=16611 vsize=13600 CPUtime=18.93
/proc/16613/stat : 16613 (sugar) S 16611 16613 14877 0 -1 4194304 1022 39791 0 2 4 0 1828 61 16 0 1 0 2000999110 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16613/statm: 3400 799 370 3 0 500 0
[pid=16636] ppid=16613 vsize=5356 CPUtime=0
/proc/16636/stat : 16636 (sh) S 16613 16613 14877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001001038 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16636/statm: 1339 232 193 169 0 50 0
[pid=16637] ppid=16636 vsize=33904 CPUtime=6.16
/proc/16637/stat : 16637 (picosat) R 16636 16613 14877 0 -1 4194304 7112 0 0 0 285 331 0 0 25 0 1 0 2001001038 34717696 7098 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16637/statm: 8476 7098 40 102 0 8371 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 52860

[startup+51.1015 s]
/proc/loadavg: 1.96 1.98 1.99 3/75 16637
/proc/meminfo: memFree=1621136/2055920 swapFree=4180080/4192956
[pid=16613] ppid=16611 vsize=13600 CPUtime=18.93
/proc/16613/stat : 16613 (sugar) S 16611 16613 14877 0 -1 4194304 1022 39791 0 2 4 0 1828 61 16 0 1 0 2000999110 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

/proc/meminfo: memFree=1579728/2055920 swapFree=4180080/4192956
[pid=16613] ppid=16611 vsize=13600 CPUtime=18.93
/proc/16613/stat : 16613 (sugar) S 16611 16613 14877 0 -1 4194304 1022 39791 0 2 4 0 1828 61 16 0 1 0 2000999110 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16613/statm: 3400 799 370 3 0 500 0
[pid=16636] ppid=16613 vsize=5356 CPUtime=0
/proc/16636/stat : 16636 (sh) S 16613 16613 14877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001001038 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16636/statm: 1339 232 193 169 0 50 0
[pid=16637] ppid=16636 vsize=117156 CPUtime=1274.66
/proc/16637/stat : 16637 (picosat) R 16636 16613 14877 0 -1 4194304 27930 0 0 0 126269 1197 0 0 25 0 1 0 2001001038 119967744 26530 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16637/statm: 29289 26530 48 102 0 29184 0
Current children cumulated CPU time (s) 1293.59
Current children cumulated vsize (KiB) 136112

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16762
/proc/meminfo: memFree=1577936/2055920 swapFree=4180080/4192956
[pid=16613] ppid=16611 vsize=13600 CPUtime=18.93
/proc/16613/stat : 16613 (sugar) S 16611 16613 14877 0 -1 4194304 1022 39791 0 2 4 0 1828 61 16 0 1 0 2000999110 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16613/statm: 3400 799 370 3 0 500 0
[pid=16636] ppid=16613 vsize=5356 CPUtime=0
/proc/16636/stat : 16636 (sh) S 16613 16613 14877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001001038 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16636/statm: 1339 232 193 169 0 50 0
[pid=16637] ppid=16636 vsize=118740 CPUtime=1334.63
/proc/16637/stat : 16637 (picosat) R 16636 16613 14877 0 -1 4194304 28534 0 0 0 132266 1197 0 0 25 0 1 0 2001001038 121589760 26961 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16637/statm: 29685 26961 48 102 0 29580 0
Current children cumulated CPU time (s) 1353.56
Current children cumulated vsize (KiB) 137696

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16762
/proc/meminfo: memFree=1577296/2055920 swapFree=4180080/4192956
[pid=16613] ppid=16611 vsize=13600 CPUtime=18.93
/proc/16613/stat : 16613 (sugar) S 16611 16613 14877 0 -1 4194304 1022 39791 0 2 4 0 1828 61 16 0 1 0 2000999110 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16613/statm: 3400 799 370 3 0 500 0
[pid=16636] ppid=16613 vsize=5356 CPUtime=0
/proc/16636/stat : 16636 (sh) S 16613 16613 14877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001001038 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16636/statm: 1339 232 193 169 0 50 0
[pid=16637] ppid=16636 vsize=119400 CPUtime=1394.61
/proc/16637/stat : 16637 (picosat) R 16636 16613 14877 0 -1 4194304 28881 0 0 0 138264 1197 0 0 25 0 1 0 2001001038 122265600 27126 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16637/statm: 29850 27126 48 102 0 29745 0
Current children cumulated CPU time (s) 1413.54
Current children cumulated vsize (KiB) 138356

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16762
/proc/meminfo: memFree=1577296/2055920 swapFree=4180080/4192956
[pid=16613] ppid=16611 vsize=13600 CPUtime=18.93
/proc/16613/stat : 16613 (sugar) S 16611 16613 14877 0 -1 4194304 1022 39791 0 2 4 0 1828 61 16 0 1 0 2000999110 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16613/statm: 3400 799 370 3 0 500 0
[pid=16636] ppid=16613 vsize=5356 CPUtime=0
/proc/16636/stat : 16636 (sh) S 16613 16613 14877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001001038 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16636/statm: 1339 232 193 169 0 50 0
[pid=16637] ppid=16636 vsize=119400 CPUtime=1454.59
/proc/16637/stat : 16637 (picosat) R 16636 16613 14877 0 -1 4194304 28881 0 0 0 144261 1198 0 0 25 0 1 0 2001001038 122265600 27126 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16637/statm: 29850 27126 48 102 0 29745 0
Current children cumulated CPU time (s) 1473.52
Current children cumulated vsize (KiB) 138356

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16762
/proc/meminfo: memFree=1576656/2055920 swapFree=4180080/4192956
[pid=16613] ppid=16611 vsize=13600 CPUtime=18.93
/proc/16613/stat : 16613 (sugar) S 16611 16613 14877 0 -1 4194304 1022 39791 0 2 4 0 1828 61 16 0 1 0 2000999110 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16613/statm: 3400 799 370 3 0 500 0
[pid=16636] ppid=16613 vsize=5356 CPUtime=0
/proc/16636/stat : 16636 (sh) S 16613 16613 14877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001001038 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16636/statm: 1339 232 193 169 0 50 0
[pid=16637] ppid=16636 vsize=119928 CPUtime=1514.56
/proc/16637/stat : 16637 (picosat) R 16636 16613 14877 0 -1 4194304 29221 0 0 0 150258 1198 0 0 25 0 1 0 2001001038 122806272 27276 996147200 134512640 134931368 4294956256 18446744073709551615 134544969 0 0 4096 0 0 0 0 17 0 0 0
/proc/16637/statm: 29982 27276 48 102 0 29877 0
Current children cumulated CPU time (s) 1533.49
Current children cumulated vsize (KiB) 138884

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16762
/proc/meminfo: memFree=1576656/2055920 swapFree=4180080/4192956
[pid=16613] ppid=16611 vsize=13600 CPUtime=18.93
/proc/16613/stat : 16613 (sugar) S 16611 16613 14877 0 -1 4194304 1022 39791 0 2 4 0 1828 61 16 0 1 0 2000999110 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16613/statm: 3400 799 370 3 0 500 0
[pid=16636] ppid=16613 vsize=5356 CPUtime=0
/proc/16636/stat : 16636 (sh) S 16613 16613 14877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001001038 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16636/statm: 1339 232 193 169 0 50 0
[pid=16637] ppid=16636 vsize=119928 CPUtime=1574.55
/proc/16637/stat : 16637 (picosat) R 16636 16613 14877 0 -1 4194304 29221 0 0 0 156256 1199 0 0 25 0 1 0 2001001038 122806272 27276 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/16637/statm: 29982 27276 48 102 0 29877 0
Current children cumulated CPU time (s) 1593.48
Current children cumulated vsize (KiB) 138884

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16762
/proc/meminfo: memFree=1575376/2055920 swapFree=4180080/4192956
[pid=16613] ppid=16611 vsize=13600 CPUtime=18.93
/proc/16613/stat : 16613 (sugar) S 16611 16613 14877 0 -1 4194304 1022 39791 0 2 4 0 1828 61 16 0 1 0 2000999110 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16613/statm: 3400 799 370 3 0 500 0
[pid=16636] ppid=16613 vsize=5356 CPUtime=0
/proc/16636/stat : 16636 (sh) S 16613 16613 14877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001001038 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16636/statm: 1339 232 193 169 0 50 0
[pid=16637] ppid=16636 vsize=120984 CPUtime=1634.52
/proc/16637/stat : 16637 (picosat) R 16636 16613 14877 0 -1 4194304 29719 0 0 0 162253 1199 0 0 25 0 1 0 2001001038 123887616 27575 996147200 134512640 134931368 4294956256 18446744073709551615 134544814 0 0 4096 0 0 0 0 17 0 0 0
/proc/16637/statm: 30246 27575 48 102 0 30141 0
Current children cumulated CPU time (s) 1653.45
Current children cumulated vsize (KiB) 139940

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16762
/proc/meminfo: memFree=1572944/2055920 swapFree=4180080/4192956
[pid=16613] ppid=16611 vsize=13600 CPUtime=18.93
/proc/16613/stat : 16613 (sugar) S 16611 16613 14877 0 -1 4194304 1022 39791 0 2 4 0 1828 61 16 0 1 0 2000999110 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16613/statm: 3400 799 370 3 0 500 0
[pid=16636] ppid=16613 vsize=5356 CPUtime=0
/proc/16636/stat : 16636 (sh) S 16613 16613 14877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001001038 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16636/statm: 1339 232 193 169 0 50 0
[pid=16637] ppid=16636 vsize=123228 CPUtime=1694.5
/proc/16637/stat : 16637 (picosat) R 16636 16613 14877 0 -1 4194304 30507 0 0 0 168250 1200 0 0 25 0 1 0 2001001038 126185472 28155 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 0 0 0
/proc/16637/statm: 30807 28155 48 102 0 30702 0
Current children cumulated CPU time (s) 1713.43
Current children cumulated vsize (KiB) 142184

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16762
/proc/meminfo: memFree=1572944/2055920 swapFree=4180080/4192956
[pid=16613] ppid=16611 vsize=13600 CPUtime=18.93
/proc/16613/stat : 16613 (sugar) S 16611 16613 14877 0 -1 4194304 1022 39791 0 2 4 0 1828 61 16 0 1 0 2000999110 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16613/statm: 3400 799 370 3 0 500 0
[pid=16636] ppid=16613 vsize=5356 CPUtime=0
/proc/16636/stat : 16636 (sh) S 16613 16613 14877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001001038 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16636/statm: 1339 232 193 169 0 50 0
[pid=16637] ppid=16636 vsize=123228 CPUtime=1754.49
/proc/16637/stat : 16637 (picosat) R 16636 16613 14877 0 -1 4194304 30507 0 0 0 174249 1200 0 0 25 0 1 0 2001001038 126185472 28155 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16637/statm: 30807 28155 48 102 0 30702 0
Current children cumulated CPU time (s) 1773.42
Current children cumulated vsize (KiB) 142184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16762
/proc/meminfo: memFree=1572816/2055920 swapFree=4180080/4192956
[pid=16613] ppid=16611 vsize=13600 CPUtime=18.93
/proc/16613/stat : 16613 (sugar) S 16611 16613 14877 0 -1 4194304 1022 39791 0 2 4 0 1828 61 16 0 1 0 2000999110 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16613/statm: 3400 799 370 3 0 500 0
[pid=16636] ppid=16613 vsize=5356 CPUtime=0
/proc/16636/stat : 16636 (sh) S 16613 16613 14877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001001038 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16636/statm: 1339 232 193 169 0 50 0
[pid=16637] ppid=16636 vsize=123228 CPUtime=1781.18
/proc/16637/stat : 16637 (picosat) R 16636 16613 14877 0 -1 4194304 30745 0 0 0 176918 1200 0 0 25 0 1 0 2001001038 126185472 28175 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/16637/statm: 30807 28175 48 102 0 30702 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 142184

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 16613 and gives
#  childrusage.ru_utime.tv_sec=18
#  childrusage.ru_utime.tv_usec=329213
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=627904
# CPU time returned by wait4() is 18.9571
# while last known CPU time is 1800.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.03
CPU time (s): 1800.11
CPU user time (s): 1787.5
CPU system time (s): 12.61
CPU usage (%): 99.5071
Max. virtual memory (cumulated for all children) (KiB): 900660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.3292
system time used= 0.627904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41169
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= 8062
involuntary context switches= 8308

runsolver used 2.6026 second user time and 5.61015 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-05 03:10:51
IDJOB=1081968
IDBENCH=57166
IDSOLVER=345
FILE ID=node31/1081968-1215220251
PBS_JOBID= 7881780
Free space on /tmp= 66484 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-36.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-1081968-1215220251/watcher-1081968-1215220251 -o /tmp/evaluation-result-1081968-1215220251/solver-1081968-1215220251 -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-1081968-1215220251.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 87cb5ec2449d8c75ad96262506f10f50
RANDOM SEED=1462323278

node31.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.232
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.232
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:       1766280 kB
Buffers:         33220 kB
Cached:         151260 kB
SwapCached:       6260 kB
Active:         185472 kB
Inactive:        52920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1766280 kB
SwapTotal:     4192956 kB
SwapFree:      4180080 kB
Dirty:            4056 kB
Writeback:           0 kB
Mapped:          61032 kB
Slab:            36108 kB
Committed_AS:  3169044 kB
PageTables:       2144 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= 66480 MiB
End job on node31 at 2008-07-05 03:41:02