Trace number 1125611

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-inc? 201.651 210.083

General information on the benchmark

Namemaxcsp/planning/
normalized-driverlog08cc_ext.xml
MD5SUM5c4fb4b7c4a5424d9b5cb0108683ce95
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints7
Best CPU time to get the best result obtained on this benchmark6.13907
Satisfiable
(Un)Satisfiability was proved
Number of variables409
Number of constraints46013
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension46013
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.06/0.08	c 0	BEGIN Wed Jul 16 03:41:57 2008
0.06/0.08	c 0	PID 26726
0.06/0.08	c 0	HOST node35.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1125611-1216172516.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1125611-1216172516.xml' 'HOME/temp.csp'
1.56/1.76	c 1	9 domains, 409 variables, 0 predicates, 128 relations, 46013 constraints
1.64/1.81	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.64/1.81	c 1	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'
1.64/1.88	c 2	Parsing HOME/temp.csp
2.12/2.32	c 2	parsed 10000 expressions
2.32/2.52	c 2	parsed 20000 expressions
2.52/2.74	c 2	parsed 30000 expressions
2.72/2.90	c 3	parsed 40000 expressions
2.82/3.08	c 3	parsed 46559 expressions
2.82/3.09	c 3	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.20/3.48	c 3	MAX CSP: 46013 constraints
3.20/3.48	c 3	Converting to clausal form CSP
3.60/3.80	c 3	converted 9258 (10%) expressions
3.70/3.93	c 4	converted 18515 (20%) expressions
4.00/4.27	c 4	converted 27773 (30%) expressions
4.10/4.38	c 4	converted 37030 (40%) expressions
4.21/4.50	c 4	converted 46288 (50%) expressions
4.41/4.62	c 4	converted 55545 (60%) expressions
4.50/4.74	c 4	converted 64803 (70%) expressions
4.59/4.84	c 5	converted 74060 (80%) expressions
5.10/5.30	c 5	converted 83318 (90%) expressions
10.23/10.52	c 10	converted 92575 (100%) expressions
10.23/10.53	c 10	CSP : 92435 integers, 0 booleans, 138038 clauses, largest domain size 69020
10.23/10.53	c 10	Heap : 126 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.23/10.53	c 10	Propagation in CSP
11.91/12.24	c 12	46002 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.91/12.26	c 12	CSP : 92435 integers, 0 booleans, 138038 clauses, largest domain size 46014
11.91/12.26	c 12	Heap : 135 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.02/12.30	c 12	Simplifing CSP by introducing new Boolean variables
12.02/12.35	c 12	CSP : 92435 integers, 0 booleans, 138038 clauses, largest domain size 46014
12.02/12.35	c 12	Heap : 133 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.71/13.02	c 13	Encoding CSP to SAT : HOME/temp.cnf
12.71/13.08	c 13	9244 (10%) CSP integer variables are encoded (767 clauses, 8478 bytes)
12.71/13.09	c 13	18487 (20%) CSP integer variables are encoded (767 clauses, 8478 bytes)
12.81/13.11	c 13	27731 (30%) CSP integer variables are encoded (767 clauses, 8478 bytes)
12.81/13.12	c 13	36974 (40%) CSP integer variables are encoded (767 clauses, 8478 bytes)
12.81/13.13	c 13	46218 (50%) CSP integer variables are encoded (767 clauses, 8478 bytes)
13.00/13.32	c 13	55461 (60%) CSP integer variables are encoded (146734 clauses, 2385732 bytes)
13.10/13.48	c 13	64705 (70%) CSP integer variables are encoded (266034 clauses, 4413832 bytes)
13.30/13.67	c 13	73948 (80%) CSP integer variables are encoded (404586 clauses, 6769216 bytes)
14.18/14.58	c 14	83192 (90%) CSP integer variables are encoded (1145447 clauses, 19816602 bytes)
14.49/14.80	c 14	92435 (100%) CSP integer variables are encoded (1315633 clauses, 23050136 bytes)
14.88/15.21	c 15	13804 (10%) CSP clauses are encoded (1329437 clauses, 23366072 bytes)
15.26/15.60	c 15	27608 (20%) CSP clauses are encoded (1343241 clauses, 23690801 bytes)
15.56/15.97	c 16	41412 (30%) CSP clauses are encoded (1357045 clauses, 24009686 bytes)
35.21/35.92	c 36	55216 (40%) CSP clauses are encoded (11838257 clauses, 277531914 bytes)
200.59/208.18	c 208	ERROR Exception Too large HOME/temp.cnf
200.66/208.27	c 208	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
200.66/208.27	c 208	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
200.66/208.27	c 208	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
200.66/208.27	s UNKNOWN
200.69/208.41	c 208	CPU 185.6 (0.05 0.02 185.55 15.08)
200.69/208.41	c 208	END Wed Jul 16 03:45:25 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-1125611-1216172516/watcher-1125611-1216172516 -o /tmp/evaluation-result-1125611-1216172516/solver-1125611-1216172516 -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-1125611-1216172516.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: 3.02 3.17 3.21 5/80 26726
/proc/meminfo: memFree=1658952/2055920 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=4708 CPUtime=0
/proc/26726/stat : 26726 (sugar++) R 26724 26726 26689 0 -1 4194304 55 0 0 0 0 0 0 0 20 0 1 0 73952900 4820992 40 996147200 4194304 4206940 548682068528 18446744073709551615 266131798060 0 0 4096 0 0 0 0 17 1 0 0
/proc/26726/statm: 1177 40 31 3 0 8 0

[startup+0.0774299 s]
/proc/loadavg: 3.02 3.17 3.21 5/80 26726
/proc/meminfo: memFree=1658952/2055920 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16608 CPUtime=0.06
/proc/26726/stat : 26726 (sugar++) R 26724 26726 26689 0 -1 4194304 1055 0 0 0 4 2 0 0 18 0 1 0 73952900 17006592 1023 996147200 4194304 4206940 548682068528 18446744073709551615 266152015910 0 0 4224 0 0 0 0 17 1 0 0
/proc/26726/statm: 4152 1023 380 3 0 731 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16608

[startup+0.102434 s]
/proc/loadavg: 3.02 3.17 3.21 5/80 26726
/proc/meminfo: memFree=1658952/2055920 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16740 CPUtime=0.07
/proc/26726/stat : 26726 (sugar++) S 26724 26726 26689 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 73952900 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26726/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.30145 s]
/proc/loadavg: 3.02 3.17 3.21 5/80 26726
/proc/meminfo: memFree=1658952/2055920 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16740 CPUtime=0.07
/proc/26726/stat : 26726 (sugar++) S 26724 26726 26689 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 73952900 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26726/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701503 s]
/proc/loadavg: 3.02 3.17 3.21 5/80 26726
/proc/meminfo: memFree=1658952/2055920 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16740 CPUtime=0.07
/proc/26726/stat : 26726 (sugar++) S 26724 26726 26689 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 73952900 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26726/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50259 s]
/proc/loadavg: 3.02 3.17 3.21 3/91 26738
/proc/meminfo: memFree=1624432/2055920 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16740 CPUtime=0.07
/proc/26726/stat : 26726 (sugar++) S 26724 26726 26689 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 73952900 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26726/statm: 4185 1104 409 3 0 764 0
[pid=26729] ppid=26726 vsize=5356 CPUtime=0
/proc/26729/stat : 26729 (sh) S 26726 26726 26689 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73952909 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26729/statm: 1339 233 193 169 0 50 0
[pid=26730] ppid=26729 vsize=864660 CPUtime=1.3
/proc/26730/stat : 26730 (java) S 26729 26726 26689 0 -1 0 15732 0 1 0 124 6 0 0 18 0 9 0 73952909 885411840 13771 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26730/statm: 216165 13771 2529 9 0 210747 0
[pid=26730/tid=26731] ppid=26729 vsize=864660 CPUtime=0.65
/proc/26730/task/26731/stat : 26731 (java) R 26729 26726 26689 0 -1 64 3070 0 1 0 65 0 0 0 25 0 9 0 73952914 885411840 13771 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26730/tid=26732] ppid=26729 vsize=864660 CPUtime=0.5
/proc/26730/task/26732/stat : 26732 (java) S 26729 26726 26689 0 -1 64 11453 0 0 0 46 4 0 0 16 0 9 0 73952921 885411840 13771 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26730/tid=26733] ppid=26729 vsize=864660 CPUtime=0
/proc/26730/task/26733/stat : 26733 (java) S 26729 26726 26689 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 73952922 885411840 13771 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26730/tid=26734] ppid=26729 vsize=864660 CPUtime=0
/proc/26730/task/26734/stat : 26734 (java) S 26729 26726 26689 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 73952922 885411840 13771 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26730/tid=26735] ppid=26729 vsize=864660 CPUtime=0
/proc/26730/task/26735/stat : 26735 (java) S 26729 26726 26689 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 73952924 885411840 13771 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26730/tid=26736] ppid=26729 vsize=864660 CPUtime=0.12
/proc/26730/task/26736/stat : 26736 (java) R 26729 26726 26689 0 -1 64 511 0 0 0 12 0 0 0 16 0 9 0 73952924 885411840 13773 996147200 134512640 134550740 4294956000 18446744073709551615 102295818 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26730/tid=26737] ppid=26729 vsize=864660 CPUtime=0
/proc/26730/task/26737/stat : 26737 (java) S 26729 26726 26689 0 -1 64 2 0 0 0 0 0 0 0 22 0 9 0 73952924 885411840 13773 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26730/tid=26738] ppid=26729 vsize=864660 CPUtime=0
/proc/26730/task/26738/stat : 26738 (java) S 26729 26726 26689 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73952924 885411840 13773 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 886756

[startup+3.10177 s]
/proc/loadavg: 3.02 3.16 3.21 4/91 26748
/proc/meminfo: memFree=1648944/2055920 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16740 CPUtime=1.65
/proc/26726/stat : 26726 (sugar++) S 26724 26726 26689 0 -1 4194304 1297 16334 0 1 5 2 150 8 15 0 1 0 73952900 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26726/statm: 4185 1104 409 3 0 764 0
[pid=26739] ppid=26726 vsize=5356 CPUtime=0
/proc/26739/stat : 26739 (sh) S 26726 26726 26689 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 73953081 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26739/statm: 1339 233 193 169 0 50 0
[pid=26740] ppid=26739 vsize=864128 CPUtime=1.27
/proc/26740/stat : 26740 (java) S 26739 26726 26689 0 -1 0 8509 0 1 0 123 4 0 0 18 0 9 0 73953082 884867072 7314 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26740/statm: 216032 7314 2540 9 0 210607 0
[pid=26740/tid=26741] ppid=26739 vsize=864128 CPUtime=0.83
/proc/26740/task/26741/stat : 26741 (java) R 26739 26726 26689 0 -1 64 2726 0 1 0 82 1 0 0 18 0 9 0 73953083 884867072 7314 996147200 134512640 134550740 4294955920 18446744073709551615 4125979197 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26742] ppid=26739 vsize=864128 CPUtime=0.34
/proc/26740/task/26742/stat : 26742 (java) S 26739 26726 26689 0 -1 64 4747 0 0 0 32 2 0 0 16 0 9 0 73953084 884867072 7314 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26743] ppid=26739 vsize=864128 CPUtime=0
/proc/26740/task/26743/stat : 26743 (java) S 26739 26726 26689 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73953084 884867072 7314 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26744] ppid=26739 vsize=864128 CPUtime=0
/proc/26740/task/26744/stat : 26744 (java) S 26739 26726 26689 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 73953084 884867072 7314 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26745] ppid=26739 vsize=864128 CPUtime=0
/proc/26740/task/26745/stat : 26745 (java) S 26739 26726 26689 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73953086 884867072 7314 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26746] ppid=26739 vsize=864128 CPUtime=0.07
/proc/26740/task/26746/stat : 26746 (java) S 26739 26726 26689 0 -1 64 340 0 0 0 7 0 0 0 16 0 9 0 73953086 884867072 7314 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26747] ppid=26739 vsize=864128 CPUtime=0
/proc/26740/task/26747/stat : 26747 (java) S 26739 26726 26689 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73953086 884867072 7314 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26748] ppid=26739 vsize=864128 CPUtime=0
/proc/26740/task/26748/stat : 26748 (java) S 26739 26726 26689 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73953086 884867072 7314 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 886224

[startup+6.30212 s]
/proc/loadavg: 3.02 3.16 3.21 7/91 26748
/proc/meminfo: memFree=1574768/2055920 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16740 CPUtime=1.65
/proc/26726/stat : 26726 (sugar++) S 26724 26726 26689 0 -1 4194304 1297 16334 0 1 5 2 150 8 15 0 1 0 73952900 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26726/statm: 4185 1104 409 3 0 764 0
[pid=26739] ppid=26726 vsize=5356 CPUtime=0
/proc/26739/stat : 26739 (sh) S 26726 26726 26689 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 73953081 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26739/statm: 1339 233 193 169 0 50 0
[pid=26740] ppid=26739 vsize=868444 CPUtime=4.43
/proc/26740/stat : 26740 (java) S 26739 26726 26689 0 -1 0 26826 0 1 0 429 14 0 0 18 0 9 0 73953082 889286656 24435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26740/statm: 217111 24435 2540 9 0 211686 0
[pid=26740/tid=26741] ppid=26739 vsize=868444 CPUtime=2.48
/proc/26740/task/26741/stat : 26741 (java) R 26739 26726 26689 0 -1 64 3669 0 1 0 246 2 0 0 25 0 9 0 73953083 889286656 24435 996147200 134512640 134550740 4294955920 18446744073709551615 4126638567 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26742] ppid=26739 vsize=868444 CPUtime=1.7
/proc/26740/task/26742/stat : 26742 (java) S 26739 26726 26689 0 -1 64 20978 0 0 0 160 10 0 0 16 0 9 0 73953084 889286656 24435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26743] ppid=26739 vsize=868444 CPUtime=0
/proc/26740/task/26743/stat : 26743 (java) S 26739 26726 26689 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73953084 889286656 24435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26744] ppid=26739 vsize=868444 CPUtime=0
/proc/26740/task/26744/stat : 26744 (java) S 26739 26726 26689 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73953084 889286656 24435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26745] ppid=26739 vsize=868444 CPUtime=0
/proc/26740/task/26745/stat : 26745 (java) S 26739 26726 26689 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73953086 889286656 24435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26746] ppid=26739 vsize=868444 CPUtime=0.22
/proc/26740/task/26746/stat : 26746 (java) S 26739 26726 26689 0 -1 64 1483 0 0 0 22 0 0 0 16 0 9 0 73953086 889286656 24435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26747] ppid=26739 vsize=868444 CPUtime=0
/proc/26740/task/26747/stat : 26747 (java) S 26739 26726 26689 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73953086 889286656 24435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26748] ppid=26739 vsize=868444 CPUtime=0
/proc/26740/task/26748/stat : 26748 (java) S 26739 26726 26689 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73953086 889286656 24435 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 890540

[startup+12.7018 s]
/proc/loadavg: 2.94 3.14 3.20 3/91 26748
/proc/meminfo: memFree=1507440/2055920 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16740 CPUtime=1.65
/proc/26726/stat : 26726 (sugar++) S 26724 26726 26689 0 -1 4194304 1297 16334 0 1 5 2 150 8 15 0 1 0 73952900 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26726/statm: 4185 1104 409 3 0 764 0
[pid=26739] ppid=26726 vsize=5356 CPUtime=0
/proc/26739/stat : 26739 (sh) S 26726 26726 26689 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 73953081 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26739/statm: 1339 233 193 169 0 50 0
[pid=26740] ppid=26739 vsize=880696 CPUtime=10.76
/proc/26740/stat : 26740 (java) S 26739 26726 26689 0 -1 0 55116 0 1 0 1050 26 0 0 18 0 9 0 73953082 901832704 42164 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26740/statm: 220174 42164 2540 9 0 214749 0
[pid=26740/tid=26741] ppid=26739 vsize=880696 CPUtime=6.99
/proc/26740/task/26741/stat : 26741 (java) R 26739 26726 26689 0 -1 64 4322 0 1 0 696 3 0 0 25 0 9 0 73953083 901832704 42164 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26742] ppid=26739 vsize=880696 CPUtime=3.49
/proc/26740/task/26742/stat : 26742 (java) R 26739 26726 26689 0 -1 64 48603 0 0 0 328 21 0 0 16 0 9 0 73953084 901832704 42164 996147200 134512640 134550740 4294955920 18446744073709551615 104180127 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26743] ppid=26739 vsize=880696 CPUtime=0
/proc/26740/task/26743/stat : 26743 (java) S 26739 26726 26689 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73953084 901832704 42164 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26744] ppid=26739 vsize=880696 CPUtime=0
/proc/26740/task/26744/stat : 26744 (java) S 26739 26726 26689 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73953084 901832704 42164 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26745] ppid=26739 vsize=880696 CPUtime=0
/proc/26740/task/26745/stat : 26745 (java) S 26739 26726 26689 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73953086 901832704 42164 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26746] ppid=26739 vsize=880696 CPUtime=0.24
/proc/26740/task/26746/stat : 26746 (java) S 26739 26726 26689 0 -1 64 1495 0 0 0 24 0 0 0 16 0 9 0 73953086 901832704 42164 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26747] ppid=26739 vsize=880696 CPUtime=0
/proc/26740/task/26747/stat : 26747 (java) S 26739 26726 26689 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73953086 901832704 42164 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26748] ppid=26739 vsize=880696 CPUtime=0
/proc/26740/task/26748/stat : 26748 (java) S 26739 26726 26689 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73953086 901832704 42164 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 902792

[startup+25.5022 s]
/proc/loadavg: 2.88 3.12 3.20 5/91 26748
/proc/meminfo: memFree=1367280/2055920 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16740 CPUtime=1.65
/proc/26726/stat : 26726 (sugar++) S 26724 26726 26689 0 -1 4194304 1297 16334 0 1 5 2 150 8 15 0 1 0 73952900 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26726/statm: 4185 1104 409 3 0 764 0
[pid=26739] ppid=26726 vsize=5356 CPUtime=0
/proc/26739/stat : 26739 (sh) S 26726 26726 26689 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 73953081 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26739/statm: 1339 233 193 169 0 50 0
[pid=26740] ppid=26739 vsize=868556 CPUtime=23.39
/proc/26740/stat : 26740 (java) S 26739 26726 26689 0 -1 0 55576 0 2 0 2230 109 0 0 18 0 9 0 73953082 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26740/statm: 217139 39201 2567 9 0 211686 0
[pid=26740/tid=26741] ppid=26739 vsize=868556 CPUtime=18.83
/proc/26740/task/26741/stat : 26741 (java) R 26739 26726 26689 0 -1 64 4731 0 2 0 1800 83 0 0 25 0 9 0 73953083 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4126937465 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26742] ppid=26739 vsize=868556 CPUtime=4.22
/proc/26740/task/26742/stat : 26742 (java) S 26739 26726 26689 0 -1 64 48604 0 0 0 398 24 0 0 16 0 9 0 73953084 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26743] ppid=26739 vsize=868556 CPUtime=0
/proc/26740/task/26743/stat : 26743 (java) S 26739 26726 26689 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73953084 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26744] ppid=26739 vsize=868556 CPUtime=0
/proc/26740/task/26744/stat : 26744 (java) S 26739 26726 26689 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73953084 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=26740/tid=26745] ppid=26739 vsize=868556 CPUtime=0
/proc/26740/task/26745/stat : 26745 (java) S 26739 26726 26689 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73953086 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26746] ppid=26739 vsize=868556 CPUtime=0.32
/proc/26740/task/26746/stat : 26746 (java) S 26739 26726 26689 0 -1 64 1545 0 0 0 31 1 0 0 16 0 9 0 73953086 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26747] ppid=26739 vsize=868556 CPUtime=0
/proc/26740/task/26747/stat : 26747 (java) S 26739 26726 26689 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73953086 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26748] ppid=26739 vsize=868556 CPUtime=0
/proc/26740/task/26748/stat : 26748 (java) S 26739 26726 26689 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73953086 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 173.19
Current children cumulated vsize (KiB) 890652

[startup+192.102 s]
/proc/loadavg: 3.66 3.45 3.31 3/91 26748
/proc/meminfo: memFree=15600/2055920 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16740 CPUtime=1.65
/proc/26726/stat : 26726 (sugar++) S 26724 26726 26689 0 -1 4194304 1297 16334 0 1 5 2 150 8 16 0 1 0 73952900 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26726/statm: 4185 1104 409 3 0 764 0
[pid=26739] ppid=26726 vsize=5356 CPUtime=0
/proc/26739/stat : 26739 (sh) S 26726 26726 26689 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 73953081 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26739/statm: 1339 233 193 169 0 50 0
[pid=26740] ppid=26739 vsize=868556 CPUtime=183.84
/proc/26740/stat : 26740 (java) S 26739 26726 26689 0 -1 0 60287 0 2 0 17002 1382 0 0 18 0 9 0 73953082 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26740/statm: 217139 39201 2567 9 0 211686 0
[pid=26740/tid=26741] ppid=26739 vsize=868556 CPUtime=176.28
/proc/26740/task/26741/stat : 26741 (java) R 26739 26726 26689 0 -1 64 9442 0 2 0 16306 1322 0 0 25 0 9 0 73953083 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4127089008 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26740/tid=26742] ppid=26739 vsize=868556 CPUtime=7.21
/proc/26740/task/26742/stat : 26742 (java) S 26739 26726 26689 0 -1 64 48604 0 0 0 663 58 0 0 16 0 9 0 73953084 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26740/tid=26743] ppid=26739 vsize=868556 CPUtime=0
/proc/26740/task/26743/stat : 26743 (java) S 26739 26726 26689 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73953084 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26744] ppid=26739 vsize=868556 CPUtime=0
/proc/26740/task/26744/stat : 26744 (java) S 26739 26726 26689 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73953084 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26745] ppid=26739 vsize=868556 CPUtime=0
/proc/26740/task/26745/stat : 26745 (java) S 26739 26726 26689 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73953086 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26746] ppid=26739 vsize=868556 CPUtime=0.32
/proc/26740/task/26746/stat : 26746 (java) S 26739 26726 26689 0 -1 64 1545 0 0 0 31 1 0 0 16 0 9 0 73953086 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26747] ppid=26739 vsize=868556 CPUtime=0
/proc/26740/task/26747/stat : 26747 (java) S 26739 26726 26689 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73953086 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26748] ppid=26739 vsize=868556 CPUtime=0
/proc/26740/task/26748/stat : 26748 (java) S 26739 26726 26689 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73953086 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 185.49
Current children cumulated vsize (KiB) 890652

[startup+198.502 s]
/proc/loadavg: 3.52 3.43 3.30 4/91 26748
/proc/meminfo: memFree=16112/2055920 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16740 CPUtime=1.65
/proc/26726/stat : 26726 (sugar++) S 26724 26726 26689 0 -1 4194304 1297 16334 0 1 5 2 150 8 16 0 1 0 73952900 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26726/statm: 4185 1104 409 3 0 764 0
[pid=26739] ppid=26726 vsize=5356 CPUtime=0
/proc/26739/stat : 26739 (sh) S 26726 26726 26689 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 73953081 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26739/statm: 1339 233 193 169 0 50 0
[pid=26740] ppid=26739 vsize=868556 CPUtime=189.78
/proc/26740/stat : 26740 (java) S 26739 26726 26689 0 -1 0 60469 0 2 0 17551 1427 0 0 18 0 9 0 73953082 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26740/statm: 217139 39201 2567 9 0 211686 0
[pid=26740/tid=26741] ppid=26739 vsize=868556 CPUtime=182.09
/proc/26740/task/26741/stat : 26741 (java) R 26739 26726 26689 0 -1 64 9624 0 2 0 16845 1364 0 0 25 0 9 0 73953083 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4127091189 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26740/tid=26742] ppid=26739 vsize=868556 CPUtime=7.34
/proc/26740/task/26742/stat : 26742 (java) S 26739 26726 26689 0 -1 64 48604 0 0 0 674 60 0 0 16 0 9 0 73953084 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26740/tid=26743] ppid=26739 vsize=868556 CPUtime=0
/proc/26740/task/26743/stat : 26743 (java) S 26739 26726 26689 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73953084 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26744] ppid=26739 vsize=868556 CPUtime=0
/proc/26740/task/26744/stat : 26744 (java) S 26739 26726 26689 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73953084 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26745] ppid=26739 vsize=868556 CPUtime=0
/proc/26740/task/26745/stat : 26745 (java) S 26739 26726 26689 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73953086 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26746] ppid=26739 vsize=868556 CPUtime=0.32
/proc/26740/task/26746/stat : 26746 (java) S 26739 26726 26689 0 -1 64 1545 0 0 0 31 1 0 0 16 0 9 0 73953086 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26747] ppid=26739 vsize=868556 CPUtime=0
/proc/26740/task/26747/stat : 26747 (java) S 26739 26726 26689 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73953086 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26748] ppid=26739 vsize=868556 CPUtime=0
/proc/26740/task/26748/stat : 26748 (java) S 26739 26726 26689 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73953086 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 191.43
Current children cumulated vsize (KiB) 890652

[startup+204.903 s]
/proc/loadavg: 3.48 3.42 3.30 4/91 26748
/proc/meminfo: memFree=15728/2055920 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16740 CPUtime=1.65
/proc/26726/stat : 26726 (sugar++) S 26724 26726 26689 0 -1 4194304 1297 16334 0 1 5 2 150 8 16 0 1 0 73952900 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26726/statm: 4185 1104 409 3 0 764 0
[pid=26739] ppid=26726 vsize=5356 CPUtime=0
/proc/26739/stat : 26739 (sh) S 26726 26726 26689 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 73953081 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26739/statm: 1339 233 193 169 0 50 0
[pid=26740] ppid=26739 vsize=868556 CPUtime=196.02
/proc/26740/stat : 26740 (java) S 26739 26726 26689 0 -1 0 60659 0 2 0 18129 1473 0 0 18 0 9 0 73953082 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26740/statm: 217139 39201 2567 9 0 211686 0
[pid=26740/tid=26741] ppid=26739 vsize=868556 CPUtime=188.23
/proc/26740/task/26741/stat : 26741 (java) R 26739 26726 26689 0 -1 64 9814 0 2 0 17413 1410 0 0 25 0 9 0 73953083 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4126927146 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26740/tid=26742] ppid=26739 vsize=868556 CPUtime=7.45
/proc/26740/task/26742/stat : 26742 (java) S 26739 26726 26689 0 -1 64 48604 0 0 0 684 61 0 0 16 0 9 0 73953084 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26740/tid=26743] ppid=26739 vsize=868556 CPUtime=0
/proc/26740/task/26743/stat : 26743 (java) S 26739 26726 26689 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73953084 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26744] ppid=26739 vsize=868556 CPUtime=0
/proc/26740/task/26744/stat : 26744 (java) S 26739 26726 26689 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73953084 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26745] ppid=26739 vsize=868556 CPUtime=0
/proc/26740/task/26745/stat : 26745 (java) S 26739 26726 26689 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73953086 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26746] ppid=26739 vsize=868556 CPUtime=0.32
/proc/26740/task/26746/stat : 26746 (java) S 26739 26726 26689 0 -1 64 1545 0 0 0 31 1 0 0 16 0 9 0 73953086 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26747] ppid=26739 vsize=868556 CPUtime=0
/proc/26740/task/26747/stat : 26747 (java) S 26739 26726 26689 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73953086 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26748] ppid=26739 vsize=868556 CPUtime=0
/proc/26740/task/26748/stat : 26748 (java) S 26739 26726 26689 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73953086 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 197.67
Current children cumulated vsize (KiB) 890652

[startup+208.107 s]
/proc/loadavg: 3.36 3.40 3.29 4/91 26748
/proc/meminfo: memFree=15280/2055920 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16740 CPUtime=1.65
/proc/26726/stat : 26726 (sugar++) S 26724 26726 26689 0 -1 4194304 1297 16334 0 1 5 2 150 8 16 0 1 0 73952900 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26726/statm: 4185 1104 409 3 0 764 0
[pid=26739] ppid=26726 vsize=5356 CPUtime=0
/proc/26739/stat : 26739 (sh) S 26726 26726 26689 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 73953081 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26739/statm: 1339 233 193 169 0 50 0
[pid=26740] ppid=26739 vsize=868556 CPUtime=198.94
/proc/26740/stat : 26740 (java) S 26739 26726 26689 0 -1 0 60748 0 2 0 18398 1496 0 0 18 0 9 0 73953082 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26740/statm: 217139 39201 2567 9 0 211686 0
[pid=26740/tid=26741] ppid=26739 vsize=868556 CPUtime=191.09
/proc/26740/task/26741/stat : 26741 (java) R 26739 26726 26689 0 -1 64 9903 0 2 0 17677 1432 0 0 25 0 9 0 73953083 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4126627556 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26740/tid=26742] ppid=26739 vsize=868556 CPUtime=7.49
/proc/26740/task/26742/stat : 26742 (java) S 26739 26726 26689 0 -1 64 48604 0 0 0 688 61 0 0 16 0 9 0 73953084 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26740/tid=26743] ppid=26739 vsize=868556 CPUtime=0
/proc/26740/task/26743/stat : 26743 (java) S 26739 26726 26689 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73953084 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26744] ppid=26739 vsize=868556 CPUtime=0
/proc/26740/task/26744/stat : 26744 (java) S 26739 26726 26689 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73953084 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26745] ppid=26739 vsize=868556 CPUtime=0
/proc/26740/task/26745/stat : 26745 (java) S 26739 26726 26689 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73953086 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26746] ppid=26739 vsize=868556 CPUtime=0.32
/proc/26740/task/26746/stat : 26746 (java) S 26739 26726 26689 0 -1 64 1545 0 0 0 31 1 0 0 16 0 9 0 73953086 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26747] ppid=26739 vsize=868556 CPUtime=0
/proc/26740/task/26747/stat : 26747 (java) S 26739 26726 26689 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73953086 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26740/tid=26748] ppid=26739 vsize=868556 CPUtime=0
/proc/26740/task/26748/stat : 26748 (java) S 26739 26726 26689 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73953086 889401344 39201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 200.59
Current children cumulated vsize (KiB) 890652

[startup+208.902 s]
/proc/loadavg: 3.36 3.40 3.29 4/91 26748
/proc/meminfo: memFree=15280/2055920 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16740 CPUtime=201.15
/proc/26726/stat : 26726 (sugar++) R 26724 26726 26689 0 -1 4194304 1320 77379 0 3 5 47 18555 1508 16 0 1 0 73952900 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 266134590505 0 0 4224 16386 0 0 0 17 0 0 0
/proc/26726/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 201.15
Current children cumulated vsize (KiB) 16740

[startup+209.702 s]
/proc/loadavg: 3.36 3.40 3.29 3/81 26748
/proc/meminfo: memFree=1644352/2055920 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16740 CPUtime=201.59
/proc/26726/stat : 26726 (sugar++) D 26724 26726 26689 0 -1 4194304 1320 77379 0 3 5 91 18555 1508 15 0 1 0 73952900 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 266134590505 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/26726/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 201.59
Current children cumulated vsize (KiB) 16740

[startup+209.902 s]
/proc/loadavg: 3.36 3.40 3.29 3/81 26748
/proc/meminfo: memFree=1644352/2055920 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16740 CPUtime=201.6
/proc/26726/stat : 26726 (sugar++) D 26724 26726 26689 0 -1 4194304 1320 77379 0 3 5 92 18555 1508 15 0 1 0 73952900 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 266134590505 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/26726/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 201.6
Current children cumulated vsize (KiB) 16740

[startup+210.002 s]
/proc/loadavg: 3.36 3.40 3.29 3/81 26748
/proc/meminfo: memFree=1644352/2055920 swapFree=4192812/4192956
[pid=26726] ppid=26724 vsize=16740 CPUtime=201.61
/proc/26726/stat : 26726 (sugar++) D 26724 26726 26689 0 -1 4194304 1320 77379 0 3 5 93 18555 1508 15 0 1 0 73952900 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 266134590505 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/26726/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 201.61
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 210.083
CPU time (s): 201.651
CPU user time (s): 185.613
CPU system time (s): 16.0386
CPU usage (%): 95.9865
Max. virtual memory (cumulated for all children) (KiB): 912036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 185.613
system time used= 16.0386
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78755
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46678
involuntary context switches= 57522

runsolver used 0.269958 second user time and 0.733888 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-16 03:41:57
IDJOB=1125611
IDBENCH=64141
IDSOLVER=367
FILE ID=node35/1125611-1216172516
PBS_JOBID= 7905837
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/planning/normalized-driverlog08cc_ext.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-1125611-1216172516/watcher-1125611-1216172516 -o /tmp/evaluation-result-1125611-1216172516/solver-1125611-1216172516 -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-1125611-1216172516.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5c4fb4b7c4a5424d9b5cb0108683ce95
RANDOM SEED=1009436766

node35.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1659560 kB
Buffers:         77032 kB
Cached:         159676 kB
SwapCached:          0 kB
Active:         276252 kB
Inactive:        61300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1659560 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4368 kB
Writeback:           0 kB
Mapped:         121188 kB
Slab:            43932 kB
Committed_AS:  1107032 kB
PageTables:       2088 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= 66552 MiB
End job on node35 at 2008-07-16 03:45:27