Trace number 1126667

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? 202.581 210.288

General information on the benchmark

Namemaxcsp/spot5/
normalized-spot5-1506_ext.xml
MD5SUMb1d629a045bb12bae29a70ef49fb4d21
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints587
Best CPU time to get the best result obtained on this benchmark3600.07
Satisfiable
(Un)Satisfiability was proved
Number of variables941
Number of constraints15240
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension15240
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.07/0.56	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.07/0.56	c 0	BEGIN Wed Jul 16 07:31:44 2008
0.07/0.56	c 0	PID 31753
0.07/0.56	c 0	HOST node34.alineos.net
0.07/0.56	c 0	CONVERTING HOME/instance-1126667-1216186303.xml TO HOME/temp.csp
0.07/0.56	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126667-1216186303.xml' 'HOME/temp.csp'
0.78/1.49	c 1	3 domains, 941 variables, 0 predicates, 29 relations, 15240 constraints
0.87/1.55	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.87/1.55	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'
0.88/1.62	c 1	Parsing HOME/temp.csp
0.88/1.93	c 1	parsed 10000 expressions
0.88/2.08	c 2	parsed 16213 expressions
0.88/2.08	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.53/2.23	c 2	MAX CSP: 15240 constraints
1.53/2.23	c 2	Converting to clausal form CSP
1.71/2.43	c 2	converted 3146 (10%) expressions
1.71/2.49	c 2	converted 6292 (20%) expressions
1.82/2.59	c 2	converted 9437 (30%) expressions
1.91/2.63	c 2	converted 12583 (40%) expressions
1.91/2.67	c 2	converted 15728 (50%) expressions
2.02/2.71	c 2	converted 18874 (60%) expressions
2.02/2.76	c 2	converted 22020 (70%) expressions
2.21/2.92	c 2	converted 25165 (80%) expressions
2.21/2.95	c 2	converted 28311 (90%) expressions
3.62/4.34	c 4	converted 31456 (100%) expressions
3.62/4.34	c 4	CSP : 31421 integers, 0 booleans, 45719 clauses, largest domain size 22861
3.62/4.34	c 4	Heap : 43 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.62/4.34	c 4	Propagation in CSP
4.11/4.83	c 4	15233 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.11/4.83	c 4	CSP : 31421 integers, 0 booleans, 45719 clauses, largest domain size 15241
4.11/4.83	c 4	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.11/4.85	c 4	Simplifing CSP by introducing new Boolean variables
4.11/4.87	c 4	CSP : 31421 integers, 0 booleans, 45719 clauses, largest domain size 15241
4.11/4.87	c 4	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.31/5.08	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.41/5.12	c 5	3143 (10%) CSP integer variables are encoded (1120 clauses, 13643 bytes)
4.41/5.12	c 5	6285 (20%) CSP integer variables are encoded (1120 clauses, 13643 bytes)
4.41/5.13	c 5	9427 (30%) CSP integer variables are encoded (1120 clauses, 13643 bytes)
4.41/5.13	c 5	12569 (40%) CSP integer variables are encoded (1120 clauses, 13643 bytes)
4.41/5.13	c 5	15711 (50%) CSP integer variables are encoded (1120 clauses, 13643 bytes)
4.60/5.37	c 5	18853 (60%) CSP integer variables are encoded (204721 clauses, 3311599 bytes)
4.71/5.43	c 5	21995 (70%) CSP integer variables are encoded (252598 clauses, 4125508 bytes)
4.71/5.49	c 5	25137 (80%) CSP integer variables are encoded (301067 clauses, 4949481 bytes)
4.82/5.54	c 5	28279 (90%) CSP integer variables are encoded (336571 clauses, 5553049 bytes)
4.91/5.60	c 5	31421 (100%) CSP integer variables are encoded (380984 clauses, 6308070 bytes)
5.01/5.77	c 5	4572 (10%) CSP clauses are encoded (387945 clauses, 6456774 bytes)
5.10/5.90	c 5	9144 (20%) CSP clauses are encoded (398013 clauses, 6707924 bytes)
5.31/6.02	c 5	13716 (30%) CSP clauses are encoded (404208 clauses, 6882315 bytes)
33.67/35.38	c 35	18288 (40%) CSP clauses are encoded (16126840 clauses, 381995453 bytes)
201.45/208.77	c 208	ERROR Exception Too large HOME/temp.cnf
201.45/208.79	c 208	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
201.45/208.79	c 208	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
201.45/208.79	c 208	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
201.45/208.79	s UNKNOWN
201.52/208.85	c 208	CPU 187.9 (0.06 0.02 187.84 13.63)
201.52/208.85	c 208	END Wed Jul 16 07:35:12 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-1126667-1216186303/watcher-1126667-1216186303 -o /tmp/evaluation-result-1126667-1216186303/solver-1126667-1216186303 -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-1126667-1216186303.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.72 2.72 2.54 5/80 31753
/proc/meminfo: memFree=1847640/2055920 swapFree=4191900/4192956
[pid=31753] ppid=31751 vsize=12268 CPUtime=0
/proc/31753/stat : 31753 (sugar++) R 31751 31753 30085 0 -1 4194304 348 0 0 0 0 0 0 0 21 0 1 0 75331872 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 254195497573 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/31753/statm: 3067 316 241 3 0 167 0

[startup+0.052756 s]
/proc/loadavg: 2.72 2.72 2.54 5/80 31753
/proc/meminfo: memFree=1847640/2055920 swapFree=4191900/4192956
[pid=31753] ppid=31751 vsize=13336 CPUtime=0.03
/proc/31753/stat : 31753 (sugar++) D 31751 31753 30085 0 -1 4194304 722 0 0 0 2 1 0 0 18 0 1 0 75331872 13656064 690 996147200 4194304 4206940 548682068528 18446744073709551615 254195497573 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/31753/statm: 3334 690 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.108766 s]
/proc/loadavg: 2.72 2.72 2.54 5/80 31753
/proc/meminfo: memFree=1847640/2055920 swapFree=4191900/4192956
[pid=31753] ppid=31751 vsize=13336 CPUtime=0.03
/proc/31753/stat : 31753 (sugar++) D 31751 31753 30085 0 -1 4194304 732 0 0 0 2 1 0 0 18 0 1 0 75331872 13656064 700 996147200 4194304 4206940 548682068528 18446744073709551615 254204230654 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/31753/statm: 3334 700 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.301777 s]
/proc/loadavg: 2.72 2.72 2.54 5/80 31753
/proc/meminfo: memFree=1847640/2055920 swapFree=4191900/4192956
[pid=31753] ppid=31751 vsize=15948 CPUtime=0.04
/proc/31753/stat : 31753 (sugar++) R 31751 31753 30085 0 -1 4194304 906 0 2 0 3 1 0 0 18 0 1 0 75331872 16330752 876 996147200 4194304 4206940 548682068528 18446744073709551615 254213170232 0 0 4224 0 0 0 0 17 1 0 0
/proc/31753/statm: 3987 876 380 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15948

[startup+0.701805 s]
/proc/loadavg: 2.72 2.72 2.54 5/80 31753
/proc/meminfo: memFree=1847640/2055920 swapFree=4191900/4192956
[pid=31753] ppid=31751 vsize=16740 CPUtime=0.08
/proc/31753/stat : 31753 (sugar++) S 31751 31753 30085 0 -1 4194304 1217 128 2 0 6 2 0 0 19 0 1 0 75331872 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31753/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16740

[startup+1.50287 s]
/proc/loadavg: 2.72 2.72 2.54 4/91 31765
/proc/meminfo: memFree=1834240/2055920 swapFree=4191900/4192956
[pid=31753] ppid=31751 vsize=16740 CPUtime=0.08
/proc/31753/stat : 31753 (sugar++) S 31751 31753 30085 0 -1 4194304 1234 128 2 0 6 2 0 0 16 0 1 0 75331872 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31753/statm: 4185 1104 409 3 0 764 0
[pid=31756] ppid=31753 vsize=5356 CPUtime=0
/proc/31756/stat : 31756 (sh) S 31753 31753 30085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75331928 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31756/statm: 1339 233 193 169 0 50 0
[pid=31757] ppid=31756 vsize=864672 CPUtime=0.79
/proc/31757/stat : 31757 (java) S 31756 31753 30085 0 -1 0 8614 0 1 0 75 4 0 0 18 0 9 0 75331929 885424128 7589 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31757/statm: 216168 7589 2529 9 0 210750 0
[pid=31757/tid=31758] ppid=31756 vsize=864672 CPUtime=0.48
/proc/31757/task/31758/stat : 31758 (java) S 31756 31753 30085 0 -1 64 2748 0 1 0 47 1 0 0 21 0 9 0 75331931 885424128 7589 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31757/tid=31759] ppid=31756 vsize=864672 CPUtime=0.16
/proc/31757/task/31759/stat : 31759 (java) S 31756 31753 30085 0 -1 64 4649 0 0 0 15 1 0 0 16 0 9 0 75331940 885424128 7589 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31757/tid=31760] ppid=31756 vsize=864672 CPUtime=0
/proc/31757/task/31760/stat : 31760 (java) S 31756 31753 30085 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 75331940 885424128 7589 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31757/tid=31761] ppid=31756 vsize=864672 CPUtime=0
/proc/31757/task/31761/stat : 31761 (java) S 31756 31753 30085 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 75331940 885424128 7589 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31757/tid=31762] ppid=31756 vsize=864672 CPUtime=0
/proc/31757/task/31762/stat : 31762 (java) S 31756 31753 30085 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 75331942 885424128 7589 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31757/tid=31763] ppid=31756 vsize=864672 CPUtime=0.12
/proc/31757/task/31763/stat : 31763 (java) S 31756 31753 30085 0 -1 64 517 0 0 0 12 0 0 0 16 0 9 0 75331942 885424128 7589 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31757/tid=31764] ppid=31756 vsize=864672 CPUtime=0
/proc/31757/task/31764/stat : 31764 (java) S 31756 31753 30085 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 75331942 885424128 7589 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31757/tid=31765] ppid=31756 vsize=864672 CPUtime=0
/proc/31757/task/31765/stat : 31765 (java) S 31756 31753 30085 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75331942 885424128 7589 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 886768

[startup+3.10299 s]
/proc/loadavg: 2.72 2.72 2.54 4/91 31775
/proc/meminfo: memFree=1832640/2055920 swapFree=4191900/4192956
[pid=31753] ppid=31751 vsize=16740 CPUtime=0.88
/proc/31753/stat : 31753 (sugar++) S 31751 31753 30085 0 -1 4194304 1295 9032 2 1 6 2 75 5 15 0 1 0 75331872 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31753/statm: 4185 1104 409 3 0 764 0
[pid=31766] ppid=31753 vsize=5356 CPUtime=0
/proc/31766/stat : 31766 (sh) S 31753 31753 30085 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 75332027 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31766/statm: 1339 233 193 169 0 50 0
[pid=31767] ppid=31766 vsize=868436 CPUtime=1.53
/proc/31767/stat : 31767 (java) S 31766 31753 30085 0 -1 0 12755 0 1 0 147 6 0 0 20 0 9 0 75332027 889278464 11415 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31767/statm: 217109 11415 2540 9 0 211684 0
[pid=31767/tid=31768] ppid=31766 vsize=868436 CPUtime=0.8
/proc/31767/task/31768/stat : 31768 (java) R 31766 31753 30085 0 -1 64 2888 0 1 0 79 1 0 0 25 0 9 0 75332028 889278464 11415 996147200 134512640 134550740 4294955920 18446744073709551615 4126934309 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31769] ppid=31766 vsize=868436 CPUtime=0.52
/proc/31767/task/31769/stat : 31769 (java) S 31766 31753 30085 0 -1 64 7704 0 0 0 49 3 0 0 16 0 9 0 75332029 889278464 11415 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31770] ppid=31766 vsize=868436 CPUtime=0
/proc/31767/task/31770/stat : 31770 (java) S 31766 31753 30085 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75332029 889278464 11415 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31771] ppid=31766 vsize=868436 CPUtime=0
/proc/31767/task/31771/stat : 31771 (java) S 31766 31753 30085 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75332029 889278464 11415 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31772] ppid=31766 vsize=868436 CPUtime=0
/proc/31767/task/31772/stat : 31772 (java) S 31766 31753 30085 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75332031 889278464 11415 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31773] ppid=31766 vsize=868436 CPUtime=0.18
/proc/31767/task/31773/stat : 31773 (java) S 31766 31753 30085 0 -1 64 1467 0 0 0 18 0 0 0 16 0 9 0 75332031 889278464 11415 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31774] ppid=31766 vsize=868436 CPUtime=0
/proc/31767/task/31774/stat : 31774 (java) S 31766 31753 30085 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75332031 889278464 11415 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31775] ppid=31766 vsize=868436 CPUtime=0
/proc/31767/task/31775/stat : 31775 (java) S 31766 31753 30085 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75332031 889278464 11415 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 890532

[startup+6.30122 s]
/proc/loadavg: 2.74 2.72 2.54 3/91 31775
/proc/meminfo: memFree=1782016/2055920 swapFree=4191900/4192956
[pid=31753] ppid=31751 vsize=16740 CPUtime=0.88
/proc/31753/stat : 31753 (sugar++) S 31751 31753 30085 0 -1 4194304 1295 9032 2 1 6 2 75 5 15 0 1 0 75331872 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31753/statm: 4185 1104 409 3 0 764 0
[pid=31766] ppid=31753 vsize=5356 CPUtime=0
/proc/31766/stat : 31766 (sh) S 31753 31753 30085 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 75332027 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31766/statm: 1339 233 193 169 0 50 0
[pid=31767] ppid=31766 vsize=868548 CPUtime=4.72
/proc/31767/stat : 31767 (java) S 31766 31753 30085 0 -1 0 18765 0 1 0 457 15 0 0 20 0 9 0 75332027 889393152 16996 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31767/statm: 217137 16996 2567 9 0 211684 0
[pid=31767/tid=31768] ppid=31766 vsize=868548 CPUtime=3.17
/proc/31767/task/31768/stat : 31768 (java) R 31766 31753 30085 0 -1 64 3322 0 1 0 310 7 0 0 25 0 9 0 75332028 889393152 16996 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31769] ppid=31766 vsize=868548 CPUtime=1.24
/proc/31767/task/31769/stat : 31769 (java) S 31766 31753 30085 0 -1 64 13204 0 0 0 118 6 0 0 16 0 9 0 75332029 889393152 16996 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31770] ppid=31766 vsize=868548 CPUtime=0
/proc/31767/task/31770/stat : 31770 (java) S 31766 31753 30085 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75332029 889393152 16996 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31771] ppid=31766 vsize=868548 CPUtime=0
/proc/31767/task/31771/stat : 31771 (java) S 31766 31753 30085 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75332029 889393152 16996 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31772] ppid=31766 vsize=868548 CPUtime=0
/proc/31767/task/31772/stat : 31772 (java) S 31766 31753 30085 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75332031 889393152 16996 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31773] ppid=31766 vsize=868548 CPUtime=0.29
/proc/31767/task/31773/stat : 31773 (java) S 31766 31753 30085 0 -1 64 1543 0 0 0 28 1 0 0 16 0 9 0 75332031 889393152 16996 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31774] ppid=31766 vsize=868548 CPUtime=0
/proc/31767/task/31774/stat : 31774 (java) S 31766 31753 30085 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75332031 889393152 16996 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31775] ppid=31766 vsize=868548 CPUtime=0
/proc/31767/task/31775/stat : 31775 (java) S 31766 31753 30085 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75332031 889393152 16996 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 890644

[startup+12.7017 s]
/proc/loadavg: 2.76 2.73 2.55 4/91 31775
/proc/meminfo: memFree=1704320/2055920 swapFree=4191900/4192956
[pid=31753] ppid=31751 vsize=16740 CPUtime=0.88
/proc/31753/stat : 31753 (sugar++) S 31751 31753 30085 0 -1 4194304 1295 9032 2 1 6 2 75 5 15 0 1 0 75331872 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31753/statm: 4185 1104 409 3 0 764 0
[pid=31766] ppid=31753 vsize=5356 CPUtime=0
/proc/31766/stat : 31766 (sh) S 31753 31753 30085 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 75332027 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31766/statm: 1339 233 193 169 0 50 0
[pid=31767] ppid=31766 vsize=868548 CPUtime=10.96
/proc/31767/stat : 31767 (java) S 31766 31753 30085 0 -1 0 19289 0 1 0 1033 63 0 0 20 0 9 0 75332027 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31767/statm: 217137 16998 2567 9 0 211684 0
[pid=31767/tid=31768] ppid=31766 vsize=868548 CPUtime=9.17
/proc/31767/task/31768/stat : 31768 (java) R 31766 31753 30085 0 -1 64 3844 0 1 0 865 52 0 0 25 0 9 0 75332028 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31767/tid=31769] ppid=31766 vsize=868548 CPUtime=1.47
/proc/31767/task/31769/stat : 31769 (java) S 31766 31753 30085 0 -1 64 13204 0 0 0 138 9 0 0 15 0 9 0 75332029 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31767/tid=31770] ppid=31766 vsize=868548 CPUtime=0
/proc/31767/task/31770/stat : 31770 (java) S 31766 31753 30085 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75332029 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31771] ppid=31766 vsize=868548 CPUtime=0
/proc/31767/task/31771/stat : 31771 (java) S 31766 31753 30085 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75332029 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31772] ppid=31766 vsize=868548 CPUtime=0
/proc/31767/task/31772/stat : 31772 (java) S 31766 31753 30085 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75332031 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31773] ppid=31766 vsize=868548 CPUtime=0.3
/proc/31767/task/31773/stat : 31773 (java) S 31766 31753 30085 0 -1 64 1545 0 0 0 29 1 0 0 16 0 9 0 75332031 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31774] ppid=31766 vsize=868548 CPUtime=0
/proc/31767/task/31774/stat : 31774 (java) S 31766 31753 30085 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75332031 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31775] ppid=31766 vsize=868548 CPUtime=0
/proc/31767/task/31775/stat : 31775 (java) S 31766 31753 30085 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75332031 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.84
Current children cumulated vsize (KiB) 890644

[startup+25.5027 s]
/proc/loadavg: 2.89 2.76 2.56 3/91 31775
/proc/meminfo: memFree=1532992/2055920 swapFree=4191900/4192956
[pid=31753] ppid=31751 vsize=16740 CPUtime=0.88
/proc/31753/stat : 31753 (sugar++) S 31751 31753 30085 0 -1 4194304 1295 9032 2 1 6 2 75 5 15 0 1 0 75331872 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31753/statm: 4185 1104 409 3 0 764 0
[pid=31766] ppid=31753 vsize=5356 CPUtime=0
/proc/31766/stat : 31766 (sh) S 31753 31753 30085 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 75332027 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31766/statm: 1339 233 193 169 0 50 0
[pid=31767] ppid=31766 vsize=868548 CPUtime=23.39
/proc/31767/stat : 31767 (java) S 31766 31753 30085 0 -1 0 20292 0 1 0 2176 163 0 0 20 0 9 0 75332027 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31767/statm: 217137 16998 2567 9 0 211684 0
[pid=31767/tid=31768] ppid=31766 vsize=868548 CPUtime=21.17
/proc/31767/task/31768/stat : 31768 (java) R 31766 31753 30085 0 -1 64 4847 0 1 0 1972 145 0 0 25 0 9 0 75332028 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31769] ppid=31766 vsize=868548 CPUtime=1.89
/proc/31767/task/31769/stat : 31769 (java) S 31766 31753 30085 0 -1 64 13204 0 0 0 174 15 0 0 16 0 9 0 75332029 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31770] ppid=31766 vsize=868548 CPUtime=0
/proc/31767/task/31770/stat : 31770 (java) S 31766 31753 30085 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75332029 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31771] ppid=31766 vsize=868548 CPUtime=0
/proc/31767/task/31771/stat : 31771 (java) S 31766 31753 30085 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75332029 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=31767/tid=31772] ppid=31766 vsize=868548 CPUtime=0
/proc/31767/task/31772/stat : 31772 (java) S 31766 31753 30085 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75332031 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31773] ppid=31766 vsize=868548 CPUtime=0.3
/proc/31767/task/31773/stat : 31773 (java) S 31766 31753 30085 0 -1 64 1545 0 0 0 29 1 0 0 16 0 9 0 75332031 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31774] ppid=31766 vsize=868548 CPUtime=0
/proc/31767/task/31774/stat : 31774 (java) S 31766 31753 30085 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75332031 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31775] ppid=31766 vsize=868548 CPUtime=0
/proc/31767/task/31775/stat : 31775 (java) S 31766 31753 30085 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75332031 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 173.12
Current children cumulated vsize (KiB) 890644

[startup+191.902 s]
/proc/loadavg: 2.90 2.79 2.60 3/91 31775
/proc/meminfo: memFree=15744/2055920 swapFree=4191900/4192956
[pid=31753] ppid=31751 vsize=16740 CPUtime=0.88
/proc/31753/stat : 31753 (sugar++) S 31751 31753 30085 0 -1 4194304 1295 9032 2 1 6 2 75 5 16 0 1 0 75331872 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31753/statm: 4185 1104 409 3 0 764 0
[pid=31766] ppid=31753 vsize=5356 CPUtime=0
/proc/31766/stat : 31766 (sh) S 31753 31753 30085 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 75332027 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31766/statm: 1339 233 193 169 0 50 0
[pid=31767] ppid=31766 vsize=868548 CPUtime=184.64
/proc/31767/stat : 31767 (java) S 31766 31753 30085 0 -1 0 31803 0 1 0 17250 1214 0 0 20 0 9 0 75332027 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31767/statm: 217137 16998 2567 9 0 211684 0
[pid=31767/tid=31768] ppid=31766 vsize=868548 CPUtime=177.43
/proc/31767/task/31768/stat : 31768 (java) R 31766 31753 30085 0 -1 64 16358 0 1 0 16616 1127 0 0 25 0 9 0 75332028 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31769] ppid=31766 vsize=868548 CPUtime=6.89
/proc/31767/task/31769/stat : 31769 (java) S 31766 31753 30085 0 -1 64 13204 0 0 0 604 85 0 0 16 0 9 0 75332029 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31770] ppid=31766 vsize=868548 CPUtime=0
/proc/31767/task/31770/stat : 31770 (java) S 31766 31753 30085 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75332029 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31771] ppid=31766 vsize=868548 CPUtime=0
/proc/31767/task/31771/stat : 31771 (java) S 31766 31753 30085 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75332029 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31772] ppid=31766 vsize=868548 CPUtime=0
/proc/31767/task/31772/stat : 31772 (java) S 31766 31753 30085 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75332031 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31773] ppid=31766 vsize=868548 CPUtime=0.3
/proc/31767/task/31773/stat : 31773 (java) S 31766 31753 30085 0 -1 64 1545 0 0 0 29 1 0 0 16 0 9 0 75332031 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31774] ppid=31766 vsize=868548 CPUtime=0
/proc/31767/task/31774/stat : 31774 (java) S 31766 31753 30085 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75332031 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31775] ppid=31766 vsize=868548 CPUtime=0
/proc/31767/task/31775/stat : 31775 (java) S 31766 31753 30085 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75332031 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 185.52
Current children cumulated vsize (KiB) 890644

[startup+198.303 s]
/proc/loadavg: 2.91 2.80 2.60 3/91 31775
/proc/meminfo: memFree=16128/2055920 swapFree=4191900/4192956
[pid=31753] ppid=31751 vsize=16740 CPUtime=0.88
/proc/31753/stat : 31753 (sugar++) S 31751 31753 30085 0 -1 4194304 1295 9032 2 1 6 2 75 5 16 0 1 0 75331872 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31753/statm: 4185 1104 409 3 0 764 0
[pid=31766] ppid=31753 vsize=5356 CPUtime=0
/proc/31766/stat : 31766 (sh) S 31753 31753 30085 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 75332027 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31766/statm: 1339 233 193 169 0 50 0
[pid=31767] ppid=31766 vsize=868548 CPUtime=190.75
/proc/31767/stat : 31767 (java) S 31766 31753 30085 0 -1 0 32344 0 1 0 17806 1269 0 0 20 0 9 0 75332027 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31767/statm: 217137 16998 2567 9 0 211684 0
[pid=31767/tid=31768] ppid=31766 vsize=868548 CPUtime=183.31
/proc/31767/task/31768/stat : 31768 (java) R 31766 31753 30085 0 -1 64 16899 0 1 0 17151 1180 0 0 25 0 9 0 75332028 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31769] ppid=31766 vsize=868548 CPUtime=7.13
/proc/31767/task/31769/stat : 31769 (java) S 31766 31753 30085 0 -1 64 13204 0 0 0 626 87 0 0 16 0 9 0 75332029 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31770] ppid=31766 vsize=868548 CPUtime=0
/proc/31767/task/31770/stat : 31770 (java) S 31766 31753 30085 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75332029 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31771] ppid=31766 vsize=868548 CPUtime=0
/proc/31767/task/31771/stat : 31771 (java) S 31766 31753 30085 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75332029 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31772] ppid=31766 vsize=868548 CPUtime=0
/proc/31767/task/31772/stat : 31772 (java) S 31766 31753 30085 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75332031 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31773] ppid=31766 vsize=868548 CPUtime=0.3
/proc/31767/task/31773/stat : 31773 (java) S 31766 31753 30085 0 -1 64 1545 0 0 0 29 1 0 0 16 0 9 0 75332031 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31774] ppid=31766 vsize=868548 CPUtime=0
/proc/31767/task/31774/stat : 31774 (java) S 31766 31753 30085 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75332031 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31775] ppid=31766 vsize=868548 CPUtime=0
/proc/31767/task/31775/stat : 31775 (java) S 31766 31753 30085 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75332031 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 191.63
Current children cumulated vsize (KiB) 890644

[startup+204.702 s]
/proc/loadavg: 2.84 2.78 2.59 3/91 31775
/proc/meminfo: memFree=15744/2055920 swapFree=4191900/4192956
[pid=31753] ppid=31751 vsize=16740 CPUtime=0.88
/proc/31753/stat : 31753 (sugar++) S 31751 31753 30085 0 -1 4194304 1295 9032 2 1 6 2 75 5 16 0 1 0 75331872 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31753/statm: 4185 1104 409 3 0 764 0
[pid=31766] ppid=31753 vsize=5356 CPUtime=0
/proc/31766/stat : 31766 (sh) S 31753 31753 30085 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 75332027 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31766/statm: 1339 233 193 169 0 50 0
[pid=31767] ppid=31766 vsize=868548 CPUtime=196.68
/proc/31767/stat : 31767 (java) S 31766 31753 30085 0 -1 0 32829 0 1 0 18346 1322 0 0 20 0 9 0 75332027 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31767/statm: 217137 16998 2567 9 0 211684 0
[pid=31767/tid=31768] ppid=31766 vsize=868548 CPUtime=189.03
/proc/31767/task/31768/stat : 31768 (java) R 31766 31753 30085 0 -1 64 17384 0 1 0 17674 1229 0 0 25 0 9 0 75332028 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4127084520 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31767/tid=31769] ppid=31766 vsize=868548 CPUtime=7.33
/proc/31767/task/31769/stat : 31769 (java) S 31766 31753 30085 0 -1 64 13204 0 0 0 642 91 0 0 16 0 9 0 75332029 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31767/tid=31770] ppid=31766 vsize=868548 CPUtime=0
/proc/31767/task/31770/stat : 31770 (java) S 31766 31753 30085 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75332029 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31771] ppid=31766 vsize=868548 CPUtime=0
/proc/31767/task/31771/stat : 31771 (java) S 31766 31753 30085 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75332029 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31772] ppid=31766 vsize=868548 CPUtime=0
/proc/31767/task/31772/stat : 31772 (java) S 31766 31753 30085 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75332031 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31773] ppid=31766 vsize=868548 CPUtime=0.3
/proc/31767/task/31773/stat : 31773 (java) S 31766 31753 30085 0 -1 64 1545 0 0 0 29 1 0 0 16 0 9 0 75332031 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31774] ppid=31766 vsize=868548 CPUtime=0
/proc/31767/task/31774/stat : 31774 (java) S 31766 31753 30085 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75332031 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31775] ppid=31766 vsize=868548 CPUtime=0
/proc/31767/task/31775/stat : 31775 (java) S 31766 31753 30085 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75332031 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 197.56
Current children cumulated vsize (KiB) 890644

[startup+207.907 s]
/proc/loadavg: 2.77 2.77 2.59 3/91 31775
/proc/meminfo: memFree=15808/2055920 swapFree=4191900/4192956
[pid=31753] ppid=31751 vsize=16740 CPUtime=0.88
/proc/31753/stat : 31753 (sugar++) S 31751 31753 30085 0 -1 4194304 1295 9032 2 1 6 2 75 5 16 0 1 0 75331872 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31753/statm: 4185 1104 409 3 0 764 0
[pid=31766] ppid=31753 vsize=5356 CPUtime=0
/proc/31766/stat : 31766 (sh) S 31753 31753 30085 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 75332027 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31766/statm: 1339 233 193 169 0 50 0
[pid=31767] ppid=31766 vsize=868548 CPUtime=199.79
/proc/31767/stat : 31767 (java) S 31766 31753 30085 0 -1 0 33077 0 1 0 18630 1349 0 0 20 0 9 0 75332027 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31767/statm: 217137 16998 2567 9 0 211684 0
[pid=31767/tid=31768] ppid=31766 vsize=868548 CPUtime=192.04
/proc/31767/task/31768/stat : 31768 (java) R 31766 31753 30085 0 -1 64 17632 0 1 0 17950 1254 0 0 25 0 9 0 75332028 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4127084620 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31767/tid=31769] ppid=31766 vsize=868548 CPUtime=7.44
/proc/31767/task/31769/stat : 31769 (java) S 31766 31753 30085 0 -1 64 13204 0 0 0 651 93 0 0 16 0 9 0 75332029 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31767/tid=31770] ppid=31766 vsize=868548 CPUtime=0
/proc/31767/task/31770/stat : 31770 (java) S 31766 31753 30085 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75332029 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31771] ppid=31766 vsize=868548 CPUtime=0
/proc/31767/task/31771/stat : 31771 (java) S 31766 31753 30085 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75332029 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31772] ppid=31766 vsize=868548 CPUtime=0
/proc/31767/task/31772/stat : 31772 (java) S 31766 31753 30085 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75332031 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31773] ppid=31766 vsize=868548 CPUtime=0.3
/proc/31767/task/31773/stat : 31773 (java) S 31766 31753 30085 0 -1 64 1545 0 0 0 29 1 0 0 16 0 9 0 75332031 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31774] ppid=31766 vsize=868548 CPUtime=0
/proc/31767/task/31774/stat : 31774 (java) S 31766 31753 30085 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75332031 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31767/tid=31775] ppid=31766 vsize=868548 CPUtime=0
/proc/31767/task/31775/stat : 31775 (java) S 31766 31753 30085 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75332031 889393152 16998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 200.67
Current children cumulated vsize (KiB) 890644

[startup+209.502 s]
/proc/loadavg: 2.77 2.77 2.59 3/81 31775
/proc/meminfo: memFree=119248/2055920 swapFree=4191900/4192956
[pid=31753] ppid=31751 vsize=16740 CPUtime=202.17
/proc/31753/stat : 31753 (sugar++) R 31751 31753 30085 0 -1 4194304 1318 42461 2 2 6 64 18784 1363 16 0 1 0 75331872 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 254195504169 0 0 4224 16386 0 0 0 17 1 0 0
/proc/31753/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 202.17
Current children cumulated vsize (KiB) 16740

[startup+209.902 s]
/proc/loadavg: 2.77 2.77 2.59 3/81 31775
/proc/meminfo: memFree=119248/2055920 swapFree=4191900/4192956
[pid=31753] ppid=31751 vsize=16740 CPUtime=202.53
/proc/31753/stat : 31753 (sugar++) D 31751 31753 30085 0 -1 4194304 1318 42461 2 2 6 100 18784 1363 15 0 1 0 75331872 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 254195504169 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/31753/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 202.53
Current children cumulated vsize (KiB) 16740

[startup+210.107 s]
/proc/loadavg: 2.79 2.77 2.59 2/81 31775
/proc/meminfo: memFree=1873744/2055920 swapFree=4191900/4192956
[pid=31753] ppid=31751 vsize=16740 CPUtime=202.54
/proc/31753/stat : 31753 (sugar++) D 31751 31753 30085 0 -1 4194304 1318 42461 2 2 6 101 18784 1363 15 0 1 0 75331872 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 254195504169 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31753/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 202.54
Current children cumulated vsize (KiB) 16740

[startup+210.202 s]
/proc/loadavg: 2.79 2.77 2.59 2/81 31775
/proc/meminfo: memFree=1873744/2055920 swapFree=4191900/4192956
[pid=31753] ppid=31751 vsize=16740 CPUtime=202.55
/proc/31753/stat : 31753 (sugar++) D 31751 31753 30085 0 -1 4194304 1318 42461 2 2 6 102 18784 1363 15 0 1 0 75331872 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 254195504169 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31753/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 202.55
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 210.288
CPU time (s): 202.581
CPU user time (s): 187.909
CPU system time (s): 14.6718
CPU usage (%): 96.3351
Max. virtual memory (cumulated for all children) (KiB): 891036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 187.909
system time used= 14.6718
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43835
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= 108462
involuntary context switches= 117454

runsolver used 0.263959 second user time and 0.731888 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-16 07:31:43
IDJOB=1126667
IDBENCH=64273
IDSOLVER=367
FILE ID=node34/1126667-1216186303
PBS_JOBID= 7905805
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/spot5/normalized-spot5-1506_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-1126667-1216186303/watcher-1126667-1216186303 -o /tmp/evaluation-result-1126667-1216186303/solver-1126667-1216186303 -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-1126667-1216186303.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b1d629a045bb12bae29a70ef49fb4d21
RANDOM SEED=1510417062

node34.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.236
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.236
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:       1848376 kB
Buffers:          7784 kB
Cached:          52140 kB
SwapCached:        256 kB
Active:         131672 kB
Inactive:        22668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1848376 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1972 kB
Writeback:           0 kB
Mapped:         113512 kB
Slab:            38256 kB
Committed_AS:  1036096 kB
PageTables:       2152 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= 66556 MiB
End job on node34 at 2008-07-16 07:35:14