Trace number 1112787

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-inc? 632.329 641.815

General information on the benchmark

Namecsp/fapp/fapp40/
normalized-fapp40-3000-2.xml
MD5SUM2fe472930e777421d5e31a3144b4206e
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 constraints53548
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension53548
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.21	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.21	c 0	BEGIN Thu Aug  7 20:26:09 2008
0.04/0.21	c 0	PID 15606
0.04/0.22	c 0	HOST node71.alineos.net
0.04/0.22	c 0	CONVERTING HOME/instance-1112787-1218133568.xml TO HOME/temp.csp
0.04/0.22	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112787-1218133568.xml' 'HOME/temp.csp'
2.91/3.14	c 3	14 domains, 3000 variables, 8 predicates, 0 relations, 53548 constraints
2.96/3.21	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.96/3.21	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.96/3.29	c 3	Parsing HOME/temp.csp
2.97/3.68	c 3	parsed 10000 expressions
2.97/4.05	c 4	parsed 20000 expressions
4.04/4.39	c 4	parsed 30000 expressions
4.34/4.67	c 4	parsed 40000 expressions
4.73/5.07	c 5	parsed 50000 expressions
4.93/5.25	c 5	parsed 56570 expressions
4.93/5.25	c 5	Heap : 25 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.43/5.77	c 5	MAX CSP: 53548 constraints
5.43/5.77	c 5	Converting to clausal form CSP
14.88/15.26	c 15	converted 11013 (10%) expressions
27.11/27.54	c 27	converted 22025 (20%) expressions
39.74/40.22	c 40	converted 33037 (30%) expressions
51.48/52.00	c 52	converted 44049 (40%) expressions
62.91/63.55	c 63	converted 55061 (50%) expressions
75.26/75.93	c 76	converted 66073 (60%) expressions
86.28/87.05	c 87	converted 77085 (70%) expressions
97.22/98.05	c 98	converted 88097 (80%) expressions
107.77/108.61	c 108	converted 99109 (90%) expressions
124.59/125.55	c 125	converted 110121 (100%) expressions
124.59/125.56	c 125	CSP : 123226 integers, 208591 booleans, 514656 clauses, largest domain size 80323
124.59/125.56	c 125	Heap : 327 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
124.59/125.56	c 125	Propagation in CSP
144.29/145.35	c 145	53541 values, 0 unsatisfiable literals, and 0 valid clauses are removed
144.29/145.36	c 145	CSP : 123226 integers, 208591 booleans, 514656 clauses, largest domain size 53549
144.29/145.36	c 145	Heap : 360 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
144.39/145.49	c 145	Simplifing CSP by introducing new Boolean variables
145.38/146.43	c 146	CSP : 123226 integers, 339369 booleans, 645434 clauses, largest domain size 53549
145.38/146.43	c 146	Heap : 382 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
147.57/148.62	c 148	Encoding CSP to SAT : HOME/temp.cnf
219.33/220.91	c 221	12323 (10%) CSP integer variables are encoded (12162742 clauses, 233219773 bytes)
235.98/238.11	c 238	24646 (20%) CSP integer variables are encoded (25063566 clauses, 504137077 bytes)
250.64/253.25	c 253	36968 (30%) CSP integer variables are encoded (36791335 clauses, 750420226 bytes)
263.67/267.00	c 267	49291 (40%) CSP integer variables are encoded (47222421 clauses, 969473032 bytes)
274.90/278.65	c 278	61613 (50%) CSP integer variables are encoded (56166728 clauses, 1157303479 bytes)
278.30/282.18	c 282	73936 (60%) CSP integer variables are encoded (58885968 clauses, 1214407519 bytes)
279.49/283.31	c 283	86259 (70%) CSP integer variables are encoded (59764827 clauses, 1232863558 bytes)
279.68/283.60	c 283	98581 (80%) CSP integer variables are encoded (59980513 clauses, 1237392964 bytes)
279.98/283.82	c 284	110904 (90%) CSP integer variables are encoded (60140620 clauses, 1240755211 bytes)
280.17/284.08	c 284	123226 (100%) CSP integer variables are encoded (60329600 clauses, 1244723791 bytes)
631.50/639.89	c 640	ERROR Exception Too large HOME/temp.cnf
631.60/640.00	c 640	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
631.60/640.00	c 640	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
631.60/640.00	c 640	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
631.60/640.00	s UNKNOWN
631.66/640.11	c 640	CPU 618.64 (0.05 0.02 618.59 13.02)
631.66/640.11	c 640	END Thu Aug  7 20:36:49 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-1112787-1218133568/watcher-1112787-1218133568 -o /tmp/evaluation-result-1112787-1218133568/solver-1112787-1218133568 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1112787-1218133568.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.40 2.65 1.55 4/81 15606
/proc/meminfo: memFree=1899448/2055920 swapFree=4192812/4192956
[pid=15606] ppid=15604 vsize=18572 CPUtime=0
/proc/15606/stat : 15606 (runsolver) D 15604 15606 14438 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 140443520 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 231962373415 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/15606/statm: 4643 292 257 25 0 2626 0

[startup+0.090963 s]
/proc/loadavg: 2.40 2.65 1.55 4/81 15606
/proc/meminfo: memFree=1899448/2055920 swapFree=4192812/4192956
[pid=15606] ppid=15604 vsize=12412 CPUtime=0
/proc/15606/stat : 15606 (sugar++) D 15604 15606 14438 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 140443520 12709888 382 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/15606/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.103963 s]
/proc/loadavg: 2.40 2.65 1.55 4/81 15606
/proc/meminfo: memFree=1899448/2055920 swapFree=4192812/4192956
[pid=15606] ppid=15604 vsize=12544 CPUtime=0
/proc/15606/stat : 15606 (sugar++) R 15604 15606 14438 0 -1 4194304 501 0 0 0 0 0 0 0 18 0 1 0 140443520 12845056 469 996147200 4194304 4206940 548682068528 18446744073709551615 231980280784 0 0 4224 0 0 0 0 17 0 0 0
/proc/15606/statm: 3136 469 298 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.303008 s]
/proc/loadavg: 2.40 2.65 1.55 4/81 15606
/proc/meminfo: memFree=1899448/2055920 swapFree=4192812/4192956
[pid=15606] ppid=15604 vsize=16740 CPUtime=0.07
/proc/15606/stat : 15606 (sugar++) S 15604 15606 14438 0 -1 4194304 1217 128 2 0 5 2 0 0 18 0 1 0 140443520 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15606/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.702092 s]
/proc/loadavg: 2.40 2.65 1.55 4/81 15606
/proc/meminfo: memFree=1899448/2055920 swapFree=4192812/4192956
[pid=15606] ppid=15604 vsize=16740 CPUtime=0.07
/proc/15606/stat : 15606 (sugar++) S 15604 15606 14438 0 -1 4194304 1217 128 2 0 5 2 0 0 18 0 1 0 140443520 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15606/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50126 s]
/proc/loadavg: 2.37 2.64 1.55 3/92 15618
/proc/meminfo: memFree=1867360/2055920 swapFree=4192812/4192956
[pid=15606] ppid=15604 vsize=16740 CPUtime=0.07
/proc/15606/stat : 15606 (sugar++) S 15604 15606 14438 0 -1 4194304 1217 128 2 0 5 2 0 0 18 0 1 0 140443520 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15606/statm: 4185 1104 409 3 0 764 0
[pid=15609] ppid=15606 vsize=5356 CPUtime=0
/proc/15609/stat : 15609 (sh) S 15606 15606 14438 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140443543 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15609/statm: 1339 233 193 169 0 50 0
[pid=15610] ppid=15609 vsize=866668 CPUtime=1.25
/proc/15610/stat : 15610 (java) S 15609 15606 14438 0 -1 0 17347 0 1 0 116 9 0 0 20 0 9 0 140443543 887468032 14937 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15610/statm: 216667 14937 2529 9 0 211249 0
[pid=15610/tid=15611] ppid=15609 vsize=866668 CPUtime=0.63
/proc/15610/task/15611/stat : 15611 (java) R 15609 15606 14438 0 -1 64 2992 0 1 0 60 3 0 0 25 0 9 0 140443544 887468032 14937 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15610/tid=15612] ppid=15609 vsize=866668 CPUtime=0.51
/proc/15610/task/15612/stat : 15612 (java) R 15609 15606 14438 0 -1 64 13167 0 0 0 46 5 0 0 16 0 9 0 140443545 887468032 14937 996147200 134512640 134550740 4294956000 18446744073709551615 104180286 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15610/tid=15613] ppid=15609 vsize=866668 CPUtime=0
/proc/15610/task/15613/stat : 15613 (java) S 15609 15606 14438 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 140443545 887468032 14937 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15610/tid=15614] ppid=15609 vsize=866668 CPUtime=0
/proc/15610/task/15614/stat : 15614 (java) S 15609 15606 14438 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140443545 887468032 14937 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15610/tid=15615] ppid=15609 vsize=866668 CPUtime=0
/proc/15610/task/15615/stat : 15615 (java) S 15609 15606 14438 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140443547 887468032 14937 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15610/tid=15616] ppid=15609 vsize=866668 CPUtime=0.08
/proc/15610/task/15616/stat : 15616 (java) S 15609 15606 14438 0 -1 64 488 0 0 0 8 0 0 0 16 0 9 0 140443547 887468032 14937 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15610/tid=15617] ppid=15609 vsize=866668 CPUtime=0
/proc/15610/task/15617/stat : 15617 (java) S 15609 15606 14438 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140443547 887468032 14937 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15610/tid=15618] ppid=15609 vsize=866668 CPUtime=0
/proc/15610/task/15618/stat : 15618 (java) S 15609 15606 14438 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140443547 887468032 14937 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 888764

[startup+3.10261 s]
/proc/loadavg: 2.37 2.64 1.55 4/92 15618
/proc/meminfo: memFree=1819360/2055920 swapFree=4192812/4192956
[pid=15606] ppid=15604 vsize=16740 CPUtime=0.07
/proc/15606/stat : 15606 (sugar++) S 15604 15606 14438 0 -1 4194304 1217 128 2 0 5 2 0 0 18 0 1 0 140443520 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15606/statm: 4185 1104 409 3 0 764 0
[pid=15609] ppid=15606 vsize=5356 CPUtime=0
/proc/15609/stat : 15609 (sh) S 15606 15606 14438 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140443543 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15609/statm: 1339 233 193 169 0 50 0
[pid=15610] ppid=15609 vsize=864684 CPUtime=2.84
/proc/15610/stat : 15610 (java) S 15609 15606 14438 0 -1 0 27031 0 1 0 270 14 0 0 20 0 9 0 140443543 885436416 23138 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15610/statm: 216171 23138 2529 9 0 210753 0
[pid=15610/tid=15611] ppid=15609 vsize=864684 CPUtime=1.48
/proc/15610/task/15611/stat : 15611 (java) R 15609 15606 14438 0 -1 64 3872 0 1 0 144 4 0 0 25 0 9 0 140443544 885436416 23138 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15610/tid=15612] ppid=15609 vsize=864684 CPUtime=1.2
/proc/15610/task/15612/stat : 15612 (java) S 15609 15606 14438 0 -1 64 21934 0 0 0 111 9 0 0 16 0 9 0 140443545 885436416 23138 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15610/tid=15613] ppid=15609 vsize=864684 CPUtime=0
/proc/15610/task/15613/stat : 15613 (java) S 15609 15606 14438 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 140443545 885436416 23138 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15610/tid=15614] ppid=15609 vsize=864684 CPUtime=0
/proc/15610/task/15614/stat : 15614 (java) S 15609 15606 14438 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140443545 885436416 23138 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15610/tid=15615] ppid=15609 vsize=864684 CPUtime=0
/proc/15610/task/15615/stat : 15615 (java) S 15609 15606 14438 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140443547 885436416 23138 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15610/tid=15616] ppid=15609 vsize=864684 CPUtime=0.14
/proc/15610/task/15616/stat : 15616 (java) S 15609 15606 14438 0 -1 64 525 0 0 0 14 0 0 0 16 0 9 0 140443547 885436416 23138 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15610/tid=15617] ppid=15609 vsize=864684 CPUtime=0
/proc/15610/task/15617/stat : 15617 (java) S 15609 15606 14438 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140443547 885436416 23138 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15610/tid=15618] ppid=15609 vsize=864684 CPUtime=0
/proc/15610/task/15618/stat : 15618 (java) S 15609 15606 14438 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140443547 885436416 23138 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 886780

[startup+6.30129 s]
/proc/loadavg: 2.42 2.64 1.56 4/92 15628
/proc/meminfo: memFree=1853600/2055920 swapFree=4192812/4192956
[pid=15606] ppid=15604 vsize=16740 CPUtime=2.97
/proc/15606/stat : 15606 (sugar++) S 15604 15606 14438 0 -1 4194304 1295 27456 2 1 5 2 274 16 15 0 1 0 140443520 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15606/statm: 4185 1104 409 3 0 764 0
[pid=15619] ppid=15606 vsize=5356 CPUtime=0
/proc/15619/stat : 15619 (sh) S 15606 15606 14438 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140443842 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15619/statm: 1339 233 193 169 0 50 0
[pid=15620] ppid=15619 vsize=868432 CPUtime=3.05
/proc/15620/stat : 15620 (java) S 15619 15606 14438 0 -1 0 18190 0 1 0 294 11 0 0 18 0 9 0 140443842 889274368 16305 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15620/statm: 217108 16305 2543 9 0 211683 0
[pid=15620/tid=15621] ppid=15619 vsize=868432 CPUtime=1.72
/proc/15620/task/15621/stat : 15621 (java) R 15619 15606 14438 0 -1 64 3300 0 1 0 169 3 0 0 25 0 9 0 140443843 889274368 16305 996147200 134512640 134550740 4294955920 18446744073709551615 4126610579 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15622] ppid=15619 vsize=868432 CPUtime=1.11
/proc/15620/task/15622/stat : 15622 (java) S 15619 15606 14438 0 -1 64 12739 0 0 0 104 7 0 0 16 0 9 0 140443844 889274368 16305 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15623] ppid=15619 vsize=868432 CPUtime=0
/proc/15620/task/15623/stat : 15623 (java) S 15619 15606 14438 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140443844 889274368 16305 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15624] ppid=15619 vsize=868432 CPUtime=0
/proc/15620/task/15624/stat : 15624 (java) S 15619 15606 14438 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140443844 889274368 16305 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15625] ppid=15619 vsize=868432 CPUtime=0
/proc/15620/task/15625/stat : 15625 (java) S 15619 15606 14438 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140443846 889274368 16305 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15626] ppid=15619 vsize=868432 CPUtime=0.19
/proc/15620/task/15626/stat : 15626 (java) S 15619 15606 14438 0 -1 64 1455 0 0 0 19 0 0 0 15 0 9 0 140443846 889274368 16305 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15627] ppid=15619 vsize=868432 CPUtime=0
/proc/15620/task/15627/stat : 15627 (java) S 15619 15606 14438 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140443846 889274368 16305 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15628] ppid=15619 vsize=868432 CPUtime=0
/proc/15620/task/15628/stat : 15628 (java) S 15619 15606 14438 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140443846 889274368 16305 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 890528

[startup+12.7027 s]
/proc/loadavg: 2.38 2.63 1.56 4/92 15628
/proc/meminfo: memFree=1825440/2055920 swapFree=4192812/4192956
[pid=15606] ppid=15604 vsize=16740 CPUtime=2.97
/proc/15606/stat : 15606 (sugar++) S 15604 15606 14438 0 -1 4194304 1295 27456 2 1 5 2 274 16 15 0 1 0 140443520 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15606/statm: 4185 1104 409 3 0 764 0
[pid=15619] ppid=15606 vsize=5356 CPUtime=0
/proc/15619/stat : 15619 (sh) S 15606 15606 14438 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140443842 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15619/statm: 1339 233 193 169 0 50 0
[pid=15620] ppid=15619 vsize=868432 CPUtime=9.42
/proc/15620/stat : 15620 (java) S 15619 15606 14438 0 -1 0 20860 0 1 0 926 16 0 0 18 0 9 0 140443842 889274368 18786 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15620/statm: 217108 18786 2544 9 0 211683 0
[pid=15620/tid=15621] ppid=15619 vsize=868432 CPUtime=7.63
/proc/15620/task/15621/stat : 15621 (java) R 15619 15606 14438 0 -1 64 3489 0 1 0 759 4 0 0 25 0 9 0 140443843 889274368 18786 996147200 134512640 134550740 4294955920 18446744073709551615 4126428766 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15622] ppid=15619 vsize=868432 CPUtime=1.52
/proc/15620/task/15622/stat : 15622 (java) S 15619 15606 14438 0 -1 64 15202 0 0 0 142 10 0 0 16 0 9 0 140443844 889274368 18786 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15623] ppid=15619 vsize=868432 CPUtime=0
/proc/15620/task/15623/stat : 15623 (java) S 15619 15606 14438 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140443844 889274368 18786 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15624] ppid=15619 vsize=868432 CPUtime=0
/proc/15620/task/15624/stat : 15624 (java) S 15619 15606 14438 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140443844 889274368 18786 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15625] ppid=15619 vsize=868432 CPUtime=0
/proc/15620/task/15625/stat : 15625 (java) S 15619 15606 14438 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140443846 889274368 18786 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15626] ppid=15619 vsize=868432 CPUtime=0.23
/proc/15620/task/15626/stat : 15626 (java) S 15619 15606 14438 0 -1 64 1473 0 0 0 23 0 0 0 17 0 9 0 140443846 889274368 18786 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15627] ppid=15619 vsize=868432 CPUtime=0
/proc/15620/task/15627/stat : 15627 (java) S 15619 15606 14438 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140443846 889274368 18786 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15628] ppid=15619 vsize=868432 CPUtime=0
/proc/15620/task/15628/stat : 15628 (java) S 15619 15606 14438 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140443846 889274368 18786 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 890528

[startup+25.5024 s]
/proc/loadavg: 2.30 2.60 1.57 3/92 15628
/proc/meminfo: memFree=1796576/2055920 swapFree=4192812/4192956
[pid=15606] ppid=15604 vsize=16740 CPUtime=2.97
/proc/15606/stat : 15606 (sugar++) S 15604 15606 14438 0 -1 4194304 1295 27456 2 1 5 2 274 16 16 0 1 0 140443520 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15606/statm: 4185 1104 409 3 0 764 0
[pid=15619] ppid=15606 vsize=5356 CPUtime=0
/proc/15619/stat : 15619 (sh) S 15606 15606 14438 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140443842 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15619/statm: 1339 233 193 169 0 50 0
[pid=15620] ppid=15619 vsize=868432 CPUtime=22.15
/proc/15620/stat : 15620 (java) S 15619 15606 14438 0 -1 0 32163 0 1 0 2191 24 0 0 18 0 9 0 140443842 889274368 25169 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15620/statm: 217108 25169 2541 9 0 211683 0
[pid=15620/tid=15621] ppid=15619 vsize=868432 CPUtime=19.07
/proc/15620/task/15621/stat : 15621 (java) R 15619 15606 14438 0 -1 64 4140 0 1 0 1902 5 0 0 25 0 9 0 140443843 889274368 25169 996147200 134512640 134550740 4294955920 18446744073709551615 4126672950 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15622] ppid=15619 vsize=868432 CPUtime=2.8
/proc/15620/task/15622/stat : 15622 (java) S 15619 15606 14438 0 -1 64 25844 0 0 0 263 17 0 0 16 0 9 0 140443844 889274368 25169 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15623] ppid=15619 vsize=868432 CPUtime=0
/proc/15620/task/15623/stat : 15623 (java) S 15619 15606 14438 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140443844 889274368 25169 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15624] ppid=15619 vsize=868432 CPUtime=0
/proc/15620/task/15624/stat : 15624 (java) S 15619 15606 14438 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140443844 889274368 25169 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=15620/tid=15625] ppid=15619 vsize=868544 CPUtime=0
/proc/15620/task/15625/stat : 15625 (java) S 15619 15606 14438 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140443846 889389056 105912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15626] ppid=15619 vsize=868544 CPUtime=0.36
/proc/15620/task/15626/stat : 15626 (java) S 15619 15606 14438 0 -1 64 1538 0 0 0 35 1 0 0 16 0 9 0 140443846 889389056 105912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15620/tid=15627] ppid=15619 vsize=868544 CPUtime=0
/proc/15620/task/15627/stat : 15627 (java) S 15619 15606 14438 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140443846 889389056 105912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15628] ppid=15619 vsize=868544 CPUtime=0
/proc/15620/task/15628/stat : 15628 (java) S 15619 15606 14438 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140443846 889389056 105912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 606.38
Current children cumulated vsize (KiB) 890640

[startup+627.101 s]
/proc/loadavg: 2.17 2.23 1.84 4/93 15629
/proc/meminfo: memFree=16344/2055920 swapFree=4192812/4192956
[pid=15606] ppid=15604 vsize=16740 CPUtime=2.97
/proc/15606/stat : 15606 (sugar++) S 15604 15606 14438 0 -1 4194304 1295 27456 2 1 5 2 274 16 15 0 1 0 140443520 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15606/statm: 4185 1104 409 3 0 764 0
[pid=15619] ppid=15606 vsize=5356 CPUtime=0
/proc/15619/stat : 15619 (sh) S 15606 15606 14438 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140443842 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15619/statm: 1339 233 193 169 0 50 0
[pid=15620] ppid=15619 vsize=868544 CPUtime=616
/proc/15620/stat : 15620 (java) S 15619 15606 14438 0 -1 0 132600 0 1 0 60337 1263 0 0 18 0 9 0 140443842 889389056 105912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15620/statm: 217136 105912 2566 9 0 211683 0
[pid=15620/tid=15621] ppid=15619 vsize=868544 CPUtime=597.38
/proc/15620/task/15621/stat : 15621 (java) R 15619 15606 14438 0 -1 64 9855 0 1 0 58553 1185 0 0 25 0 9 0 140443843 889389056 105912 996147200 134512640 134550740 4294955920 18446744073709551615 4127157856 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15620/tid=15622] ppid=15619 vsize=868544 CPUtime=18.23
/proc/15620/task/15622/stat : 15622 (java) S 15619 15606 14438 0 -1 64 120511 0 0 0 1748 75 0 0 15 0 9 0 140443844 889389056 105912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15620/tid=15623] ppid=15619 vsize=868544 CPUtime=0
/proc/15620/task/15623/stat : 15623 (java) S 15619 15606 14438 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140443844 889389056 105912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15624] ppid=15619 vsize=868544 CPUtime=0
/proc/15620/task/15624/stat : 15624 (java) S 15619 15606 14438 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140443844 889389056 105912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15625] ppid=15619 vsize=868544 CPUtime=0
/proc/15620/task/15625/stat : 15625 (java) S 15619 15606 14438 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140443846 889389056 105912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15626] ppid=15619 vsize=868544 CPUtime=0.36
/proc/15620/task/15626/stat : 15626 (java) S 15619 15606 14438 0 -1 64 1538 0 0 0 35 1 0 0 16 0 9 0 140443846 889389056 105912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15620/tid=15627] ppid=15619 vsize=868544 CPUtime=0
/proc/15620/task/15627/stat : 15627 (java) S 15619 15606 14438 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140443846 889389056 105912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15628] ppid=15619 vsize=868544 CPUtime=0
/proc/15620/task/15628/stat : 15628 (java) S 15619 15606 14438 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140443846 889389056 105912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 618.97
Current children cumulated vsize (KiB) 890640

[startup+633.503 s]
/proc/loadavg: 2.15 2.22 1.84 4/93 15629
/proc/meminfo: memFree=15192/2055920 swapFree=4192812/4192956
[pid=15606] ppid=15604 vsize=16740 CPUtime=2.97
/proc/15606/stat : 15606 (sugar++) S 15604 15606 14438 0 -1 4194304 1295 27456 2 1 5 2 274 16 15 0 1 0 140443520 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15606/statm: 4185 1104 409 3 0 764 0
[pid=15619] ppid=15606 vsize=5356 CPUtime=0
/proc/15619/stat : 15619 (sh) S 15606 15606 14438 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140443842 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15619/statm: 1339 233 193 169 0 50 0
[pid=15620] ppid=15619 vsize=868544 CPUtime=622.33
/proc/15620/stat : 15620 (java) S 15619 15606 14438 0 -1 0 132611 0 1 0 60962 1271 0 0 18 0 9 0 140443842 889389056 105912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15620/statm: 217136 105912 2566 9 0 211683 0
[pid=15620/tid=15621] ppid=15619 vsize=868544 CPUtime=603.69
/proc/15620/task/15621/stat : 15621 (java) R 15619 15606 14438 0 -1 64 9866 0 1 0 59176 1193 0 0 25 0 9 0 140443843 889389056 105912 996147200 134512640 134550740 4294955920 18446744073709551615 4126672915 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15620/tid=15622] ppid=15619 vsize=868544 CPUtime=18.24
/proc/15620/task/15622/stat : 15622 (java) S 15619 15606 14438 0 -1 64 120511 0 0 0 1749 75 0 0 16 0 9 0 140443844 889389056 105912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15620/tid=15623] ppid=15619 vsize=868544 CPUtime=0
/proc/15620/task/15623/stat : 15623 (java) S 15619 15606 14438 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140443844 889389056 105912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15624] ppid=15619 vsize=868544 CPUtime=0
/proc/15620/task/15624/stat : 15624 (java) S 15619 15606 14438 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140443844 889389056 105912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15625] ppid=15619 vsize=868544 CPUtime=0
/proc/15620/task/15625/stat : 15625 (java) S 15619 15606 14438 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140443846 889389056 105912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15626] ppid=15619 vsize=868544 CPUtime=0.36
/proc/15620/task/15626/stat : 15626 (java) S 15619 15606 14438 0 -1 64 1538 0 0 0 35 1 0 0 16 0 9 0 140443846 889389056 105912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15620/tid=15627] ppid=15619 vsize=868544 CPUtime=0
/proc/15620/task/15627/stat : 15627 (java) S 15619 15606 14438 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140443846 889389056 105912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15628] ppid=15619 vsize=868544 CPUtime=0
/proc/15620/task/15628/stat : 15628 (java) S 15619 15606 14438 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140443846 889389056 105912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 625.3
Current children cumulated vsize (KiB) 890640

[startup+636.703 s]
/proc/loadavg: 2.14 2.22 1.84 3/93 15629
/proc/meminfo: memFree=15896/2055920 swapFree=4192812/4192956
[pid=15606] ppid=15604 vsize=16740 CPUtime=2.97
/proc/15606/stat : 15606 (sugar++) S 15604 15606 14438 0 -1 4194304 1295 27456 2 1 5 2 274 16 15 0 1 0 140443520 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15606/statm: 4185 1104 409 3 0 764 0
[pid=15619] ppid=15606 vsize=5356 CPUtime=0
/proc/15619/stat : 15619 (sh) S 15606 15606 14438 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140443842 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15619/statm: 1339 233 193 169 0 50 0
[pid=15620] ppid=15619 vsize=868544 CPUtime=625.48
/proc/15620/stat : 15620 (java) S 15619 15606 14438 0 -1 0 132617 0 1 0 61273 1275 0 0 18 0 9 0 140443842 889389056 105912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15620/statm: 217136 105912 2566 9 0 211683 0
[pid=15620/tid=15621] ppid=15619 vsize=868544 CPUtime=606.83
/proc/15620/task/15621/stat : 15621 (java) R 15619 15606 14438 0 -1 64 9872 0 1 0 59486 1197 0 0 25 0 9 0 140443843 889389056 105912 996147200 134512640 134550740 4294955920 18446744073709551615 4127157872 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15620/tid=15622] ppid=15619 vsize=868544 CPUtime=18.25
/proc/15620/task/15622/stat : 15622 (java) S 15619 15606 14438 0 -1 64 120511 0 0 0 1750 75 0 0 16 0 9 0 140443844 889389056 105912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15620/tid=15623] ppid=15619 vsize=868544 CPUtime=0
/proc/15620/task/15623/stat : 15623 (java) S 15619 15606 14438 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140443844 889389056 105912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15624] ppid=15619 vsize=868544 CPUtime=0
/proc/15620/task/15624/stat : 15624 (java) S 15619 15606 14438 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140443844 889389056 105912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15625] ppid=15619 vsize=868544 CPUtime=0
/proc/15620/task/15625/stat : 15625 (java) S 15619 15606 14438 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140443846 889389056 105912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15626] ppid=15619 vsize=868544 CPUtime=0.36
/proc/15620/task/15626/stat : 15626 (java) S 15619 15606 14438 0 -1 64 1538 0 0 0 35 1 0 0 16 0 9 0 140443846 889389056 105912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15620/tid=15627] ppid=15619 vsize=868544 CPUtime=0
/proc/15620/task/15627/stat : 15627 (java) S 15619 15606 14438 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140443846 889389056 105912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15628] ppid=15619 vsize=868544 CPUtime=0
/proc/15620/task/15628/stat : 15628 (java) S 15619 15606 14438 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140443846 889389056 105912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 628.45
Current children cumulated vsize (KiB) 890640

[startup+639.902 s]
/proc/loadavg: 2.14 2.22 1.84 3/93 15629
/proc/meminfo: memFree=14872/2055920 swapFree=4192812/4192956
[pid=15606] ppid=15604 vsize=16740 CPUtime=2.97
/proc/15606/stat : 15606 (sugar++) S 15604 15606 14438 0 -1 4194304 1296 27456 2 1 5 2 274 16 16 0 1 0 140443520 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15606/statm: 4185 1104 409 3 0 764 0
[pid=15619] ppid=15606 vsize=5356 CPUtime=0
/proc/15619/stat : 15619 (sh) S 15606 15606 14438 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140443842 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15619/statm: 1339 233 193 169 0 50 0
[pid=15620] ppid=15619 vsize=868544 CPUtime=628.63
/proc/15620/stat : 15620 (java) S 15619 15606 14438 0 -1 0 132628 0 1 0 61584 1279 0 0 18 0 9 0 140443842 889389056 105915 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15620/statm: 217136 105915 2566 9 0 211683 0
[pid=15620/tid=15621] ppid=15619 vsize=868544 CPUtime=609.97
/proc/15620/task/15621/stat : 15621 (java) S 15619 15606 14438 0 -1 64 9883 0 1 0 59797 1200 0 0 25 0 9 0 140443843 889389056 105915 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15620/tid=15622] ppid=15619 vsize=868544 CPUtime=18.27
/proc/15620/task/15622/stat : 15622 (java) S 15619 15606 14438 0 -1 64 120511 0 0 0 1751 76 0 0 16 0 9 0 140443844 889389056 105915 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15620/tid=15623] ppid=15619 vsize=868544 CPUtime=0
/proc/15620/task/15623/stat : 15623 (java) S 15619 15606 14438 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140443844 889389056 105915 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15624] ppid=15619 vsize=868544 CPUtime=0
/proc/15620/task/15624/stat : 15624 (java) S 15619 15606 14438 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140443844 889389056 105915 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15625] ppid=15619 vsize=868544 CPUtime=0
/proc/15620/task/15625/stat : 15625 (java) S 15619 15606 14438 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140443846 889389056 105915 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15626] ppid=15619 vsize=868544 CPUtime=0.36
/proc/15620/task/15626/stat : 15626 (java) S 15619 15606 14438 0 -1 64 1538 0 0 0 35 1 0 0 16 0 9 0 140443846 889389056 105915 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15620/tid=15627] ppid=15619 vsize=868544 CPUtime=0
/proc/15620/task/15627/stat : 15627 (java) S 15619 15606 14438 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140443846 889389056 105915 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15628] ppid=15619 vsize=868544 CPUtime=0
/proc/15620/task/15628/stat : 15628 (java) S 15619 15606 14438 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140443846 889389056 105915 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 631.6
Current children cumulated vsize (KiB) 890640

[startup+640.709 s]
/proc/loadavg: 2.14 2.22 1.84 2/86 15629
/proc/meminfo: memFree=429336/2055920 swapFree=4192812/4192956
[pid=15606] ppid=15604 vsize=16740 CPUtime=632.23
/proc/15606/stat : 15606 (sugar++) D 15604 15606 14438 0 -1 4194304 1318 160376 2 2 5 57 61859 1302 21 0 1 0 140443520 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15606/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 632.23
Current children cumulated vsize (KiB) 16740

[startup+641.502 s]
/proc/loadavg: 2.13 2.22 1.84 2/83 15629
/proc/meminfo: memFree=1574256/2055920 swapFree=4192812/4192956
[pid=15606] ppid=15604 vsize=16740 CPUtime=632.29
/proc/15606/stat : 15606 (sugar++) D 15604 15606 14438 0 -1 4194304 1318 160376 2 2 5 63 61859 1302 18 0 1 0 140443520 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15606/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 632.29
Current children cumulated vsize (KiB) 16740

[startup+641.703 s]
/proc/loadavg: 2.13 2.22 1.84 2/83 15629
/proc/meminfo: memFree=1574256/2055920 swapFree=4192812/4192956
[pid=15606] ppid=15604 vsize=16740 CPUtime=632.3
/proc/15606/stat : 15606 (sugar++) D 15604 15606 14438 0 -1 4194304 1318 160376 2 2 5 64 61859 1302 18 0 1 0 140443520 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15606/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 632.3
Current children cumulated vsize (KiB) 16740

[startup+641.803 s]
/proc/loadavg: 2.13 2.22 1.84 2/83 15629
/proc/meminfo: memFree=1574256/2055920 swapFree=4192812/4192956
[pid=15606] ppid=15604 vsize=16740 CPUtime=632.31
/proc/15606/stat : 15606 (sugar++) D 15604 15606 14438 0 -1 4194304 1318 160376 2 2 5 65 61859 1302 18 0 1 0 140443520 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15606/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 632.31
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 641.815
CPU time (s): 632.329
CPU user time (s): 618.65
CPU system time (s): 13.6789
CPU usage (%): 98.522
Max. virtual memory (cumulated for all children) (KiB): 904780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 618.65
system time used= 13.6789
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 161750
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36499
involuntary context switches= 47803

runsolver used 0.812876 second user time and 2.18967 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-08-07 20:26:09
IDJOB=1112787
IDBENCH=61474
IDSOLVER=367
FILE ID=node71/1112787-1218133568
PBS_JOBID= 8000833
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2fe472930e777421d5e31a3144b4206e
RANDOM SEED=301492948

node71.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.263
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	: 5931.00
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.263
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:       1899928 kB
Buffers:          3384 kB
Cached:          56320 kB
SwapCached:          0 kB
Active:          86336 kB
Inactive:        15588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1899928 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9108 kB
Writeback:           0 kB
Mapped:          62320 kB
Slab:            39288 kB
Committed_AS:   208012 kB
PageTables:       1952 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB
End job on node71 at 2008-08-07 20:36:51