Trace number 1065218

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.09 1806.27

General information on the benchmark

Namecsp/pseudo/mps/
normalized-mps-l152lav.xml
MD5SUM9169d620fc88fcbfc7ec2d65a69dcbe5
Bench CategoryN-ARY-INT (n-ary 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 variables1989
Number of constraints193
Maximum constraint arity1989
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension193
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.11	c 0	Sugar v1-13 + HOME/picosat
0.02/0.11	c 0	BEGIN Fri Jul  4 06:34:51 2008
0.02/0.11	c 0	PID 8758
0.02/0.12	c 0	HOST node35.alineos.net
0.02/0.12	c 0	CONVERTING HOME/instance-1065218-1215146091.xml TO HOME/temp.csp
0.02/0.12	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1065218-1215146091.xml' 'HOME/temp.csp'
0.04/0.78	c 1	1 domains, 1989 variables, 137 predicates, 0 relations, 193 constraints
0.04/0.81	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.81	c 1	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'
0.04/0.89	c 1	Parsing HOME/temp.csp
2.04/2.22	c 2	parsed 2320 expressions
2.04/2.23	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.04/2.23	c 2	Converting to clausal form CSP
2.04/2.25	c 2	converted 232 (10%) expressions
2.04/2.26	c 2	converted 464 (20%) expressions
2.04/2.26	c 2	converted 696 (30%) expressions
2.04/2.26	c 2	converted 928 (40%) expressions
2.04/2.26	c 2	converted 1160 (50%) expressions
2.04/2.27	c 2	converted 1392 (60%) expressions
2.04/2.28	c 3	converted 1624 (70%) expressions
2.04/2.28	c 3	converted 1856 (80%) expressions
2.04/2.29	c 3	converted 2088 (90%) expressions
3.82/4.00	c 4	converted 2320 (100%) expressions
3.82/4.01	c 4	CSP : 20412 integers, 0 booleans, 37039 clauses, largest domain size 12673
3.82/4.01	c 4	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.82/4.01	c 4	Propagation in CSP
4.21/4.46	c 5	186224 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.21/4.47	c 5	CSP : 20412 integers, 0 booleans, 37039 clauses, largest domain size 996
4.21/4.47	c 5	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.21/4.49	c 5	Simplifing CSP by introducing new Boolean variables
4.31/4.51	c 5	CSP : 20412 integers, 0 booleans, 37039 clauses, largest domain size 996
4.31/4.51	c 5	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.40/4.67	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.51/4.71	c 5	2042 (10%) CSP integer variables are encoded (74 clauses, 1026 bytes)
4.51/4.72	c 5	4083 (20%) CSP integer variables are encoded (3813 clauses, 49633 bytes)
4.51/4.73	c 5	6124 (30%) CSP integer variables are encoded (7952 clauses, 108929 bytes)
4.51/4.74	c 5	8165 (40%) CSP integer variables are encoded (12596 clauses, 178589 bytes)
4.51/4.75	c 5	10206 (50%) CSP integer variables are encoded (17588 clauses, 253469 bytes)
4.51/4.76	c 5	12248 (60%) CSP integer variables are encoded (22566 clauses, 328139 bytes)
4.51/4.77	c 5	14289 (70%) CSP integer variables are encoded (27980 clauses, 409349 bytes)
4.60/4.85	c 5	16330 (80%) CSP integer variables are encoded (95568 clauses, 1446635 bytes)
4.60/4.89	c 5	18371 (90%) CSP integer variables are encoded (119308 clauses, 1850215 bytes)
4.71/4.91	c 5	20412 (100%) CSP integer variables are encoded (130891 clauses, 2047126 bytes)
4.80/5.05	c 5	3704 (10%) CSP clauses are encoded (160594 clauses, 2528148 bytes)
4.90/5.15	c 5	7408 (20%) CSP clauses are encoded (200268 clauses, 3240965 bytes)
4.99/5.27	c 5	11112 (30%) CSP clauses are encoded (247330 clauses, 4159988 bytes)
5.19/5.41	c 6	14816 (40%) CSP clauses are encoded (305316 clauses, 5306068 bytes)
5.30/5.56	c 6	18520 (50%) CSP clauses are encoded (368184 clauses, 6558624 bytes)
5.50/5.72	c 6	22224 (60%) CSP clauses are encoded (438258 clauses, 7965032 bytes)
5.69/5.91	c 6	25928 (70%) CSP clauses are encoded (527140 clauses, 9769556 bytes)
13.78/14.11	c 14	29632 (80%) CSP clauses are encoded (4807269 clauses, 104512094 bytes)
17.51/17.98	c 18	33336 (90%) CSP clauses are encoded (6764546 clauses, 152167920 bytes)
17.80/18.27	c 18	37039 (100%) CSP clauses are encoded (6889466 clauses, 155033964 bytes)
17.80/18.27	c 18	37039 CSP clauses encoded
17.80/18.27	c 18	Writing map file : HOME/temp.map
17.91/18.32	c 19	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.91/18.32	c 19	SAT : 151303 SAT variables, 6889466 SAT clauses, 155033964 bytes
17.91/18.32	c 19	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.91/18.38	c 19	SOLVING HOME/temp.cnf
17.91/18.38	c 19	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1806.22	c ERROR INTERRUPTED
1800.09/1806.26	s UNKNOWN
1800.09/1806.26	c 1806	CPU 16.77 (0.04 0.01 16.73 1.19)
1800.09/1806.26	c 1806	END Fri Jul  4 07:04:57 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-1065218-1215146091/watcher-1065218-1215146091 -o /tmp/evaluation-result-1065218-1215146091/solver-1065218-1215146091 -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-1065218-1215146091.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.97 2.08 2.03 4/72 8758
/proc/meminfo: memFree=1809248/2055920 swapFree=4174728/4192956
[pid=8758] ppid=8756 vsize=18572 CPUtime=0
/proc/8758/stat : 8758 (runsolver) D 8756 8758 5169 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 999011653 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 266134416679 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/8758/statm: 4643 292 257 25 0 2626 0

[startup+0.0341239 s]
/proc/loadavg: 1.97 2.08 2.03 4/72 8758
/proc/meminfo: memFree=1809248/2055920 swapFree=4174728/4192956
[pid=8758] ppid=8756 vsize=12268 CPUtime=0
/proc/8758/stat : 8758 (sugar) D 8756 8758 5169 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 999011653 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 266134583909 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/8758/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101061 s]
/proc/loadavg: 1.97 2.08 2.03 4/72 8758
/proc/meminfo: memFree=1809248/2055920 swapFree=4174728/4192956
[pid=8758] ppid=8756 vsize=13072 CPUtime=0.02
/proc/8758/stat : 8758 (sugar) R 8756 8758 5169 0 -1 4194304 627 0 0 0 1 1 0 0 18 0 1 0 999011653 13385728 595 996147200 4194304 4206940 548682068608 18446744073709551615 266152119458 0 0 4224 0 0 0 0 17 1 0 0
/proc/8758/statm: 3268 595 316 3 0 368 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13072

[startup+0.301101 s]
/proc/loadavg: 1.97 2.08 2.03 4/72 8758
/proc/meminfo: memFree=1809248/2055920 swapFree=4174728/4192956
[pid=8758] ppid=8756 vsize=13600 CPUtime=0.04
/proc/8758/stat : 8758 (sugar) S 8756 8758 5169 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 999011653 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8758/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701177 s]
/proc/loadavg: 1.97 2.08 2.03 4/72 8758
/proc/meminfo: memFree=1809248/2055920 swapFree=4174728/4192956
[pid=8758] ppid=8756 vsize=13600 CPUtime=0.04
/proc/8758/stat : 8758 (sugar) S 8756 8758 5169 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 999011653 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8758/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50234 s]
/proc/loadavg: 1.97 2.08 2.03 3/83 8780
/proc/meminfo: memFree=1800776/2055920 swapFree=4174728/4192956
[pid=8758] ppid=8756 vsize=13600 CPUtime=0.68
/proc/8758/stat : 8758 (sugar) S 8756 8758 5169 0 -1 4194304 973 6665 0 1 3 1 59 5 16 0 1 0 999011653 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8758/statm: 3400 797 370 3 0 500 0
[pid=8771] ppid=8758 vsize=5356 CPUtime=0
/proc/8771/stat : 8771 (sh) S 8758 8758 5169 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 999011735 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8771/statm: 1339 233 193 169 0 50 0
[pid=8772] ppid=8771 vsize=864012 CPUtime=0.67
/proc/8772/stat : 8772 (java) S 8771 8758 5169 0 -1 0 5851 0 1 0 64 3 0 0 18 0 9 0 999011735 884748288 5064 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8772/statm: 216003 5064 2532 9 0 210585 0
[pid=8772/tid=8773] ppid=8771 vsize=864012 CPUtime=0.44
/proc/8772/task/8773/stat : 8773 (java) R 8771 8758 5169 0 -1 64 2532 0 1 0 43 1 0 0 23 0 9 0 999011736 884748288 5064 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8772/tid=8774] ppid=8771 vsize=864012 CPUtime=0.13
/proc/8772/task/8774/stat : 8774 (java) R 8771 8758 5169 0 -1 64 2286 0 0 0 13 0 0 0 16 0 9 0 999011737 884748288 5064 996147200 134512640 134550740 4294955952 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8772/tid=8775] ppid=8771 vsize=864012 CPUtime=0
/proc/8772/task/8775/stat : 8775 (java) S 8771 8758 5169 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 999011737 884748288 5064 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8772/tid=8776] ppid=8771 vsize=864012 CPUtime=0
/proc/8772/task/8776/stat : 8776 (java) S 8771 8758 5169 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 999011737 884748288 5064 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8772/tid=8777] ppid=8771 vsize=864012 CPUtime=0
/proc/8772/task/8777/stat : 8777 (java) S 8771 8758 5169 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 999011739 884748288 5064 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8772/tid=8778] ppid=8771 vsize=864012 CPUtime=0.07
/proc/8772/task/8778/stat : 8778 (java) S 8771 8758 5169 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 999011739 884748288 5064 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8772/tid=8779] ppid=8771 vsize=864012 CPUtime=0
/proc/8772/task/8779/stat : 8779 (java) S 8771 8758 5169 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 999011739 884748288 5064 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8772/tid=8780] ppid=8771 vsize=864012 CPUtime=0
/proc/8772/task/8780/stat : 8780 (java) S 8771 8758 5169 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 999011739 884748288 5064 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 882968

[startup+3.10264 s]
/proc/loadavg: 2.05 2.10 2.03 4/83 8780
/proc/meminfo: memFree=1791496/2055920 swapFree=4174728/4192956
[pid=8758] ppid=8756 vsize=13600 CPUtime=0.68
/proc/8758/stat : 8758 (sugar) S 8756 8758 5169 0 -1 4194304 974 6665 0 1 3 1 59 5 16 0 1 0 999011653 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8758/statm: 3400 797 370 3 0 500 0
[pid=8771] ppid=8758 vsize=5356 CPUtime=0
/proc/8771/stat : 8771 (sh) S 8758 8758 5169 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 999011735 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8771/statm: 1339 233 193 169 0 50 0
[pid=8772] ppid=8771 vsize=868408 CPUtime=2.24
/proc/8772/stat : 8772 (java) S 8771 8758 5169 0 -1 0 10218 0 1 0 218 6 0 0 18 0 9 0 999011735 889249792 9169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8772/statm: 217102 9169 2541 9 0 211677 0
[pid=8772/tid=8773] ppid=8771 vsize=868408 CPUtime=1.26
/proc/8772/task/8773/stat : 8773 (java) R 8771 8758 5169 0 -1 64 2945 0 1 0 124 2 0 0 25 0 9 0 999011736 889249792 9169 996147200 134512640 134550740 4294955952 18446744073709551615 4126641884 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8772/tid=8774] ppid=8771 vsize=868408 CPUtime=0.73
/proc/8772/task/8774/stat : 8774 (java) S 8771 8758 5169 0 -1 64 5096 0 0 0 71 2 0 0 16 0 9 0 999011737 889249792 9169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8772/tid=8775] ppid=8771 vsize=868408 CPUtime=0
/proc/8772/task/8775/stat : 8775 (java) S 8771 8758 5169 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 999011737 889249792 9169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8772/tid=8776] ppid=8771 vsize=868408 CPUtime=0
/proc/8772/task/8776/stat : 8776 (java) S 8771 8758 5169 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 999011737 889249792 9169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8772/tid=8777] ppid=8771 vsize=868408 CPUtime=0
/proc/8772/task/8777/stat : 8777 (java) S 8771 8758 5169 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 999011739 889249792 9169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8772/tid=8778] ppid=8771 vsize=868408 CPUtime=0.22
/proc/8772/task/8778/stat : 8778 (java) S 8771 8758 5169 0 -1 64 1481 0 0 0 22 0 0 0 16 0 9 0 999011739 889249792 9169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8772/tid=8779] ppid=8771 vsize=868408 CPUtime=0
/proc/8772/task/8779/stat : 8779 (java) S 8771 8758 5169 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 999011739 889249792 9169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8772/tid=8780] ppid=8771 vsize=868408 CPUtime=0
/proc/8772/task/8780/stat : 8780 (java) S 8771 8758 5169 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 999011739 889249792 9169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 887364

[startup+6.30225 s]
/proc/loadavg: 2.05 2.10 2.03 3/83 8780
/proc/meminfo: memFree=1759752/2055920 swapFree=4174728/4192956
[pid=8758] ppid=8756 vsize=13600 CPUtime=0.68
/proc/8758/stat : 8758 (sugar) S 8756 8758 5169 0 -1 4194304 974 6665 0 1 3 1 59 5 15 0 1 0 999011653 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8758/statm: 3400 797 370 3 0 500 0
[pid=8771] ppid=8758 vsize=5356 CPUtime=0
/proc/8771/stat : 8771 (sh) S 8758 8758 5169 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 999011735 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8771/statm: 1339 233 193 169 0 50 0
[pid=8772] ppid=8771 vsize=868520 CPUtime=5.4
/proc/8772/stat : 8772 (java) S 8771 8758 5169 0 -1 0 14337 0 1 0 521 19 0 0 18 0 9 0 999011735 889364480 12790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8772/statm: 217130 12790 2565 9 0 211677 0
[pid=8772/tid=8773] ppid=8771 vsize=868520 CPUtime=3.77
/proc/8772/task/8773/stat : 8773 (java) R 8771 8758 5169 0 -1 64 3395 0 1 0 366 11 0 0 25 0 9 0 999011736 889364480 12790 996147200 134512640 134550740 4294955952 18446744073709551615 4126872492 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8772/tid=8774] ppid=8771 vsize=868520 CPUtime=1.3
/proc/8772/task/8774/stat : 8774 (java) S 8771 8758 5169 0 -1 64 8724 0 0 0 125 5 0 0 16 0 9 0 999011737 889364480 12790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8772/tid=8775] ppid=8771 vsize=868520 CPUtime=0
/proc/8772/task/8775/stat : 8775 (java) S 8771 8758 5169 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 999011737 889364480 12790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8772/tid=8776] ppid=8771 vsize=868520 CPUtime=0
/proc/8772/task/8776/stat : 8776 (java) S 8771 8758 5169 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 999011737 889364480 12790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8772/tid=8777] ppid=8771 vsize=868520 CPUtime=0
/proc/8772/task/8777/stat : 8777 (java) S 8771 8758 5169 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 999011739 889364480 12790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8772/tid=8778] ppid=8771 vsize=868520 CPUtime=0.3
/proc/8772/task/8778/stat : 8778 (java) S 8771 8758 5169 0 -1 64 1522 0 0 0 29 1 0 0 16 0 9 0 999011739 889364480 12790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8772/tid=8779] ppid=8771 vsize=868520 CPUtime=0
/proc/8772/task/8779/stat : 8779 (java) S 8771 8758 5169 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 999011739 889364480 12790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8772/tid=8780] ppid=8771 vsize=868520 CPUtime=0
/proc/8772/task/8780/stat : 8780 (java) S 8771 8758 5169 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 999011739 889364480 12790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 887476

[startup+12.7025 s]
/proc/loadavg: 2.04 2.09 2.03 3/83 8780
/proc/meminfo: memFree=1687432/2055920 swapFree=4174728/4192956
[pid=8758] ppid=8756 vsize=13600 CPUtime=0.68
/proc/8758/stat : 8758 (sugar) S 8756 8758 5169 0 -1 4194304 974 6665 0 1 3 1 59 5 15 0 1 0 999011653 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8758/statm: 3400 797 370 3 0 500 0
[pid=8771] ppid=8758 vsize=5356 CPUtime=0
/proc/8771/stat : 8771 (sh) S 8758 8758 5169 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 999011735 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8771/statm: 1339 233 193 169 0 50 0
[pid=8772] ppid=8771 vsize=868520 CPUtime=11.71
/proc/8772/stat : 8772 (java) S 8771 8758 5169 0 -1 0 15002 0 1 0 1105 66 0 0 18 0 9 0 999011735 889364480 12790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8772/statm: 217130 12790 2565 9 0 211677 0
[pid=8772/tid=8773] ppid=8771 vsize=868520 CPUtime=9.76
/proc/8772/task/8773/stat : 8773 (java) R 8771 8758 5169 0 -1 64 4060 0 1 0 923 53 0 0 25 0 9 0 999011736 889364480 12790 996147200 134512640 134550740 4294955952 18446744073709551615 4126476087 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8772/tid=8774] ppid=8771 vsize=868520 CPUtime=1.62
/proc/8772/task/8774/stat : 8774 (java) S 8771 8758 5169 0 -1 64 8724 0 0 0 152 10 0 0 16 0 9 0 999011737 889364480 12790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8772/tid=8775] ppid=8771 vsize=868520 CPUtime=0
/proc/8772/task/8775/stat : 8775 (java) S 8771 8758 5169 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 999011737 889364480 12790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8772/tid=8776] ppid=8771 vsize=868520 CPUtime=0
/proc/8772/task/8776/stat : 8776 (java) S 8771 8758 5169 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 999011737 889364480 12790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8772/tid=8777] ppid=8771 vsize=868520 CPUtime=0
/proc/8772/task/8777/stat : 8777 (java) S 8771 8758 5169 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 999011739 889364480 12790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8772/tid=8778] ppid=8771 vsize=868520 CPUtime=0.3
/proc/8772/task/8778/stat : 8778 (java) S 8771 8758 5169 0 -1 64 1522 0 0 0 29 1 0 0 16 0 9 0 999011739 889364480 12790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8772/tid=8779] ppid=8771 vsize=868520 CPUtime=0
/proc/8772/task/8779/stat : 8779 (java) S 8771 8758 5169 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 999011739 889364480 12790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8772/tid=8780] ppid=8771 vsize=868520 CPUtime=0
/proc/8772/task/8780/stat : 8780 (java) S 8771 8758 5169 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 999011739 889364480 12790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 887476

[startup+25.5019 s]
/proc/loadavg: 2.04 2.09 2.03 3/75 8782
/proc/meminfo: memFree=1618248/2055920 swapFree=4174728/4192956
[pid=8758] ppid=8756 vsize=13600 CPUtime=17.97
/proc/8758/stat : 8758 (sugar) S 8756 8758 5169 0 -1 4194304 1022 22578 0 2 4 1 1673 119 16 0 1 0 999011653 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8758/statm: 3400 799 370 3 0 500 0
[pid=8781] ppid=8758 vsize=5356 CPUtime=0
/proc/8781/stat : 8781 (sh) S 8758 8758 5169 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 999013492 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8781/statm: 1339 232 193 169 0 50 0
[pid=8782] ppid=8781 vsize=44408 CPUtime=7.02
/proc/8782/stat : 8782 (picosat) R 8781 8758 5169 0 -1 4194304 8917 0 0 0 313 389 0 0 25 0 1 0 999013492 45473792 8903 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/8782/statm: 11102 8903 40 102 0 10997 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 63364

[startup+51.1018 s]
/proc/loadavg: 2.02 2.08 2.03 3/75 8782
/proc/meminfo: memFree=1522120/2055920 swapFree=4174728/4192956
[pid=8758] ppid=8756 vsize=13600 CPUtime=17.97
/proc/8758/stat : 8758 (sugar) S 8756 8758 5169 0 -1 4194304 1022 22578 0 2 4 1 1673 119 16 0 1 0 999011653 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

/proc/meminfo: memFree=1431944/2055920 swapFree=4174728/4192956
[pid=8758] ppid=8756 vsize=13600 CPUtime=17.97
/proc/8758/stat : 8758 (sugar) S 8756 8758 5169 0 -1 4194304 1022 22578 0 2 4 1 1673 119 16 0 1 0 999011653 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8758/statm: 3400 799 370 3 0 500 0
[pid=8781] ppid=8758 vsize=5356 CPUtime=0
/proc/8781/stat : 8781 (sh) S 8758 8758 5169 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 999013492 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8781/statm: 1339 232 193 169 0 50 0
[pid=8782] ppid=8781 vsize=307328 CPUtime=1278.46
/proc/8782/stat : 8782 (picosat) R 8781 8758 5169 0 -1 4194304 72524 0 0 0 124474 3372 0 0 25 0 1 0 999013492 314703872 72508 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 0 0 0
/proc/8782/statm: 76832 72508 48 102 0 76727 0
Current children cumulated CPU time (s) 1296.43
Current children cumulated vsize (KiB) 326284

[startup+1362.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/76 8838
/proc/meminfo: memFree=1428168/2055920 swapFree=4174728/4192956
[pid=8758] ppid=8756 vsize=13600 CPUtime=17.97
/proc/8758/stat : 8758 (sugar) S 8756 8758 5169 0 -1 4194304 1022 22578 0 2 4 1 1673 119 16 0 1 0 999011653 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8758/statm: 3400 799 370 3 0 500 0
[pid=8781] ppid=8758 vsize=5356 CPUtime=0
/proc/8781/stat : 8781 (sh) S 8758 8758 5169 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 999013492 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8781/statm: 1339 232 193 169 0 50 0
[pid=8782] ppid=8781 vsize=311204 CPUtime=1338.43
/proc/8782/stat : 8782 (picosat) R 8781 8758 5169 0 -1 4194304 73478 0 0 0 130470 3373 0 0 25 0 1 0 999013492 318672896 73462 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8782/statm: 77801 73462 48 102 0 77696 0
Current children cumulated CPU time (s) 1356.4
Current children cumulated vsize (KiB) 330160

[startup+1422.31 s]
/proc/loadavg: 2.16 2.04 2.01 3/76 8838
/proc/meminfo: memFree=1424072/2055920 swapFree=4174728/4192956
[pid=8758] ppid=8756 vsize=13600 CPUtime=17.97
/proc/8758/stat : 8758 (sugar) S 8756 8758 5169 0 -1 4194304 1022 22578 0 2 4 1 1673 119 16 0 1 0 999011653 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8758/statm: 3400 799 370 3 0 500 0
[pid=8781] ppid=8758 vsize=5356 CPUtime=0
/proc/8781/stat : 8781 (sh) S 8758 8758 5169 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 999013492 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8781/statm: 1339 232 193 169 0 50 0
[pid=8782] ppid=8781 vsize=315216 CPUtime=1398.4
/proc/8782/stat : 8782 (picosat) R 8781 8758 5169 0 -1 4194304 74474 0 0 0 136465 3375 0 0 25 0 1 0 999013492 322781184 74458 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8782/statm: 78804 74458 48 102 0 78699 0
Current children cumulated CPU time (s) 1416.37
Current children cumulated vsize (KiB) 334172

[startup+1482.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/76 8840
/proc/meminfo: memFree=1421640/2055920 swapFree=4174728/4192956
[pid=8758] ppid=8756 vsize=13600 CPUtime=17.97
/proc/8758/stat : 8758 (sugar) S 8756 8758 5169 0 -1 4194304 1022 22578 0 2 4 1 1673 119 16 0 1 0 999011653 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8758/statm: 3400 799 370 3 0 500 0
[pid=8781] ppid=8758 vsize=5356 CPUtime=0
/proc/8781/stat : 8781 (sh) S 8758 8758 5169 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 999013492 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8781/statm: 1339 232 193 169 0 50 0
[pid=8782] ppid=8781 vsize=317412 CPUtime=1458.37
/proc/8782/stat : 8782 (picosat) R 8781 8758 5169 0 -1 4194304 75043 0 0 0 142461 3376 0 0 25 0 1 0 999013492 325029888 75027 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8782/statm: 79353 75027 48 102 0 79248 0
Current children cumulated CPU time (s) 1476.34
Current children cumulated vsize (KiB) 336368

[startup+1542.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/77 8841
/proc/meminfo: memFree=1417920/2055920 swapFree=4174728/4192956
[pid=8758] ppid=8756 vsize=13600 CPUtime=17.97
/proc/8758/stat : 8758 (sugar) S 8756 8758 5169 0 -1 4194304 1022 22578 0 2 4 1 1673 119 16 0 1 0 999011653 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8758/statm: 3400 799 370 3 0 500 0
[pid=8781] ppid=8758 vsize=5356 CPUtime=0
/proc/8781/stat : 8781 (sh) S 8758 8758 5169 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 999013492 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8781/statm: 1339 232 193 169 0 50 0
[pid=8782] ppid=8781 vsize=321152 CPUtime=1518.35
/proc/8782/stat : 8782 (picosat) R 8781 8758 5169 0 -1 4194304 75963 0 0 0 148458 3377 0 0 25 0 1 0 999013492 328859648 75947 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8782/statm: 80288 75947 48 102 0 80183 0
Current children cumulated CPU time (s) 1536.32
Current children cumulated vsize (KiB) 340108

[startup+1602.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/77 8847
/proc/meminfo: memFree=1414016/2055920 swapFree=4174728/4192956
[pid=8758] ppid=8756 vsize=13600 CPUtime=17.97
/proc/8758/stat : 8758 (sugar) S 8756 8758 5169 0 -1 4194304 1022 22578 0 2 4 1 1673 119 16 0 1 0 999011653 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8758/statm: 3400 799 370 3 0 500 0
[pid=8781] ppid=8758 vsize=5356 CPUtime=0
/proc/8781/stat : 8781 (sh) S 8758 8758 5169 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 999013492 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8781/statm: 1339 232 193 169 0 50 0
[pid=8782] ppid=8781 vsize=324396 CPUtime=1578.31
/proc/8782/stat : 8782 (picosat) R 8781 8758 5169 0 -1 4194304 76806 0 0 0 154453 3378 0 0 25 0 1 0 999013492 332181504 76790 996147200 134512640 134931368 4294956256 18446744073709551615 134541082 0 0 4096 0 0 0 0 17 0 0 0
/proc/8782/statm: 81099 76790 48 102 0 80994 0
Current children cumulated CPU time (s) 1596.28
Current children cumulated vsize (KiB) 343352

[startup+1662.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/77 8847
/proc/meminfo: memFree=1410496/2055920 swapFree=4174728/4192956
[pid=8758] ppid=8756 vsize=13600 CPUtime=17.97
/proc/8758/stat : 8758 (sugar) S 8756 8758 5169 0 -1 4194304 1022 22578 0 2 4 1 1673 119 16 0 1 0 999011653 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8758/statm: 3400 799 370 3 0 500 0
[pid=8781] ppid=8758 vsize=5356 CPUtime=0
/proc/8781/stat : 8781 (sh) S 8758 8758 5169 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 999013492 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8781/statm: 1339 232 193 169 0 50 0
[pid=8782] ppid=8781 vsize=327872 CPUtime=1638.28
/proc/8782/stat : 8782 (picosat) R 8781 8758 5169 0 -1 4194304 77658 0 0 0 160449 3379 0 0 25 0 1 0 999013492 335740928 77642 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8782/statm: 81968 77642 48 102 0 81863 0
Current children cumulated CPU time (s) 1656.25
Current children cumulated vsize (KiB) 346828

[startup+1722.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/77 8847
/proc/meminfo: memFree=1405632/2055920 swapFree=4174728/4192956
[pid=8758] ppid=8756 vsize=13600 CPUtime=17.97
/proc/8758/stat : 8758 (sugar) S 8756 8758 5169 0 -1 4194304 1022 22578 0 2 4 1 1673 119 16 0 1 0 999011653 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8758/statm: 3400 799 370 3 0 500 0
[pid=8781] ppid=8758 vsize=5356 CPUtime=0
/proc/8781/stat : 8781 (sh) S 8758 8758 5169 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 999013492 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8781/statm: 1339 232 193 169 0 50 0
[pid=8782] ppid=8781 vsize=332768 CPUtime=1698.25
/proc/8782/stat : 8782 (picosat) R 8781 8758 5169 0 -1 4194304 78900 0 0 0 166444 3381 0 0 25 0 1 0 999013492 340754432 78884 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/8782/statm: 83192 78884 48 102 0 83087 0
Current children cumulated CPU time (s) 1716.22
Current children cumulated vsize (KiB) 351724

[startup+1782.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/77 8847
/proc/meminfo: memFree=1401920/2055920 swapFree=4174728/4192956
[pid=8758] ppid=8756 vsize=13600 CPUtime=17.97
/proc/8758/stat : 8758 (sugar) S 8756 8758 5169 0 -1 4194304 1022 22578 0 2 4 1 1673 119 16 0 1 0 999011653 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8758/statm: 3400 799 370 3 0 500 0
[pid=8781] ppid=8758 vsize=5356 CPUtime=0
/proc/8781/stat : 8781 (sh) S 8758 8758 5169 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 999013492 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8781/statm: 1339 232 193 169 0 50 0
[pid=8782] ppid=8781 vsize=336256 CPUtime=1758.22
/proc/8782/stat : 8782 (picosat) R 8781 8758 5169 0 -1 4194304 79758 0 0 0 172440 3382 0 0 25 0 1 0 999013492 344326144 79742 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8782/statm: 84064 79742 48 102 0 83959 0
Current children cumulated CPU time (s) 1776.19
Current children cumulated vsize (KiB) 355212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.21 s]
/proc/loadavg: 2.11 2.07 2.01 3/77 8847
/proc/meminfo: memFree=1400768/2055920 swapFree=4174728/4192956
[pid=8758] ppid=8756 vsize=13600 CPUtime=17.97
/proc/8758/stat : 8758 (sugar) S 8756 8758 5169 0 -1 4194304 1022 22578 0 2 4 1 1673 119 16 0 1 0 999011653 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8758/statm: 3400 799 370 3 0 500 0
[pid=8781] ppid=8758 vsize=5356 CPUtime=0
/proc/8781/stat : 8781 (sh) S 8758 8758 5169 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 999013492 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8781/statm: 1339 232 193 169 0 50 0
[pid=8782] ppid=8781 vsize=337284 CPUtime=1782.12
/proc/8782/stat : 8782 (picosat) R 8781 8758 5169 0 -1 4194304 80018 0 0 0 174830 3382 0 0 25 0 1 0 999013492 345378816 80002 996147200 134512640 134931368 4294956256 18446744073709551615 134525794 0 0 4096 0 0 0 0 17 0 0 0
/proc/8782/statm: 84321 80002 48 102 0 84216 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 356240

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 8758 and gives
#  childrusage.ru_utime.tv_sec=16
#  childrusage.ru_utime.tv_usec=773450
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=212815
# CPU time returned by wait4() is 17.9863
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1806.27
CPU time (s): 1800.09
CPU user time (s): 1765.07
CPU system time (s): 35.02
CPU usage (%): 99.6581
Max. virtual memory (cumulated for all children) (KiB): 887868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.7735
system time used= 1.21281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23955
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= 14798
involuntary context switches= 15011

runsolver used 1.9867 second user time and 5.14822 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-04 06:34:51
IDJOB=1065218
IDBENCH=55048
IDSOLVER=345
FILE ID=node35/1065218-1215146091
PBS_JOBID= 7877351
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudo/mps/normalized-mps-l152lav.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-1065218-1215146091/watcher-1065218-1215146091 -o /tmp/evaluation-result-1065218-1215146091/solver-1065218-1215146091 -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-1065218-1215146091.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9169d620fc88fcbfc7ec2d65a69dcbe5
RANDOM SEED=2146563759

node35.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.261
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.261
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:       1809728 kB
Buffers:          3700 kB
Cached:          82296 kB
SwapCached:      11992 kB
Active:         139104 kB
Inactive:        42280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1809728 kB
SwapTotal:     4192956 kB
SwapFree:      4174728 kB
Dirty:            2428 kB
Writeback:           0 kB
Mapped:         103540 kB
Slab:            49968 kB
Committed_AS:  1749912 kB
PageTables:       2028 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= 66548 MiB
End job on node35 at 2008-07-04 07:04:59