Trace number 1086654

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? 818.379 823.909

General information on the benchmark

Namecsp/fapp/fapp30/
normalized-fapp30-3000-5.xml
MD5SUM98a3a366c26f15bed12a39ed12c21e5e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.1174
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.16	c 0	Sugar v1-13 + HOME/minisat
0.00/0.16	c 0	BEGIN Sat Jul  5 08:47:38 2008
0.00/0.16	c 0	PID 10606
0.00/0.18	c 0	HOST node75.alineos.net
0.00/0.18	c 0	CONVERTING HOME/instance-1086654-1215240457.xml TO HOME/temp.csp
0.00/0.18	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086654-1215240457.xml' 'HOME/temp.csp'
3.30/3.57	c 3	21 domains, 3000 variables, 8 predicates, 0 relations, 63204 constraints
3.39/3.61	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.39/3.61	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.39/3.69	c 3	Parsing HOME/temp.csp
3.41/4.06	c 3	parsed 10000 expressions
4.09/4.40	c 4	parsed 20000 expressions
4.48/4.71	c 4	parsed 30000 expressions
4.68/4.95	c 4	parsed 40000 expressions
5.09/5.32	c 5	parsed 50000 expressions
5.28/5.58	c 5	parsed 60000 expressions
5.48/5.74	c 5	parsed 66233 expressions
5.48/5.74	c 5	Heap : 29 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.48/5.74	c 5	Converting to clausal form CSP
14.77/15.04	c 14	converted 6624 (10%) expressions
30.26/30.59	c 30	converted 13247 (20%) expressions
45.15/45.45	c 45	converted 19870 (30%) expressions
60.85/61.19	c 61	converted 26494 (40%) expressions
75.73/76.03	c 75	converted 33117 (50%) expressions
90.02/90.37	c 90	converted 39740 (60%) expressions
105.23/105.59	c 105	converted 46364 (70%) expressions
119.01/119.38	c 119	converted 52987 (80%) expressions
132.20/132.59	c 132	converted 59610 (90%) expressions
144.40/144.78	c 144	converted 66233 (100%) expressions
144.40/144.79	c 144	CSP : 17932 integers, 185820 booleans, 420849 clauses, largest domain size 2997
144.40/144.79	c 144	Heap : 232 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
144.40/144.79	c 144	Propagation in CSP
163.49/163.84	c 163	30520 values, 0 unsatisfiable literals, and 0 valid clauses are removed
163.49/163.85	c 163	CSP : 17932 integers, 185820 booleans, 420849 clauses, largest domain size 2997
163.49/163.85	c 163	Heap : 257 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
163.59/163.94	c 163	Simplifing CSP by introducing new Boolean variables
164.39/164.77	c 164	CSP : 17932 integers, 338988 booleans, 574017 clauses, largest domain size 2997
164.39/164.77	c 164	Heap : 316 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
166.29/166.68	c 166	Encoding CSP to SAT : HOME/temp.cnf
200.87/201.23	c 201	1794 (10%) CSP integer variables are encoded (1153588 clauses, 19699484 bytes)
226.15/226.56	c 226	3587 (20%) CSP integer variables are encoded (3612215 clauses, 66413397 bytes)
232.16/232.62	c 232	5380 (30%) CSP integer variables are encoded (8784326 clauses, 164683506 bytes)
238.50/239.02	c 238	7173 (40%) CSP integer variables are encoded (13848155 clauses, 268604174 bytes)
244.89/245.58	c 245	8966 (50%) CSP integer variables are encoded (18984694 clauses, 376471493 bytes)
251.41/252.31	c 252	10760 (60%) CSP integer variables are encoded (24148002 clauses, 484900961 bytes)
257.64/258.79	c 258	12553 (70%) CSP integer variables are encoded (29210805 clauses, 591219824 bytes)
264.13/265.49	c 265	14346 (80%) CSP integer variables are encoded (34343388 clauses, 699004067 bytes)
270.43/271.87	c 271	16139 (90%) CSP integer variables are encoded (39340121 clauses, 803935460 bytes)
276.65/278.42	c 278	17932 (100%) CSP integer variables are encoded (44197540 clauses, 905941259 bytes)
793.47/797.73	c 797	57402 (10%) CSP clauses are encoded (90167052 clauses, 2079676947 bytes)
817.73/822.11	c 822	ERROR Exception Too large HOME/temp.cnf
817.73/822.11	c 822	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
817.73/822.11	c 822	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
817.73/822.11	c 822	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
817.73/822.11	s UNKNOWN
817.80/822.22	c 822	CPU 804.48 (0.04 0 804.44 13.32)
817.80/822.22	c 822	END Sat Jul  5 09:01:20 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086654-1215240457/watcher-1086654-1215240457 -o /tmp/evaluation-result-1086654-1215240457/solver-1086654-1215240457 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1086654-1215240457.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.32 2.20 2.27 4/81 10606
/proc/meminfo: memFree=1191976/2055920 swapFree=4180584/4192956
[pid=10606] ppid=10604 vsize=18572 CPUtime=0
/proc/10606/stat : 10606 (runsolver) D 10604 10606 9656 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 2002995513 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 231882681639 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/10606/statm: 4643 292 257 25 0 2626 0

[startup+0.0998139 s]
/proc/loadavg: 2.32 2.20 2.27 4/81 10606
/proc/meminfo: memFree=1191976/2055920 swapFree=4180584/4192956
[pid=10606] ppid=10604 vsize=12272 CPUtime=0
/proc/10606/stat : 10606 (sugar) D 10604 10606 9656 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 2002995513 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/10606/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101812 s]
/proc/loadavg: 2.32 2.20 2.27 4/81 10606
/proc/meminfo: memFree=1191976/2055920 swapFree=4180584/4192956
[pid=10606] ppid=10604 vsize=12272 CPUtime=0
/proc/10606/stat : 10606 (sugar) D 10604 10606 9656 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 2002995513 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/10606/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301847 s]
/proc/loadavg: 2.32 2.20 2.27 4/81 10606
/proc/meminfo: memFree=1191976/2055920 swapFree=4180584/4192956
[pid=10606] ppid=10604 vsize=13600 CPUtime=0.03
/proc/10606/stat : 10606 (sugar) S 10604 10606 9656 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 2002995513 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10606/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701893 s]
/proc/loadavg: 2.32 2.20 2.27 4/81 10606
/proc/meminfo: memFree=1191976/2055920 swapFree=4180584/4192956
[pid=10606] ppid=10604 vsize=13600 CPUtime=0.03
/proc/10606/stat : 10606 (sugar) S 10604 10606 9656 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 2002995513 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10606/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50299 s]
/proc/loadavg: 2.45 2.22 2.28 4/92 10618
/proc/meminfo: memFree=1159504/2055920 swapFree=4180584/4192956
[pid=10606] ppid=10604 vsize=13600 CPUtime=0.03
/proc/10606/stat : 10606 (sugar) S 10604 10606 9656 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 2002995513 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10606/statm: 3400 796 370 3 0 500 0
[pid=10609] ppid=10606 vsize=5356 CPUtime=0
/proc/10609/stat : 10609 (sh) S 10606 10606 9656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002995532 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10609/statm: 1339 233 193 169 0 50 0
[pid=10610] ppid=10609 vsize=864660 CPUtime=1.27
/proc/10610/stat : 10610 (java) S 10609 10606 9656 0 -1 0 16116 0 28 0 116 11 0 0 19 0 9 0 2002995532 885411840 13695 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10610/statm: 216165 13695 2529 9 0 210747 0
[pid=10610/tid=10611] ppid=10609 vsize=864660 CPUtime=0.62
/proc/10610/task/10611/stat : 10611 (java) R 10609 10606 9656 0 -1 64 3015 0 9 0 59 3 0 0 25 0 9 0 2002995536 885411840 13695 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10610/tid=10612] ppid=10609 vsize=864660 CPUtime=0.53
/proc/10610/task/10612/stat : 10612 (java) S 10609 10606 9656 0 -1 64 11934 0 0 0 47 6 0 0 16 0 9 0 2002995538 885411840 13695 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10610/tid=10613] ppid=10609 vsize=864660 CPUtime=0
/proc/10610/task/10613/stat : 10613 (java) S 10609 10606 9656 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002995538 885411840 13695 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10610/tid=10614] ppid=10609 vsize=864660 CPUtime=0
/proc/10610/task/10614/stat : 10614 (java) S 10609 10606 9656 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2002995538 885411840 13695 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10610/tid=10615] ppid=10609 vsize=864660 CPUtime=0
/proc/10610/task/10615/stat : 10615 (java) S 10609 10606 9656 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 2002995540 885411840 13695 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10610/tid=10616] ppid=10609 vsize=864660 CPUtime=0.09
/proc/10610/task/10616/stat : 10616 (java) S 10609 10606 9656 0 -1 64 486 0 0 0 9 0 0 0 16 0 9 0 2002995540 885411840 13695 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10610/tid=10617] ppid=10609 vsize=864660 CPUtime=0
/proc/10610/task/10617/stat : 10617 (java) S 10609 10606 9656 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 2002995540 885411840 13695 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10610/tid=10618] ppid=10609 vsize=864660 CPUtime=0
/proc/10610/task/10618/stat : 10618 (java) S 10609 10606 9656 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002995540 885411840 13695 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 883616

[startup+3.10218 s]
/proc/loadavg: 2.45 2.22 2.28 3/92 10618
/proc/meminfo: memFree=1114960/2055920 swapFree=4180584/4192956
[pid=10606] ppid=10604 vsize=13600 CPUtime=0.03
/proc/10606/stat : 10606 (sugar) S 10604 10606 9656 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 2002995513 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10606/statm: 3400 796 370 3 0 500 0
[pid=10609] ppid=10606 vsize=5356 CPUtime=0
/proc/10609/stat : 10609 (sh) S 10606 10606 9656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002995532 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10609/statm: 1339 233 193 169 0 50 0
[pid=10610] ppid=10609 vsize=864676 CPUtime=2.87
/proc/10610/stat : 10610 (java) S 10609 10606 9656 0 -1 0 31773 0 28 0 267 20 0 0 19 0 9 0 2002995532 885428224 26401 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10610/statm: 216169 26401 2529 9 0 210751 0
[pid=10610/tid=10611] ppid=10609 vsize=864676 CPUtime=1.35
/proc/10610/task/10611/stat : 10611 (java) R 10609 10606 9656 0 -1 64 3863 0 9 0 131 4 0 0 25 0 9 0 2002995536 885428224 26401 996147200 134512640 134550740 4294956000 18446744073709551615 4125979321 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10610/tid=10612] ppid=10609 vsize=864676 CPUtime=1.34
/proc/10610/task/10612/stat : 10612 (java) S 10609 10606 9656 0 -1 64 26710 0 0 0 121 13 0 0 16 0 9 0 2002995538 885428224 26401 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10610/tid=10613] ppid=10609 vsize=864676 CPUtime=0
/proc/10610/task/10613/stat : 10613 (java) S 10609 10606 9656 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002995538 885428224 26401 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10610/tid=10614] ppid=10609 vsize=864676 CPUtime=0
/proc/10610/task/10614/stat : 10614 (java) S 10609 10606 9656 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002995538 885428224 26401 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10610/tid=10615] ppid=10609 vsize=864676 CPUtime=0
/proc/10610/task/10615/stat : 10615 (java) S 10609 10606 9656 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 2002995540 885428224 26401 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10610/tid=10616] ppid=10609 vsize=864676 CPUtime=0.13
/proc/10610/task/10616/stat : 10616 (java) S 10609 10606 9656 0 -1 64 519 0 0 0 13 0 0 0 16 0 9 0 2002995540 885428224 26401 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10610/tid=10617] ppid=10609 vsize=864676 CPUtime=0
/proc/10610/task/10617/stat : 10617 (java) S 10609 10606 9656 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 2002995540 885428224 26401 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10610/tid=10618] ppid=10609 vsize=864676 CPUtime=0
/proc/10610/task/10618/stat : 10618 (java) S 10609 10606 9656 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002995540 885428224 26401 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 883632

[startup+6.30156 s]
/proc/loadavg: 2.45 2.22 2.28 5/92 10628
/proc/meminfo: memFree=1153296/2055920 swapFree=4180584/4192956
[pid=10606] ppid=10604 vsize=13600 CPUtime=3.41
/proc/10606/stat : 10606 (sugar) S 10604 10606 9656 0 -1 4194304 974 32429 0 28 3 0 315 23 15 0 1 0 2002995513 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10606/statm: 3400 797 370 3 0 500 0
[pid=10619] ppid=10606 vsize=5356 CPUtime=0
/proc/10619/stat : 10619 (sh) S 10606 10606 9656 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002995875 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10619/statm: 1339 233 193 169 0 50 0
[pid=10620] ppid=10619 vsize=868304 CPUtime=2.67
/proc/10620/stat : 10620 (java) S 10619 10606 9656 0 -1 0 14326 0 1 0 257 10 0 0 20 0 9 0 2002995875 889143296 12865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10620/statm: 217076 12865 2543 9 0 211651 0
[pid=10620/tid=10621] ppid=10619 vsize=868304 CPUtime=1.74
/proc/10620/task/10621/stat : 10621 (java) R 10619 10606 9656 0 -1 64 3074 0 1 0 172 2 0 0 25 0 9 0 2002995876 889143296 12865 996147200 134512640 134550740 4294955952 18446744073709551615 4126574955 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10622] ppid=10619 vsize=868304 CPUtime=0.71
/proc/10620/task/10622/stat : 10622 (java) S 10619 10606 9656 0 -1 64 9090 0 0 0 66 5 0 0 16 0 9 0 2002995877 889143296 12865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10623] ppid=10619 vsize=868304 CPUtime=0
/proc/10620/task/10623/stat : 10623 (java) S 10619 10606 9656 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002995877 889143296 12865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10624] ppid=10619 vsize=868304 CPUtime=0
/proc/10620/task/10624/stat : 10624 (java) S 10619 10606 9656 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002995877 889143296 12865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10625] ppid=10619 vsize=868304 CPUtime=0
/proc/10620/task/10625/stat : 10625 (java) S 10619 10606 9656 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002995879 889143296 12865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10626] ppid=10619 vsize=868304 CPUtime=0.18
/proc/10620/task/10626/stat : 10626 (java) S 10619 10606 9656 0 -1 64 1466 0 0 0 18 0 0 0 16 0 9 0 2002995879 889143296 12865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10627] ppid=10619 vsize=868304 CPUtime=0
/proc/10620/task/10627/stat : 10627 (java) S 10619 10606 9656 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002995879 889143296 12865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10628] ppid=10619 vsize=868304 CPUtime=0
/proc/10620/task/10628/stat : 10628 (java) S 10619 10606 9656 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002995879 889143296 12865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 887260

[startup+12.7023 s]
/proc/loadavg: 2.61 2.27 2.29 3/92 10628
/proc/meminfo: memFree=1132368/2055920 swapFree=4180584/4192956
[pid=10606] ppid=10604 vsize=13600 CPUtime=3.41
/proc/10606/stat : 10606 (sugar) S 10604 10606 9656 0 -1 4194304 974 32429 0 28 3 0 315 23 15 0 1 0 2002995513 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10606/statm: 3400 797 370 3 0 500 0
[pid=10619] ppid=10606 vsize=5356 CPUtime=0
/proc/10619/stat : 10619 (sh) S 10606 10606 9656 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002995875 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10619/statm: 1339 233 193 169 0 50 0
[pid=10620] ppid=10619 vsize=868416 CPUtime=9.07
/proc/10620/stat : 10620 (java) S 10619 10606 9656 0 -1 0 22591 0 1 0 890 17 0 0 20 0 9 0 2002995875 889257984 15356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10620/statm: 217104 15356 2541 9 0 211679 0
[pid=10620/tid=10621] ppid=10619 vsize=868416 CPUtime=7.43
/proc/10620/task/10621/stat : 10621 (java) R 10619 10606 9656 0 -1 64 3538 0 1 0 740 3 0 0 25 0 9 0 2002995876 889257984 15356 996147200 134512640 134550740 4294955952 18446744073709551615 4126570208 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10622] ppid=10619 vsize=868416 CPUtime=1.38
/proc/10620/task/10622/stat : 10622 (java) S 10619 10606 9656 0 -1 64 16874 0 0 0 127 11 0 0 16 0 9 0 2002995877 889257984 15356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10623] ppid=10619 vsize=868416 CPUtime=0
/proc/10620/task/10623/stat : 10623 (java) S 10619 10606 9656 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002995877 889257984 15356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10624] ppid=10619 vsize=868416 CPUtime=0
/proc/10620/task/10624/stat : 10624 (java) S 10619 10606 9656 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002995877 889257984 15356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10625] ppid=10619 vsize=868416 CPUtime=0
/proc/10620/task/10625/stat : 10625 (java) S 10619 10606 9656 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002995879 889257984 15356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10626] ppid=10619 vsize=868416 CPUtime=0.23
/proc/10620/task/10626/stat : 10626 (java) S 10619 10606 9656 0 -1 64 1483 0 0 0 22 1 0 0 15 0 9 0 2002995879 889257984 15356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10627] ppid=10619 vsize=868416 CPUtime=0
/proc/10620/task/10627/stat : 10627 (java) S 10619 10606 9656 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002995879 889257984 15356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10628] ppid=10619 vsize=868416 CPUtime=0
/proc/10620/task/10628/stat : 10628 (java) S 10619 10606 9656 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002995879 889257984 15356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887372

[startup+25.5018 s]
/proc/loadavg: 2.67 2.29 2.30 4/92 10629
/proc/meminfo: memFree=1112976/2055920 swapFree=4180584/4192956
[pid=10606] ppid=10604 vsize=13600 CPUtime=3.41
/proc/10606/stat : 10606 (sugar) S 10604 10606 9656 0 -1 4194304 974 32429 0 28 3 0 315 23 16 0 1 0 2002995513 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10606/statm: 3400 797 370 3 0 500 0
[pid=10619] ppid=10606 vsize=5356 CPUtime=0
/proc/10619/stat : 10619 (sh) S 10606 10606 9656 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002995875 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10619/statm: 1339 233 193 169 0 50 0
[pid=10620] ppid=10619 vsize=868416 CPUtime=21.86
/proc/10620/stat : 10620 (java) S 10619 10606 9656 0 -1 0 32089 0 1 0 2160 26 0 0 20 0 9 0 2002995875 889257984 20292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10620/statm: 217104 20292 2541 9 0 211679 0
[pid=10620/tid=10621] ppid=10619 vsize=868416 CPUtime=18.99
/proc/10620/task/10621/stat : 10621 (java) R 10619 10606 9656 0 -1 64 4319 0 1 0 1895 4 0 0 25 0 9 0 2002995876 889257984 20292 996147200 134512640 134550740 4294955952 18446744073709551615 4126571504 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10622] ppid=10619 vsize=868416 CPUtime=2.61
/proc/10620/task/10622/stat : 10622 (java) S 10619 10606 9656 0 -1 64 25581 0 0 0 241 20 0 0 16 0 9 0 2002995877 889257984 20292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10623] ppid=10619 vsize=868416 CPUtime=0
/proc/10620/task/10623/stat : 10623 (java) S 10619 10606 9656 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002995877 889257984 20292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10624] ppid=10619 vsize=868416 CPUtime=0
/proc/10620/task/10624/stat : 10624 (java) S 10619 10606 9656 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002995877 889257984 20292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=10620/tid=10626] ppid=10619 vsize=868528 CPUtime=0.33
/proc/10620/task/10626/stat : 10626 (java) S 10619 10606 9656 0 -1 64 1541 0 0 0 32 1 0 0 16 0 9 0 2002995879 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10627] ppid=10619 vsize=868528 CPUtime=0
/proc/10620/task/10627/stat : 10627 (java) S 10619 10606 9656 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002995879 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10628] ppid=10619 vsize=868528 CPUtime=0
/proc/10620/task/10628/stat : 10628 (java) S 10619 10606 9656 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002995879 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 519.45
Current children cumulated vsize (KiB) 887484

[startup+582.303 s]
/proc/loadavg: 2.43 2.36 2.30 4/92 10630
/proc/meminfo: memFree=14864/2055920 swapFree=4180584/4192956
[pid=10606] ppid=10604 vsize=13600 CPUtime=3.42
/proc/10606/stat : 10606 (sugar) S 10604 10606 9656 0 -1 4194304 974 32429 0 28 4 0 315 23 16 0 1 0 2002995513 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10606/statm: 3400 797 370 3 0 500 0
[pid=10619] ppid=10606 vsize=5356 CPUtime=0
/proc/10619/stat : 10619 (sh) S 10606 10606 9656 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002995875 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10619/statm: 1339 233 193 169 0 50 0
[pid=10620] ppid=10619 vsize=868528 CPUtime=575.71
/proc/10620/stat : 10620 (java) S 10619 10606 9656 0 -1 0 113770 0 1 0 56592 979 0 0 20 0 9 0 2002995875 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10620/statm: 217132 84907 2566 9 0 211679 0
[pid=10620/tid=10621] ppid=10619 vsize=868528 CPUtime=558.36
/proc/10620/task/10621/stat : 10621 (java) R 10619 10606 9656 0 -1 64 10295 0 1 0 54933 903 0 0 25 0 9 0 2002995876 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4127108920 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10622] ppid=10619 vsize=868528 CPUtime=16.99
/proc/10620/task/10622/stat : 10622 (java) S 10619 10606 9656 0 -1 64 101238 0 0 0 1625 74 0 0 16 0 9 0 2002995877 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10623] ppid=10619 vsize=868528 CPUtime=0
/proc/10620/task/10623/stat : 10623 (java) S 10619 10606 9656 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002995877 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10624] ppid=10619 vsize=868528 CPUtime=0
/proc/10620/task/10624/stat : 10624 (java) S 10619 10606 9656 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002995877 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10625] ppid=10619 vsize=868528 CPUtime=0
/proc/10620/task/10625/stat : 10625 (java) S 10619 10606 9656 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002995879 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10626] ppid=10619 vsize=868528 CPUtime=0.33
/proc/10620/task/10626/stat : 10626 (java) S 10619 10606 9656 0 -1 64 1541 0 0 0 32 1 0 0 16 0 9 0 2002995879 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10627] ppid=10619 vsize=868528 CPUtime=0
/proc/10620/task/10627/stat : 10627 (java) S 10619 10606 9656 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002995879 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10628] ppid=10619 vsize=868528 CPUtime=0
/proc/10620/task/10628/stat : 10628 (java) S 10619 10606 9656 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002995879 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 579.13
Current children cumulated vsize (KiB) 887484

[startup+642.303 s]
/proc/loadavg: 2.50 2.39 2.32 3/92 10630
/proc/meminfo: memFree=15696/2055920 swapFree=4180584/4192956
[pid=10606] ppid=10604 vsize=13600 CPUtime=3.42
/proc/10606/stat : 10606 (sugar) S 10604 10606 9656 0 -1 4194304 974 32429 0 28 4 0 315 23 16 0 1 0 2002995513 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10606/statm: 3400 797 370 3 0 500 0
[pid=10619] ppid=10606 vsize=5356 CPUtime=0
/proc/10619/stat : 10619 (sh) S 10606 10606 9656 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002995875 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10619/statm: 1339 233 193 169 0 50 0
[pid=10620] ppid=10619 vsize=868528 CPUtime=635.41
/proc/10620/stat : 10620 (java) S 10619 10606 9656 0 -1 0 113902 0 1 0 62473 1068 0 0 20 0 9 0 2002995875 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10620/statm: 217132 84907 2566 9 0 211679 0
[pid=10620/tid=10621] ppid=10619 vsize=868528 CPUtime=617.91
/proc/10620/task/10621/stat : 10621 (java) R 10619 10606 9656 0 -1 64 10427 0 1 0 60801 990 0 0 25 0 9 0 2002995876 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4127090668 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10622] ppid=10619 vsize=868528 CPUtime=17.14
/proc/10620/task/10622/stat : 10622 (java) S 10619 10606 9656 0 -1 64 101238 0 0 0 1639 75 0 0 16 0 9 0 2002995877 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10623] ppid=10619 vsize=868528 CPUtime=0
/proc/10620/task/10623/stat : 10623 (java) S 10619 10606 9656 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002995877 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10624] ppid=10619 vsize=868528 CPUtime=0
/proc/10620/task/10624/stat : 10624 (java) S 10619 10606 9656 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002995877 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10625] ppid=10619 vsize=868528 CPUtime=0
/proc/10620/task/10625/stat : 10625 (java) S 10619 10606 9656 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002995879 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10626] ppid=10619 vsize=868528 CPUtime=0.33
/proc/10620/task/10626/stat : 10626 (java) S 10619 10606 9656 0 -1 64 1541 0 0 0 32 1 0 0 16 0 9 0 2002995879 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10627] ppid=10619 vsize=868528 CPUtime=0
/proc/10620/task/10627/stat : 10627 (java) S 10619 10606 9656 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002995879 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10628] ppid=10619 vsize=868528 CPUtime=0
/proc/10620/task/10628/stat : 10628 (java) S 10619 10606 9656 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002995879 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 638.83
Current children cumulated vsize (KiB) 887484

[startup+702.303 s]
/proc/loadavg: 2.51 2.42 2.33 4/92 10630
/proc/meminfo: memFree=15120/2055920 swapFree=4180584/4192956
[pid=10606] ppid=10604 vsize=13600 CPUtime=3.42
/proc/10606/stat : 10606 (sugar) S 10604 10606 9656 0 -1 4194304 974 32429 0 28 4 0 315 23 16 0 1 0 2002995513 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10606/statm: 3400 797 370 3 0 500 0
[pid=10619] ppid=10606 vsize=5356 CPUtime=0
/proc/10619/stat : 10619 (sh) S 10606 10606 9656 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002995875 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10619/statm: 1339 233 193 169 0 50 0
[pid=10620] ppid=10619 vsize=868528 CPUtime=695.08
/proc/10620/stat : 10620 (java) S 10619 10606 9656 0 -1 0 114028 0 1 0 68362 1146 0 0 20 0 9 0 2002995875 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10620/statm: 217132 84907 2566 9 0 211679 0
[pid=10620/tid=10621] ppid=10619 vsize=868528 CPUtime=677.45
/proc/10620/task/10621/stat : 10621 (java) R 10619 10606 9656 0 -1 64 10553 0 1 0 66678 1067 0 0 25 0 9 0 2002995876 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4127088295 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10622] ppid=10619 vsize=868528 CPUtime=17.28
/proc/10620/task/10622/stat : 10622 (java) S 10619 10606 9656 0 -1 64 101238 0 0 0 1652 76 0 0 16 0 9 0 2002995877 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10623] ppid=10619 vsize=868528 CPUtime=0
/proc/10620/task/10623/stat : 10623 (java) S 10619 10606 9656 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002995877 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10624] ppid=10619 vsize=868528 CPUtime=0
/proc/10620/task/10624/stat : 10624 (java) S 10619 10606 9656 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002995877 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10625] ppid=10619 vsize=868528 CPUtime=0
/proc/10620/task/10625/stat : 10625 (java) S 10619 10606 9656 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002995879 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10626] ppid=10619 vsize=868528 CPUtime=0.33
/proc/10620/task/10626/stat : 10626 (java) S 10619 10606 9656 0 -1 64 1541 0 0 0 32 1 0 0 16 0 9 0 2002995879 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10627] ppid=10619 vsize=868528 CPUtime=0
/proc/10620/task/10627/stat : 10627 (java) S 10619 10606 9656 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002995879 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10628] ppid=10619 vsize=868528 CPUtime=0
/proc/10620/task/10628/stat : 10628 (java) S 10619 10606 9656 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002995879 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 698.5
Current children cumulated vsize (KiB) 887484

[startup+762.307 s]
/proc/loadavg: 2.78 2.51 2.37 3/92 10630
/proc/meminfo: memFree=16208/2055920 swapFree=4180584/4192956
[pid=10606] ppid=10604 vsize=13600 CPUtime=3.42
/proc/10606/stat : 10606 (sugar) S 10604 10606 9656 0 -1 4194304 974 32429 0 28 4 0 315 23 16 0 1 0 2002995513 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10606/statm: 3400 797 370 3 0 500 0
[pid=10619] ppid=10606 vsize=5356 CPUtime=0
/proc/10619/stat : 10619 (sh) S 10606 10606 9656 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002995875 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10619/statm: 1339 233 193 169 0 50 0
[pid=10620] ppid=10619 vsize=868528 CPUtime=754.81
/proc/10620/stat : 10620 (java) S 10619 10606 9656 0 -1 0 114149 0 1 0 74256 1225 0 0 20 0 9 0 2002995875 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10620/statm: 217132 84907 2566 9 0 211679 0
[pid=10620/tid=10621] ppid=10619 vsize=868528 CPUtime=737.03
/proc/10620/task/10621/stat : 10621 (java) R 10619 10606 9656 0 -1 64 10674 0 1 0 72558 1145 0 0 25 0 9 0 2002995876 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10622] ppid=10619 vsize=868528 CPUtime=17.41
/proc/10620/task/10622/stat : 10622 (java) S 10619 10606 9656 0 -1 64 101238 0 0 0 1665 76 0 0 16 0 9 0 2002995877 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10623] ppid=10619 vsize=868528 CPUtime=0
/proc/10620/task/10623/stat : 10623 (java) S 10619 10606 9656 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002995877 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10624] ppid=10619 vsize=868528 CPUtime=0
/proc/10620/task/10624/stat : 10624 (java) S 10619 10606 9656 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002995877 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10625] ppid=10619 vsize=868528 CPUtime=0
/proc/10620/task/10625/stat : 10625 (java) S 10619 10606 9656 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002995879 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10626] ppid=10619 vsize=868528 CPUtime=0.33
/proc/10620/task/10626/stat : 10626 (java) S 10619 10606 9656 0 -1 64 1541 0 0 0 32 1 0 0 16 0 9 0 2002995879 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10627] ppid=10619 vsize=868528 CPUtime=0
/proc/10620/task/10627/stat : 10627 (java) S 10619 10606 9656 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002995879 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10620/tid=10628] ppid=10619 vsize=868528 CPUtime=0
/proc/10620/task/10628/stat : 10628 (java) S 10619 10606 9656 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002995879 889372672 84907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 758.23
Current children cumulated vsize (KiB) 887484

[startup+822.301 s]
/proc/loadavg: 2.32 2.43 2.35 3/92 10636
/proc/meminfo: memFree=16144/2055920 swapFree=4180584/4192956
[pid=10606] ppid=10604 vsize=13600 CPUtime=817.86
/proc/10606/stat : 10606 (sugar) R 10604 10606 9656 0 -1 4194304 996 147002 0 30 4 6 80444 1332 16 0 1 0 2002995513 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231882855465 0 0 4224 16386 0 0 0 17 0 0 0
/proc/10606/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 817.86
Current children cumulated vsize (KiB) 13600

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

[startup+823.101 s]
/proc/loadavg: 2.32 2.43 2.35 2/82 10636
/proc/meminfo: memFree=1222432/2055920 swapFree=4180584/4192956
[pid=10606] ppid=10604 vsize=13600 CPUtime=818.28
/proc/10606/stat : 10606 (sugar) D 10604 10606 9656 0 -1 4194304 996 147002 0 30 4 48 80444 1332 18 0 1 0 2002995513 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231882855465 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/10606/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 818.28
Current children cumulated vsize (KiB) 13600

[startup+823.501 s]
/proc/loadavg: 2.32 2.43 2.35 2/82 10636
/proc/meminfo: memFree=1222432/2055920 swapFree=4180584/4192956
[pid=10606] ppid=10604 vsize=13600 CPUtime=818.32
/proc/10606/stat : 10606 (sugar) D 10604 10606 9656 0 -1 4194304 996 147002 0 30 4 52 80444 1332 18 0 1 0 2002995513 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231882855465 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/10606/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 818.32
Current children cumulated vsize (KiB) 13600

[startup+823.906 s]
/proc/loadavg: 2.32 2.43 2.35 2/82 10636
/proc/meminfo: memFree=1221408/2055920 swapFree=4180584/4192956
[pid=10606] ppid=10604 vsize=13600 CPUtime=818.35
/proc/10606/stat : 10606 (sugar) D 10604 10606 9656 0 -1 4194304 996 147002 0 30 4 55 80444 1332 18 0 1 0 2002995513 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231882855465 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/10606/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 818.35
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 823.909
CPU time (s): 818.379
CPU user time (s): 804.489
CPU system time (s): 13.8899
CPU usage (%): 99.3287
Max. virtual memory (cumulated for all children) (KiB): 901624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 804.489
system time used= 13.8899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148028
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47621
involuntary context switches= 65901

runsolver used 1.05484 second user time and 2.71659 second system time

The end

Launcher Data (download as text)

Begin job on node75 at 2008-07-05 08:47:37
IDJOB=1086654
IDBENCH=57849
IDSOLVER=346
FILE ID=node75/1086654-1215240457
PBS_JOBID= 7881886
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp30/normalized-fapp30-3000-5.xml
COMMAND LINE= DIR/sugar -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-1086654-1215240457/watcher-1086654-1215240457 -o /tmp/evaluation-result-1086654-1215240457/solver-1086654-1215240457 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1086654-1215240457.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 98a3a366c26f15bed12a39ed12c21e5e
RANDOM SEED=406349975

node75.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1192456 kB
Buffers:          2964 kB
Cached:          51988 kB
SwapCached:       6112 kB
Active:         787464 kB
Inactive:        20744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1192456 kB
SwapTotal:     4192956 kB
SwapFree:      4180584 kB
Dirty:           10388 kB
Writeback:           0 kB
Mapped:         769660 kB
Slab:            39004 kB
Committed_AS:  4988664 kB
PageTables:       3344 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= 66548 MiB
End job on node75 at 2008-07-05 09:01:21