Trace number 1094846

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? (MO) 385.14 388.932

General information on the benchmark

Namecsp/fapp/fapp19/
normalized-fapp19-0350-5.xml
MD5SUM0e6d4c6cfe45c7fb1ed8c7d48e56685a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.72774
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints5873
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5873
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 19:46:42 2008
0.00/0.04	c 0	PID 16101
0.00/0.05	c 0	HOST node48.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1094846-1215280002.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-1094846-1215280002.xml' 'HOME/temp.csp'
0.04/0.75	c 1	8 domains, 350 variables, 8 predicates, 0 relations, 5873 constraints
0.04/0.79	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.79	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.73/0.87	c 1	Parsing HOME/temp.csp
1.02/1.17	c 1	parsed 6239 expressions
1.02/1.18	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.02/1.18	c 1	Converting to clausal form CSP
1.91/2.00	c 2	converted 624 (10%) expressions
3.10/3.23	c 3	converted 1248 (20%) expressions
4.18/4.35	c 5	converted 1872 (30%) expressions
5.27/5.44	c 6	converted 2496 (40%) expressions
6.27/6.46	c 7	converted 3120 (50%) expressions
7.25/7.47	c 8	converted 3744 (60%) expressions
8.34/8.58	c 9	converted 4368 (70%) expressions
9.53/9.70	c 10	converted 4992 (80%) expressions
10.52/10.77	c 11	converted 5616 (90%) expressions
11.70/11.98	c 12	converted 6239 (100%) expressions
11.70/11.98	c 12	CSP : 698 integers, 17147 booleans, 35873 clauses, largest domain size 2921
11.70/11.98	c 12	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.70/11.98	c 12	Propagation in CSP
12.30/12.56	c 13	4920 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.30/12.56	c 13	CSP : 698 integers, 17147 booleans, 35873 clauses, largest domain size 2921
12.30/12.56	c 13	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.30/12.58	c 13	Simplifing CSP by introducing new Boolean variables
12.40/12.66	c 13	CSP : 698 integers, 29407 booleans, 48133 clauses, largest domain size 2921
12.40/12.66	c 13	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.59/12.83	c 13	Encoding CSP to SAT : HOME/temp.cnf
14.18/14.41	c 15	70 (10%) CSP integer variables are encoded (40772 clauses, 589472 bytes)
15.36/15.65	c 16	140 (20%) CSP integer variables are encoded (76752 clauses, 1129172 bytes)
16.85/17.11	c 17	210 (30%) CSP integer variables are encoded (116663 clauses, 1761524 bytes)
18.34/18.69	c 19	280 (40%) CSP integer variables are encoded (157839 clauses, 2461516 bytes)
19.93/20.27	c 21	349 (50%) CSP integer variables are encoded (199194 clauses, 3164551 bytes)
20.22/20.55	c 21	419 (60%) CSP integer variables are encoded (392807 clauses, 6455972 bytes)
20.42/20.79	c 21	489 (70%) CSP integer variables are encoded (584839 clauses, 9720516 bytes)
20.72/21.04	c 21	559 (80%) CSP integer variables are encoded (780835 clauses, 13052448 bytes)
20.91/21.28	c 22	629 (90%) CSP integer variables are encoded (975779 clauses, 16366496 bytes)
21.21/21.53	c 22	698 (100%) CSP integer variables are encoded (1164838 clauses, 19911452 bytes)
68.21/69.09	c 69	4814 (10%) CSP clauses are encoded (5001865 clauses, 106814628 bytes)
92.74/93.80	c 94	9627 (20%) CSP clauses are encoded (7852363 clauses, 174890016 bytes)
109.93/111.20	c 111	14440 (30%) CSP clauses are encoded (10285420 clauses, 235722805 bytes)
123.43/124.93	c 125	19254 (40%) CSP clauses are encoded (12472464 clauses, 291223119 bytes)
135.37/137.05	c 137	24067 (50%) CSP clauses are encoded (14499326 clauses, 343225985 bytes)
146.99/148.85	c 149	28880 (60%) CSP clauses are encoded (16474080 clauses, 393884181 bytes)
160.59/162.68	c 163	33694 (70%) CSP clauses are encoded (18543216 clauses, 447047350 bytes)
173.40/175.69	c 176	38507 (80%) CSP clauses are encoded (20572469 clauses, 499376580 bytes)
186.89/189.39	c 190	43320 (90%) CSP clauses are encoded (22717043 clauses, 554500492 bytes)
199.51/202.19	c 202	48133 (100%) CSP clauses are encoded (24743144 clauses, 606709100 bytes)
199.51/202.19	c 202	48133 CSP clauses encoded
199.51/202.19	c 202	Writing map file : HOME/temp.map
199.62/202.26	c 203	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
199.62/202.26	c 203	SAT : 1194943 SAT variables, 24743144 SAT clauses, 606709100 bytes
199.62/202.26	c 203	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
199.68/202.32	c 203	SOLVING HOME/temp.cnf
199.68/202.32	c 203	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
385.02/388.82	c ERROR INTERRUPTED
385.14/388.93	s UNKNOWN
385.14/388.93	c 389	CPU 195.28 (0.04 0.01 195.24 4.42)
385.14/388.93	c 389	END Sat Jul  5 19:53:11 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-1094846-1215280002/watcher-1094846-1215280002 -o /tmp/evaluation-result-1094846-1215280002/solver-1094846-1215280002 -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-1094846-1215280002.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.98 1.97 1.99 4/82 16101
/proc/meminfo: memFree=1683312/2055920 swapFree=4180436/4192956
[pid=16101] ppid=16099 vsize=12268 CPUtime=0
/proc/16101/stat : 16101 (sugar) R 16099 16101 14240 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 2006972412 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 255548505086 0 0 4224 0 0 0 0 17 1 0 0
/proc/16101/statm: 3067 316 241 3 0 167 0

[startup+0.063476 s]
/proc/loadavg: 1.98 1.97 1.99 4/82 16101
/proc/meminfo: memFree=1683312/2055920 swapFree=4180436/4192956
[pid=16101] ppid=16099 vsize=13600 CPUtime=0.04
/proc/16101/stat : 16101 (sugar) S 16099 16101 14240 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006972412 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16101/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102358 s]
/proc/loadavg: 1.98 1.97 1.99 4/82 16101
/proc/meminfo: memFree=1683312/2055920 swapFree=4180436/4192956
[pid=16101] ppid=16099 vsize=13600 CPUtime=0.04
/proc/16101/stat : 16101 (sugar) S 16099 16101 14240 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006972412 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16101/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302377 s]
/proc/loadavg: 1.98 1.97 1.99 4/82 16101
/proc/meminfo: memFree=1683312/2055920 swapFree=4180436/4192956
[pid=16101] ppid=16099 vsize=13600 CPUtime=0.04
/proc/16101/stat : 16101 (sugar) S 16099 16101 14240 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006972412 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16101/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702415 s]
/proc/loadavg: 1.98 1.97 1.99 4/82 16101
/proc/meminfo: memFree=1683312/2055920 swapFree=4180436/4192956
[pid=16101] ppid=16099 vsize=13600 CPUtime=0.04
/proc/16101/stat : 16101 (sugar) S 16099 16101 14240 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006972412 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16101/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50149 s]
/proc/loadavg: 1.98 1.97 1.99 3/93 16123
/proc/meminfo: memFree=1672792/2055920 swapFree=4180436/4192956
[pid=16101] ppid=16099 vsize=13600 CPUtime=0.73
/proc/16101/stat : 16101 (sugar) S 16099 16101 14240 0 -1 4194304 973 7716 0 1 3 1 65 4 15 0 1 0 2006972412 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16101/statm: 3400 797 370 3 0 500 0
[pid=16114] ppid=16101 vsize=5356 CPUtime=0
/proc/16114/stat : 16114 (sh) S 16101 16101 14240 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006972491 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16114/statm: 1339 233 193 169 0 50 0
[pid=16115] ppid=16114 vsize=868272 CPUtime=0.69
/proc/16115/stat : 16115 (java) S 16114 16101 14240 0 -1 0 5681 0 1 0 66 3 0 0 19 0 9 0 2006972491 889110528 5074 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16115/statm: 217068 5074 1732 9 0 211643 0
[pid=16115/tid=16116] ppid=16114 vsize=868272 CPUtime=0.44
/proc/16115/task/16116/stat : 16116 (java) R 16114 16101 14240 0 -1 64 2683 0 1 0 43 1 0 0 19 0 9 0 2006972492 889110528 5074 996147200 134512640 134550740 4294955952 18446744073709551615 4126428735 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16117] ppid=16114 vsize=868272 CPUtime=0.05
/proc/16115/task/16117/stat : 16117 (java) S 16114 16101 14240 0 -1 64 876 0 0 0 5 0 0 0 16 0 9 0 2006972493 889110528 5074 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16118] ppid=16114 vsize=868272 CPUtime=0
/proc/16115/task/16118/stat : 16118 (java) S 16114 16101 14240 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2006972493 889110528 5074 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16119] ppid=16114 vsize=868272 CPUtime=0
/proc/16115/task/16119/stat : 16119 (java) S 16114 16101 14240 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2006972493 889110528 5074 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16120] ppid=16114 vsize=868272 CPUtime=0
/proc/16115/task/16120/stat : 16120 (java) S 16114 16101 14240 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2006972495 889110528 5074 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16121] ppid=16114 vsize=868272 CPUtime=0.17
/proc/16115/task/16121/stat : 16121 (java) S 16114 16101 14240 0 -1 64 1430 0 0 0 16 1 0 0 16 0 9 0 2006972495 889110528 5074 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16122] ppid=16114 vsize=868272 CPUtime=0
/proc/16115/task/16122/stat : 16122 (java) S 16114 16101 14240 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006972495 889110528 5074 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16123] ppid=16114 vsize=868272 CPUtime=0
/proc/16115/task/16123/stat : 16123 (java) S 16114 16101 14240 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006972495 889110528 5074 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887228

[startup+3.10163 s]
/proc/loadavg: 1.99 1.97 1.99 4/93 16123
/proc/meminfo: memFree=1661080/2055920 swapFree=4180436/4192956
[pid=16101] ppid=16099 vsize=13600 CPUtime=0.73
/proc/16101/stat : 16101 (sugar) S 16099 16101 14240 0 -1 4194304 973 7716 0 1 3 1 65 4 15 0 1 0 2006972412 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16101/statm: 3400 797 370 3 0 500 0
[pid=16114] ppid=16101 vsize=5356 CPUtime=0
/proc/16114/stat : 16114 (sh) S 16101 16101 14240 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006972491 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16114/statm: 1339 233 193 169 0 50 0
[pid=16115] ppid=16114 vsize=868384 CPUtime=2.27
/proc/16115/stat : 16115 (java) S 16114 16101 14240 0 -1 0 7631 0 1 0 222 5 0 0 19 0 9 0 2006972491 889225216 6673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16115/statm: 217096 6673 2540 9 0 211671 0
[pid=16115/tid=16116] ppid=16114 vsize=868384 CPUtime=1.84
/proc/16115/task/16116/stat : 16116 (java) R 16114 16101 14240 0 -1 64 2864 0 1 0 182 2 0 0 25 0 9 0 2006972492 889225216 6673 996147200 134512640 134550740 4294955952 18446744073709551615 4126565741 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16117] ppid=16114 vsize=868384 CPUtime=0.2
/proc/16115/task/16117/stat : 16117 (java) S 16114 16101 14240 0 -1 64 2622 0 0 0 19 1 0 0 16 0 9 0 2006972493 889225216 6673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16118] ppid=16114 vsize=868384 CPUtime=0
/proc/16115/task/16118/stat : 16118 (java) S 16114 16101 14240 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006972493 889225216 6673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16119] ppid=16114 vsize=868384 CPUtime=0
/proc/16115/task/16119/stat : 16119 (java) S 16114 16101 14240 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006972493 889225216 6673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16120] ppid=16114 vsize=868384 CPUtime=0
/proc/16115/task/16120/stat : 16120 (java) S 16114 16101 14240 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2006972495 889225216 6673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16121] ppid=16114 vsize=868384 CPUtime=0.2
/proc/16115/task/16121/stat : 16121 (java) S 16114 16101 14240 0 -1 64 1452 0 0 0 19 1 0 0 16 0 9 0 2006972495 889225216 6673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16122] ppid=16114 vsize=868384 CPUtime=0
/proc/16115/task/16122/stat : 16122 (java) S 16114 16101 14240 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006972495 889225216 6673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16123] ppid=16114 vsize=868384 CPUtime=0
/proc/16115/task/16123/stat : 16123 (java) S 16114 16101 14240 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006972495 889225216 6673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887340

[startup+6.30294 s]
/proc/loadavg: 1.99 1.97 1.99 3/93 16123
/proc/meminfo: memFree=1649688/2055920 swapFree=4180436/4192956
[pid=16101] ppid=16099 vsize=13600 CPUtime=0.73
/proc/16101/stat : 16101 (sugar) S 16099 16101 14240 0 -1 4194304 973 7716 0 1 3 1 65 4 16 0 1 0 2006972412 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16101/statm: 3400 797 370 3 0 500 0
[pid=16114] ppid=16101 vsize=5356 CPUtime=0
/proc/16114/stat : 16114 (sh) S 16101 16101 14240 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006972491 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16114/statm: 1339 233 193 169 0 50 0
[pid=16115] ppid=16114 vsize=868384 CPUtime=5.43
/proc/16115/stat : 16115 (java) S 16114 16101 14240 0 -1 0 9227 0 1 0 534 9 0 0 19 0 9 0 2006972491 889225216 7887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16115/statm: 217096 7887 2540 9 0 211671 0
[pid=16115/tid=16116] ppid=16114 vsize=868384 CPUtime=4.68
/proc/16115/task/16116/stat : 16116 (java) R 16114 16101 14240 0 -1 64 3246 0 1 0 465 3 0 0 25 0 9 0 2006972492 889225216 7887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16117] ppid=16114 vsize=868384 CPUtime=0.52
/proc/16115/task/16117/stat : 16117 (java) R 16114 16101 14240 0 -1 64 3832 0 0 0 48 4 0 0 16 0 9 0 2006972493 889225216 7887 996147200 134512640 134550740 4294955952 18446744073709551615 103736199 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16118] ppid=16114 vsize=868384 CPUtime=0
/proc/16115/task/16118/stat : 16118 (java) S 16114 16101 14240 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006972493 889225216 7887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16119] ppid=16114 vsize=868384 CPUtime=0
/proc/16115/task/16119/stat : 16119 (java) S 16114 16101 14240 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006972493 889225216 7887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16120] ppid=16114 vsize=868384 CPUtime=0
/proc/16115/task/16120/stat : 16120 (java) S 16114 16101 14240 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2006972495 889225216 7887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16121] ppid=16114 vsize=868384 CPUtime=0.21
/proc/16115/task/16121/stat : 16121 (java) S 16114 16101 14240 0 -1 64 1456 0 0 0 20 1 0 0 15 0 9 0 2006972495 889225216 7887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16122] ppid=16114 vsize=868384 CPUtime=0
/proc/16115/task/16122/stat : 16122 (java) S 16114 16101 14240 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006972495 889225216 7887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16123] ppid=16114 vsize=868384 CPUtime=0
/proc/16115/task/16123/stat : 16123 (java) S 16114 16101 14240 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006972495 889225216 7887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887340

[startup+12.7025 s]
/proc/loadavg: 1.99 1.97 1.99 4/93 16123
/proc/meminfo: memFree=1623960/2055920 swapFree=4180436/4192956
[pid=16101] ppid=16099 vsize=13600 CPUtime=0.73
/proc/16101/stat : 16101 (sugar) S 16099 16101 14240 0 -1 4194304 974 7716 0 1 3 1 65 4 15 0 1 0 2006972412 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16101/statm: 3400 797 370 3 0 500 0
[pid=16114] ppid=16101 vsize=5356 CPUtime=0
/proc/16114/stat : 16114 (sh) S 16101 16101 14240 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006972491 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16114/statm: 1339 233 193 169 0 50 0
[pid=16115] ppid=16114 vsize=868384 CPUtime=11.76
/proc/16115/stat : 16115 (java) S 16114 16101 14240 0 -1 0 13161 0 1 0 1160 16 0 0 19 0 9 0 2006972491 889225216 11255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16115/statm: 217096 11255 2541 9 0 211671 0
[pid=16115/tid=16116] ppid=16114 vsize=868384 CPUtime=10.28
/proc/16115/task/16116/stat : 16116 (java) R 16114 16101 14240 0 -1 64 3953 0 1 0 1023 5 0 0 25 0 9 0 2006972492 889225216 11255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16117] ppid=16114 vsize=868384 CPUtime=1.22
/proc/16115/task/16117/stat : 16117 (java) R 16114 16101 14240 0 -1 64 7044 0 0 0 113 9 0 0 16 0 9 0 2006972493 889225216 11255 996147200 134512640 134550740 4294955952 18446744073709551615 102721902 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16118] ppid=16114 vsize=868384 CPUtime=0
/proc/16115/task/16118/stat : 16118 (java) S 16114 16101 14240 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006972493 889225216 11255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16119] ppid=16114 vsize=868384 CPUtime=0
/proc/16115/task/16119/stat : 16119 (java) S 16114 16101 14240 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006972493 889225216 11255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16120] ppid=16114 vsize=868384 CPUtime=0
/proc/16115/task/16120/stat : 16120 (java) S 16114 16101 14240 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2006972495 889225216 11255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16121] ppid=16114 vsize=868384 CPUtime=0.24
/proc/16115/task/16121/stat : 16121 (java) S 16114 16101 14240 0 -1 64 1471 0 0 0 23 1 0 0 15 0 9 0 2006972495 889225216 11255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16122] ppid=16114 vsize=868384 CPUtime=0
/proc/16115/task/16122/stat : 16122 (java) S 16114 16101 14240 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006972495 889225216 11255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16123] ppid=16114 vsize=868384 CPUtime=0
/proc/16115/task/16123/stat : 16123 (java) S 16114 16101 14240 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006972495 889225216 11255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887340

[startup+25.5027 s]
/proc/loadavg: 1.99 1.97 1.99 3/93 16123
/proc/meminfo: memFree=1557592/2055920 swapFree=4180436/4192956
[pid=16101] ppid=16099 vsize=13600 CPUtime=0.73
/proc/16101/stat : 16101 (sugar) S 16099 16101 14240 0 -1 4194304 974 7716 0 1 3 1 65 4 15 0 1 0 2006972412 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16101/statm: 3400 797 370 3 0 500 0
[pid=16114] ppid=16101 vsize=5356 CPUtime=0
/proc/16114/stat : 16114 (sh) S 16101 16101 14240 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006972491 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16114/statm: 1339 233 193 169 0 50 0
[pid=16115] ppid=16114 vsize=868496 CPUtime=24.43
/proc/16115/stat : 16115 (java) S 16114 16101 14240 0 -1 0 13622 0 1 0 2404 39 0 0 19 0 9 0 2006972491 889339904 11332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16115/statm: 217124 11332 2566 9 0 211671 0
[pid=16115/tid=16116] ppid=16114 vsize=868496 CPUtime=22.64
/proc/16115/task/16116/stat : 16116 (java) R 16114 16101 14240 0 -1 64 4380 0 1 0 2239 25 0 0 25 0 9 0 2006972492 889339904 11332 996147200 134512640 134550740 4294955952 18446744073709551615 4126587591 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16117] ppid=16114 vsize=868496 CPUtime=1.49
/proc/16115/task/16117/stat : 16117 (java) S 16114 16101 14240 0 -1 64 7050 0 0 0 137 12 0 0 16 0 9 0 2006972493 889339904 11332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16118] ppid=16114 vsize=868496 CPUtime=0
/proc/16115/task/16118/stat : 16118 (java) S 16114 16101 14240 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006972493 889339904 11332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16119] ppid=16114 vsize=868496 CPUtime=0
/proc/16115/task/16119/stat : 16119 (java) S 16114 16101 14240 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006972493 889339904 11332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=16115/tid=16120] ppid=16114 vsize=868496 CPUtime=0
/proc/16115/task/16120/stat : 16120 (java) S 16114 16101 14240 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2006972495 889339904 11335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16121] ppid=16114 vsize=868496 CPUtime=0.29
/proc/16115/task/16121/stat : 16121 (java) S 16114 16101 14240 0 -1 64 1502 0 0 0 28 1 0 0 16 0 9 0 2006972495 889339904 11335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16122] ppid=16114 vsize=868496 CPUtime=0
/proc/16115/task/16122/stat : 16122 (java) S 16114 16101 14240 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006972495 889339904 11335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16123] ppid=16114 vsize=868496 CPUtime=0
/proc/16115/task/16123/stat : 16123 (java) S 16114 16101 14240 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006972495 889339904 11335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 887452

[startup+102.308 s]
/proc/loadavg: 2.05 1.99 1.99 3/93 16123
/proc/meminfo: memFree=1215000/2055920 swapFree=4180436/4192956
[pid=16101] ppid=16099 vsize=13600 CPUtime=0.73
/proc/16101/stat : 16101 (sugar) S 16099 16101 14240 0 -1 4194304 974 7716 0 1 3 1 65 4 16 0 1 0 2006972412 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16101/statm: 3400 797 370 3 0 500 0
[pid=16114] ppid=16101 vsize=5356 CPUtime=0
/proc/16114/stat : 16114 (sh) S 16101 16101 14240 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006972491 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16114/statm: 1339 233 193 169 0 50 0
[pid=16115] ppid=16114 vsize=868496 CPUtime=100.43
/proc/16115/stat : 16115 (java) S 16114 16101 14240 0 -1 0 15691 0 1 0 9886 157 0 0 19 0 9 0 2006972491 889339904 11338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16115/statm: 217124 11338 2566 9 0 211671 0
[pid=16115/tid=16116] ppid=16114 vsize=868496 CPUtime=97.86
/proc/16115/task/16116/stat : 16116 (java) R 16114 16101 14240 0 -1 64 6443 0 1 0 9656 130 0 0 25 0 9 0 2006972492 889339904 11338 996147200 134512640 134550740 4294955952 18446744073709551615 4126948968 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16117] ppid=16114 vsize=868496 CPUtime=2.24
/proc/16115/task/16117/stat : 16117 (java) S 16114 16101 14240 0 -1 64 7050 0 0 0 200 24 0 0 16 0 9 0 2006972493 889339904 11338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16118] ppid=16114 vsize=868496 CPUtime=0
/proc/16115/task/16118/stat : 16118 (java) S 16114 16101 14240 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006972493 889339904 11338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16119] ppid=16114 vsize=868496 CPUtime=0
/proc/16115/task/16119/stat : 16119 (java) S 16114 16101 14240 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006972493 889339904 11338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16120] ppid=16114 vsize=868496 CPUtime=0
/proc/16115/task/16120/stat : 16120 (java) S 16114 16101 14240 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2006972495 889339904 11338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16121] ppid=16114 vsize=868496 CPUtime=0.29
/proc/16115/task/16121/stat : 16121 (java) S 16114 16101 14240 0 -1 64 1505 0 0 0 28 1 0 0 16 0 9 0 2006972495 889339904 11338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16122] ppid=16114 vsize=868496 CPUtime=0
/proc/16115/task/16122/stat : 16122 (java) S 16114 16101 14240 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006972495 889339904 11338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16123] ppid=16114 vsize=868496 CPUtime=0
/proc/16115/task/16123/stat : 16123 (java) S 16114 16101 14240 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006972495 889339904 11338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.16
Current children cumulated vsize (KiB) 887452

[startup+162.302 s]
/proc/loadavg: 2.08 2.00 2.00 3/93 16123
/proc/meminfo: memFree=848664/2055920 swapFree=4180436/4192956
[pid=16101] ppid=16099 vsize=13600 CPUtime=0.73
/proc/16101/stat : 16101 (sugar) S 16099 16101 14240 0 -1 4194304 974 7716 0 1 3 1 65 4 16 0 1 0 2006972412 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16101/statm: 3400 797 370 3 0 500 0
[pid=16114] ppid=16101 vsize=5356 CPUtime=0
/proc/16114/stat : 16114 (sh) S 16101 16101 14240 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006972491 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16114/statm: 1339 233 193 169 0 50 0
[pid=16115] ppid=16114 vsize=868496 CPUtime=159.57
/proc/16115/stat : 16115 (java) S 16114 16101 14240 0 -1 0 18361 0 1 0 15633 324 0 0 19 0 9 0 2006972491 889339904 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16115/statm: 217124 11339 2566 9 0 211671 0
[pid=16115/tid=16116] ppid=16114 vsize=868496 CPUtime=155.99
/proc/16115/task/16116/stat : 16116 (java) R 16114 16101 14240 0 -1 64 9112 0 1 0 15316 283 0 0 25 0 9 0 2006972492 889339904 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16117] ppid=16114 vsize=868496 CPUtime=3.25
/proc/16115/task/16117/stat : 16117 (java) S 16114 16101 14240 0 -1 64 7050 0 0 0 287 38 0 0 16 0 9 0 2006972493 889339904 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16118] ppid=16114 vsize=868496 CPUtime=0
/proc/16115/task/16118/stat : 16118 (java) S 16114 16101 14240 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006972493 889339904 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16119] ppid=16114 vsize=868496 CPUtime=0
/proc/16115/task/16119/stat : 16119 (java) S 16114 16101 14240 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006972493 889339904 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16120] ppid=16114 vsize=868496 CPUtime=0
/proc/16115/task/16120/stat : 16120 (java) S 16114 16101 14240 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2006972495 889339904 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16121] ppid=16114 vsize=868496 CPUtime=0.29
/proc/16115/task/16121/stat : 16121 (java) S 16114 16101 14240 0 -1 64 1506 0 0 0 28 1 0 0 16 0 9 0 2006972495 889339904 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16122] ppid=16114 vsize=868496 CPUtime=0
/proc/16115/task/16122/stat : 16122 (java) S 16114 16101 14240 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006972495 889339904 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16115/tid=16123] ppid=16114 vsize=868496 CPUtime=0
/proc/16115/task/16123/stat : 16123 (java) S 16114 16101 14240 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006972495 889339904 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.3
Current children cumulated vsize (KiB) 887452

[startup+222.302 s]
/proc/loadavg: 2.14 2.03 2.01 4/84 16125
/proc/meminfo: memFree=257816/2055920 swapFree=4180436/4192956
[pid=16101] ppid=16099 vsize=13600 CPUtime=199.71
/proc/16101/stat : 16101 (sugar) S 16099 16101 14240 0 -1 4194304 1025 28152 0 2 4 1 19524 442 16 0 1 0 2006972412 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16101/statm: 3400 800 370 3 0 500 0
[pid=16124] ppid=16101 vsize=5356 CPUtime=0
/proc/16124/stat : 16124 (sh) S 16101 16101 14240 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006992644 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16124/statm: 1339 232 193 169 0 50 0
[pid=16125] ppid=16124 vsize=204884 CPUtime=19.77
/proc/16125/stat : 16125 (picosat) R 16124 16101 14240 0 -1 4194304 37045 0 0 0 916 1061 0 0 25 0 1 0 2006992645 209801216 37031 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16125/statm: 51221 37031 40 102 0 51116 0
Current children cumulated CPU time (s) 219.48
Current children cumulated vsize (KiB) 223840

[startup+282.303 s]
/proc/loadavg: 2.05 2.02 2.00 3/76 16157
/proc/meminfo: memFree=722016/2055920 swapFree=4180436/4192956
[pid=16101] ppid=16099 vsize=13600 CPUtime=199.71
/proc/16101/stat : 16101 (sugar) S 16099 16101 14240 0 -1 4194304 1025 28152 0 2 4 1 19524 442 16 0 1 0 2006972412 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16101/statm: 3400 800 370 3 0 500 0
[pid=16124] ppid=16101 vsize=5356 CPUtime=0
/proc/16124/stat : 16124 (sh) S 16101 16101 14240 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006992644 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16124/statm: 1339 232 193 169 0 50 0
[pid=16125] ppid=16124 vsize=443212 CPUtime=79.56
/proc/16125/stat : 16125 (picosat) R 16124 16101 14240 0 -1 4194304 94802 0 0 0 3640 4316 0 0 25 0 1 0 2006992645 453849088 94788 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/16125/statm: 110803 94788 40 102 0 110698 0
Current children cumulated CPU time (s) 279.27
Current children cumulated vsize (KiB) 462168

[startup+342.302 s]
/proc/loadavg: 2.02 2.02 2.00 4/85 16280
/proc/meminfo: memFree=489176/2055920 swapFree=4180436/4192956
[pid=16101] ppid=16099 vsize=13600 CPUtime=199.71
/proc/16101/stat : 16101 (sugar) S 16099 16101 14240 0 -1 4194304 1025 28152 0 2 4 1 19524 442 16 0 1 0 2006972412 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16101/statm: 3400 800 370 3 0 500 0
[pid=16124] ppid=16101 vsize=5356 CPUtime=0
/proc/16124/stat : 16124 (sh) S 16101 16101 14240 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006992644 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16124/statm: 1339 232 193 169 0 50 0
[pid=16125] ppid=16124 vsize=679084 CPUtime=139.02
/proc/16125/stat : 16125 (picosat) R 16124 16101 14240 0 -1 4194304 151871 0 0 0 6376 7526 0 0 25 0 1 0 2006992645 695382016 151857 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16125/statm: 169771 151857 40 102 0 169666 0
Current children cumulated CPU time (s) 338.73
Current children cumulated vsize (KiB) 698040



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+388.802 s]
/proc/loadavg: 2.10 2.04 2.01 3/85 16381
/proc/meminfo: memFree=299928/2055920 swapFree=4180436/4192956
[pid=16101] ppid=16099 vsize=13600 CPUtime=199.71
/proc/16101/stat : 16101 (sugar) S 16099 16101 14240 0 -1 4194304 1025 28152 0 2 4 1 19524 442 16 0 1 0 2006972412 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16101/statm: 3400 800 370 3 0 500 0
[pid=16124] ppid=16101 vsize=5356 CPUtime=0
/proc/16124/stat : 16124 (sh) S 16101 16101 14240 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006992644 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16124/statm: 1339 232 193 169 0 50 0
[pid=16125] ppid=16124 vsize=903020 CPUtime=185.31
/proc/16125/stat : 16125 (picosat) R 16124 16101 14240 0 -1 4194304 196458 0 0 0 8519 10012 0 0 25 0 1 0 2006992645 924692480 196444 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/16125/statm: 225755 196444 40 102 0 225650 0
Current children cumulated CPU time (s) 385.02
Current children cumulated vsize (KiB) 921976

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

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

[startup+388.921 s]
/proc/loadavg: 2.10 2.04 2.01 3/85 16381
/proc/meminfo: memFree=299928/2055920 swapFree=4180436/4192956
[pid=16101] ppid=16099 vsize=13600 CPUtime=199.71
/proc/16101/stat : 16101 (sugar) S 16099 16101 14240 0 -1 4194304 1043 28152 0 2 4 1 19524 442 16 0 1 0 2006972412 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/16101/statm: 3400 800 370 3 0 500 0
[pid=16124] ppid=16101 vsize=0 CPUtime=0
/proc/16124/stat : 16124 (sh) Z 16101 16101 14240 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 2006992644 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/16124/statm: 0 0 0 0 0 0 0
[pid=16125] ppid=1 vsize=0 CPUtime=185.43
/proc/16125/stat : 16125 (picosat) R 1 16101 14240 0 -1 4195332 196459 0 0 0 8519 10024 0 0 25 0 1 0 2006992645 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/16125/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 385.14
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16101 and gives
#  childrusage.ru_utime.tv_sec=195
#  childrusage.ru_utime.tv_usec=287311
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=444324
# CPU time returned by wait4() is 199.732
# while last known CPU time is 385.14
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 388.932
CPU time (s): 385.14
CPU user time (s): 280.47
CPU system time (s): 104.67
CPU usage (%): 99.0251
Max. virtual memory (cumulated for all children) (KiB): 921976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 195.287
system time used= 4.44432
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29531
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= 62442
involuntary context switches= 69863

runsolver used 0.488925 second user time and 1.23981 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-05 19:46:42
IDJOB=1094846
IDBENCH=58839
IDSOLVER=345
FILE ID=node48/1094846-1215280002
PBS_JOBID= 7882198
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp19/normalized-fapp19-0350-5.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-1094846-1215280002/watcher-1094846-1215280002 -o /tmp/evaluation-result-1094846-1215280002/solver-1094846-1215280002 -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-1094846-1215280002.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0e6d4c6cfe45c7fb1ed8c7d48e56685a
RANDOM SEED=878785361

node48.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:       1683792 kB
Buffers:         44868 kB
Cached:         201588 kB
SwapCached:       6436 kB
Active:         212152 kB
Inactive:       105816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1683792 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            3888 kB
Writeback:           0 kB
Mapped:          87784 kB
Slab:            39260 kB
Committed_AS:  4337628 kB
PageTables:       1908 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= 66540 MiB
End job on node48 at 2008-07-05 19:53:13