Trace number 1113064

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? 257.548 266.356

General information on the benchmark

Namecsp/fapp/fapp09/
normalized-fapp09-0800-0.xml
MD5SUM501a3c19e285c0ae9d47bc368e869aab
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints78
Best CPU time to get the best result obtained on this benchmark3600.02
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints8975
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8975
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.14	c 0	Sugar v1-13 + HOME/minisat
0.00/0.14	c 0	BEGIN Sat Jul 12 17:42:52 2008
0.00/0.14	c 0	PID 13844
0.00/0.14	c 0	HOST node35.alineos.net
0.00/0.14	c 0	CONVERTING HOME/instance-1113064-1215877372.xml TO HOME/temp.csp
0.00/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113064-1215877372.xml' 'HOME/temp.csp'
1.06/1.21	c 1	33 domains, 800 variables, 7 predicates, 0 relations, 8975 constraints
1.06/1.26	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.06/1.26	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.09/1.34	c 1	Parsing HOME/temp.csp
1.09/1.88	c 2	parsed 9815 expressions
1.09/1.89	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.09/1.95	c 2	MAX CSP: 8975 constraints
1.09/1.95	c 2	Converting to clausal form CSP
3.49/3.71	c 4	converted 1880 (10%) expressions
5.87/6.12	c 6	converted 3759 (20%) expressions
7.84/8.19	c 8	converted 5638 (30%) expressions
9.24/9.59	c 10	converted 7518 (40%) expressions
11.61/11.95	c 12	converted 9397 (50%) expressions
13.09/13.40	c 14	converted 11276 (60%) expressions
14.47/14.87	c 15	converted 13156 (70%) expressions
16.56/16.93	c 17	converted 15035 (80%) expressions
17.94/18.37	c 18	converted 16914 (90%) expressions
20.23/20.61	c 21	converted 18793 (100%) expressions
20.23/20.62	c 21	CSP : 19550 integers, 34506 booleans, 80524 clauses, largest domain size 13463
20.23/20.62	c 21	Heap : 134 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.23/20.62	c 21	Propagation in CSP
21.41/21.89	c 22	8968 values, 0 unsatisfiable literals, and 0 valid clauses are removed
21.41/21.90	c 22	CSP : 19550 integers, 34506 booleans, 80524 clauses, largest domain size 8976
21.51/21.90	c 22	Heap : 141 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.51/21.95	c 22	Simplifing CSP by introducing new Boolean variables
21.61/22.05	c 22	CSP : 19550 integers, 50800 booleans, 96818 clauses, largest domain size 8976
21.61/22.05	c 22	Heap : 147 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
22.60/23.08	c 23	Encoding CSP to SAT : HOME/temp.cnf
25.36/25.80	c 26	1955 (10%) CSP integer variables are encoded (484199 clauses, 8010722 bytes)
25.77/26.27	c 26	3910 (20%) CSP integer variables are encoded (853462 clauses, 14288193 bytes)
25.85/26.38	c 27	5865 (30%) CSP integer variables are encoded (924648 clauses, 15498355 bytes)
25.85/26.40	c 27	7820 (40%) CSP integer variables are encoded (938136 clauses, 15727651 bytes)
25.95/26.40	c 27	9775 (50%) CSP integer variables are encoded (940788 clauses, 15772735 bytes)
25.95/26.43	c 27	11730 (60%) CSP integer variables are encoded (960158 clauses, 16102025 bytes)
25.95/26.45	c 27	13685 (70%) CSP integer variables are encoded (979281 clauses, 16427116 bytes)
25.95/26.49	c 27	15640 (80%) CSP integer variables are encoded (1004561 clauses, 16894717 bytes)
26.05/26.52	c 27	17595 (90%) CSP integer variables are encoded (1024788 clauses, 17279030 bytes)
26.15/26.68	c 27	19550 (100%) CSP integer variables are encoded (1157762 clauses, 19805536 bytes)
40.68/41.36	c 41	9682 (10%) CSP clauses are encoded (3512300 clauses, 71937804 bytes)
50.75/51.51	c 52	19364 (20%) CSP clauses are encoded (5382999 clauses, 115190549 bytes)
58.16/59.07	c 59	29046 (30%) CSP clauses are encoded (7118294 clauses, 157826947 bytes)
61.51/62.45	c 63	38728 (40%) CSP clauses are encoded (7991728 clauses, 179942506 bytes)
65.07/66.03	c 66	48409 (50%) CSP clauses are encoded (9016011 clauses, 206260841 bytes)
68.72/69.71	c 70	58091 (60%) CSP clauses are encoded (10104825 clauses, 234593532 bytes)
71.93/73.00	c 73	67773 (70%) CSP clauses are encoded (11081132 clauses, 259848654 bytes)
75.46/76.61	c 77	77455 (80%) CSP clauses are encoded (12127892 clauses, 287166954 bytes)
88.64/90.17	c 90	87137 (90%) CSP clauses are encoded (18947905 clauses, 454363126 bytes)
256.63/264.04	c 264	ERROR Exception Too large HOME/temp.cnf
256.66/264.18	c 264	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
256.66/264.18	c 264	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
256.66/264.18	c 264	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
256.66/264.18	s UNKNOWN
256.69/264.45	c 265	CPU 240.64 (0.03 0.01 240.61 16.05)
256.69/264.45	c 265	END Sat Jul 12 17:47:17 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1113064-1215877372/watcher-1113064-1215877372 -o /tmp/evaluation-result-1113064-1215877372/solver-1113064-1215877372 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1113064-1215877372.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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.79 2.79 2.77 4/81 13844
/proc/meminfo: memFree=1668496/2055920 swapFree=4192812/4192956
[pid=13844] ppid=13842 vsize=18572 CPUtime=0
/proc/13844/stat : 13844 (runsolver) D 13842 13844 13412 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 44438446 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 266134416679 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/13844/statm: 4643 292 257 25 0 2626 0

[startup+0.0281959 s]
/proc/loadavg: 2.79 2.79 2.77 4/81 13844
/proc/meminfo: memFree=1668496/2055920 swapFree=4192812/4192956
[pid=13844] ppid=13842 vsize=124 CPUtime=0
/proc/13844/stat : 13844 (sugar) D 13842 13844 13412 0 -1 4194304 37 0 1 0 0 0 0 0 18 0 1 0 44438446 126976 23 996147200 4194304 4206940 548682068592 18446744073709551615 266131797481 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/13844/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101207 s]
/proc/loadavg: 2.79 2.79 2.77 4/81 13844
/proc/meminfo: memFree=1668496/2055920 swapFree=4192812/4192956
[pid=13844] ppid=13842 vsize=12412 CPUtime=0
/proc/13844/stat : 13844 (sugar) D 13842 13844 13412 0 -1 4194304 411 0 3 0 0 0 0 0 18 0 1 0 44438446 12709888 382 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/13844/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301231 s]
/proc/loadavg: 2.79 2.79 2.77 4/81 13844
/proc/meminfo: memFree=1668496/2055920 swapFree=4192812/4192956
[pid=13844] ppid=13842 vsize=13600 CPUtime=0.04
/proc/13844/stat : 13844 (sugar) S 13842 13844 13412 0 -1 4194304 895 127 3 0 3 1 0 0 19 0 1 0 44438446 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13844/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701282 s]
/proc/loadavg: 2.79 2.79 2.77 4/81 13844
/proc/meminfo: memFree=1668496/2055920 swapFree=4192812/4192956
[pid=13844] ppid=13842 vsize=13600 CPUtime=0.04
/proc/13844/stat : 13844 (sugar) S 13842 13844 13412 0 -1 4194304 895 127 3 0 3 1 0 0 19 0 1 0 44438446 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13844/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50136 s]
/proc/loadavg: 2.79 2.79 2.77 4/92 13856
/proc/meminfo: memFree=1646200/2055920 swapFree=4192812/4192956
[pid=13844] ppid=13842 vsize=13600 CPUtime=1.09
/proc/13844/stat : 13844 (sugar) S 13842 13844 13412 0 -1 4194304 971 8892 3 1 3 1 99 6 16 0 1 0 44438446 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13844/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 13600

[startup+3.10254 s]
/proc/loadavg: 2.79 2.79 2.77 4/92 13866
/proc/meminfo: memFree=1650936/2055920 swapFree=4192812/4192956
[pid=13844] ppid=13842 vsize=13600 CPUtime=1.09
/proc/13844/stat : 13844 (sugar) S 13842 13844 13412 0 -1 4194304 971 8892 3 1 3 1 99 6 15 0 1 0 44438446 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13844/statm: 3400 797 370 3 0 500 0
[pid=13857] ppid=13844 vsize=5356 CPUtime=0
/proc/13857/stat : 13857 (sh) S 13844 13844 13412 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44438572 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13857/statm: 1339 233 193 169 0 50 0
[pid=13858] ppid=13857 vsize=868696 CPUtime=1.82
/proc/13858/stat : 13858 (java) S 13857 13844 13412 0 -1 0 9289 0 1 0 177 5 0 0 18 0 9 0 44438572 889544704 8341 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13858/statm: 217174 8341 2540 9 0 211749 0
[pid=13858/tid=13859] ppid=13857 vsize=868696 CPUtime=1.25
/proc/13858/task/13859/stat : 13859 (java) R 13857 13844 13412 0 -1 64 2663 0 1 0 124 1 0 0 25 0 9 0 44438573 889544704 8341 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13860] ppid=13857 vsize=868696 CPUtime=0.34
/proc/13858/task/13860/stat : 13860 (java) R 13857 13844 13412 0 -1 64 4490 0 0 0 32 2 0 0 16 0 9 0 44438574 889544704 8341 996147200 134512640 134550740 4294955936 18446744073709551615 102687684 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13861] ppid=13857 vsize=868696 CPUtime=0
/proc/13858/task/13861/stat : 13861 (java) S 13857 13844 13412 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44438574 889544704 8341 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13862] ppid=13857 vsize=868696 CPUtime=0
/proc/13858/task/13862/stat : 13862 (java) S 13857 13844 13412 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44438574 889544704 8341 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13863] ppid=13857 vsize=868696 CPUtime=0
/proc/13858/task/13863/stat : 13863 (java) S 13857 13844 13412 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44438576 889544704 8341 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13864] ppid=13857 vsize=868696 CPUtime=0.19
/proc/13858/task/13864/stat : 13864 (java) S 13857 13844 13412 0 -1 64 1439 0 0 0 19 0 0 0 15 0 9 0 44438576 889544704 8341 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13865] ppid=13857 vsize=868696 CPUtime=0
/proc/13858/task/13865/stat : 13865 (java) S 13857 13844 13412 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44438576 889544704 8341 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13866] ppid=13857 vsize=868696 CPUtime=0
/proc/13858/task/13866/stat : 13866 (java) S 13857 13844 13412 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44438577 889544704 8341 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 887652

[startup+6.30189 s]
/proc/loadavg: 2.73 2.77 2.76 3/92 13866
/proc/meminfo: memFree=1628600/2055920 swapFree=4192812/4192956
[pid=13844] ppid=13842 vsize=13600 CPUtime=1.09
/proc/13844/stat : 13844 (sugar) S 13842 13844 13412 0 -1 4194304 971 8892 3 1 3 1 99 6 16 0 1 0 44438446 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13844/statm: 3400 797 370 3 0 500 0
[pid=13857] ppid=13844 vsize=5356 CPUtime=0
/proc/13857/stat : 13857 (sh) S 13844 13844 13412 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44438572 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13857/statm: 1339 233 193 169 0 50 0
[pid=13858] ppid=13857 vsize=868444 CPUtime=4.98
/proc/13858/stat : 13858 (java) S 13857 13844 13412 0 -1 0 14160 0 1 0 489 9 0 0 18 0 9 0 44438572 889286656 12976 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13858/statm: 217111 12976 2540 9 0 211686 0
[pid=13858/tid=13859] ppid=13857 vsize=868444 CPUtime=3.92
/proc/13858/task/13859/stat : 13859 (java) R 13857 13844 13412 0 -1 64 3013 0 1 0 390 2 0 0 25 0 9 0 44438573 889286656 12976 996147200 134512640 134550740 4294955936 18446744073709551615 4126591421 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13860] ppid=13857 vsize=868444 CPUtime=0.81
/proc/13858/task/13860/stat : 13860 (java) S 13857 13844 13412 0 -1 64 8998 0 0 0 76 5 0 0 16 0 9 0 44438574 889286656 12976 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13861] ppid=13857 vsize=868444 CPUtime=0
/proc/13858/task/13861/stat : 13861 (java) S 13857 13844 13412 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44438574 889286656 12976 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13862] ppid=13857 vsize=868444 CPUtime=0
/proc/13858/task/13862/stat : 13862 (java) S 13857 13844 13412 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44438574 889286656 12976 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13863] ppid=13857 vsize=868444 CPUtime=0
/proc/13858/task/13863/stat : 13863 (java) S 13857 13844 13412 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44438576 889286656 12976 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13864] ppid=13857 vsize=868444 CPUtime=0.21
/proc/13858/task/13864/stat : 13864 (java) S 13857 13844 13412 0 -1 64 1452 0 0 0 21 0 0 0 16 0 9 0 44438576 889286656 12976 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13865] ppid=13857 vsize=868444 CPUtime=0
/proc/13858/task/13865/stat : 13865 (java) S 13857 13844 13412 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44438576 889286656 12976 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13866] ppid=13857 vsize=868444 CPUtime=0
/proc/13858/task/13866/stat : 13866 (java) S 13857 13844 13412 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44438577 889286656 12976 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 887400

[startup+12.7026 s]
/proc/loadavg: 2.75 2.78 2.76 3/92 13866
/proc/meminfo: memFree=1583480/2055920 swapFree=4192812/4192956
[pid=13844] ppid=13842 vsize=13600 CPUtime=1.09
/proc/13844/stat : 13844 (sugar) S 13842 13844 13412 0 -1 4194304 971 8892 3 1 3 1 99 6 16 0 1 0 44438446 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13844/statm: 3400 797 370 3 0 500 0
[pid=13857] ppid=13844 vsize=5356 CPUtime=0
/proc/13857/stat : 13857 (sh) S 13844 13844 13412 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44438572 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13857/statm: 1339 233 193 169 0 50 0
[pid=13858] ppid=13857 vsize=868444 CPUtime=11.31
/proc/13858/stat : 13858 (java) S 13857 13844 13412 0 -1 0 33070 0 1 0 1112 19 0 0 18 0 9 0 44438572 889286656 24100 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13858/statm: 217111 24100 2540 9 0 211686 0
[pid=13858/tid=13859] ppid=13857 vsize=868444 CPUtime=8.73
/proc/13858/task/13859/stat : 13859 (java) R 13857 13844 13412 0 -1 64 3735 0 1 0 871 2 0 0 25 0 9 0 44438573 889286656 24100 996147200 134512640 134550740 4294955936 18446744073709551615 4126630209 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13860] ppid=13857 vsize=868444 CPUtime=2.33
/proc/13858/task/13860/stat : 13860 (java) S 13857 13844 13412 0 -1 64 27186 0 0 0 218 15 0 0 16 0 9 0 44438574 889286656 24100 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13861] ppid=13857 vsize=868444 CPUtime=0
/proc/13858/task/13861/stat : 13861 (java) S 13857 13844 13412 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44438574 889286656 24100 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13862] ppid=13857 vsize=868444 CPUtime=0
/proc/13858/task/13862/stat : 13862 (java) S 13857 13844 13412 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44438574 889286656 24100 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13863] ppid=13857 vsize=868444 CPUtime=0
/proc/13858/task/13863/stat : 13863 (java) S 13857 13844 13412 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44438576 889286656 24100 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13864] ppid=13857 vsize=868444 CPUtime=0.21
/proc/13858/task/13864/stat : 13864 (java) S 13857 13844 13412 0 -1 64 1452 0 0 0 21 0 0 0 15 0 9 0 44438576 889286656 24100 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13865] ppid=13857 vsize=868444 CPUtime=0
/proc/13858/task/13865/stat : 13865 (java) S 13857 13844 13412 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44438576 889286656 24100 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13866] ppid=13857 vsize=868444 CPUtime=0
/proc/13858/task/13866/stat : 13866 (java) S 13857 13844 13412 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44438577 889286656 24100 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 887400

[startup+25.503 s]
/proc/loadavg: 2.66 2.75 2.75 3/92 13866
/proc/meminfo: memFree=1500664/2055920 swapFree=4192812/4192956
[pid=13844] ppid=13842 vsize=13600 CPUtime=1.09
/proc/13844/stat : 13844 (sugar) S 13842 13844 13412 0 -1 4194304 971 8892 3 1 3 1 99 6 16 0 1 0 44438446 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13844/statm: 3400 797 370 3 0 500 0
[pid=13857] ppid=13844 vsize=5356 CPUtime=0
/proc/13857/stat : 13857 (sh) S 13844 13844 13412 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44438572 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13857/statm: 1339 233 193 169 0 50 0
[pid=13858] ppid=13857 vsize=868556 CPUtime=23.97
/proc/13858/stat : 13858 (java) S 13857 13844 13412 0 -1 0 57906 0 2 0 2363 34 0 0 18 0 9 0 44438572 889401344 43061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13858/statm: 217139 43061 2566 9 0 211686 0
[pid=13858/tid=13859] ppid=13857 vsize=868556 CPUtime=18.47
/proc/13858/task/13859/stat : 13859 (java) R 13857 13844 13412 0 -1 64 4913 0 2 0 1841 6 0 0 25 0 9 0 44438573 889401344 43061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13860] ppid=13857 vsize=868556 CPUtime=5.19
/proc/13858/task/13860/stat : 13860 (java) S 13857 13844 13412 0 -1 64 50798 0 0 0 493 26 0 0 16 0 9 0 44438574 889401344 43061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13861] ppid=13857 vsize=868556 CPUtime=0
/proc/13858/task/13861/stat : 13861 (java) S 13857 13844 13412 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44438574 889401344 43061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13862] ppid=13857 vsize=868556 CPUtime=0
/proc/13858/task/13862/stat : 13862 (java) S 13857 13844 13412 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44438574 889401344 43061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13863] ppid=13857 vsize=868556 CPUtime=0
/proc/13858/task/13863/stat : 13863 (java) S 13857 13844 13412 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44438576 889401344 43061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13864] ppid=13857 vsize=868556 CPUtime=0.29
/proc/13858/task/13864/stat : 13864 (java) S 13857 13844 13412 0 -1 64 1498 0 0 0 29 0 0 0 17 0 9 0 44438576 889401344 43061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13865] ppid=13857 vsize=868556 CPUtime=0
/proc/13858/task/13865/stat : 13865 (java) S 13857 13844 13412 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44438576 889401344 43061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13866] ppid=13857 vsize=868556 CPUtime=0
/proc/13858/task/13866/stat : 13866 (java) S 13857 13844 13412 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44438577 889401344 43061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 887512

[startup+51.1029 s]
/proc/loadavg: 2.44 2.69 2.73 3/92 13866
/proc/meminfo: memFree=1391864/2055920 swapFree=4192812/4192956
[pid=13844] ppid=13842 vsize=13600 CPUtime=1.09
/proc/13844/stat : 13844 (sugar) S 13842 13844 13412 0 -1 4194304 971 8892 3 1 3 1 99 6 16 0 1 0 44438446 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13844/statm: 3400 797 370 3 0 500 0
[pid=13857] ppid=13844 vsize=5356 CPUtime=0
/proc/13857/stat : 13857 (sh) S 13844 13844 13412 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44438572 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13857/statm: 1339 233 193 169 0 50 0
[pid=13858] ppid=13857 vsize=868556 CPUtime=49.27
/proc/13858/stat : 13858 (java) S 13857 13844 13412 0 -1 0 58125 0 2 0 4828 99 0 0 18 0 9 0 44438572 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/13857/stat : 13857 (sh) S 13844 13844 13412 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44438572 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13857/statm: 1339 233 193 169 0 50 0
[pid=13858] ppid=13857 vsize=868556 CPUtime=223.33
/proc/13858/stat : 13858 (java) S 13857 13844 13412 0 -1 0 61193 0 2 0 21008 1325 0 0 18 0 9 0 44438572 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13858/statm: 217139 43081 2566 9 0 211686 0
[pid=13858/tid=13859] ppid=13857 vsize=868556 CPUtime=215.25
/proc/13858/task/13859/stat : 13859 (java) R 13857 13844 13412 0 -1 64 8182 0 2 0 20251 1274 0 0 25 0 9 0 44438573 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13860] ppid=13857 vsize=868556 CPUtime=7.73
/proc/13858/task/13860/stat : 13860 (java) S 13857 13844 13412 0 -1 64 50798 0 0 0 724 49 0 0 16 0 9 0 44438574 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13861] ppid=13857 vsize=868556 CPUtime=0
/proc/13858/task/13861/stat : 13861 (java) S 13857 13844 13412 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44438574 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13862] ppid=13857 vsize=868556 CPUtime=0
/proc/13858/task/13862/stat : 13862 (java) S 13857 13844 13412 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44438574 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13863] ppid=13857 vsize=868556 CPUtime=0
/proc/13858/task/13863/stat : 13863 (java) S 13857 13844 13412 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44438576 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13864] ppid=13857 vsize=868556 CPUtime=0.32
/proc/13858/task/13864/stat : 13864 (java) S 13857 13844 13412 0 -1 64 1516 0 0 0 32 0 0 0 16 0 9 0 44438576 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13865] ppid=13857 vsize=868556 CPUtime=0
/proc/13858/task/13865/stat : 13865 (java) S 13857 13844 13412 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44438576 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13866] ppid=13857 vsize=868556 CPUtime=0
/proc/13858/task/13866/stat : 13866 (java) S 13857 13844 13412 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44438577 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 224.42
Current children cumulated vsize (KiB) 887512

[startup+243.307 s]
/proc/loadavg: 3.16 2.85 2.77 4/92 13866
/proc/meminfo: memFree=15736/2055920 swapFree=4192812/4192956
[pid=13844] ppid=13842 vsize=13600 CPUtime=1.09
/proc/13844/stat : 13844 (sugar) S 13842 13844 13412 0 -1 4194304 971 8892 3 1 3 1 99 6 16 0 1 0 44438446 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13844/statm: 3400 797 370 3 0 500 0
[pid=13857] ppid=13844 vsize=5356 CPUtime=0
/proc/13857/stat : 13857 (sh) S 13844 13844 13412 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44438572 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13857/statm: 1339 233 193 169 0 50 0
[pid=13858] ppid=13857 vsize=868556 CPUtime=235.6
/proc/13858/stat : 13858 (java) S 13857 13844 13412 0 -1 0 61442 0 2 0 22131 1429 0 0 18 0 9 0 44438572 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13858/statm: 217139 43081 2566 9 0 211686 0
[pid=13858/tid=13859] ppid=13857 vsize=868556 CPUtime=227.33
/proc/13858/task/13859/stat : 13859 (java) R 13857 13844 13412 0 -1 64 8431 0 2 0 21356 1377 0 0 25 0 9 0 44438573 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4127114552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13860] ppid=13857 vsize=868556 CPUtime=7.92
/proc/13858/task/13860/stat : 13860 (java) S 13857 13844 13412 0 -1 64 50798 0 0 0 742 50 0 0 16 0 9 0 44438574 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13861] ppid=13857 vsize=868556 CPUtime=0
/proc/13858/task/13861/stat : 13861 (java) S 13857 13844 13412 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44438574 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13862] ppid=13857 vsize=868556 CPUtime=0
/proc/13858/task/13862/stat : 13862 (java) S 13857 13844 13412 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44438574 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13863] ppid=13857 vsize=868556 CPUtime=0
/proc/13858/task/13863/stat : 13863 (java) S 13857 13844 13412 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44438576 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13864] ppid=13857 vsize=868556 CPUtime=0.32
/proc/13858/task/13864/stat : 13864 (java) S 13857 13844 13412 0 -1 64 1516 0 0 0 32 0 0 0 16 0 9 0 44438576 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13865] ppid=13857 vsize=868556 CPUtime=0
/proc/13858/task/13865/stat : 13865 (java) S 13857 13844 13412 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44438576 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13866] ppid=13857 vsize=868556 CPUtime=0
/proc/13858/task/13866/stat : 13866 (java) S 13857 13844 13412 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44438577 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 236.69
Current children cumulated vsize (KiB) 887512

[startup+256.101 s]
/proc/loadavg: 3.13 2.85 2.77 3/92 13866
/proc/meminfo: memFree=16120/2055920 swapFree=4192812/4192956
[pid=13844] ppid=13842 vsize=13600 CPUtime=1.09
/proc/13844/stat : 13844 (sugar) S 13842 13844 13412 0 -1 4194304 971 8892 3 1 3 1 99 6 16 0 1 0 44438446 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13844/statm: 3400 797 370 3 0 500 0
[pid=13857] ppid=13844 vsize=5356 CPUtime=0
/proc/13857/stat : 13857 (sh) S 13844 13844 13412 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44438572 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13857/statm: 1339 233 193 169 0 50 0
[pid=13858] ppid=13857 vsize=868556 CPUtime=247.98
/proc/13858/stat : 13858 (java) S 13857 13844 13412 0 -1 0 61691 0 2 0 23264 1534 0 0 18 0 9 0 44438572 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13858/statm: 217139 43081 2566 9 0 211686 0
[pid=13858/tid=13859] ppid=13857 vsize=868556 CPUtime=239.5
/proc/13858/task/13859/stat : 13859 (java) R 13857 13844 13412 0 -1 64 8680 0 2 0 22470 1480 0 0 25 0 9 0 44438573 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13860] ppid=13857 vsize=868556 CPUtime=8.12
/proc/13858/task/13860/stat : 13860 (java) S 13857 13844 13412 0 -1 64 50798 0 0 0 760 52 0 0 16 0 9 0 44438574 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13861] ppid=13857 vsize=868556 CPUtime=0
/proc/13858/task/13861/stat : 13861 (java) S 13857 13844 13412 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44438574 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13862] ppid=13857 vsize=868556 CPUtime=0
/proc/13858/task/13862/stat : 13862 (java) S 13857 13844 13412 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44438574 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13863] ppid=13857 vsize=868556 CPUtime=0
/proc/13858/task/13863/stat : 13863 (java) S 13857 13844 13412 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44438576 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13864] ppid=13857 vsize=868556 CPUtime=0.32
/proc/13858/task/13864/stat : 13864 (java) S 13857 13844 13412 0 -1 64 1516 0 0 0 32 0 0 0 16 0 9 0 44438576 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13865] ppid=13857 vsize=868556 CPUtime=0
/proc/13858/task/13865/stat : 13865 (java) S 13857 13844 13412 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44438576 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13866] ppid=13857 vsize=868556 CPUtime=0
/proc/13858/task/13866/stat : 13866 (java) S 13857 13844 13412 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44438577 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 249.07
Current children cumulated vsize (KiB) 887512

[startup+262.503 s]
/proc/loadavg: 3.12 2.85 2.77 3/92 13866
/proc/meminfo: memFree=15928/2055920 swapFree=4192812/4192956
[pid=13844] ppid=13842 vsize=13600 CPUtime=1.09
/proc/13844/stat : 13844 (sugar) S 13842 13844 13412 0 -1 4194304 971 8892 3 1 3 1 99 6 16 0 1 0 44438446 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13844/statm: 3400 797 370 3 0 500 0
[pid=13857] ppid=13844 vsize=5356 CPUtime=0
/proc/13857/stat : 13857 (sh) S 13844 13844 13412 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44438572 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13857/statm: 1339 233 193 169 0 50 0
[pid=13858] ppid=13857 vsize=868556 CPUtime=254.08
/proc/13858/stat : 13858 (java) S 13857 13844 13412 0 -1 0 61813 0 2 0 23825 1583 0 0 18 0 9 0 44438572 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13858/statm: 217139 43081 2566 9 0 211686 0
[pid=13858/tid=13859] ppid=13857 vsize=868556 CPUtime=245.51
/proc/13858/task/13859/stat : 13859 (java) R 13857 13844 13412 0 -1 64 8802 0 2 0 23023 1528 0 0 25 0 9 0 44438573 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4126645552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13860] ppid=13857 vsize=868556 CPUtime=8.22
/proc/13858/task/13860/stat : 13860 (java) S 13857 13844 13412 0 -1 64 50798 0 0 0 769 53 0 0 16 0 9 0 44438574 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13861] ppid=13857 vsize=868556 CPUtime=0
/proc/13858/task/13861/stat : 13861 (java) S 13857 13844 13412 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44438574 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13862] ppid=13857 vsize=868556 CPUtime=0
/proc/13858/task/13862/stat : 13862 (java) S 13857 13844 13412 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44438574 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13863] ppid=13857 vsize=868556 CPUtime=0
/proc/13858/task/13863/stat : 13863 (java) S 13857 13844 13412 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44438576 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13864] ppid=13857 vsize=868556 CPUtime=0.32
/proc/13858/task/13864/stat : 13864 (java) S 13857 13844 13412 0 -1 64 1516 0 0 0 32 0 0 0 16 0 9 0 44438576 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13865] ppid=13857 vsize=868556 CPUtime=0
/proc/13858/task/13865/stat : 13865 (java) S 13857 13844 13412 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44438576 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13866] ppid=13857 vsize=868556 CPUtime=0
/proc/13858/task/13866/stat : 13866 (java) S 13857 13844 13412 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44438577 889401344 43081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 255.17
Current children cumulated vsize (KiB) 887512

[startup+264.102 s]
/proc/loadavg: 3.11 2.86 2.78 2/90 13866
/proc/meminfo: memFree=15992/2055920 swapFree=4192812/4192956
[pid=13844] ppid=13842 vsize=13600 CPUtime=1.09
/proc/13844/stat : 13844 (sugar) S 13842 13844 13412 0 -1 4194304 972 8892 3 1 3 1 99 6 16 0 1 0 44438446 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13844/statm: 3400 797 370 3 0 500 0
[pid=13857] ppid=13844 vsize=5356 CPUtime=0
/proc/13857/stat : 13857 (sh) S 13844 13844 13412 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44438572 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13857/statm: 1339 233 193 169 0 50 0
[pid=13858] ppid=13857 vsize=868556 CPUtime=255.57
/proc/13858/stat : 13858 (java) S 13857 13844 13412 0 -1 0 61855 0 2 0 23961 1596 0 0 18 0 7 0 44438572 889401344 43089 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13858/statm: 217139 43089 2567 9 0 211686 0
[pid=13858/tid=13859] ppid=13857 vsize=868556 CPUtime=246.98
/proc/13858/task/13859/stat : 13859 (java) S 13857 13844 13412 0 -1 64 8839 0 2 0 23157 1541 0 0 24 0 7 0 44438573 889401344 43089 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13860] ppid=13857 vsize=868556 CPUtime=8.25
/proc/13858/task/13860/stat : 13860 (java) D 13857 13844 13412 0 -1 64 50798 0 0 0 772 53 0 0 15 0 7 0 44438574 889401344 43089 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=13858/tid=13861] ppid=13857 vsize=868556 CPUtime=0
/proc/13858/task/13861/stat : 13861 (java) S 13857 13844 13412 0 -1 64 10 0 0 0 0 0 0 0 16 0 7 0 44438574 889401344 43089 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13862] ppid=13857 vsize=868556 CPUtime=0
/proc/13858/task/13862/stat : 13862 (java) S 13857 13844 13412 0 -1 64 9 0 0 0 0 0 0 0 16 0 7 0 44438574 889401344 43089 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13864] ppid=13857 vsize=868556 CPUtime=0.32
/proc/13858/task/13864/stat : 13864 (java) S 13857 13844 13412 0 -1 64 1516 0 0 0 32 0 0 0 16 0 7 0 44438576 889401344 43089 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13858/tid=13865] ppid=13857 vsize=868556 CPUtime=0
/proc/13858/task/13865/stat : 13865 (java) S 13857 13844 13412 0 -1 64 2 0 0 0 0 0 0 0 19 0 7 0 44438576 889401344 43089 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 256.66
Current children cumulated vsize (KiB) 887512

[startup+265.701 s]
/proc/loadavg: 3.11 2.86 2.78 3/82 13866
/proc/meminfo: memFree=1686536/2055920 swapFree=4192812/4192956
[pid=13844] ppid=13842 vsize=13600 CPUtime=257.48
/proc/13844/stat : 13844 (sugar) D 13842 13844 13412 0 -1 4194304 995 71034 3 3 3 79 24061 1605 15 0 1 0 44438446 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 266134590505 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13844/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 257.48
Current children cumulated vsize (KiB) 13600

[startup+266.101 s]
/proc/loadavg: 3.11 2.86 2.78 3/82 13866
/proc/meminfo: memFree=1686536/2055920 swapFree=4192812/4192956
[pid=13844] ppid=13842 vsize=13600 CPUtime=257.51
/proc/13844/stat : 13844 (sugar) D 13842 13844 13412 0 -1 4194304 995 71034 3 3 3 82 24061 1605 15 0 1 0 44438446 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 266134590505 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13844/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 257.51
Current children cumulated vsize (KiB) 13600

[startup+266.301 s]
/proc/loadavg: 3.11 2.86 2.78 2/82 13866
/proc/meminfo: memFree=1685640/2055920 swapFree=4192812/4192956
[pid=13844] ppid=13842 vsize=13600 CPUtime=257.52
/proc/13844/stat : 13844 (sugar) D 13842 13844 13412 0 -1 4194304 995 71034 3 3 3 83 24061 1605 15 0 1 0 44438446 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 266134590505 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13844/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 257.52
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 266.356
CPU time (s): 257.548
CPU user time (s): 240.653
CPU system time (s): 16.8944
CPU usage (%): 96.693
Max. virtual memory (cumulated for all children) (KiB): 897652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 240.653
system time used= 16.8944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72059
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37666
involuntary context switches= 45849

runsolver used 0.342947 second user time and 0.933858 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-12 17:42:52
IDJOB=1113064
IDBENCH=61520
IDSOLVER=368
FILE ID=node35/1113064-1215877372
PBS_JOBID= 7903571
Free space on /tmp= 66480 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp09/normalized-fapp09-0800-0.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1113064-1215877372/watcher-1113064-1215877372 -o /tmp/evaluation-result-1113064-1215877372/solver-1113064-1215877372 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1113064-1215877372.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 501a3c19e285c0ae9d47bc368e869aab
RANDOM SEED=1468177724

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.229
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.229
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:       1668976 kB
Buffers:          5212 kB
Cached:          47012 kB
SwapCached:          0 kB
Active:         316152 kB
Inactive:        20308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1668976 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2516 kB
Writeback:           0 kB
Mapped:         304432 kB
Slab:            34956 kB
Committed_AS:   585476 kB
PageTables:       2460 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= 66480 MiB
End job on node35 at 2008-07-12 17:47:19