Trace number 1112908

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? 869.3 883.152

General information on the benchmark

Namecsp/fapp/fapp30/
normalized-fapp30-3000-1.xml
MD5SUM0ec16ab311064bfe5172278fde3994e0
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best Number of falsified constraints
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints63204
Maximum constraint arity2
Maximum domain size778
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63204
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 17:09:53 2008
0.00/0.04	c 0	PID 20990
0.00/0.05	c 0	HOST node23.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1112908-1215875392.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-1112908-1215875392.xml' 'HOME/temp.csp'
3.53/3.66	c 3	21 domains, 3000 variables, 8 predicates, 0 relations, 63204 constraints
3.60/3.71	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.60/3.71	c 3	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'
3.60/3.79	c 3	Parsing HOME/temp.csp
3.62/4.17	c 4	parsed 10000 expressions
4.38/4.54	c 4	parsed 20000 expressions
4.68/4.88	c 5	parsed 30000 expressions
4.98/5.15	c 5	parsed 40000 expressions
5.37/5.56	c 5	parsed 50000 expressions
5.67/5.83	c 5	parsed 60000 expressions
5.77/6.00	c 6	parsed 66233 expressions
5.87/6.00	c 6	Heap : 29 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.36/6.57	c 6	MAX CSP: 63204 constraints
6.36/6.57	c 6	Converting to clausal form CSP
19.82/20.18	c 20	converted 12944 (10%) expressions
36.54/37.00	c 37	converted 25888 (20%) expressions
52.18/52.85	c 53	converted 38832 (30%) expressions
68.02/68.83	c 68	converted 51776 (40%) expressions
84.66/85.66	c 85	converted 64720 (50%) expressions
99.90/101.08	c 101	converted 77664 (60%) expressions
115.04/116.31	c 116	converted 90608 (70%) expressions
129.69/131.13	c 131	converted 103552 (80%) expressions
145.14/146.80	c 146	converted 116496 (90%) expressions
164.65/166.44	c 166	converted 129440 (100%) expressions
164.65/166.46	c 166	CSP : 144340 integers, 248991 booleans, 610427 clauses, largest domain size 94807
164.65/166.46	c 166	Heap : 368 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
164.65/166.46	c 166	Propagation in CSP
188.72/190.70	c 190	63194 values, 0 unsatisfiable literals, and 0 valid clauses are removed
188.72/190.72	c 190	CSP : 144340 integers, 248991 booleans, 610427 clauses, largest domain size 63205
188.72/190.72	c 190	Heap : 412 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
188.82/190.86	c 191	Simplifing CSP by introducing new Boolean variables
191.89/193.94	c 194	CSP : 144340 integers, 402159 booleans, 763595 clauses, largest domain size 63205
191.89/193.94	c 194	Heap : 468 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
194.36/196.49	c 196	Encoding CSP to SAT : HOME/temp.cnf
267.00/270.10	c 270	14434 (10%) CSP integer variables are encoded (10520829 clauses, 198746170 bytes)
279.62/283.01	c 283	28868 (20%) CSP integer variables are encoded (20114043 clauses, 400203664 bytes)
291.56/295.79	c 295	43302 (30%) CSP integer variables are encoded (29215715 clauses, 591338776 bytes)
302.54/307.27	c 307	57736 (40%) CSP integer variables are encoded (37537981 clauses, 766106362 bytes)
309.93/314.82	c 314	72170 (50%) CSP integer variables are encoded (43093108 clauses, 882764029 bytes)
311.61/316.52	c 316	86604 (60%) CSP integer variables are encoded (44347513 clauses, 909106534 bytes)
312.95/317.97	c 318	101038 (70%) CSP integer variables are encoded (45393490 clauses, 931072051 bytes)
313.34/318.33	c 318	115472 (80%) CSP integer variables are encoded (45642792 clauses, 936307393 bytes)
313.63/318.61	c 318	129906 (90%) CSP integer variables are encoded (45833565 clauses, 940313626 bytes)
313.91/318.94	c 319	144340 (100%) CSP integer variables are encoded (46058655 clauses, 945040516 bytes)
868.30/880.79	c 880	ERROR Exception Too large HOME/temp.cnf
868.39/880.81	c 880	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
868.39/880.81	c 880	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
868.39/880.81	c 880	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
868.39/880.81	s UNKNOWN
868.44/880.93	c 881	CPU 854.66 (0.04 0 854.62 13.82)
868.44/880.93	c 881	END Sat Jul 12 17:24:34 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-1112908-1215875392/watcher-1112908-1215875392 -o /tmp/evaluation-result-1112908-1215875392/solver-1112908-1215875392 -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-1112908-1215875392.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.05 2.07 2.08 4/81 20990
/proc/meminfo: memFree=1774040/2055920 swapFree=4180884/4192956
[pid=20990] ppid=20988 vsize=12132 CPUtime=0
/proc/20990/stat : 20990 (sugar) R 20988 20990 20403 0 -1 4194304 213 0 0 0 0 0 0 0 20 0 1 0 44241252 12423168 181 996147200 4194304 4206940 548682068592 18446744073709551615 238487508869 0 0 4224 0 0 0 0 17 1 0 0
/proc/20990/statm: 3033 181 142 3 0 133 0

[startup+0.0646801 s]
/proc/loadavg: 2.05 2.07 2.08 4/81 20990
/proc/meminfo: memFree=1774040/2055920 swapFree=4180884/4192956
[pid=20990] ppid=20988 vsize=13600 CPUtime=0.03
/proc/20990/stat : 20990 (sugar) S 20988 20990 20403 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44241252 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20990/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10268 s]
/proc/loadavg: 2.05 2.07 2.08 4/81 20990
/proc/meminfo: memFree=1774040/2055920 swapFree=4180884/4192956
[pid=20990] ppid=20988 vsize=13600 CPUtime=0.03
/proc/20990/stat : 20990 (sugar) S 20988 20990 20403 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44241252 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20990/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301693 s]
/proc/loadavg: 2.05 2.07 2.08 4/81 20990
/proc/meminfo: memFree=1774040/2055920 swapFree=4180884/4192956
[pid=20990] ppid=20988 vsize=13600 CPUtime=0.03
/proc/20990/stat : 20990 (sugar) S 20988 20990 20403 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44241252 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20990/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701745 s]
/proc/loadavg: 2.05 2.07 2.08 4/81 20990
/proc/meminfo: memFree=1774040/2055920 swapFree=4180884/4192956
[pid=20990] ppid=20988 vsize=13600 CPUtime=0.03
/proc/20990/stat : 20990 (sugar) S 20988 20990 20403 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44241252 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20990/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50184 s]
/proc/loadavg: 2.13 2.08 2.09 3/92 21002
/proc/meminfo: memFree=1746864/2055920 swapFree=4180884/4192956
[pid=20990] ppid=20988 vsize=13600 CPUtime=0.03
/proc/20990/stat : 20990 (sugar) S 20988 20990 20403 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44241252 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20990/statm: 3400 796 370 3 0 500 0
[pid=20993] ppid=20990 vsize=5356 CPUtime=0
/proc/20993/stat : 20993 (sh) S 20990 20990 20403 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 44241258 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20993/statm: 1339 233 193 169 0 50 0
[pid=20994] ppid=20993 vsize=864676 CPUtime=1.42
/proc/20994/stat : 20994 (java) S 20993 20990 20403 0 -1 0 15745 0 1 0 134 8 0 0 18 0 9 0 44241258 885428224 13790 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20994/statm: 216169 13790 2529 9 0 210751 0
[pid=20994/tid=20995] ppid=20993 vsize=864676 CPUtime=0.85
/proc/20994/task/20995/stat : 20995 (java) R 20993 20990 20403 0 -1 64 2988 0 1 0 83 2 0 0 24 0 9 0 44241259 885428224 13790 996147200 134512640 134550740 4294956000 18446744073709551615 102064829 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20994/tid=20996] ppid=20993 vsize=864676 CPUtime=0.45
/proc/20994/task/20996/stat : 20996 (java) S 20993 20990 20403 0 -1 64 11574 0 0 0 41 4 0 0 16 0 9 0 44241260 885428224 13790 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20994/tid=20997] ppid=20993 vsize=864676 CPUtime=0
/proc/20994/task/20997/stat : 20997 (java) S 20993 20990 20403 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 44241260 885428224 13790 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20994/tid=20998] ppid=20993 vsize=864676 CPUtime=0
/proc/20994/task/20998/stat : 20998 (java) S 20993 20990 20403 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 44241260 885428224 13790 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20994/tid=20999] ppid=20993 vsize=864676 CPUtime=0
/proc/20994/task/20999/stat : 20999 (java) S 20993 20990 20403 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44241263 885428224 13790 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20994/tid=21000] ppid=20993 vsize=864676 CPUtime=0.09
/proc/20994/task/21000/stat : 21000 (java) S 20993 20990 20403 0 -1 64 483 0 0 0 9 0 0 0 16 0 9 0 44241263 885428224 13790 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20994/tid=21001] ppid=20993 vsize=864676 CPUtime=0
/proc/20994/task/21001/stat : 21001 (java) S 20993 20990 20403 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44241263 885428224 13790 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20994/tid=21002] ppid=20993 vsize=864676 CPUtime=0
/proc/20994/task/21002/stat : 21002 (java) S 20993 20990 20403 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44241263 885428224 13790 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883632

[startup+3.10302 s]
/proc/loadavg: 2.13 2.08 2.09 3/92 21002
/proc/meminfo: memFree=1700272/2055920 swapFree=4180884/4192956
[pid=20990] ppid=20988 vsize=13600 CPUtime=0.03
/proc/20990/stat : 20990 (sugar) S 20988 20990 20403 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44241252 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20990/statm: 3400 796 370 3 0 500 0
[pid=20993] ppid=20990 vsize=5356 CPUtime=0
/proc/20993/stat : 20993 (sh) S 20990 20990 20403 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 44241258 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20993/statm: 1339 233 193 169 0 50 0
[pid=20994] ppid=20993 vsize=864696 CPUtime=3.01
/proc/20994/stat : 20994 (java) S 20993 20990 20403 0 -1 0 29896 0 1 0 287 14 0 0 18 0 9 0 44241258 885448704 24991 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20994/statm: 216174 24991 2529 9 0 210756 0
[pid=20994/tid=20995] ppid=20993 vsize=864696 CPUtime=1.6
/proc/20994/task/20995/stat : 20995 (java) R 20993 20990 20403 0 -1 64 3900 0 1 0 157 3 0 0 25 0 9 0 44241259 885448704 24991 996147200 134512640 134550740 4294956000 18446744073709551615 4126706080 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20994/tid=20996] ppid=20993 vsize=864696 CPUtime=1.24
/proc/20994/task/20996/stat : 20996 (java) S 20993 20990 20403 0 -1 64 24780 0 0 0 115 9 0 0 17 0 9 0 44241260 885448704 24991 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20994/tid=20997] ppid=20993 vsize=864696 CPUtime=0
/proc/20994/task/20997/stat : 20997 (java) S 20993 20990 20403 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 44241260 885448704 24991 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20994/tid=20998] ppid=20993 vsize=864696 CPUtime=0
/proc/20994/task/20998/stat : 20998 (java) S 20993 20990 20403 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44241260 885448704 24991 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20994/tid=20999] ppid=20993 vsize=864696 CPUtime=0
/proc/20994/task/20999/stat : 20999 (java) S 20993 20990 20403 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44241263 885448704 24991 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20994/tid=21000] ppid=20993 vsize=864696 CPUtime=0.14
/proc/20994/task/21000/stat : 21000 (java) S 20993 20990 20403 0 -1 64 516 0 0 0 14 0 0 0 16 0 9 0 44241263 885448704 24991 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20994/tid=21001] ppid=20993 vsize=864696 CPUtime=0
/proc/20994/task/21001/stat : 21001 (java) S 20993 20990 20403 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44241263 885448704 24991 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20994/tid=21002] ppid=20993 vsize=864696 CPUtime=0
/proc/20994/task/21002/stat : 21002 (java) S 20993 20990 20403 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44241263 885448704 24991 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 883652

[startup+6.30239 s]
/proc/loadavg: 2.13 2.08 2.09 4/92 21012
/proc/meminfo: memFree=1741680/2055920 swapFree=4180884/4192956
[pid=20990] ppid=20988 vsize=13600 CPUtime=3.62
/proc/20990/stat : 20990 (sugar) S 20988 20990 20403 0 -1 4194304 974 31967 0 1 3 0 341 18 15 0 1 0 44241252 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20990/statm: 3400 797 370 3 0 500 0
[pid=21003] ppid=20990 vsize=5356 CPUtime=0
/proc/21003/stat : 21003 (sh) S 20990 20990 20403 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44241624 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21003/statm: 1339 233 193 169 0 50 0
[pid=21004] ppid=21003 vsize=864136 CPUtime=2.55
/proc/21004/stat : 21004 (java) S 21003 20990 20403 0 -1 0 14358 0 1 0 246 9 0 0 18 0 9 0 44241624 884875264 12747 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21004/statm: 216034 12747 2540 9 0 210609 0
[pid=21004/tid=21005] ppid=21003 vsize=864136 CPUtime=1.5
/proc/21004/task/21005/stat : 21005 (java) R 21003 20990 20403 0 -1 64 2971 0 1 0 148 2 0 0 25 0 9 0 44241625 884875264 12747 996147200 134512640 134550740 4294955936 18446744073709551615 4126378647 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21006] ppid=21003 vsize=864136 CPUtime=0.93
/proc/21004/task/21006/stat : 21006 (java) S 21003 20990 20403 0 -1 64 10346 0 0 0 88 5 0 0 16 0 9 0 44241626 884875264 12747 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21007] ppid=21003 vsize=864136 CPUtime=0
/proc/21004/task/21007/stat : 21007 (java) S 21003 20990 20403 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44241626 884875264 12747 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21008] ppid=21003 vsize=864136 CPUtime=0
/proc/21004/task/21008/stat : 21008 (java) S 21003 20990 20403 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44241626 884875264 12747 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21009] ppid=21003 vsize=864136 CPUtime=0
/proc/21004/task/21009/stat : 21009 (java) S 21003 20990 20403 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44241628 884875264 12747 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21010] ppid=21003 vsize=864136 CPUtime=0.08
/proc/21004/task/21010/stat : 21010 (java) S 21003 20990 20403 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 44241628 884875264 12747 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21011] ppid=21003 vsize=864136 CPUtime=0
/proc/21004/task/21011/stat : 21011 (java) S 21003 20990 20403 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44241628 884875264 12747 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21012] ppid=21003 vsize=864136 CPUtime=0
/proc/21004/task/21012/stat : 21012 (java) S 21003 20990 20403 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44241628 884875264 12747 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 883092

[startup+12.7021 s]
/proc/loadavg: 2.11 2.08 2.09 4/92 21012
/proc/meminfo: memFree=1689968/2055920 swapFree=4180884/4192956
[pid=20990] ppid=20988 vsize=13600 CPUtime=3.62
/proc/20990/stat : 20990 (sugar) S 20988 20990 20403 0 -1 4194304 974 31967 0 1 3 0 341 18 15 0 1 0 44241252 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20990/statm: 3400 797 370 3 0 500 0
[pid=21003] ppid=20990 vsize=5356 CPUtime=0
/proc/21003/stat : 21003 (sh) S 20990 20990 20403 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44241624 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21003/statm: 1339 233 193 169 0 50 0
[pid=21004] ppid=21003 vsize=868432 CPUtime=8.88
/proc/21004/stat : 21004 (java) S 21003 20990 20403 0 -1 0 31981 0 1 0 869 19 0 0 18 0 9 0 44241624 889274368 20569 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21004/statm: 217108 20569 2541 9 0 211683 0
[pid=21004/tid=21005] ppid=21003 vsize=868432 CPUtime=6.65
/proc/21004/task/21005/stat : 21005 (java) R 21003 20990 20403 0 -1 64 3865 0 1 0 662 3 0 0 25 0 9 0 44241625 889274368 20569 996147200 134512640 134550740 4294955936 18446744073709551615 4126428802 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21006] ppid=21003 vsize=868432 CPUtime=1.97
/proc/21004/task/21006/stat : 21006 (java) S 21003 20990 20403 0 -1 64 25950 0 0 0 184 13 0 0 16 0 9 0 44241626 889274368 20569 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21007] ppid=21003 vsize=868432 CPUtime=0
/proc/21004/task/21007/stat : 21007 (java) S 21003 20990 20403 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44241626 889274368 20569 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21008] ppid=21003 vsize=868432 CPUtime=0
/proc/21004/task/21008/stat : 21008 (java) S 21003 20990 20403 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44241626 889274368 20569 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21009] ppid=21003 vsize=868432 CPUtime=0
/proc/21004/task/21009/stat : 21009 (java) S 21003 20990 20403 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44241628 889274368 20569 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21010] ppid=21003 vsize=868432 CPUtime=0.23
/proc/21004/task/21010/stat : 21010 (java) S 21003 20990 20403 0 -1 64 1470 0 0 0 22 1 0 0 15 0 9 0 44241628 889274368 20569 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21011] ppid=21003 vsize=868432 CPUtime=0
/proc/21004/task/21011/stat : 21011 (java) S 21003 20990 20403 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44241628 889274368 20569 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21012] ppid=21003 vsize=868432 CPUtime=0
/proc/21004/task/21012/stat : 21012 (java) S 21003 20990 20403 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44241628 889274368 20569 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887388

[startup+25.5026 s]
/proc/loadavg: 2.09 2.08 2.08 3/92 21012
/proc/meminfo: memFree=1676656/2055920 swapFree=4180884/4192956
[pid=20990] ppid=20988 vsize=13600 CPUtime=3.62
/proc/20990/stat : 20990 (sugar) S 20988 20990 20403 0 -1 4194304 974 31967 0 1 3 0 341 18 16 0 1 0 44241252 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20990/statm: 3400 797 370 3 0 500 0
[pid=21003] ppid=20990 vsize=5356 CPUtime=0
/proc/21003/stat : 21003 (sh) S 20990 20990 20403 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44241624 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21003/statm: 1339 233 193 169 0 50 0
[pid=21004] ppid=21003 vsize=868432 CPUtime=21.54
/proc/21004/stat : 21004 (java) S 21003 20990 20403 0 -1 0 37262 0 1 0 2131 23 0 0 18 0 9 0 44241624 889274368 25626 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21004/statm: 217108 25626 2541 9 0 211683 0
[pid=21004/tid=21005] ppid=21003 vsize=868432 CPUtime=18.62
/proc/21004/task/21005/stat : 21005 (java) R 21003 20990 20403 0 -1 64 4089 0 1 0 1858 4 0 0 25 0 9 0 44241625 889274368 25626 996147200 134512640 134550740 4294955936 18446744073709551615 4126606680 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21006] ppid=21003 vsize=868432 CPUtime=2.66
/proc/21004/task/21006/stat : 21006 (java) S 21003 20990 20403 0 -1 64 30996 0 0 0 249 17 0 0 16 0 9 0 44241626 889274368 25626 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21007] ppid=21003 vsize=868432 CPUtime=0
/proc/21004/task/21007/stat : 21007 (java) S 21003 20990 20403 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44241626 889274368 25626 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21008] ppid=21003 vsize=868432 CPUtime=0
/proc/21004/task/21008/stat : 21008 (java) S 21003 20990 20403 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44241626 889274368 25626 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/21004/task/21005/stat : 21005 (java) R 21003 20990 20403 0 -1 64 11938 0 1 0 53949 885 0 0 24 0 9 0 44241625 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4127168563 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21006] ppid=21003 vsize=868544 CPUtime=21.6
/proc/21004/task/21006/stat : 21006 (java) S 21003 20990 20403 0 -1 64 152781 0 0 0 2080 80 0 0 17 0 9 0 44241626 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21007] ppid=21003 vsize=868544 CPUtime=0
/proc/21004/task/21007/stat : 21007 (java) S 21003 20990 20403 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44241626 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21008] ppid=21003 vsize=868544 CPUtime=0
/proc/21004/task/21008/stat : 21008 (java) S 21003 20990 20403 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44241626 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21009] ppid=21003 vsize=868544 CPUtime=0
/proc/21004/task/21009/stat : 21009 (java) S 21003 20990 20403 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44241628 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21010] ppid=21003 vsize=868544 CPUtime=0.34
/proc/21004/task/21010/stat : 21010 (java) S 21003 20990 20403 0 -1 64 1534 0 0 0 33 1 0 0 16 0 9 0 44241628 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21011] ppid=21003 vsize=868544 CPUtime=0
/proc/21004/task/21011/stat : 21011 (java) S 21003 20990 20403 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44241628 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21012] ppid=21003 vsize=868544 CPUtime=0
/proc/21004/task/21012/stat : 21012 (java) S 21003 20990 20403 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44241628 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 573.94
Current children cumulated vsize (KiB) 887500

[startup+642.302 s]
/proc/loadavg: 2.09 2.07 2.08 3/92 21014
/proc/meminfo: memFree=16304/2055920 swapFree=4181048/4192956
[pid=20990] ppid=20988 vsize=13600 CPUtime=3.63
/proc/20990/stat : 20990 (sugar) S 20988 20990 20403 0 -1 4194304 974 31967 0 1 4 0 341 18 15 0 1 0 44241252 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20990/statm: 3400 797 370 3 0 500 0
[pid=21003] ppid=20990 vsize=5356 CPUtime=0
/proc/21003/stat : 21003 (sh) S 20990 20990 20403 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44241624 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21003/statm: 1339 233 193 169 0 50 0
[pid=21004] ppid=21003 vsize=868544 CPUtime=629.5
/proc/21004/stat : 21004 (java) S 21003 20990 20403 0 -1 0 167022 0 1 0 61900 1050 0 0 18 0 9 0 44241624 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21004/statm: 217136 120453 2566 9 0 211683 0
[pid=21004/tid=21005] ppid=21003 vsize=868544 CPUtime=607.41
/proc/21004/task/21005/stat : 21005 (java) R 21003 20990 20403 0 -1 64 12011 0 1 0 59775 966 0 0 25 0 9 0 44241625 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4126429131 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21006] ppid=21003 vsize=868544 CPUtime=21.72
/proc/21004/task/21006/stat : 21006 (java) S 21003 20990 20403 0 -1 64 152781 0 0 0 2091 81 0 0 16 0 9 0 44241626 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21007] ppid=21003 vsize=868544 CPUtime=0
/proc/21004/task/21007/stat : 21007 (java) S 21003 20990 20403 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44241626 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21008] ppid=21003 vsize=868544 CPUtime=0
/proc/21004/task/21008/stat : 21008 (java) S 21003 20990 20403 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44241626 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21009] ppid=21003 vsize=868544 CPUtime=0
/proc/21004/task/21009/stat : 21009 (java) S 21003 20990 20403 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44241628 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21010] ppid=21003 vsize=868544 CPUtime=0.34
/proc/21004/task/21010/stat : 21010 (java) S 21003 20990 20403 0 -1 64 1534 0 0 0 33 1 0 0 16 0 9 0 44241628 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21011] ppid=21003 vsize=868544 CPUtime=0
/proc/21004/task/21011/stat : 21011 (java) S 21003 20990 20403 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44241628 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21012] ppid=21003 vsize=868544 CPUtime=0
/proc/21004/task/21012/stat : 21012 (java) S 21003 20990 20403 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44241628 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 633.13
Current children cumulated vsize (KiB) 887500

[startup+702.302 s]
/proc/loadavg: 2.13 2.08 2.09 3/92 21014
/proc/meminfo: memFree=15088/2055920 swapFree=4181048/4192956
[pid=20990] ppid=20988 vsize=13600 CPUtime=3.63
/proc/20990/stat : 20990 (sugar) S 20988 20990 20403 0 -1 4194304 974 31967 0 1 4 0 341 18 15 0 1 0 44241252 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20990/statm: 3400 797 370 3 0 500 0
[pid=21003] ppid=20990 vsize=5356 CPUtime=0
/proc/21003/stat : 21003 (sh) S 20990 20990 20403 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44241624 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21003/statm: 1339 233 193 169 0 50 0
[pid=21004] ppid=21003 vsize=868544 CPUtime=688.66
/proc/21004/stat : 21004 (java) S 21003 20990 20403 0 -1 0 167099 0 1 0 67734 1132 0 0 18 0 9 0 44241624 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21004/statm: 217136 120453 2566 9 0 211683 0
[pid=21004/tid=21005] ppid=21003 vsize=868544 CPUtime=666.44
/proc/21004/task/21005/stat : 21005 (java) R 21003 20990 20403 0 -1 64 12088 0 1 0 65596 1048 0 0 25 0 9 0 44241625 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4126672915 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21006] ppid=21003 vsize=868544 CPUtime=21.85
/proc/21004/task/21006/stat : 21006 (java) S 21003 20990 20403 0 -1 64 152781 0 0 0 2103 82 0 0 17 0 9 0 44241626 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21007] ppid=21003 vsize=868544 CPUtime=0
/proc/21004/task/21007/stat : 21007 (java) S 21003 20990 20403 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44241626 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21008] ppid=21003 vsize=868544 CPUtime=0
/proc/21004/task/21008/stat : 21008 (java) S 21003 20990 20403 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44241626 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21009] ppid=21003 vsize=868544 CPUtime=0
/proc/21004/task/21009/stat : 21009 (java) S 21003 20990 20403 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44241628 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21010] ppid=21003 vsize=868544 CPUtime=0.34
/proc/21004/task/21010/stat : 21010 (java) S 21003 20990 20403 0 -1 64 1534 0 0 0 33 1 0 0 16 0 9 0 44241628 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21011] ppid=21003 vsize=868544 CPUtime=0
/proc/21004/task/21011/stat : 21011 (java) S 21003 20990 20403 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44241628 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21012] ppid=21003 vsize=868544 CPUtime=0
/proc/21004/task/21012/stat : 21012 (java) S 21003 20990 20403 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44241628 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 692.29
Current children cumulated vsize (KiB) 887500

[startup+762.307 s]
/proc/loadavg: 2.05 2.07 2.08 3/92 21014
/proc/meminfo: memFree=15792/2055920 swapFree=4181048/4192956
[pid=20990] ppid=20988 vsize=13600 CPUtime=3.63
/proc/20990/stat : 20990 (sugar) S 20988 20990 20403 0 -1 4194304 974 31967 0 1 4 0 341 18 15 0 1 0 44241252 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20990/statm: 3400 797 370 3 0 500 0
[pid=21003] ppid=20990 vsize=5356 CPUtime=0
/proc/21003/stat : 21003 (sh) S 20990 20990 20403 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44241624 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21003/statm: 1339 233 193 169 0 50 0
[pid=21004] ppid=21003 vsize=868544 CPUtime=747.84
/proc/21004/stat : 21004 (java) S 21003 20990 20403 0 -1 0 167172 0 1 0 73573 1211 0 0 18 0 9 0 44241624 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21004/statm: 217136 120453 2566 9 0 211683 0
[pid=21004/tid=21005] ppid=21003 vsize=868544 CPUtime=725.5
/proc/21004/task/21005/stat : 21005 (java) R 21003 20990 20403 0 -1 64 12161 0 1 0 71424 1126 0 0 25 0 9 0 44241625 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4126672904 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21006] ppid=21003 vsize=868544 CPUtime=21.96
/proc/21004/task/21006/stat : 21006 (java) S 21003 20990 20403 0 -1 64 152781 0 0 0 2114 82 0 0 16 0 9 0 44241626 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21007] ppid=21003 vsize=868544 CPUtime=0
/proc/21004/task/21007/stat : 21007 (java) S 21003 20990 20403 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44241626 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21008] ppid=21003 vsize=868544 CPUtime=0
/proc/21004/task/21008/stat : 21008 (java) S 21003 20990 20403 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44241626 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21009] ppid=21003 vsize=868544 CPUtime=0
/proc/21004/task/21009/stat : 21009 (java) S 21003 20990 20403 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44241628 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21010] ppid=21003 vsize=868544 CPUtime=0.34
/proc/21004/task/21010/stat : 21010 (java) S 21003 20990 20403 0 -1 64 1534 0 0 0 33 1 0 0 16 0 9 0 44241628 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21011] ppid=21003 vsize=868544 CPUtime=0
/proc/21004/task/21011/stat : 21011 (java) S 21003 20990 20403 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44241628 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21012] ppid=21003 vsize=868544 CPUtime=0
/proc/21004/task/21012/stat : 21012 (java) S 21003 20990 20403 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44241628 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 751.47
Current children cumulated vsize (KiB) 887500

[startup+822.301 s]
/proc/loadavg: 2.08 2.07 2.08 3/92 21014
/proc/meminfo: memFree=15728/2055920 swapFree=4181048/4192956
[pid=20990] ppid=20988 vsize=13600 CPUtime=3.63
/proc/20990/stat : 20990 (sugar) S 20988 20990 20403 0 -1 4194304 974 31967 0 1 4 0 341 18 15 0 1 0 44241252 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20990/statm: 3400 797 370 3 0 500 0
[pid=21003] ppid=20990 vsize=5356 CPUtime=0
/proc/21003/stat : 21003 (sh) S 20990 20990 20403 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44241624 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21003/statm: 1339 233 193 169 0 50 0
[pid=21004] ppid=21003 vsize=868544 CPUtime=807.04
/proc/21004/stat : 21004 (java) S 21003 20990 20403 0 -1 0 167242 0 1 0 79417 1287 0 0 18 0 9 0 44241624 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21004/statm: 217136 120453 2566 9 0 211683 0
[pid=21004/tid=21005] ppid=21003 vsize=868544 CPUtime=784.58
/proc/21004/task/21005/stat : 21005 (java) R 21003 20990 20403 0 -1 64 12231 0 1 0 77257 1201 0 0 25 0 9 0 44241625 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4127156094 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21006] ppid=21003 vsize=868544 CPUtime=22.08
/proc/21004/task/21006/stat : 21006 (java) S 21003 20990 20403 0 -1 64 152781 0 0 0 2125 83 0 0 17 0 9 0 44241626 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21007] ppid=21003 vsize=868544 CPUtime=0
/proc/21004/task/21007/stat : 21007 (java) S 21003 20990 20403 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44241626 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21008] ppid=21003 vsize=868544 CPUtime=0
/proc/21004/task/21008/stat : 21008 (java) S 21003 20990 20403 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44241626 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21009] ppid=21003 vsize=868544 CPUtime=0
/proc/21004/task/21009/stat : 21009 (java) S 21003 20990 20403 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44241628 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21010] ppid=21003 vsize=868544 CPUtime=0.34
/proc/21004/task/21010/stat : 21010 (java) S 21003 20990 20403 0 -1 64 1534 0 0 0 33 1 0 0 16 0 9 0 44241628 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21011] ppid=21003 vsize=868544 CPUtime=0
/proc/21004/task/21011/stat : 21011 (java) S 21003 20990 20403 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44241628 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21004/tid=21012] ppid=21003 vsize=868544 CPUtime=0
/proc/21004/task/21012/stat : 21012 (java) S 21003 20990 20403 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44241628 889389056 120453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 810.67
Current children cumulated vsize (KiB) 887500

[startup+882.301 s]
/proc/loadavg: 2.12 2.08 2.08 2/82 21014
/proc/meminfo: memFree=1911424/2055920 swapFree=4181048/4192956
[pid=20990] ppid=20988 vsize=13600 CPUtime=869.26
/proc/20990/stat : 20990 (sugar) R 20988 20990 20403 0 -1 4194304 997 199574 0 2 4 78 85462 1382 18 0 1 0 44241252 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 238487835689 0 0 4224 16386 0 0 0 17 1 0 0
/proc/20990/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 869.26
Current children cumulated vsize (KiB) 13600

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

[startup+882.701 s]
/proc/loadavg: 2.12 2.08 2.08 2/82 21014
/proc/meminfo: memFree=1911424/2055920 swapFree=4181048/4192956
[pid=20990] ppid=20988 vsize=13600 CPUtime=869.27
/proc/20990/stat : 20990 (sugar) D 20988 20990 20403 0 -1 4194304 997 199574 0 2 4 79 85462 1382 18 0 1 0 44241252 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 238487835689 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/20990/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 869.27
Current children cumulated vsize (KiB) 13600

[startup+883.101 s]
/proc/loadavg: 2.12 2.08 2.08 2/82 21014
/proc/meminfo: memFree=1911424/2055920 swapFree=4181048/4192956
[pid=20990] ppid=20988 vsize=13600 CPUtime=869.29
/proc/20990/stat : 20990 (sugar) D 20988 20990 20403 0 -1 4194304 997 199574 0 2 4 81 85462 1382 18 0 1 0 44241252 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 238487835689 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/20990/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 869.29
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 883.152
CPU time (s): 869.3
CPU user time (s): 854.663
CPU system time (s): 14.6368
CPU usage (%): 98.4315
Max. virtual memory (cumulated for all children) (KiB): 913000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 854.663
system time used= 14.6368
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200601
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= 39987
involuntary context switches= 60717

runsolver used 1.19482 second user time and 2.93655 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-12 17:09:53
IDJOB=1112908
IDBENCH=61494
IDSOLVER=368
FILE ID=node23/1112908-1215875392
PBS_JOBID= 7903497
Free space on /tmp= 66532 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp30/normalized-fapp30-3000-1.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-1112908-1215875392/watcher-1112908-1215875392 -o /tmp/evaluation-result-1112908-1215875392/solver-1112908-1215875392 -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-1112908-1215875392.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0ec16ab311064bfe5172278fde3994e0
RANDOM SEED=191978468

node23.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.240
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.240
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:       1774520 kB
Buffers:         60596 kB
Cached:         102092 kB
SwapCached:       5884 kB
Active:         144760 kB
Inactive:        76340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1774520 kB
SwapTotal:     4192956 kB
SwapFree:      4180884 kB
Dirty:           10212 kB
Writeback:           0 kB
Mapped:          74364 kB
Slab:            45300 kB
Committed_AS:   280204 kB
PageTables:       1988 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= 66532 MiB
End job on node23 at 2008-07-12 17:24:36