Trace number 1125788

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? 212.916 220.986

General information on the benchmark

Namemaxcsp/planning/
normalized-zenotravel04ac_ext.xml
MD5SUM41a3e2738931777f147e3e7a91288017
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints5
Best CPU time to get the best result obtained on this benchmark0.595909
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints17194
Maximum constraint arity2
Maximum domain size24
Number of constraints which are defined in extension17194
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.21	c 0	Sugar v1-13 + HOME/minisat
0.03/0.23	c 0	BEGIN Wed Jul 16 04:10:58 2008
0.03/0.23	c 0	PID 29978
0.03/0.24	c 0	HOST node43.alineos.net
0.03/0.24	c 0	CONVERTING HOME/instance-1125788-1216174257.xml TO HOME/temp.csp
0.03/0.24	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1125788-1216174257.xml' 'HOME/temp.csp'
1.23/1.95	c 1	18 domains, 240 variables, 0 predicates, 460 relations, 17194 constraints
1.29/2.03	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.29/2.03	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.32/2.15	c 2	Parsing HOME/temp.csp
1.61/2.46	c 2	parsed 10000 expressions
1.81/2.63	c 2	parsed 17912 expressions
1.81/2.63	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.90/2.78	c 2	MAX CSP: 17194 constraints
1.90/2.78	c 2	Converting to clausal form CSP
2.21/3.00	c 2	converted 3511 (10%) expressions
2.30/3.13	c 3	converted 7022 (20%) expressions
2.30/3.18	c 3	converted 10533 (30%) expressions
2.40/3.22	c 3	converted 14044 (40%) expressions
2.40/3.26	c 3	converted 17555 (50%) expressions
2.40/3.30	c 3	converted 21066 (60%) expressions
2.51/3.34	c 3	converted 24577 (70%) expressions
2.70/3.50	c 3	converted 28088 (80%) expressions
2.70/3.54	c 3	converted 31599 (90%) expressions
4.19/5.10	c 5	converted 35109 (100%) expressions
4.30/5.11	c 5	CSP : 34628 integers, 0 booleans, 51581 clauses, largest domain size 25792
4.30/5.11	c 5	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.30/5.11	c 5	Propagation in CSP
4.79/5.67	c 5	17188 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.79/5.68	c 5	CSP : 34628 integers, 0 booleans, 51581 clauses, largest domain size 17195
4.79/5.68	c 5	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.79/5.69	c 5	Simplifing CSP by introducing new Boolean variables
4.89/5.72	c 5	CSP : 34628 integers, 0 booleans, 51581 clauses, largest domain size 17195
4.89/5.72	c 5	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.09/5.94	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.09/5.98	c 5	3463 (10%) CSP integer variables are encoded (400 clauses, 4290 bytes)
5.09/5.98	c 5	6926 (20%) CSP integer variables are encoded (400 clauses, 4290 bytes)
5.09/5.99	c 5	10389 (30%) CSP integer variables are encoded (400 clauses, 4290 bytes)
5.09/6.00	c 5	13852 (40%) CSP integer variables are encoded (400 clauses, 4290 bytes)
5.20/6.00	c 5	17314 (50%) CSP integer variables are encoded (400 clauses, 4290 bytes)
5.20/6.06	c 5	20777 (60%) CSP integer variables are encoded (49625 clauses, 742665 bytes)
5.50/6.35	c 6	24240 (70%) CSP integer variables are encoded (291343 clauses, 4797270 bytes)
5.59/6.44	c 6	27703 (80%) CSP integer variables are encoded (359452 clauses, 5955123 bytes)
5.70/6.50	c 6	31166 (90%) CSP integer variables are encoded (399151 clauses, 6630006 bytes)
5.70/6.57	c 6	34628 (100%) CSP integer variables are encoded (449071 clauses, 7478646 bytes)
5.99/6.81	c 6	5159 (10%) CSP clauses are encoded (454230 clauses, 7584009 bytes)
6.09/6.99	c 6	10317 (20%) CSP clauses are encoded (459388 clauses, 7694234 bytes)
6.29/7.17	c 7	15475 (30%) CSP clauses are encoded (464546 clauses, 7807862 bytes)
8.89/9.74	c 9	20633 (40%) CSP clauses are encoded (1948204 clauses, 39488715 bytes)
37.36/39.23	c 39	25791 (50%) CSP clauses are encoded (19047358 clauses, 406651251 bytes)
211.79/219.18	c 219	ERROR Exception Too large HOME/temp.cnf
211.89/219.20	c 219	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
211.89/219.20	c 219	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
211.89/219.20	c 219	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
211.89/219.20	s UNKNOWN
211.89/219.24	c 219	CPU 198.41 (0.03 0.01 198.38 13.49)
211.89/219.24	c 219	END Wed Jul 16 04:14:37 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-1125788-1216174257/watcher-1125788-1216174257 -o /tmp/evaluation-result-1125788-1216174257/solver-1125788-1216174257 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1125788-1216174257.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 2.89 2.72 3/80 29978
/proc/meminfo: memFree=1871064/2055920 swapFree=4192812/4192956
[pid=29978] ppid=29976 vsize=18572 CPUtime=0
/proc/29978/stat : 29978 (runsolver) R 29976 29978 28838 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 74125169 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 221954764071 0 0 4096 24578 0 0 0 17 0 0 0
/proc/29978/statm: 4643 292 257 25 0 2626 0

[startup+0.033758 s]
/proc/loadavg: 3.02 2.89 2.72 3/80 29978
/proc/meminfo: memFree=1871064/2055920 swapFree=4192812/4192956
[pid=29978] ppid=29976 vsize=12272 CPUtime=0
/proc/29978/stat : 29978 (sugar) D 29976 29978 28838 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 74125169 12566528 321 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/29978/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.153566 s]
/proc/loadavg: 3.02 2.89 2.72 3/80 29978
/proc/meminfo: memFree=1871064/2055920 swapFree=4192812/4192956
[pid=29978] ppid=29976 vsize=12412 CPUtime=0.01
/proc/29978/stat : 29978 (sugar) R 29976 29978 28838 0 -1 4194304 427 0 0 0 0 1 0 0 18 0 1 0 74125169 12709888 395 996147200 4194304 4206940 548682068592 18446744073709551615 221954609889 0 0 4224 0 0 0 0 17 0 0 0
/proc/29978/statm: 3103 396 275 3 0 203 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12412

[startup+0.30258 s]
/proc/loadavg: 3.02 2.89 2.72 3/80 29978
/proc/meminfo: memFree=1871064/2055920 swapFree=4192812/4192956
[pid=29978] ppid=29976 vsize=13600 CPUtime=0.04
/proc/29978/stat : 29978 (sugar) S 29976 29978 28838 0 -1 4194304 898 127 0 0 3 1 0 0 17 0 1 0 74125169 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29978/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702619 s]
/proc/loadavg: 3.02 2.89 2.72 3/80 29978
/proc/meminfo: memFree=1871064/2055920 swapFree=4192812/4192956
[pid=29978] ppid=29976 vsize=13600 CPUtime=0.04
/proc/29978/stat : 29978 (sugar) S 29976 29978 28838 0 -1 4194304 898 127 0 0 3 1 0 0 17 0 1 0 74125169 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29978/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50169 s]
/proc/loadavg: 3.02 2.89 2.72 4/91 29990
/proc/meminfo: memFree=1862016/2055920 swapFree=4192812/4192956
[pid=29978] ppid=29976 vsize=13600 CPUtime=0.04
/proc/29978/stat : 29978 (sugar) S 29976 29978 28838 0 -1 4194304 898 127 0 0 3 1 0 0 17 0 1 0 74125169 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29978/statm: 3400 796 370 3 0 500 0
[pid=29981] ppid=29978 vsize=5356 CPUtime=0
/proc/29981/stat : 29981 (sh) S 29978 29978 28838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74125194 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29981/statm: 1339 233 193 169 0 50 0
[pid=29982] ppid=29981 vsize=864676 CPUtime=0.79
/proc/29982/stat : 29982 (java) S 29981 29978 28838 0 -1 0 7850 0 1 0 73 6 0 0 18 0 9 0 74125195 885428224 6843 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29982/statm: 216169 6843 2529 9 0 210751 0
[pid=29982/tid=29983] ppid=29981 vsize=864676 CPUtime=0.52
/proc/29982/task/29983/stat : 29983 (java) R 29981 29978 28838 0 -1 64 2727 0 1 0 50 2 0 0 21 0 9 0 74125197 885428224 6843 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29982/tid=29984] ppid=29981 vsize=864676 CPUtime=0.13
/proc/29982/task/29984/stat : 29984 (java) R 29981 29978 28838 0 -1 64 3934 0 0 0 12 1 0 0 16 0 9 0 74125241 885428224 6843 996147200 134512640 134550740 4294956000 18446744073709551615 102723003 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29982/tid=29985] ppid=29981 vsize=864676 CPUtime=0
/proc/29982/task/29985/stat : 29985 (java) S 29981 29978 28838 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 74125241 885428224 6843 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29982/tid=29986] ppid=29981 vsize=864676 CPUtime=0
/proc/29982/task/29986/stat : 29986 (java) S 29981 29978 28838 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 74125241 885428224 6843 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29982/tid=29987] ppid=29981 vsize=864676 CPUtime=0
/proc/29982/task/29987/stat : 29987 (java) S 29981 29978 28838 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74125243 885428224 6843 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29982/tid=29988] ppid=29981 vsize=864676 CPUtime=0.1
/proc/29982/task/29988/stat : 29988 (java) S 29981 29978 28838 0 -1 64 489 0 0 0 10 0 0 0 16 0 9 0 74125243 885428224 6843 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29982/tid=29989] ppid=29981 vsize=864676 CPUtime=0
/proc/29982/task/29989/stat : 29989 (java) S 29981 29978 28838 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74125243 885428224 6843 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29982/tid=29990] ppid=29981 vsize=864676 CPUtime=0
/proc/29982/task/29990/stat : 29990 (java) S 29981 29978 28838 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74125243 885428224 6843 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 883632

[startup+3.10183 s]
/proc/loadavg: 3.02 2.89 2.72 4/87 29996
/proc/meminfo: memFree=1864992/2055920 swapFree=4192812/4192956
[pid=29978] ppid=29976 vsize=13600 CPUtime=1.3
/proc/29978/stat : 29978 (sugar) S 29976 29978 28838 0 -1 4194304 974 9796 0 1 3 1 118 8 15 0 1 0 74125169 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29978/statm: 3400 797 370 3 0 500 0
[pid=29991] ppid=29978 vsize=5356 CPUtime=0
/proc/29991/stat : 29991 (sh) S 29978 29978 28838 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 74125373 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29991/statm: 1339 233 193 169 0 50 0
[pid=29992] ppid=29991 vsize=868936 CPUtime=1
/proc/29992/stat : 29992 (java) S 29991 29978 28838 0 -1 0 9515 0 1 0 95 5 0 0 21 0 9 0 74125373 889790464 8509 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29992/statm: 217234 8509 2540 9 0 211809 0
[pid=29992/tid=29993] ppid=29991 vsize=868936 CPUtime=0.53
/proc/29992/task/29993/stat : 29993 (java) R 29991 29978 28838 0 -1 64 2626 0 1 0 52 1 0 0 25 0 9 0 74125374 889790464 8509 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29994] ppid=29991 vsize=868936 CPUtime=0.26
/proc/29992/task/29994/stat : 29994 (java) R 29991 29978 28838 0 -1 64 4726 0 0 0 24 2 0 0 16 0 9 0 74125375 889790464 8509 996147200 134512640 134550740 4294955936 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29995] ppid=29991 vsize=868936 CPUtime=0
/proc/29992/task/29995/stat : 29995 (java) S 29991 29978 28838 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74125375 889790464 8509 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29996] ppid=29991 vsize=868936 CPUtime=0
/proc/29992/task/29996/stat : 29996 (java) S 29991 29978 28838 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74125375 889790464 8509 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 887892

[startup+6.30211 s]
/proc/loadavg: 3.09 2.91 2.72 3/91 30000
/proc/meminfo: memFree=1805248/2055920 swapFree=4192812/4192956
[pid=29978] ppid=29976 vsize=13600 CPUtime=1.3
/proc/29978/stat : 29978 (sugar) S 29976 29978 28838 0 -1 4194304 974 9796 0 1 3 1 118 8 15 0 1 0 74125169 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29978/statm: 3400 797 370 3 0 500 0
[pid=29991] ppid=29978 vsize=5356 CPUtime=0
/proc/29991/stat : 29991 (sh) S 29978 29978 28838 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 74125373 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29991/statm: 1339 233 193 169 0 50 0
[pid=29992] ppid=29991 vsize=868544 CPUtime=4.2
/proc/29992/stat : 29992 (java) S 29991 29978 28838 0 -1 0 20049 0 1 0 406 14 0 0 21 0 9 0 74125373 889389056 17947 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29992/statm: 217136 17947 2565 9 0 211683 0
[pid=29992/tid=29993] ppid=29991 vsize=868544 CPUtime=2.71
/proc/29992/task/29993/stat : 29993 (java) R 29991 29978 28838 0 -1 64 3268 0 1 0 267 4 0 0 25 0 9 0 74125374 889389056 17947 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29994] ppid=29991 vsize=868544 CPUtime=1.2
/proc/29992/task/29994/stat : 29994 (java) S 29991 29978 28838 0 -1 64 14570 0 0 0 113 7 0 0 16 0 9 0 74125375 889389056 17947 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29995] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/29995/stat : 29995 (java) S 29991 29978 28838 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74125375 889389056 17947 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29996] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/29996/stat : 29996 (java) S 29991 29978 28838 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74125375 889389056 17947 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29997] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/29997/stat : 29997 (java) S 29991 29978 28838 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74125381 889389056 17947 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29998] ppid=29991 vsize=868544 CPUtime=0.24
/proc/29992/task/29998/stat : 29998 (java) S 29991 29978 28838 0 -1 64 1513 0 0 0 24 0 0 0 16 0 9 0 74125382 889389056 17947 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29999] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/29999/stat : 29999 (java) S 29991 29978 28838 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 74125382 889389056 17947 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=30000] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/30000/stat : 30000 (java) S 29991 29978 28838 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74125382 889389056 17947 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.5
Current children cumulated vsize (KiB) 887500

[startup+12.7027 s]
/proc/loadavg: 3.09 2.91 2.73 3/91 30000
/proc/meminfo: memFree=1741504/2055920 swapFree=4192812/4192956
[pid=29978] ppid=29976 vsize=13600 CPUtime=1.3
/proc/29978/stat : 29978 (sugar) S 29976 29978 28838 0 -1 4194304 974 9796 0 1 3 1 118 8 16 0 1 0 74125169 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29978/statm: 3400 797 370 3 0 500 0
[pid=29991] ppid=29978 vsize=5356 CPUtime=0
/proc/29991/stat : 29991 (sh) S 29978 29978 28838 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 74125373 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29991/statm: 1339 233 193 169 0 50 0
[pid=29992] ppid=29991 vsize=868544 CPUtime=10.22
/proc/29992/stat : 29992 (java) S 29991 29978 28838 0 -1 0 20588 0 1 0 965 57 0 0 21 0 9 0 74125373 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29992/statm: 217136 17991 2567 9 0 211683 0
[pid=29992/tid=29993] ppid=29991 vsize=868544 CPUtime=8.4
/proc/29992/task/29993/stat : 29993 (java) R 29991 29978 28838 0 -1 64 3773 0 1 0 796 44 0 0 25 0 9 0 74125374 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29994] ppid=29991 vsize=868544 CPUtime=1.48
/proc/29992/task/29994/stat : 29994 (java) S 29991 29978 28838 0 -1 64 14571 0 0 0 138 10 0 0 16 0 9 0 74125375 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29995] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/29995/stat : 29995 (java) S 29991 29978 28838 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74125375 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29996] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/29996/stat : 29996 (java) S 29991 29978 28838 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74125375 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29997] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/29997/stat : 29997 (java) S 29991 29978 28838 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74125381 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29998] ppid=29991 vsize=868544 CPUtime=0.3
/proc/29992/task/29998/stat : 29998 (java) S 29991 29978 28838 0 -1 64 1546 0 0 0 29 1 0 0 16 0 9 0 74125382 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29999] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/29999/stat : 29999 (java) S 29991 29978 28838 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 74125382 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=30000] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/30000/stat : 30000 (java) S 29991 29978 28838 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74125382 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.52
Current children cumulated vsize (KiB) 887500

[startup+25.5029 s]
/proc/loadavg: 2.91 2.88 2.72 3/91 30000
/proc/meminfo: memFree=1571776/2055920 swapFree=4192812/4192956
[pid=29978] ppid=29976 vsize=13600 CPUtime=1.3
/proc/29978/stat : 29978 (sugar) S 29976 29978 28838 0 -1 4194304 974 9796 0 1 3 1 118 8 16 0 1 0 74125169 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29978/statm: 3400 797 370 3 0 500 0
[pid=29991] ppid=29978 vsize=5356 CPUtime=0
/proc/29991/stat : 29991 (sh) S 29978 29978 28838 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 74125373 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29991/statm: 1339 233 193 169 0 50 0
[pid=29992] ppid=29991 vsize=868544 CPUtime=22.71
/proc/29992/stat : 29992 (java) S 29991 29978 28838 0 -1 0 21635 0 1 0 2118 153 0 0 21 0 9 0 74125373 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29992/statm: 217136 17991 2567 9 0 211683 0
[pid=29992/tid=29993] ppid=29991 vsize=868544 CPUtime=20.46
/proc/29992/task/29993/stat : 29993 (java) R 29991 29978 28838 0 -1 64 4820 0 1 0 1912 134 0 0 25 0 9 0 74125374 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4126373683 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29994] ppid=29991 vsize=868544 CPUtime=1.91
/proc/29992/task/29994/stat : 29994 (java) S 29991 29978 28838 0 -1 64 14571 0 0 0 175 16 0 0 16 0 9 0 74125375 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29995] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/29995/stat : 29995 (java) S 29991 29978 28838 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74125375 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29996] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/29996/stat : 29996 (java) S 29991 29978 28838 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74125375 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29997] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/29997/stat : 29997 (java) S 29991 29978 28838 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74125381 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29998] ppid=29991 vsize=868544 CPUtime=0.3
/proc/29992/task/29998/stat : 29998 (java) S 29991 29978 28838 0 -1 64 1546 0 0 0 29 1 0 0 16 0 9 0 74125382 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29999] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/29999/stat : 29999 (java) S 29991 29978 28838 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 74125382 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=30000] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/30000/stat : 30000 (java) S 29991 29978 28838 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74125382 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/29992/statm: 217136 17991 2567 9 0 211683 0
[pid=29992/tid=29993] ppid=29991 vsize=868544 CPUtime=165.4
/proc/29992/task/29993/stat : 29993 (java) R 29991 29978 28838 0 -1 64 14969 0 1 0 15589 951 0 0 25 0 9 0 74125374 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29994] ppid=29991 vsize=868544 CPUtime=6.34
/proc/29992/task/29994/stat : 29994 (java) S 29991 29978 28838 0 -1 64 14571 0 0 0 550 84 0 0 16 0 9 0 74125375 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29995] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/29995/stat : 29995 (java) S 29991 29978 28838 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74125375 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29996] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/29996/stat : 29996 (java) S 29991 29978 28838 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74125375 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29997] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/29997/stat : 29997 (java) S 29991 29978 28838 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74125381 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29998] ppid=29991 vsize=868544 CPUtime=0.3
/proc/29992/task/29998/stat : 29998 (java) S 29991 29978 28838 0 -1 64 1546 0 0 0 29 1 0 0 16 0 9 0 74125382 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29999] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/29999/stat : 29999 (java) S 29991 29978 28838 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 74125382 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=30000] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/30000/stat : 30000 (java) S 29991 29978 28838 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74125382 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 173.38
Current children cumulated vsize (KiB) 887500

[startup+204.703 s]
/proc/loadavg: 3.68 3.15 2.84 3/91 30000
/proc/meminfo: memFree=15168/2055920 swapFree=4192812/4192956
[pid=29978] ppid=29976 vsize=13600 CPUtime=1.3
/proc/29978/stat : 29978 (sugar) S 29976 29978 28838 0 -1 4194304 974 9796 0 1 3 1 118 8 16 0 1 0 74125169 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29978/statm: 3400 797 370 3 0 500 0
[pid=29991] ppid=29978 vsize=5356 CPUtime=0
/proc/29991/stat : 29991 (sh) S 29978 29978 28838 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 74125373 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29991/statm: 1339 233 193 169 0 50 0
[pid=29992] ppid=29991 vsize=868544 CPUtime=196.96
/proc/29992/stat : 29992 (java) S 29991 29978 28838 0 -1 0 33774 0 1 0 18466 1230 0 0 21 0 9 0 74125373 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29992/statm: 217136 17991 2567 9 0 211683 0
[pid=29992/tid=29993] ppid=29991 vsize=868544 CPUtime=189.37
/proc/29992/task/29993/stat : 29993 (java) R 29991 29978 28838 0 -1 64 16959 0 1 0 17809 1128 0 0 25 0 9 0 74125374 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 102064721 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29994] ppid=29991 vsize=868544 CPUtime=7.25
/proc/29992/task/29994/stat : 29994 (java) S 29991 29978 28838 0 -1 64 14571 0 0 0 626 99 0 0 16 0 9 0 74125375 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29995] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/29995/stat : 29995 (java) S 29991 29978 28838 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74125375 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29996] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/29996/stat : 29996 (java) S 29991 29978 28838 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74125375 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29997] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/29997/stat : 29997 (java) S 29991 29978 28838 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74125381 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29998] ppid=29991 vsize=868544 CPUtime=0.3
/proc/29992/task/29998/stat : 29998 (java) S 29991 29978 28838 0 -1 64 1546 0 0 0 29 1 0 0 16 0 9 0 74125382 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29999] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/29999/stat : 29999 (java) S 29991 29978 28838 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 74125382 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=30000] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/30000/stat : 30000 (java) S 29991 29978 28838 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74125382 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 198.26
Current children cumulated vsize (KiB) 887500

[startup+211.102 s]
/proc/loadavg: 3.63 3.15 2.84 4/91 30000
/proc/meminfo: memFree=15168/2055920 swapFree=4192812/4192956
[pid=29978] ppid=29976 vsize=13600 CPUtime=1.3
/proc/29978/stat : 29978 (sugar) S 29976 29978 28838 0 -1 4194304 974 9796 0 1 3 1 118 8 16 0 1 0 74125169 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29978/statm: 3400 797 370 3 0 500 0
[pid=29991] ppid=29978 vsize=5356 CPUtime=0
/proc/29991/stat : 29991 (sh) S 29978 29978 28838 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 74125373 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29991/statm: 1339 233 193 169 0 50 0
[pid=29992] ppid=29991 vsize=868544 CPUtime=202.94
/proc/29992/stat : 29992 (java) S 29991 29978 28838 0 -1 0 34259 0 1 0 19019 1275 0 0 21 0 9 0 74125373 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29992/statm: 217136 17991 2567 9 0 211683 0
[pid=29992/tid=29993] ppid=29991 vsize=868544 CPUtime=195.17
/proc/29992/task/29993/stat : 29993 (java) R 29991 29978 28838 0 -1 64 17444 0 1 0 18346 1171 0 0 25 0 9 0 74125374 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4127089631 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29994] ppid=29991 vsize=868544 CPUtime=7.44
/proc/29992/task/29994/stat : 29994 (java) S 29991 29978 28838 0 -1 64 14571 0 0 0 642 102 0 0 16 0 9 0 74125375 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29995] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/29995/stat : 29995 (java) S 29991 29978 28838 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74125375 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29996] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/29996/stat : 29996 (java) S 29991 29978 28838 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74125375 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29997] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/29997/stat : 29997 (java) S 29991 29978 28838 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74125381 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29998] ppid=29991 vsize=868544 CPUtime=0.3
/proc/29992/task/29998/stat : 29998 (java) S 29991 29978 28838 0 -1 64 1546 0 0 0 29 1 0 0 16 0 9 0 74125382 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29999] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/29999/stat : 29999 (java) S 29991 29978 28838 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 74125382 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=30000] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/30000/stat : 30000 (java) S 29991 29978 28838 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74125382 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 204.24
Current children cumulated vsize (KiB) 887500

[startup+217.502 s]
/proc/loadavg: 3.66 3.17 2.85 3/91 30000
/proc/meminfo: memFree=16000/2055920 swapFree=4192812/4192956
[pid=29978] ppid=29976 vsize=13600 CPUtime=1.3
/proc/29978/stat : 29978 (sugar) S 29976 29978 28838 0 -1 4194304 974 9796 0 1 3 1 118 8 16 0 1 0 74125169 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29978/statm: 3400 797 370 3 0 500 0
[pid=29991] ppid=29978 vsize=5356 CPUtime=0
/proc/29991/stat : 29991 (sh) S 29978 29978 28838 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 74125373 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29991/statm: 1339 233 193 169 0 50 0
[pid=29992] ppid=29991 vsize=868544 CPUtime=209.15
/proc/29992/stat : 29992 (java) S 29991 29978 28838 0 -1 0 34767 0 1 0 19590 1325 0 0 21 0 9 0 74125373 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29992/statm: 217136 17991 2567 9 0 211683 0
[pid=29992/tid=29993] ppid=29991 vsize=868544 CPUtime=201.17
/proc/29992/task/29993/stat : 29993 (java) R 29991 29978 28838 0 -1 64 17952 0 1 0 18900 1217 0 0 25 0 9 0 74125374 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4127090913 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29994] ppid=29991 vsize=868544 CPUtime=7.65
/proc/29992/task/29994/stat : 29994 (java) S 29991 29978 28838 0 -1 64 14571 0 0 0 659 106 0 0 16 0 9 0 74125375 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29995] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/29995/stat : 29995 (java) S 29991 29978 28838 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74125375 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29996] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/29996/stat : 29996 (java) S 29991 29978 28838 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74125375 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29997] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/29997/stat : 29997 (java) S 29991 29978 28838 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74125381 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29998] ppid=29991 vsize=868544 CPUtime=0.3
/proc/29992/task/29998/stat : 29998 (java) S 29991 29978 28838 0 -1 64 1546 0 0 0 29 1 0 0 16 0 9 0 74125382 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29999] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/29999/stat : 29999 (java) S 29991 29978 28838 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 74125382 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=30000] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/30000/stat : 30000 (java) S 29991 29978 28838 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74125382 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 210.45
Current children cumulated vsize (KiB) 887500

[startup+219.102 s]
/proc/loadavg: 3.77 3.20 2.86 4/91 30000
/proc/meminfo: memFree=16448/2055920 swapFree=4192812/4192956
[pid=29978] ppid=29976 vsize=13600 CPUtime=1.3
/proc/29978/stat : 29978 (sugar) S 29976 29978 28838 0 -1 4194304 974 9796 0 1 3 1 118 8 16 0 1 0 74125169 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29978/statm: 3400 797 370 3 0 500 0
[pid=29991] ppid=29978 vsize=5356 CPUtime=0
/proc/29991/stat : 29991 (sh) S 29978 29978 28838 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 74125373 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29991/statm: 1339 233 193 169 0 50 0
[pid=29992] ppid=29991 vsize=868544 CPUtime=210.49
/proc/29992/stat : 29992 (java) S 29991 29978 28838 0 -1 0 34875 0 1 0 19711 1338 0 0 21 0 9 0 74125373 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29992/statm: 217136 17991 2567 9 0 211683 0
[pid=29992/tid=29993] ppid=29991 vsize=868544 CPUtime=202.46
/proc/29992/task/29993/stat : 29993 (java) R 29991 29978 28838 0 -1 64 18060 0 1 0 19017 1229 0 0 25 0 9 0 74125374 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4127089599 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29994] ppid=29991 vsize=868544 CPUtime=7.71
/proc/29992/task/29994/stat : 29994 (java) S 29991 29978 28838 0 -1 64 14571 0 0 0 664 107 0 0 16 0 9 0 74125375 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29995] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/29995/stat : 29995 (java) S 29991 29978 28838 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74125375 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29996] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/29996/stat : 29996 (java) S 29991 29978 28838 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74125375 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29997] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/29997/stat : 29997 (java) S 29991 29978 28838 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74125381 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29998] ppid=29991 vsize=868544 CPUtime=0.3
/proc/29992/task/29998/stat : 29998 (java) S 29991 29978 28838 0 -1 64 1546 0 0 0 29 1 0 0 16 0 9 0 74125382 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=29999] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/29999/stat : 29999 (java) S 29991 29978 28838 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 74125382 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29992/tid=30000] ppid=29991 vsize=868544 CPUtime=0
/proc/29992/task/30000/stat : 30000 (java) S 29991 29978 28838 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74125382 889389056 17991 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 211.79
Current children cumulated vsize (KiB) 887500

[startup+219.901 s]
/proc/loadavg: 3.77 3.20 2.86 3/81 30000
/proc/meminfo: memFree=1425936/2055920 swapFree=4192812/4192956
[pid=29978] ppid=29976 vsize=13600 CPUtime=212.54
/proc/29978/stat : 29978 (sugar) R 29976 29978 28838 0 -1 4194304 998 44973 0 2 3 64 19838 1349 16 0 1 0 74125169 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 221954937897 0 0 4224 16386 0 0 0 17 1 0 0
/proc/29978/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 212.54
Current children cumulated vsize (KiB) 13600

[startup+220.701 s]
/proc/loadavg: 3.77 3.20 2.86 3/81 30000
/proc/meminfo: memFree=1425936/2055920 swapFree=4192812/4192956
[pid=29978] ppid=29976 vsize=13600 CPUtime=212.88
/proc/29978/stat : 29978 (sugar) D 29976 29978 28838 0 -1 4194304 998 44973 0 2 3 98 19838 1349 15 0 1 0 74125169 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 221954937897 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/29978/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 212.88
Current children cumulated vsize (KiB) 13600

[startup+220.901 s]
/proc/loadavg: 3.77 3.20 2.86 3/81 30000
/proc/meminfo: memFree=1425936/2055920 swapFree=4192812/4192956
[pid=29978] ppid=29976 vsize=13600 CPUtime=212.89
/proc/29978/stat : 29978 (sugar) D 29976 29978 28838 0 -1 4194304 998 44973 0 2 3 99 19838 1349 15 0 1 0 74125169 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 221954937897 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/29978/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 212.89
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 220.986
CPU time (s): 212.916
CPU user time (s): 198.42
CPU system time (s): 14.4958
CPU usage (%): 96.3482
Max. virtual memory (cumulated for all children) (KiB): 888392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 198.42
system time used= 14.4958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46001
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111162
involuntary context switches= 121375

runsolver used 0.275958 second user time and 0.755885 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-16 04:10:57
IDJOB=1125788
IDBENCH=64163
IDSOLVER=368
FILE ID=node43/1125788-1216174257
PBS_JOBID= 7905788
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/planning/normalized-zenotravel04ac_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1125788-1216174257/watcher-1125788-1216174257 -o /tmp/evaluation-result-1125788-1216174257/solver-1125788-1216174257 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1125788-1216174257.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 41a3e2738931777f147e3e7a91288017
RANDOM SEED=1562256912

node43.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.216
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.216
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:       1871736 kB
Buffers:          3008 kB
Cached:          36908 kB
SwapCached:          0 kB
Active:         128340 kB
Inactive:         4220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1871736 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2900 kB
Writeback:           0 kB
Mapped:         112932 kB
Slab:            36688 kB
Committed_AS:  1130412 kB
PageTables:       2160 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 node43 at 2008-07-16 04:14:38