Trace number 1072199

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.07 1817.13

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-5_ext.xml
MD5SUM967ec40375226d9f3a84ab3278892d5c
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark177.164
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints74
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension74
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

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 13:48:34 2008
0.00/0.05	c 0	PID 10701
0.00/0.05	c 0	HOST node35.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1072199-1215172113.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-1072199-1215172113.xml' 'HOME/temp.csp'
1.45/1.55	c 1	1 domains, 24 variables, 0 predicates, 74 relations, 74 constraints
1.45/1.57	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.45/1.57	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'
1.51/1.65	c 1	Parsing HOME/temp.csp
4.19/4.30	c 4	parsed 173 expressions
4.19/4.31	c 4	Heap : 44 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.19/4.31	c 4	Converting to clausal form CSP
4.19/4.33	c 4	converted 18 (10%) expressions
4.19/4.35	c 4	converted 35 (20%) expressions
4.19/4.38	c 4	converted 52 (30%) expressions
4.29/4.42	c 4	converted 70 (40%) expressions
4.29/4.42	c 4	converted 87 (50%) expressions
4.39/4.55	c 4	converted 104 (60%) expressions
4.98/5.11	c 5	converted 122 (70%) expressions
5.28/5.43	c 5	converted 139 (80%) expressions
5.48/5.67	c 5	converted 156 (90%) expressions
5.67/5.90	c 6	converted 173 (100%) expressions
5.67/5.90	c 6	CSP : 24 integers, 0 booleans, 74 clauses, largest domain size 24
5.67/5.90	c 6	Heap : 86 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.78/5.90	c 6	Propagation in CSP
5.78/5.90	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.78/5.90	c 6	CSP : 24 integers, 0 booleans, 74 clauses, largest domain size 24
5.78/5.90	c 6	Heap : 86 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.78/5.90	c 6	Simplifing CSP by introducing new Boolean variables
5.78/5.90	c 6	CSP : 24 integers, 0 booleans, 74 clauses, largest domain size 24
5.78/5.90	c 6	Heap : 86 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.07/6.21	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.07/6.22	c 6	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
6.07/6.23	c 6	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
6.07/6.23	c 6	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
6.07/6.23	c 6	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
6.07/6.23	c 6	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
6.07/6.23	c 6	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
6.07/6.23	c 6	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
6.07/6.24	c 6	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
6.07/6.24	c 6	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
6.07/6.24	c 6	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
6.46/6.65	c 6	8 (10%) CSP clauses are encoded (23987 clauses, 574456 bytes)
6.76/6.98	c 7	15 (20%) CSP clauses are encoded (45672 clauses, 1112081 bytes)
7.16/7.34	c 7	23 (30%) CSP clauses are encoded (70359 clauses, 1734480 bytes)
7.46/7.68	c 7	30 (40%) CSP clauses are encoded (92022 clauses, 2276122 bytes)
7.75/7.98	c 8	37 (50%) CSP clauses are encoded (112470 clauses, 2789279 bytes)
8.15/8.35	c 8	45 (60%) CSP clauses are encoded (137339 clauses, 3449055 bytes)
8.44/8.68	c 8	52 (70%) CSP clauses are encoded (159024 clauses, 4037408 bytes)
8.84/9.05	c 9	60 (80%) CSP clauses are encoded (183732 clauses, 4707761 bytes)
9.15/9.38	c 9	67 (90%) CSP clauses are encoded (205433 clauses, 5296543 bytes)
9.55/9.70	c 9	74 (100%) CSP clauses are encoded (227035 clauses, 5882422 bytes)
9.55/9.71	c 9	74 CSP clauses encoded
9.55/9.71	c 9	Writing map file : HOME/temp.map
9.55/9.71	c 9	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.55/9.71	c 9	SAT : 552 SAT variables, 227035 SAT clauses, 5882422 bytes
9.55/9.71	c 9	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.55/9.76	c 9	SOLVING HOME/temp.cnf
9.55/9.76	c 9	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1817.11	sh: line 1: 10725 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.03/1817.11	c 1817	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1817.11	c 1817	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.03/1817.12	c ERROR INTERRUPTED
1800.03/1817.12	s UNKNOWN
1800.03/1817.12	c 1817	CPU 1797.82 (0.04 0.01 1797.78 2.22)
1800.03/1817.12	c 1817	END Fri Jul  4 14:18:51 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-1072199-1215172113/watcher-1072199-1215172113 -o /tmp/evaluation-result-1072199-1215172113/solver-1072199-1215172113 -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-1072199-1215172113.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.97 1.99 4/72 10701
/proc/meminfo: memFree=1806704/2055920 swapFree=4174728/4192956
[pid=10701] ppid=10699 vsize=18572 CPUtime=0
/proc/10701/stat : 10701 (runsolver) R 10699 10701 9564 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 1001613902 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 266134416679 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10701/statm: 4643 292 257 25 0 2626 0

[startup+0.052411 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 10701
/proc/meminfo: memFree=1806704/2055920 swapFree=4174728/4192956
[pid=10701] ppid=10699 vsize=13600 CPUtime=0.03
/proc/10701/stat : 10701 (sugar) S 10699 10701 9564 0 -1 4194304 884 127 0 0 3 0 0 0 18 0 1 0 1001613902 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10701/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102532 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 10701
/proc/meminfo: memFree=1806704/2055920 swapFree=4174728/4192956
[pid=10701] ppid=10699 vsize=13600 CPUtime=0.03
/proc/10701/stat : 10701 (sugar) S 10699 10701 9564 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1001613902 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10701/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302248 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 10701
/proc/meminfo: memFree=1806704/2055920 swapFree=4174728/4192956
[pid=10701] ppid=10699 vsize=13600 CPUtime=0.03
/proc/10701/stat : 10701 (sugar) S 10699 10701 9564 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1001613902 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10701/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702327 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 10701
/proc/meminfo: memFree=1806704/2055920 swapFree=4174728/4192956
[pid=10701] ppid=10699 vsize=13600 CPUtime=0.03
/proc/10701/stat : 10701 (sugar) S 10699 10701 9564 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1001613902 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10701/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50148 s]
/proc/loadavg: 1.91 1.97 1.99 3/83 10713
/proc/meminfo: memFree=1782872/2055920 swapFree=4174728/4192956
[pid=10701] ppid=10699 vsize=13600 CPUtime=0.03
/proc/10701/stat : 10701 (sugar) S 10699 10701 9564 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1001613902 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10701/statm: 3400 796 370 3 0 500 0
[pid=10704] ppid=10701 vsize=5356 CPUtime=0
/proc/10704/stat : 10704 (sh) S 10701 10701 9564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1001613907 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10704/statm: 1339 233 193 169 0 50 0
[pid=10705] ppid=10704 vsize=865056 CPUtime=1.42
/proc/10705/stat : 10705 (java) S 10704 10701 9564 0 -1 0 8923 0 1 0 135 7 0 0 18 0 9 0 1001613907 885817344 8071 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10705/statm: 216264 8071 2527 9 0 210846 0
[pid=10705/tid=10706] ppid=10704 vsize=865056 CPUtime=1.15
/proc/10705/task/10706/stat : 10706 (java) R 10704 10701 9564 0 -1 64 2901 0 1 0 112 3 0 0 25 0 9 0 1001613908 885817344 8071 996147200 134512640 134550740 4294956000 18446744073709551615 4126498018 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10705/tid=10707] ppid=10704 vsize=865056 CPUtime=0.19
/proc/10705/task/10707/stat : 10707 (java) S 10704 10701 9564 0 -1 64 5008 0 0 0 16 3 0 0 16 0 9 0 1001613910 885817344 8071 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10705/tid=10708] ppid=10704 vsize=865056 CPUtime=0
/proc/10705/task/10708/stat : 10708 (java) S 10704 10701 9564 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1001613910 885817344 8071 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10705/tid=10709] ppid=10704 vsize=865056 CPUtime=0
/proc/10705/task/10709/stat : 10709 (java) S 10704 10701 9564 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1001613910 885817344 8071 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10705/tid=10710] ppid=10704 vsize=865056 CPUtime=0
/proc/10705/task/10710/stat : 10710 (java) S 10704 10701 9564 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1001613912 885817344 8071 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10705/tid=10711] ppid=10704 vsize=865056 CPUtime=0.05
/proc/10705/task/10711/stat : 10711 (java) S 10704 10701 9564 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 1001613912 885817344 8071 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10705/tid=10712] ppid=10704 vsize=865056 CPUtime=0
/proc/10705/task/10712/stat : 10712 (java) S 10704 10701 9564 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1001613912 885817344 8071 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10705/tid=10713] ppid=10704 vsize=865056 CPUtime=0
/proc/10705/task/10713/stat : 10713 (java) S 10704 10701 9564 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1001613912 885817344 8071 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) 884012

[startup+3.1028 s]
/proc/loadavg: 1.91 1.97 1.99 4/83 10723
/proc/meminfo: memFree=1790808/2055920 swapFree=4174728/4192956
[pid=10701] ppid=10699 vsize=13600 CPUtime=1.51
/proc/10701/stat : 10701 (sugar) S 10699 10701 9564 0 -1 4194304 973 9354 0 1 3 0 140 8 16 0 1 0 1001613902 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10701/statm: 3400 797 370 3 0 500 0
[pid=10714] ppid=10701 vsize=5356 CPUtime=0
/proc/10714/stat : 10714 (sh) S 10701 10701 9564 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1001614059 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10714/statm: 1339 233 193 169 0 50 0
[pid=10715] ppid=10714 vsize=864072 CPUtime=1.5
/proc/10715/stat : 10715 (java) S 10714 10701 9564 0 -1 0 10315 0 1 0 145 5 0 0 18 0 9 0 1001614060 884809728 9583 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10715/statm: 216018 9583 2532 9 0 210600 0
[pid=10715/tid=10716] ppid=10714 vsize=864072 CPUtime=0.91
/proc/10715/task/10716/stat : 10716 (java) R 10714 10701 9564 0 -1 64 2606 0 1 0 90 1 0 0 25 0 9 0 1001614060 884809728 9583 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10715/tid=10717] ppid=10714 vsize=864072 CPUtime=0.51
/proc/10715/task/10717/stat : 10717 (java) R 10714 10701 9564 0 -1 64 6702 0 0 0 49 2 0 0 17 0 9 0 1001614062 884809728 9583 996147200 134512640 134550740 4294955952 18446744073709551615 104182133 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10715/tid=10718] ppid=10714 vsize=864072 CPUtime=0
/proc/10715/task/10718/stat : 10718 (java) S 10714 10701 9564 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1001614062 884809728 9583 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10715/tid=10719] ppid=10714 vsize=864072 CPUtime=0
/proc/10715/task/10719/stat : 10719 (java) S 10714 10701 9564 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1001614062 884809728 9583 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10715/tid=10720] ppid=10714 vsize=864072 CPUtime=0
/proc/10715/task/10720/stat : 10720 (java) S 10714 10701 9564 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1001614064 884809728 9583 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10715/tid=10721] ppid=10714 vsize=864072 CPUtime=0.03
/proc/10715/task/10721/stat : 10721 (java) S 10714 10701 9564 0 -1 64 310 0 0 0 3 0 0 0 16 0 9 0 1001614064 884809728 9583 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10715/tid=10722] ppid=10714 vsize=864072 CPUtime=0
/proc/10715/task/10722/stat : 10722 (java) S 10714 10701 9564 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1001614064 884809728 9583 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10715/tid=10723] ppid=10714 vsize=864072 CPUtime=0
/proc/10715/task/10723/stat : 10723 (java) S 10714 10701 9564 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1001614064 884809728 9583 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883028

[startup+6.3014 s]
/proc/loadavg: 2.00 1.98 1.99 4/83 10723
/proc/meminfo: memFree=1721240/2055920 swapFree=4174728/4192956
[pid=10701] ppid=10699 vsize=13600 CPUtime=1.51
/proc/10701/stat : 10701 (sugar) S 10699 10701 9564 0 -1 4194304 974 9354 0 1 3 0 140 8 15 0 1 0 1001613902 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10701/statm: 3400 797 370 3 0 500 0
[pid=10714] ppid=10701 vsize=5356 CPUtime=0
/proc/10714/stat : 10714 (sh) S 10701 10701 9564 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1001614059 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10714/statm: 1339 233 193 169 0 50 0
[pid=10715] ppid=10714 vsize=864496 CPUtime=4.67
/proc/10715/stat : 10715 (java) S 10714 10701 9564 0 -1 0 28752 0 1 0 451 16 0 0 18 0 9 0 1001614060 885243904 25470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10715/statm: 216124 25470 2564 9 0 210671 0
[pid=10715/tid=10716] ppid=10714 vsize=864496 CPUtime=2.3
/proc/10715/task/10716/stat : 10716 (java) R 10714 10701 9564 0 -1 64 3701 0 1 0 228 2 0 0 24 0 9 0 1001614060 885243904 25470 996147200 134512640 134550740 4294955952 18446744073709551615 4126595697 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10715/tid=10717] ppid=10714 vsize=864496 CPUtime=2.25
/proc/10715/task/10717/stat : 10717 (java) S 10714 10701 9564 0 -1 64 24010 0 0 0 213 12 0 0 18 0 9 0 1001614062 885243904 25470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10715/tid=10718] ppid=10714 vsize=864496 CPUtime=0
/proc/10715/task/10718/stat : 10718 (java) S 10714 10701 9564 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1001614062 885243904 25470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10715/tid=10719] ppid=10714 vsize=864496 CPUtime=0
/proc/10715/task/10719/stat : 10719 (java) S 10714 10701 9564 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1001614062 885243904 25470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10715/tid=10720] ppid=10714 vsize=864496 CPUtime=0
/proc/10715/task/10720/stat : 10720 (java) S 10714 10701 9564 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1001614064 885243904 25470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10715/tid=10721] ppid=10714 vsize=864496 CPUtime=0.09
/proc/10715/task/10721/stat : 10721 (java) S 10714 10701 9564 0 -1 64 344 0 0 0 9 0 0 0 16 0 9 0 1001614064 885243904 25470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10715/tid=10722] ppid=10714 vsize=864496 CPUtime=0
/proc/10715/task/10722/stat : 10722 (java) S 10714 10701 9564 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1001614064 885243904 25470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10715/tid=10723] ppid=10714 vsize=864496 CPUtime=0
/proc/10715/task/10723/stat : 10723 (java) S 10714 10701 9564 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1001614064 885243904 25470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 883452

[startup+12.7016 s]
/proc/loadavg: 2.00 1.98 1.99 3/75 10725
/proc/meminfo: memFree=1788376/2055920 swapFree=4174728/4192956
[pid=10701] ppid=10699 vsize=13600 CPUtime=9.59
/proc/10701/stat : 10701 (sugar) S 10699 10701 9564 0 -1 4194304 1022 38482 0 2 4 1 924 30 16 0 1 0 1001613902 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10701/statm: 3400 798 370 3 0 500 0
[pid=10724] ppid=10701 vsize=5356 CPUtime=0
/proc/10724/stat : 10724 (sh) S 10701 10701 9564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1001614878 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10724/statm: 1339 232 193 169 0 50 0
[pid=10725] ppid=10724 vsize=9140 CPUtime=2.9
/proc/10725/stat : 10725 (picosat) R 10724 10701 9564 0 -1 4194304 2153 0 0 0 133 157 0 0 25 0 1 0 1001614879 9359360 2139 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/10725/statm: 2285 2139 40 102 0 2180 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 28096

[startup+25.5021 s]
/proc/loadavg: 2.00 1.98 1.99 3/75 10725
/proc/meminfo: memFree=1784344/2055920 swapFree=4174728/4192956
[pid=10701] ppid=10699 vsize=13600 CPUtime=9.59
/proc/10701/stat : 10701 (sugar) S 10699 10701 9564 0 -1 4194304 1022 38482 0 2 4 1 924 30 16 0 1 0 1001613902 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10701/statm: 3400 798 370 3 0 500 0
[pid=10724] ppid=10701 vsize=5356 CPUtime=0
/proc/10724/stat : 10724 (sh) S 10701 10701 9564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1001614878 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10724/statm: 1339 232 193 169 0 50 0
[pid=10725] ppid=10724 vsize=11120 CPUtime=15.58
/proc/10725/stat : 10725 (picosat) R 10724 10701 9564 0 -1 4194304 2703 0 0 0 1374 184 0 0 25 0 1 0 1001614879 11386880 2689 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10725/statm: 2780 2689 42 102 0 2675 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 30076

[startup+51.103 s]
/proc/loadavg: 2.00 1.98 1.99 3/75 10725
/proc/meminfo: memFree=1782872/2055920 swapFree=4174728/4192956
[pid=10701] ppid=10699 vsize=13600 CPUtime=9.59
/proc/10701/stat : 10701 (sugar) S 10699 10701 9564 0 -1 4194304 1022 38482 0 2 4 1 924 30 16 0 1 0 1001613902 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10701/statm: 3400 798 370 3 0 500 0
[pid=10724] ppid=10701 vsize=5356 CPUtime=0
/proc/10724/stat : 10724 (sh) S 10701 10701 9564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1001614878 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10724/statm: 1339 232 193 169 0 50 0
[pid=10725] ppid=10724 vsize=12704 CPUtime=40.94
/proc/10725/stat : 10725 (picosat) R 10724 10701 9564 0 -1 4194304 3092 0 0 0 3909 185 0 0 25 0 1 0 1001614879 13008896 3078 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/10725/statm: 3176 3078 42 102 0 3071 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 31660

[startup+102.308 s]
/proc/loadavg: 2.00 1.98 1.99 3/75 10725
/proc/meminfo: memFree=1779992/2055920 swapFree=4174728/4192956
[pid=10701] ppid=10699 vsize=13600 CPUtime=9.59
/proc/10701/stat : 10701 (sugar) S 10699 10701 9564 0 -1 4194304 1022 38482 0 2 4 1 924 30 16 0 1 0 1001613902 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10701/statm: 3400 798 370 3 0 500 0

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

[pid=10701] ppid=10699 vsize=13600 CPUtime=9.59
/proc/10701/stat : 10701 (sugar) S 10699 10701 9564 0 -1 4194304 1022 38482 0 2 4 1 924 30 16 0 1 0 1001613902 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10701/statm: 3400 798 370 3 0 500 0
[pid=10724] ppid=10701 vsize=5356 CPUtime=0
/proc/10724/stat : 10724 (sh) S 10701 10701 9564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1001614878 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10724/statm: 1339 232 193 169 0 50 0
[pid=10725] ppid=10724 vsize=19868 CPUtime=1280.5
/proc/10725/stat : 10725 (picosat) R 10724 10701 9564 0 -1 4194304 5499 0 0 0 127860 190 0 0 25 0 1 0 1001614879 20344832 4666 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/10725/statm: 4967 4666 48 102 0 4862 0
Current children cumulated CPU time (s) 1290.09
Current children cumulated vsize (KiB) 38824

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 10773
/proc/meminfo: memFree=1774672/2055920 swapFree=4174728/4192956
[pid=10701] ppid=10699 vsize=13600 CPUtime=9.59
/proc/10701/stat : 10701 (sugar) S 10699 10701 9564 0 -1 4194304 1022 38482 0 2 4 1 924 30 16 0 1 0 1001613902 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10701/statm: 3400 798 370 3 0 500 0
[pid=10724] ppid=10701 vsize=5356 CPUtime=0
/proc/10724/stat : 10724 (sh) S 10701 10701 9564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1001614878 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10724/statm: 1339 232 193 169 0 50 0
[pid=10725] ppid=10724 vsize=20396 CPUtime=1339.94
/proc/10725/stat : 10725 (picosat) R 10724 10701 9564 0 -1 4194304 5708 0 0 0 133803 191 0 0 25 0 1 0 1001614879 20885504 4780 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10725/statm: 5099 4780 48 102 0 4994 0
Current children cumulated CPU time (s) 1349.53
Current children cumulated vsize (KiB) 39352

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10773
/proc/meminfo: memFree=1774672/2055920 swapFree=4174728/4192956
[pid=10701] ppid=10699 vsize=13600 CPUtime=9.59
/proc/10701/stat : 10701 (sugar) S 10699 10701 9564 0 -1 4194304 1022 38482 0 2 4 1 924 30 16 0 1 0 1001613902 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10701/statm: 3400 798 370 3 0 500 0
[pid=10724] ppid=10701 vsize=5356 CPUtime=0
/proc/10724/stat : 10724 (sh) S 10701 10701 9564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1001614878 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10724/statm: 1339 232 193 169 0 50 0
[pid=10725] ppid=10724 vsize=20396 CPUtime=1399.37
/proc/10725/stat : 10725 (picosat) R 10724 10701 9564 0 -1 4194304 5708 0 0 0 139746 191 0 0 25 0 1 0 1001614879 20885504 4780 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10725/statm: 5099 4780 48 102 0 4994 0
Current children cumulated CPU time (s) 1408.96
Current children cumulated vsize (KiB) 39352

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10773
/proc/meminfo: memFree=1774672/2055920 swapFree=4174728/4192956
[pid=10701] ppid=10699 vsize=13600 CPUtime=9.59
/proc/10701/stat : 10701 (sugar) S 10699 10701 9564 0 -1 4194304 1022 38482 0 2 4 1 924 30 16 0 1 0 1001613902 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10701/statm: 3400 798 370 3 0 500 0
[pid=10724] ppid=10701 vsize=5356 CPUtime=0
/proc/10724/stat : 10724 (sh) S 10701 10701 9564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1001614878 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10724/statm: 1339 232 193 169 0 50 0
[pid=10725] ppid=10724 vsize=20396 CPUtime=1458.81
/proc/10725/stat : 10725 (picosat) R 10724 10701 9564 0 -1 4194304 5708 0 0 0 145690 191 0 0 25 0 1 0 1001614879 20885504 4780 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10725/statm: 5099 4780 48 102 0 4994 0
Current children cumulated CPU time (s) 1468.4
Current children cumulated vsize (KiB) 39352

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/84 10773
/proc/meminfo: memFree=1774224/2055920 swapFree=4174728/4192956
[pid=10701] ppid=10699 vsize=13600 CPUtime=9.59
/proc/10701/stat : 10701 (sugar) S 10699 10701 9564 0 -1 4194304 1022 38482 0 2 4 1 924 30 16 0 1 0 1001613902 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10701/statm: 3400 798 370 3 0 500 0
[pid=10724] ppid=10701 vsize=5356 CPUtime=0
/proc/10724/stat : 10724 (sh) S 10701 10701 9564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1001614878 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10724/statm: 1339 232 193 169 0 50 0
[pid=10725] ppid=10724 vsize=20660 CPUtime=1518.23
/proc/10725/stat : 10725 (picosat) R 10724 10701 9564 0 -1 4194304 5898 0 0 0 151632 191 0 0 25 0 1 0 1001614879 21155840 4870 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/10725/statm: 5165 4870 48 102 0 5060 0
Current children cumulated CPU time (s) 1527.82
Current children cumulated vsize (KiB) 39616

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 10773
/proc/meminfo: memFree=1774224/2055920 swapFree=4174728/4192956
[pid=10701] ppid=10699 vsize=13600 CPUtime=9.59
/proc/10701/stat : 10701 (sugar) S 10699 10701 9564 0 -1 4194304 1022 38482 0 2 4 1 924 30 16 0 1 0 1001613902 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10701/statm: 3400 798 370 3 0 500 0
[pid=10724] ppid=10701 vsize=5356 CPUtime=0
/proc/10724/stat : 10724 (sh) S 10701 10701 9564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1001614878 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10724/statm: 1339 232 193 169 0 50 0
[pid=10725] ppid=10724 vsize=20660 CPUtime=1577.67
/proc/10725/stat : 10725 (picosat) R 10724 10701 9564 0 -1 4194304 5898 0 0 0 157576 191 0 0 25 0 1 0 1001614879 21155840 4870 996147200 134512640 134931368 4294956256 18446744073709551615 134525751 0 0 4096 0 0 0 0 17 1 0 0
/proc/10725/statm: 5165 4870 48 102 0 5060 0
Current children cumulated CPU time (s) 1587.26
Current children cumulated vsize (KiB) 39616

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10773
/proc/meminfo: memFree=1774224/2055920 swapFree=4174728/4192956
[pid=10701] ppid=10699 vsize=13600 CPUtime=9.59
/proc/10701/stat : 10701 (sugar) S 10699 10701 9564 0 -1 4194304 1022 38482 0 2 4 1 924 30 16 0 1 0 1001613902 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10701/statm: 3400 798 370 3 0 500 0
[pid=10724] ppid=10701 vsize=5356 CPUtime=0
/proc/10724/stat : 10724 (sh) S 10701 10701 9564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1001614878 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10724/statm: 1339 232 193 169 0 50 0
[pid=10725] ppid=10724 vsize=20660 CPUtime=1637.1
/proc/10725/stat : 10725 (picosat) R 10724 10701 9564 0 -1 4194304 5898 0 0 0 163519 191 0 0 25 0 1 0 1001614879 21155840 4870 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10725/statm: 5165 4870 48 102 0 5060 0
Current children cumulated CPU time (s) 1646.69
Current children cumulated vsize (KiB) 39616

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10773
/proc/meminfo: memFree=1773712/2055920 swapFree=4174728/4192956
[pid=10701] ppid=10699 vsize=13600 CPUtime=9.59
/proc/10701/stat : 10701 (sugar) S 10699 10701 9564 0 -1 4194304 1022 38482 0 2 4 1 924 30 16 0 1 0 1001613902 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10701/statm: 3400 798 370 3 0 500 0
[pid=10724] ppid=10701 vsize=5356 CPUtime=0
/proc/10724/stat : 10724 (sh) S 10701 10701 9564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1001614878 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10724/statm: 1339 232 193 169 0 50 0
[pid=10725] ppid=10724 vsize=21056 CPUtime=1696.54
/proc/10725/stat : 10725 (picosat) R 10724 10701 9564 0 -1 4194304 6108 0 0 0 169463 191 0 0 25 0 1 0 1001614879 21561344 4975 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10725/statm: 5264 4975 48 102 0 5159 0
Current children cumulated CPU time (s) 1706.13
Current children cumulated vsize (KiB) 40012

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10773
/proc/meminfo: memFree=1773712/2055920 swapFree=4174728/4192956
[pid=10701] ppid=10699 vsize=13600 CPUtime=9.59
/proc/10701/stat : 10701 (sugar) S 10699 10701 9564 0 -1 4194304 1022 38482 0 2 4 1 924 30 16 0 1 0 1001613902 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10701/statm: 3400 798 370 3 0 500 0
[pid=10724] ppid=10701 vsize=5356 CPUtime=0
/proc/10724/stat : 10724 (sh) S 10701 10701 9564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1001614878 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10724/statm: 1339 232 193 169 0 50 0
[pid=10725] ppid=10724 vsize=21056 CPUtime=1755.97
/proc/10725/stat : 10725 (picosat) R 10724 10701 9564 0 -1 4194304 6108 0 0 0 175406 191 0 0 25 0 1 0 1001614879 21561344 4975 996147200 134512640 134931368 4294956256 18446744073709551615 134525929 0 0 4096 0 0 0 0 17 1 0 0
/proc/10725/statm: 5264 4975 48 102 0 5159 0
Current children cumulated CPU time (s) 1765.56
Current children cumulated vsize (KiB) 40012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10773
/proc/meminfo: memFree=1773712/2055920 swapFree=4174728/4192956
[pid=10701] ppid=10699 vsize=13600 CPUtime=9.59
/proc/10701/stat : 10701 (sugar) S 10699 10701 9564 0 -1 4194304 1022 38482 0 2 4 1 924 30 16 0 1 0 1001613902 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10701/statm: 3400 798 370 3 0 500 0
[pid=10724] ppid=10701 vsize=5356 CPUtime=0
/proc/10724/stat : 10724 (sh) S 10701 10701 9564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1001614878 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10724/statm: 1339 232 193 169 0 50 0
[pid=10725] ppid=10724 vsize=21056 CPUtime=1790.44
/proc/10725/stat : 10725 (picosat) R 10724 10701 9564 0 -1 4194304 6108 0 0 0 178853 191 0 0 25 0 1 0 1001614879 21561344 4975 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/10725/statm: 5264 4975 48 102 0 5159 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 40012

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

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

[startup+1817.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10773
/proc/meminfo: memFree=1773712/2055920 swapFree=4174728/4192956
[pid=10701] ppid=10699 vsize=13600 CPUtime=9.59
/proc/10701/stat : 10701 (sugar) S 10699 10701 9564 0 -1 4194304 1022 38482 0 2 4 1 924 30 16 0 1 0 1001613902 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10701/statm: 3400 798 370 3 0 500 0
[pid=10724] ppid=10701 vsize=5356 CPUtime=0
/proc/10724/stat : 10724 (sh) S 10701 10701 9564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1001614878 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10724/statm: 1339 232 193 169 0 50 0
[pid=10725] ppid=10724 vsize=21056 CPUtime=1790.44
/proc/10725/stat : 10725 (picosat) R 10724 10701 9564 0 -1 4194304 6108 0 0 0 178853 191 0 0 25 0 1 0 1001614879 21561344 4975 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/10725/statm: 5264 4975 48 102 0 5159 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 40012

Child status: 0
Real time (s): 1817.13
CPU time (s): 1800.07
CPU user time (s): 1797.82
CPU system time (s): 2.24666
CPU usage (%): 99.0612
Max. virtual memory (cumulated for all children) (KiB): 888468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.82
system time used= 2.24666
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46238
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= 3180
involuntary context switches= 51604

runsolver used 2.43363 second user time and 5.84311 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-04 13:48:34
IDJOB=1072199
IDBENCH=56239
IDSOLVER=345
FILE ID=node35/1072199-1215172113
PBS_JOBID= 7881412
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-5_ext.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-1072199-1215172113/watcher-1072199-1215172113 -o /tmp/evaluation-result-1072199-1215172113/solver-1072199-1215172113 -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-1072199-1215172113.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 967ec40375226d9f3a84ab3278892d5c
RANDOM SEED=1924557970

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:       1807184 kB
Buffers:         31688 kB
Cached:         113944 kB
SwapCached:      11992 kB
Active:         142640 kB
Inactive:        41316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1807184 kB
SwapTotal:     4192956 kB
SwapFree:      4174728 kB
Dirty:            4076 kB
Writeback:           0 kB
Mapped:          46300 kB
Slab:            49952 kB
Committed_AS:  1682288 kB
PageTables:       1976 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= 66544 MiB
End job on node35 at 2008-07-04 14:18:53