Trace number 1069353

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.04 1826.85

General information on the benchmark

Namecsp/pseudoGLB/
normalized-robin16.xml
MD5SUMda80fa972f32e8c07ffdf076b58b8a94
Bench CategoryGLOBAL (global constraints)
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 variables14400
Number of constraints1088
Maximum constraint arity225
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(1088)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Fri Jul  4 10:20:01 2008
0.00/0.05	c 0	PID 6030
0.00/0.05	c 0	HOST node28.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1069353-1215159601.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1069353-1215159601.xml' 'HOME/temp.csp'
1.55/1.63	c 2	1 domains, 14400 variables, 0 predicates, 0 relations, 1088 constraints
1.55/1.65	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.55/1.65	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.59/1.73	c 2	Parsing HOME/temp.csp
1.59/2.04	c 2	parsed 10000 expressions
3.69/3.85	c 4	parsed 15489 expressions
3.74/3.91	c 4	Heap : 25 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.74/3.91	c 4	Converting to clausal form CSP
3.74/3.96	c 4	converted 1549 (10%) expressions
3.74/3.96	c 4	converted 3098 (20%) expressions
3.74/3.96	c 4	converted 4647 (30%) expressions
3.74/3.96	c 4	converted 6196 (40%) expressions
3.74/3.97	c 4	converted 7745 (50%) expressions
3.74/3.97	c 4	converted 9294 (60%) expressions
3.74/3.97	c 4	converted 10843 (70%) expressions
3.74/3.98	c 4	converted 12392 (80%) expressions
3.74/3.99	c 4	converted 13941 (90%) expressions
15.61/15.98	c 16	converted 15489 (100%) expressions
15.70/16.00	c 16	CSP : 156224 integers, 0 booleans, 284736 clauses, largest domain size 114
15.70/16.00	c 16	Heap : 176 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.70/16.00	c 16	Propagation in CSP
18.77/19.10	c 19	425664 values, 0 unsatisfiable literals, and 0 valid clauses are removed
18.77/19.12	c 19	CSP : 156224 integers, 0 booleans, 284736 clauses, largest domain size 61
18.77/19.12	c 19	Heap : 184 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.77/19.19	c 19	Simplifing CSP by introducing new Boolean variables
18.97/19.30	c 19	CSP : 156224 integers, 0 booleans, 284736 clauses, largest domain size 61
18.97/19.30	c 19	Heap : 183 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.96/20.34	c 20	Encoding CSP to SAT : HOME/temp.cnf
20.05/20.42	c 20	15623 (10%) CSP integer variables are encoded (2970 clauses, 44614 bytes)
20.05/20.48	c 21	31245 (20%) CSP integer variables are encoded (42174 clauses, 632674 bytes)
20.16/20.55	c 21	46868 (30%) CSP integer variables are encoded (81429 clauses, 1261993 bytes)
20.26/20.62	c 21	62490 (40%) CSP integer variables are encoded (120886 clauses, 1932762 bytes)
20.26/20.69	c 21	78112 (50%) CSP integer variables are encoded (160265 clauses, 2602205 bytes)
20.36/20.77	c 21	93735 (60%) CSP integer variables are encoded (199584 clauses, 3270628 bytes)
20.46/20.84	c 21	109357 (70%) CSP integer variables are encoded (238788 clauses, 3937096 bytes)
20.55/20.91	c 21	124980 (80%) CSP integer variables are encoded (278037 clauses, 4604329 bytes)
20.55/20.96	c 21	140602 (90%) CSP integer variables are encoded (298042 clauses, 4944414 bytes)
20.65/21.00	c 21	156224 (100%) CSP integer variables are encoded (313664 clauses, 5209988 bytes)
21.74/22.19	c 22	28474 (10%) CSP clauses are encoded (852412 clauses, 16034315 bytes)
22.93/23.38	c 23	56948 (20%) CSP clauses are encoded (1391160 clauses, 27292111 bytes)
24.10/24.60	c 25	85421 (30%) CSP clauses are encoded (1929905 clauses, 39580104 bytes)
25.52/27.12	c 27	113895 (40%) CSP clauses are encoded (2468653 clauses, 51871557 bytes)
29.20/37.08	c 37	142368 (50%) CSP clauses are encoded (3007400 clauses, 64162977 bytes)
30.46/38.31	c 38	170842 (60%) CSP clauses are encoded (3546148 clauses, 76454436 bytes)
31.65/39.51	c 40	199316 (70%) CSP clauses are encoded (4084896 clauses, 88789174 bytes)
32.87/56.16	c 56	227789 (80%) CSP clauses are encoded (4624171 clauses, 101142187 bytes)
32.87/56.63	c 57	256263 (90%) CSP clauses are encoded (4737683 clauses, 103275514 bytes)
32.87/57.49	c 58	284736 (100%) CSP clauses are encoded (4851200 clauses, 105413495 bytes)
32.87/57.49	c 58	284736 CSP clauses encoded
32.87/57.49	c 58	Writing map file : HOME/temp.map
32.87/57.58	c 58	Heap : 150 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.87/57.58	c 58	SAT : 469888 SAT variables, 4851200 SAT clauses, 105413495 bytes
32.87/57.58	c 58	Heap : 150 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.87/57.65	c 58	SOLVING HOME/temp.cnf
32.87/57.65	c 58	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.04/1826.81	c ERROR INTERRUPTED
1800.04/1826.85	s UNKNOWN
1800.04/1826.85	c 1827	CPU 32.07 (0.04 0 32.03 1.98)
1800.04/1826.85	c 1827	END Fri Jul  4 10:50:28 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-1069353-1215159601/watcher-1069353-1215159601 -o /tmp/evaluation-result-1069353-1215159601/solver-1069353-1215159601 -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-1069353-1215159601.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: 2.01 2.00 2.00 4/80 6030
/proc/meminfo: memFree=1800864/2055920 swapFree=4192812/4192956
[pid=6030] ppid=6028 vsize=12268 CPUtime=0
/proc/6030/stat : 6030 (sugar) R 6028 6030 1958 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 143345427 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 217871776357 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/6030/statm: 3067 316 241 3 0 167 0

[startup+0.058822 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 6030
/proc/meminfo: memFree=1800864/2055920 swapFree=4192812/4192956
[pid=6030] ppid=6028 vsize=13600 CPUtime=0.03
/proc/6030/stat : 6030 (sugar) S 6028 6030 1958 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 143345427 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6030/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.104834 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 6030
/proc/meminfo: memFree=1800864/2055920 swapFree=4192812/4192956
[pid=6030] ppid=6028 vsize=13600 CPUtime=0.03
/proc/6030/stat : 6030 (sugar) S 6028 6030 1958 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 143345427 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6030/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301845 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 6030
/proc/meminfo: memFree=1800864/2055920 swapFree=4192812/4192956
[pid=6030] ppid=6028 vsize=13600 CPUtime=0.03
/proc/6030/stat : 6030 (sugar) S 6028 6030 1958 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 143345427 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6030/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701897 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 6030
/proc/meminfo: memFree=1800864/2055920 swapFree=4192812/4192956
[pid=6030] ppid=6028 vsize=13600 CPUtime=0.03
/proc/6030/stat : 6030 (sugar) S 6028 6030 1958 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 143345427 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6030/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50326 s]
/proc/loadavg: 2.01 2.00 2.00 3/91 6042
/proc/meminfo: memFree=1775432/2055920 swapFree=4192812/4192956
[pid=6030] ppid=6028 vsize=13600 CPUtime=0.03
/proc/6030/stat : 6030 (sugar) S 6028 6030 1958 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 143345427 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6030/statm: 3400 796 370 3 0 500 0
[pid=6033] ppid=6030 vsize=5356 CPUtime=0
/proc/6033/stat : 6033 (sh) S 6030 6030 1958 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 143345433 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6033/statm: 1339 233 193 169 0 50 0
[pid=6034] ppid=6033 vsize=864696 CPUtime=1.42
/proc/6034/stat : 6034 (java) S 6033 6030 1958 0 -1 0 9515 0 1 0 136 6 0 0 18 0 9 0 143345433 885448704 8485 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6034/statm: 216174 8485 2529 9 0 210756 0
[pid=6034/tid=6035] ppid=6033 vsize=864696 CPUtime=0.98
/proc/6034/task/6035/stat : 6035 (java) R 6033 6030 1958 0 -1 64 2918 0 1 0 96 2 0 0 25 0 9 0 143345434 885448704 8485 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6034/tid=6036] ppid=6033 vsize=864696 CPUtime=0.22
/proc/6034/task/6036/stat : 6036 (java) S 6033 6030 1958 0 -1 64 5352 0 0 0 20 2 0 0 15 0 9 0 143345435 885448704 8485 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6034/tid=6037] ppid=6033 vsize=864696 CPUtime=0
/proc/6034/task/6037/stat : 6037 (java) S 6033 6030 1958 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 143345435 885448704 8485 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6034/tid=6038] ppid=6033 vsize=864696 CPUtime=0
/proc/6034/task/6038/stat : 6038 (java) S 6033 6030 1958 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 143345435 885448704 8485 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6034/tid=6039] ppid=6033 vsize=864696 CPUtime=0
/proc/6034/task/6039/stat : 6039 (java) S 6033 6030 1958 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 143345437 885448704 8485 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6034/tid=6040] ppid=6033 vsize=864696 CPUtime=0.18
/proc/6034/task/6040/stat : 6040 (java) S 6033 6030 1958 0 -1 64 545 0 0 0 18 0 0 0 15 0 9 0 143345437 885448704 8485 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6034/tid=6041] ppid=6033 vsize=864696 CPUtime=0
/proc/6034/task/6041/stat : 6041 (java) S 6033 6030 1958 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 143345437 885448704 8485 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6034/tid=6042] ppid=6033 vsize=864696 CPUtime=0
/proc/6034/task/6042/stat : 6042 (java) S 6033 6030 1958 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 143345437 885448704 8485 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883652

[startup+3.10117 s]
/proc/loadavg: 2.01 2.00 2.00 3/91 6052
/proc/meminfo: memFree=1787528/2055920 swapFree=4192812/4192956
[pid=6030] ppid=6028 vsize=13600 CPUtime=1.59
/proc/6030/stat : 6030 (sugar) S 6028 6030 1958 0 -1 4194304 973 10042 0 1 3 0 148 8 15 0 1 0 143345427 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6030/statm: 3400 797 370 3 0 500 0
[pid=6043] ppid=6030 vsize=5356 CPUtime=0
/proc/6043/stat : 6043 (sh) S 6030 6030 1958 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 143345593 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6043/statm: 1339 233 193 169 0 50 0
[pid=6044] ppid=6043 vsize=864084 CPUtime=1.42
/proc/6044/stat : 6044 (java) S 6043 6030 1958 0 -1 0 9062 0 1 0 136 6 0 0 18 0 9 0 143345593 884822016 8137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6044/statm: 216021 8137 2532 9 0 210603 0
[pid=6044/tid=6045] ppid=6043 vsize=864084 CPUtime=0.92
/proc/6044/task/6045/stat : 6045 (java) R 6043 6030 1958 0 -1 64 2685 0 1 0 90 2 0 0 25 0 9 0 143345594 884822016 8137 996147200 134512640 134550740 4294955952 18446744073709551615 4126476125 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6044/tid=6046] ppid=6043 vsize=864084 CPUtime=0.39
/proc/6044/task/6046/stat : 6046 (java) S 6043 6030 1958 0 -1 64 5344 0 0 0 37 2 0 0 16 0 9 0 143345595 884822016 8137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6044/tid=6047] ppid=6043 vsize=864084 CPUtime=0
/proc/6044/task/6047/stat : 6047 (java) S 6043 6030 1958 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 143345596 884822016 8137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6044/tid=6048] ppid=6043 vsize=864084 CPUtime=0
/proc/6044/task/6048/stat : 6048 (java) S 6043 6030 1958 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 143345596 884822016 8137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6044/tid=6049] ppid=6043 vsize=864084 CPUtime=0
/proc/6044/task/6049/stat : 6049 (java) S 6043 6030 1958 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 143345598 884822016 8137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6044/tid=6050] ppid=6043 vsize=864084 CPUtime=0.07
/proc/6044/task/6050/stat : 6050 (java) S 6043 6030 1958 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 143345598 884822016 8137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6044/tid=6051] ppid=6043 vsize=864084 CPUtime=0
/proc/6044/task/6051/stat : 6051 (java) S 6043 6030 1958 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 143345598 884822016 8137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6044/tid=6052] ppid=6043 vsize=864084 CPUtime=0
/proc/6044/task/6052/stat : 6052 (java) S 6043 6030 1958 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 143345598 884822016 8137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883040

[startup+6.30255 s]
/proc/loadavg: 2.25 2.05 2.02 3/91 6052
/proc/meminfo: memFree=1739848/2055920 swapFree=4192812/4192956
[pid=6030] ppid=6028 vsize=13600 CPUtime=1.59
/proc/6030/stat : 6030 (sugar) S 6028 6030 1958 0 -1 4194304 974 10042 0 1 3 0 148 8 15 0 1 0 143345427 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6030/statm: 3400 797 370 3 0 500 0
[pid=6043] ppid=6030 vsize=5356 CPUtime=0
/proc/6043/stat : 6043 (sh) S 6030 6030 1958 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 143345593 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6043/statm: 1339 233 193 169 0 50 0
[pid=6044] ppid=6043 vsize=868416 CPUtime=4.53
/proc/6044/stat : 6044 (java) S 6043 6030 1958 0 -1 0 21210 0 1 0 441 12 0 0 18 0 9 0 143345593 889257984 20075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6044/statm: 217104 20075 2541 9 0 211679 0
[pid=6044/tid=6045] ppid=6043 vsize=868416 CPUtime=2.98
/proc/6044/task/6045/stat : 6045 (java) R 6043 6030 1958 0 -1 64 3309 0 1 0 295 3 0 0 25 0 9 0 143345594 889257984 20075 996147200 134512640 134550740 4294955952 18446744073709551615 102064184 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6044/tid=6046] ppid=6043 vsize=868416 CPUtime=1.29
/proc/6044/task/6046/stat : 6046 (java) S 6043 6030 1958 0 -1 64 15722 0 0 0 123 6 0 0 16 0 9 0 143345595 889257984 20075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6044/tid=6047] ppid=6043 vsize=868416 CPUtime=0
/proc/6044/task/6047/stat : 6047 (java) S 6043 6030 1958 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 143345596 889257984 20075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6044/tid=6048] ppid=6043 vsize=868416 CPUtime=0
/proc/6044/task/6048/stat : 6048 (java) S 6043 6030 1958 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 143345596 889257984 20075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6044/tid=6049] ppid=6043 vsize=868416 CPUtime=0
/proc/6044/task/6049/stat : 6049 (java) S 6043 6030 1958 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 143345598 889257984 20075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6044/tid=6050] ppid=6043 vsize=868416 CPUtime=0.22
/proc/6044/task/6050/stat : 6050 (java) S 6043 6030 1958 0 -1 64 1483 0 0 0 21 1 0 0 16 0 9 0 143345598 889257984 20075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6044/tid=6051] ppid=6043 vsize=868416 CPUtime=0
/proc/6044/task/6051/stat : 6051 (java) S 6043 6030 1958 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 143345598 889257984 20075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6044/tid=6052] ppid=6043 vsize=868416 CPUtime=0
/proc/6044/task/6052/stat : 6052 (java) S 6043 6030 1958 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 143345598 889257984 20075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 887372

[startup+12.7013 s]
/proc/loadavg: 2.31 2.07 2.02 3/91 6052
/proc/meminfo: memFree=1646672/2055920 swapFree=4192812/4192956
[pid=6030] ppid=6028 vsize=13600 CPUtime=1.59
/proc/6030/stat : 6030 (sugar) S 6028 6030 1958 0 -1 4194304 974 10042 0 1 3 0 148 8 15 0 1 0 143345427 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6030/statm: 3400 797 370 3 0 500 0
[pid=6043] ppid=6030 vsize=5356 CPUtime=0
/proc/6043/stat : 6043 (sh) S 6030 6030 1958 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 143345593 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6043/statm: 1339 233 193 169 0 50 0
[pid=6044] ppid=6043 vsize=868416 CPUtime=10.85
/proc/6044/stat : 6044 (java) S 6043 6030 1958 0 -1 0 63616 0 1 0 1053 32 0 0 18 0 9 0 143345593 889257984 42734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6044/statm: 217104 42734 2541 9 0 211679 0
[pid=6044/tid=6045] ppid=6043 vsize=868416 CPUtime=6.91
/proc/6044/task/6045/stat : 6045 (java) R 6043 6030 1958 0 -1 64 4459 0 1 0 687 4 0 0 25 0 9 0 143345594 889257984 42734 996147200 134512640 134550740 4294955952 18446744073709551615 4126615992 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6044/tid=6046] ppid=6043 vsize=868416 CPUtime=3.68
/proc/6044/task/6046/stat : 6046 (java) S 6043 6030 1958 0 -1 64 56978 0 0 0 343 25 0 0 16 0 9 0 143345595 889257984 42734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6044/tid=6047] ppid=6043 vsize=868416 CPUtime=0
/proc/6044/task/6047/stat : 6047 (java) S 6043 6030 1958 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 143345596 889257984 42734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6044/tid=6048] ppid=6043 vsize=868416 CPUtime=0
/proc/6044/task/6048/stat : 6048 (java) S 6043 6030 1958 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 143345596 889257984 42734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6044/tid=6049] ppid=6043 vsize=868416 CPUtime=0
/proc/6044/task/6049/stat : 6049 (java) S 6043 6030 1958 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 143345598 889257984 42734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6044/tid=6050] ppid=6043 vsize=868416 CPUtime=0.22
/proc/6044/task/6050/stat : 6050 (java) S 6043 6030 1958 0 -1 64 1483 0 0 0 21 1 0 0 16 0 9 0 143345598 889257984 42734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6044/tid=6051] ppid=6043 vsize=868416 CPUtime=0
/proc/6044/task/6051/stat : 6051 (java) S 6043 6030 1958 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 143345598 889257984 42734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6044/tid=6052] ppid=6043 vsize=868416 CPUtime=0
/proc/6044/task/6052/stat : 6052 (java) S 6043 6030 1958 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 143345598 889257984 42734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 887372

[startup+25.5028 s]
/proc/loadavg: 2.69 2.16 2.05 4/91 6052
/proc/meminfo: memFree=1546320/2055920 swapFree=4192812/4192956
[pid=6030] ppid=6028 vsize=13600 CPUtime=1.59
/proc/6030/stat : 6030 (sugar) S 6028 6030 1958 0 -1 4194304 974 10042 0 1 3 0 148 8 16 0 1 0 143345427 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6030/statm: 3400 797 370 3 0 500 0
[pid=6043] ppid=6030 vsize=5356 CPUtime=0
/proc/6043/stat : 6043 (sh) S 6030 6030 1958 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 143345593 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6043/statm: 1339 233 193 169 0 50 0
[pid=6044] ppid=6043 vsize=868528 CPUtime=23.51
/proc/6044/stat : 6044 (java) S 6043 6030 1958 0 -1 0 85701 0 1 0 2278 73 0 0 18 0 9 0 143345593 889372672 53248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6044/statm: 217132 53248 2565 9 0 211679 0
[pid=6044/tid=6045] ppid=6043 vsize=868528 CPUtime=16.63
/proc/6044/task/6045/stat : 6045 (java) R 6043 6030 1958 0 -1 64 5618 0 1 0 1629 34 0 0 25 0 9 0 143345594 889372672 53248 996147200 134512640 134550740 4294955952 18446744073709551615 4127064695 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6044/tid=6046] ppid=6043 vsize=868528 CPUtime=6.55
/proc/6044/task/6046/stat : 6046 (java) S 6043 6030 1958 0 -1 64 77865 0 0 0 619 36 0 0 16 0 9 0 143345595 889372672 53248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6044/tid=6047] ppid=6043 vsize=868528 CPUtime=0
/proc/6044/task/6047/stat : 6047 (java) S 6043 6030 1958 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 143345596 889372672 53248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6044/tid=6048] ppid=6043 vsize=868528 CPUtime=0
/proc/6044/task/6048/stat : 6048 (java) S 6043 6030 1958 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 143345596 889372672 53248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1322816/2055920 swapFree=4192812/4192956
[pid=6030] ppid=6028 vsize=13600 CPUtime=33.99
/proc/6030/stat : 6030 (sugar) S 6028 6030 1958 0 -1 4194304 1022 96149 0 2 4 0 3203 192 16 0 1 0 143345427 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6030/statm: 3400 799 370 3 0 500 0
[pid=6092] ppid=6030 vsize=5356 CPUtime=0.05
/proc/6092/stat : 6092 (sh) S 6030 6030 1958 0 -1 4194304 277 0 0 0 0 5 0 0 18 0 1 0 143351193 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6092/statm: 1339 232 193 169 0 50 0
[pid=6093] ppid=6092 vsize=253440 CPUtime=1241.82
/proc/6093/stat : 6093 (picosat) R 6092 6030 1958 0 -1 4194304 60371 0 0 0 122073 2109 0 0 25 0 1 0 143351257 259522560 60355 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6093/statm: 63360 60355 48 102 0 63255 0
Current children cumulated CPU time (s) 1275.86
Current children cumulated vsize (KiB) 272396

[startup+1362.3 s]
/proc/loadavg: 2.04 2.10 2.14 3/83 6095
/proc/meminfo: memFree=1314624/2055920 swapFree=4192812/4192956
[pid=6030] ppid=6028 vsize=13600 CPUtime=33.99
/proc/6030/stat : 6030 (sugar) S 6028 6030 1958 0 -1 4194304 1022 96149 0 2 4 0 3203 192 16 0 1 0 143345427 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6030/statm: 3400 799 370 3 0 500 0
[pid=6092] ppid=6030 vsize=5356 CPUtime=0.05
/proc/6092/stat : 6092 (sh) S 6030 6030 1958 0 -1 4194304 277 0 0 0 0 5 0 0 18 0 1 0 143351193 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6092/statm: 1339 232 193 169 0 50 0
[pid=6093] ppid=6092 vsize=261460 CPUtime=1301.78
/proc/6093/stat : 6093 (picosat) R 6092 6030 1958 0 -1 4194304 62397 0 0 0 128067 2111 0 0 25 0 1 0 143351257 267735040 62381 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 0 0 0
/proc/6093/statm: 65365 62381 48 102 0 65260 0
Current children cumulated CPU time (s) 1335.82
Current children cumulated vsize (KiB) 280416

[startup+1422.31 s]
/proc/loadavg: 2.01 2.08 2.13 3/83 6095
/proc/meminfo: memFree=1311232/2055920 swapFree=4192812/4192956
[pid=6030] ppid=6028 vsize=13600 CPUtime=33.99
/proc/6030/stat : 6030 (sugar) S 6028 6030 1958 0 -1 4194304 1022 96149 0 2 4 0 3203 192 16 0 1 0 143345427 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6030/statm: 3400 799 370 3 0 500 0
[pid=6092] ppid=6030 vsize=5356 CPUtime=0.05
/proc/6092/stat : 6092 (sh) S 6030 6030 1958 0 -1 4194304 277 0 0 0 0 5 0 0 18 0 1 0 143351193 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6092/statm: 1339 232 193 169 0 50 0
[pid=6093] ppid=6092 vsize=264924 CPUtime=1361.75
/proc/6093/stat : 6093 (picosat) R 6092 6030 1958 0 -1 4194304 63250 0 0 0 134063 2112 0 0 25 0 1 0 143351257 271282176 63234 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/6093/statm: 66231 63234 48 102 0 66126 0
Current children cumulated CPU time (s) 1395.79
Current children cumulated vsize (KiB) 283880

[startup+1482.3 s]
/proc/loadavg: 2.06 2.08 2.13 3/83 6095
/proc/meminfo: memFree=1306944/2055920 swapFree=4192812/4192956
[pid=6030] ppid=6028 vsize=13600 CPUtime=33.99
/proc/6030/stat : 6030 (sugar) S 6028 6030 1958 0 -1 4194304 1022 96149 0 2 4 0 3203 192 16 0 1 0 143345427 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6030/statm: 3400 799 370 3 0 500 0
[pid=6092] ppid=6030 vsize=5356 CPUtime=0.05
/proc/6092/stat : 6092 (sh) S 6030 6030 1958 0 -1 4194304 277 0 0 0 0 5 0 0 18 0 1 0 143351193 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6092/statm: 1339 232 193 169 0 50 0
[pid=6093] ppid=6092 vsize=268648 CPUtime=1421.71
/proc/6093/stat : 6093 (picosat) R 6092 6030 1958 0 -1 4194304 64358 0 0 0 140057 2114 0 0 25 0 1 0 143351257 275095552 64245 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6093/statm: 67162 64245 48 102 0 67057 0
Current children cumulated CPU time (s) 1455.75
Current children cumulated vsize (KiB) 287604

[startup+1542.3 s]
/proc/loadavg: 2.06 2.08 2.12 3/83 6095
/proc/meminfo: memFree=1306880/2055920 swapFree=4192812/4192956
[pid=6030] ppid=6028 vsize=13600 CPUtime=33.99
/proc/6030/stat : 6030 (sugar) S 6028 6030 1958 0 -1 4194304 1022 96149 0 2 4 0 3203 192 16 0 1 0 143345427 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6030/statm: 3400 799 370 3 0 500 0
[pid=6092] ppid=6030 vsize=5356 CPUtime=0.05
/proc/6092/stat : 6092 (sh) S 6030 6030 1958 0 -1 4194304 277 0 0 0 0 5 0 0 18 0 1 0 143351193 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6092/statm: 1339 232 193 169 0 50 0
[pid=6093] ppid=6092 vsize=268648 CPUtime=1481.67
/proc/6093/stat : 6093 (picosat) R 6092 6030 1958 0 -1 4194304 64358 0 0 0 146053 2114 0 0 25 0 1 0 143351257 275095552 64245 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/6093/statm: 67162 64245 48 102 0 67057 0
Current children cumulated CPU time (s) 1515.71
Current children cumulated vsize (KiB) 287604

[startup+1602.3 s]
/proc/loadavg: 2.02 2.06 2.11 3/83 6095
/proc/meminfo: memFree=1306816/2055920 swapFree=4192812/4192956
[pid=6030] ppid=6028 vsize=13600 CPUtime=33.99
/proc/6030/stat : 6030 (sugar) S 6028 6030 1958 0 -1 4194304 1022 96149 0 2 4 0 3203 192 16 0 1 0 143345427 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6030/statm: 3400 799 370 3 0 500 0
[pid=6092] ppid=6030 vsize=5356 CPUtime=0.05
/proc/6092/stat : 6092 (sh) S 6030 6030 1958 0 -1 4194304 277 0 0 0 0 5 0 0 18 0 1 0 143351193 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6092/statm: 1339 232 193 169 0 50 0
[pid=6093] ppid=6092 vsize=268648 CPUtime=1541.64
/proc/6093/stat : 6093 (picosat) R 6092 6030 1958 0 -1 4194304 64358 0 0 0 152049 2115 0 0 25 0 1 0 143351257 275095552 64245 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/6093/statm: 67162 64245 48 102 0 67057 0
Current children cumulated CPU time (s) 1575.68
Current children cumulated vsize (KiB) 287604

[startup+1662.3 s]
/proc/loadavg: 2.01 2.05 2.10 3/83 6095
/proc/meminfo: memFree=1306752/2055920 swapFree=4192812/4192956
[pid=6030] ppid=6028 vsize=13600 CPUtime=33.99
/proc/6030/stat : 6030 (sugar) S 6028 6030 1958 0 -1 4194304 1022 96149 0 2 4 0 3203 192 16 0 1 0 143345427 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6030/statm: 3400 799 370 3 0 500 0
[pid=6092] ppid=6030 vsize=5356 CPUtime=0.05
/proc/6092/stat : 6092 (sh) S 6030 6030 1958 0 -1 4194304 277 0 0 0 0 5 0 0 18 0 1 0 143351193 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6092/statm: 1339 232 193 169 0 50 0
[pid=6093] ppid=6092 vsize=268648 CPUtime=1601.6
/proc/6093/stat : 6093 (picosat) R 6092 6030 1958 0 -1 4194304 64358 0 0 0 158045 2115 0 0 25 0 1 0 143351257 275095552 64245 996147200 134512640 134931368 4294956256 18446744073709551615 134530822 0 0 4096 0 0 0 0 17 0 0 0
/proc/6093/statm: 67162 64245 48 102 0 67057 0
Current children cumulated CPU time (s) 1635.64
Current children cumulated vsize (KiB) 287604

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.09 3/83 6095
/proc/meminfo: memFree=1306688/2055920 swapFree=4192812/4192956
[pid=6030] ppid=6028 vsize=13600 CPUtime=33.99
/proc/6030/stat : 6030 (sugar) S 6028 6030 1958 0 -1 4194304 1022 96149 0 2 4 0 3203 192 16 0 1 0 143345427 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6030/statm: 3400 799 370 3 0 500 0
[pid=6092] ppid=6030 vsize=5356 CPUtime=0.05
/proc/6092/stat : 6092 (sh) S 6030 6030 1958 0 -1 4194304 277 0 0 0 0 5 0 0 18 0 1 0 143351193 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6092/statm: 1339 232 193 169 0 50 0
[pid=6093] ppid=6092 vsize=268648 CPUtime=1661.56
/proc/6093/stat : 6093 (picosat) R 6092 6030 1958 0 -1 4194304 64358 0 0 0 164041 2115 0 0 25 0 1 0 143351257 275095552 64245 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6093/statm: 67162 64245 48 102 0 67057 0
Current children cumulated CPU time (s) 1695.6
Current children cumulated vsize (KiB) 287604

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.08 3/83 6095
/proc/meminfo: memFree=1306624/2055920 swapFree=4192812/4192956
[pid=6030] ppid=6028 vsize=13600 CPUtime=33.99
/proc/6030/stat : 6030 (sugar) S 6028 6030 1958 0 -1 4194304 1022 96149 0 2 4 0 3203 192 16 0 1 0 143345427 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6030/statm: 3400 799 370 3 0 500 0
[pid=6092] ppid=6030 vsize=5356 CPUtime=0.05
/proc/6092/stat : 6092 (sh) S 6030 6030 1958 0 -1 4194304 277 0 0 0 0 5 0 0 18 0 1 0 143351193 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6092/statm: 1339 232 193 169 0 50 0
[pid=6093] ppid=6092 vsize=268648 CPUtime=1721.52
/proc/6093/stat : 6093 (picosat) R 6092 6030 1958 0 -1 4194304 64358 0 0 0 170037 2115 0 0 25 0 1 0 143351257 275095552 64245 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6093/statm: 67162 64245 48 102 0 67057 0
Current children cumulated CPU time (s) 1755.56
Current children cumulated vsize (KiB) 287604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1826.8 s]
/proc/loadavg: 2.00 2.02 2.08 3/83 6095
/proc/meminfo: memFree=1306496/2055920 swapFree=4192812/4192956
[pid=6030] ppid=6028 vsize=13600 CPUtime=33.99
/proc/6030/stat : 6030 (sugar) S 6028 6030 1958 0 -1 4194304 1022 96149 0 2 4 0 3203 192 16 0 1 0 143345427 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6030/statm: 3400 799 370 3 0 500 0
[pid=6092] ppid=6030 vsize=5356 CPUtime=0.05
/proc/6092/stat : 6092 (sh) S 6030 6030 1958 0 -1 4194304 277 0 0 0 0 5 0 0 18 0 1 0 143351193 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6092/statm: 1339 232 193 169 0 50 0
[pid=6093] ppid=6092 vsize=268648 CPUtime=1766
/proc/6093/stat : 6093 (picosat) R 6092 6030 1958 0 -1 4194304 64358 0 0 0 174485 2115 0 0 25 0 1 0 143351257 275095552 64245 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/6093/statm: 67162 64245 48 102 0 67057 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 287604

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 6030 and gives
#  childrusage.ru_utime.tv_sec=32
#  childrusage.ru_utime.tv_usec=88121
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=997696
# CPU time returned by wait4() is 34.0858
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1826.85
CPU time (s): 1800.04
CPU user time (s): 1776.92
CPU system time (s): 23.12
CPU usage (%): 98.5324
Max. virtual memory (cumulated for all children) (KiB): 914988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.0881
system time used= 1.9977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97527
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= 7571
involuntary context switches= 7694

runsolver used 2.52861 second user time and 6.90095 second system time

The end

Launcher Data (download as text)

Begin job on node28 at 2008-07-04 10:20:01
IDJOB=1069353
IDBENCH=55604
IDSOLVER=345
FILE ID=node28/1069353-1215159601
PBS_JOBID= 7877345
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-robin16.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-1069353-1215159601/watcher-1069353-1215159601 -o /tmp/evaluation-result-1069353-1215159601/solver-1069353-1215159601 -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-1069353-1215159601.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= da80fa972f32e8c07ffdf076b58b8a94
RANDOM SEED=1251121482

node28.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.231
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.231
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:       1801408 kB
Buffers:         24296 kB
Cached:         113132 kB
SwapCached:          0 kB
Active:         167136 kB
Inactive:        36456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1801408 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4852 kB
Writeback:           0 kB
Mapped:          86496 kB
Slab:            35920 kB
Committed_AS:  1099304 kB
PageTables:       1924 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= 66544 MiB
End job on node28 at 2008-07-04 10:50:30