Trace number 1126003

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? 212.064 681.777

General information on the benchmark

Namemaxcsp/planning/
normalized-mprime04bc_ext.xml
MD5SUMa4a6cc63638e282fd112c0d279f2fce7
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints3
Best CPU time to get the best result obtained on this benchmark1.07883
Satisfiable
(Un)Satisfiability was proved
Number of variables445
Number of constraints24165
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension24165
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.06	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.03/0.06	c 0	BEGIN Thu Aug  7 20:57:59 2008
0.03/0.06	c 0	PID 22452
0.03/0.07	c 0	HOST node88.alineos.net
0.03/0.07	c 0	CONVERTING HOME/instance-1126003-1218135479.xml TO HOME/temp.csp
0.03/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126003-1218135479.xml' 'HOME/temp.csp'
1.11/1.04	c 1	16 domains, 445 variables, 0 predicates, 409 relations, 24165 constraints
1.11/1.06	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.11/1.06	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.16/1.13	c 1	Parsing HOME/temp.csp
1.16/1.38	c 1	parsed 10000 expressions
1.16/1.56	c 2	parsed 20000 expressions
1.16/1.64	c 2	parsed 25035 expressions
1.16/1.65	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.16/1.90	c 2	MAX CSP: 24165 constraints
1.16/1.90	c 2	Converting to clausal form CSP
1.17/2.08	c 2	converted 4921 (10%) expressions
2.38/2.14	c 2	converted 9841 (20%) expressions
2.38/2.20	c 2	converted 14761 (30%) expressions
2.57/2.39	c 2	converted 19682 (40%) expressions
2.67/2.45	c 2	converted 24602 (50%) expressions
2.77/2.51	c 3	converted 29522 (60%) expressions
2.77/2.56	c 3	converted 34443 (70%) expressions
2.88/2.62	c 3	converted 39363 (80%) expressions
2.88/2.68	c 3	converted 44283 (90%) expressions
5.40/5.13	c 5	converted 49203 (100%) expressions
5.40/5.13	c 5	CSP : 48775 integers, 0 booleans, 72494 clauses, largest domain size 36248
5.40/5.13	c 5	Heap : 67 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.40/5.13	c 5	Propagation in CSP
6.21/5.96	c 6	24156 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.21/5.96	c 6	CSP : 48775 integers, 0 booleans, 72494 clauses, largest domain size 24166
6.21/5.96	c 6	Heap : 71 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.21/5.98	c 6	Simplifing CSP by introducing new Boolean variables
6.31/6.01	c 6	CSP : 48775 integers, 0 booleans, 72494 clauses, largest domain size 24166
6.31/6.01	c 6	Heap : 69 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.72/6.42	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.72/6.46	c 6	4878 (10%) CSP integer variables are encoded (533 clauses, 5764 bytes)
6.72/6.47	c 7	9755 (20%) CSP integer variables are encoded (533 clauses, 5764 bytes)
6.72/6.47	c 7	14633 (30%) CSP integer variables are encoded (533 clauses, 5764 bytes)
6.72/6.48	c 7	19510 (40%) CSP integer variables are encoded (533 clauses, 5764 bytes)
6.72/6.48	c 7	24388 (50%) CSP integer variables are encoded (533 clauses, 5764 bytes)
6.84/6.57	c 7	29265 (60%) CSP integer variables are encoded (72069 clauses, 1081223 bytes)
6.94/6.65	c 7	34143 (70%) CSP integer variables are encoded (130638 clauses, 2076896 bytes)
7.04/6.75	c 7	39020 (80%) CSP integer variables are encoded (198846 clauses, 3236432 bytes)
7.45/7.18	c 7	43898 (90%) CSP integer variables are encoded (559423 clauses, 9366241 bytes)
7.54/7.29	c 7	48775 (100%) CSP integer variables are encoded (644395 clauses, 10810765 bytes)
7.87/7.55	c 8	7250 (10%) CSP clauses are encoded (651645 clauses, 10962522 bytes)
8.07/7.76	c 8	14499 (20%) CSP clauses are encoded (658894 clauses, 11119221 bytes)
8.26/7.95	c 8	21749 (30%) CSP clauses are encoded (666144 clauses, 11273025 bytes)
13.32/13.39	c 13	28998 (40%) CSP clauses are encoded (3579287 clauses, 73582378 bytes)
73.25/80.59	c 81	36247 (50%) CSP clauses are encoded (37321074 clauses, 852944833 bytes)
90.41/99.91	c 100	43497 (60%) CSP clauses are encoded (46703376 clauses, 1082187658 bytes)
211.08/654.26	c 654	ERROR Exception Too large HOME/temp.cnf
211.16/654.51	c 654	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
211.16/654.51	c 654	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
211.16/654.51	c 654	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
211.16/654.51	s UNKNOWN
211.17/656.30	c 656	CPU 194.57 (0.05 0.02 194.52 16.6)
211.17/656.30	c 656	END Thu Aug  7 21:08:55 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-1126003-1218135479/watcher-1126003-1218135479 -o /tmp/evaluation-result-1126003-1218135479/solver-1126003-1218135479 -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-1126003-1218135479.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.53 3.38 2.93 3/83 22452
/proc/meminfo: memFree=1241336/2055920 swapFree=3770556/4192956
[pid=22452] ppid=22450 vsize=12272 CPUtime=0
/proc/22452/stat : 22452 (sugar++) R 22450 22452 21596 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 140632521 12566528 364 996147200 4194304 4206940 548682068528 18446744073709551615 270187330149 0 0 4224 0 0 0 0 17 0 0 0
/proc/22452/statm: 3068 364 274 3 0 168 0

[startup+0.0380761 s]
/proc/loadavg: 3.53 3.38 2.93 3/83 22452
/proc/meminfo: memFree=1241336/2055920 swapFree=3770556/4192956
[pid=22452] ppid=22450 vsize=13468 CPUtime=0.03
/proc/22452/stat : 22452 (sugar++) R 22450 22452 21596 0 -1 4194304 755 0 0 0 2 1 0 0 18 0 1 0 140632521 13791232 723 996147200 4194304 4206940 548682068528 18446744073709551615 270196063230 0 0 4224 0 0 0 0 17 0 0 0
/proc/22452/statm: 3367 724 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.101089 s]
/proc/loadavg: 3.53 3.38 2.93 3/83 22452
/proc/meminfo: memFree=1241336/2055920 swapFree=3770556/4192956
[pid=22452] ppid=22450 vsize=16740 CPUtime=0.05
/proc/22452/stat : 22452 (sugar++) S 22450 22452 21596 0 -1 4194304 1219 128 0 0 4 1 0 0 17 0 1 0 140632521 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22452/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.301133 s]
/proc/loadavg: 3.53 3.38 2.93 3/83 22452
/proc/meminfo: memFree=1241336/2055920 swapFree=3770556/4192956
[pid=22452] ppid=22450 vsize=16740 CPUtime=0.05
/proc/22452/stat : 22452 (sugar++) S 22450 22452 21596 0 -1 4194304 1219 128 0 0 4 1 0 0 17 0 1 0 140632521 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22452/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.70121 s]
/proc/loadavg: 3.53 3.38 2.93 3/83 22452
/proc/meminfo: memFree=1241336/2055920 swapFree=3770556/4192956
[pid=22452] ppid=22450 vsize=16740 CPUtime=0.05
/proc/22452/stat : 22452 (sugar++) S 22450 22452 21596 0 -1 4194304 1219 128 0 0 4 1 0 0 17 0 1 0 140632521 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22452/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+1.50136 s]
/proc/loadavg: 3.33 3.34 2.92 2/94 22464
/proc/meminfo: memFree=1209504/2055920 swapFree=3770556/4192956
[pid=22452] ppid=22450 vsize=16740 CPUtime=1.16
/proc/22452/stat : 22452 (sugar++) S 22450 22452 21596 0 -1 4194304 1297 11201 0 1 4 1 105 6 15 0 1 0 140632521 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22452/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 16740

[startup+3.10267 s]
/proc/loadavg: 3.33 3.34 2.92 2/94 22474
/proc/meminfo: memFree=1209184/2055920 swapFree=3770556/4192956
[pid=22452] ppid=22450 vsize=16740 CPUtime=1.18
/proc/22452/stat : 22452 (sugar++) S 22450 22452 21596 0 -1 4194304 1297 11201 0 1 5 2 105 6 16 0 1 0 140632521 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22452/statm: 4185 1104 409 3 0 764 0
[pid=22465] ppid=22452 vsize=5356 CPUtime=0
/proc/22465/stat : 22465 (sh) S 22452 22452 21596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140632628 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22465/statm: 1339 233 193 169 0 50 0
[pid=22466] ppid=22465 vsize=868444 CPUtime=2.21
/proc/22466/stat : 22466 (java) S 22465 22452 21596 0 -1 0 16243 0 1 0 213 8 0 0 19 0 9 0 140632628 889286656 14665 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22466/statm: 217111 14665 2540 9 0 211686 0
[pid=22466/tid=22467] ppid=22465 vsize=868444 CPUtime=1.14
/proc/22466/task/22467/stat : 22467 (java) R 22465 22452 21596 0 -1 64 3186 0 1 0 113 1 0 0 16 0 9 0 140632629 889286656 14665 996147200 134512640 134550740 4294955920 18446744073709551615 4126941258 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22466/tid=22468] ppid=22465 vsize=868444 CPUtime=0.85
/proc/22466/task/22468/stat : 22468 (java) S 22465 22452 21596 0 -1 64 10888 0 0 0 81 4 0 0 17 0 9 0 140632630 889286656 14665 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22466/tid=22469] ppid=22465 vsize=868444 CPUtime=0
/proc/22466/task/22469/stat : 22469 (java) S 22465 22452 21596 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140632630 889286656 14665 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22466/tid=22470] ppid=22465 vsize=868444 CPUtime=0
/proc/22466/task/22470/stat : 22470 (java) S 22465 22452 21596 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140632630 889286656 14665 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22466/tid=22471] ppid=22465 vsize=868444 CPUtime=0
/proc/22466/task/22471/stat : 22471 (java) S 22465 22452 21596 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140632632 889286656 14665 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22466/tid=22472] ppid=22465 vsize=868444 CPUtime=0.19
/proc/22466/task/22472/stat : 22472 (java) S 22465 22452 21596 0 -1 64 1472 0 0 0 18 1 0 0 16 0 9 0 140632632 889286656 14665 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22466/tid=22473] ppid=22465 vsize=868444 CPUtime=0
/proc/22466/task/22473/stat : 22473 (java) S 22465 22452 21596 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140632632 889286656 14665 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22466/tid=22474] ppid=22465 vsize=868444 CPUtime=0
/proc/22466/task/22474/stat : 22474 (java) S 22465 22452 21596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140632632 889286656 14665 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 890540

[startup+6.30114 s]
/proc/loadavg: 3.33 3.34 2.92 2/94 22474
/proc/meminfo: memFree=1154784/2055920 swapFree=3770556/4192956
[pid=22452] ppid=22450 vsize=16740 CPUtime=1.18
/proc/22452/stat : 22452 (sugar++) S 22450 22452 21596 0 -1 4194304 1297 11201 0 1 5 2 105 6 16 0 1 0 140632521 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22452/statm: 4185 1104 409 3 0 764 0
[pid=22465] ppid=22452 vsize=5356 CPUtime=0
/proc/22465/stat : 22465 (sh) S 22452 22452 21596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140632628 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22465/statm: 1339 233 193 169 0 50 0
[pid=22466] ppid=22465 vsize=879696 CPUtime=5.44
/proc/22466/stat : 22466 (java) S 22465 22452 21596 0 -1 0 30386 0 1 0 531 13 0 0 19 0 9 0 140632628 900808704 25882 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22466/statm: 219924 25882 2540 9 0 214499 0
[pid=22466/tid=22467] ppid=22465 vsize=879696 CPUtime=3.36
/proc/22466/task/22467/stat : 22467 (java) S 22465 22452 21596 0 -1 64 3612 0 1 0 335 1 0 0 21 0 9 0 140632629 900808704 25882 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22466/tid=22468] ppid=22465 vsize=879696 CPUtime=1.82
/proc/22466/task/22468/stat : 22468 (java) R 22465 22452 21596 0 -1 64 24578 0 0 0 173 9 0 0 17 0 9 0 140632630 900808704 25882 996147200 134512640 134550740 4294955920 18446744073709551615 102731903 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22466/tid=22469] ppid=22465 vsize=879696 CPUtime=0
/proc/22466/task/22469/stat : 22469 (java) S 22465 22452 21596 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140632630 900808704 25882 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22466/tid=22470] ppid=22465 vsize=879696 CPUtime=0
/proc/22466/task/22470/stat : 22470 (java) S 22465 22452 21596 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140632630 900808704 25882 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22466/tid=22471] ppid=22465 vsize=879696 CPUtime=0
/proc/22466/task/22471/stat : 22471 (java) S 22465 22452 21596 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140632632 900808704 25882 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22466/tid=22472] ppid=22465 vsize=879696 CPUtime=0.23
/proc/22466/task/22472/stat : 22472 (java) S 22465 22452 21596 0 -1 64 1499 0 0 0 22 1 0 0 16 0 9 0 140632632 900808704 25882 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22466/tid=22473] ppid=22465 vsize=879696 CPUtime=0
/proc/22466/task/22473/stat : 22473 (java) S 22465 22452 21596 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140632632 900808704 25882 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22466/tid=22474] ppid=22465 vsize=879696 CPUtime=0
/proc/22466/task/22474/stat : 22474 (java) S 22465 22452 21596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140632632 900808704 25882 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.62
Current children cumulated vsize (KiB) 901792

[startup+12.7014 s]
/proc/loadavg: 3.05 3.28 2.90 2/94 22474
/proc/meminfo: memFree=1096288/2055920 swapFree=3770556/4192956
[pid=22452] ppid=22450 vsize=16740 CPUtime=1.18
/proc/22452/stat : 22452 (sugar++) S 22450 22452 21596 0 -1 4194304 1297 11201 0 1 5 2 105 6 16 0 1 0 140632521 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22452/statm: 4185 1104 409 3 0 764 0
[pid=22465] ppid=22452 vsize=5356 CPUtime=0
/proc/22465/stat : 22465 (sh) S 22452 22452 21596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140632628 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22465/statm: 1339 233 193 169 0 50 0
[pid=22466] ppid=22465 vsize=868556 CPUtime=11.54
/proc/22466/stat : 22466 (java) S 22465 22452 21596 0 -1 0 30787 0 1 0 1107 47 0 0 19 0 9 0 140632628 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22466/statm: 217139 23174 2567 9 0 211686 0
[pid=22466/tid=22467] ppid=22465 vsize=868556 CPUtime=9.07
/proc/22466/task/22467/stat : 22467 (java) R 22465 22452 21596 0 -1 64 3958 0 1 0 874 33 0 0 25 0 9 0 140632629 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4127092013 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22466/tid=22468] ppid=22465 vsize=868556 CPUtime=2.14
/proc/22466/task/22468/stat : 22468 (java) S 22465 22452 21596 0 -1 64 24579 0 0 0 203 11 0 0 16 0 9 0 140632630 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22466/tid=22469] ppid=22465 vsize=868556 CPUtime=0
/proc/22466/task/22469/stat : 22469 (java) S 22465 22452 21596 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140632630 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22466/tid=22470] ppid=22465 vsize=868556 CPUtime=0
/proc/22466/task/22470/stat : 22470 (java) S 22465 22452 21596 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140632630 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22466/tid=22471] ppid=22465 vsize=868556 CPUtime=0
/proc/22466/task/22471/stat : 22471 (java) S 22465 22452 21596 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140632632 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22466/tid=22472] ppid=22465 vsize=868556 CPUtime=0.31
/proc/22466/task/22472/stat : 22472 (java) S 22465 22452 21596 0 -1 64 1553 0 0 0 30 1 0 0 15 0 9 0 140632632 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22466/tid=22473] ppid=22465 vsize=868556 CPUtime=0
/proc/22466/task/22473/stat : 22473 (java) S 22465 22452 21596 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140632632 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22466/tid=22474] ppid=22465 vsize=868556 CPUtime=0
/proc/22466/task/22474/stat : 22474 (java) S 22465 22452 21596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140632632 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 890652

[startup+25.5029 s]
/proc/loadavg: 2.89 3.23 2.89 2/94 22474
/proc/meminfo: memFree=954976/2055920 swapFree=3770556/4192956
[pid=22452] ppid=22450 vsize=16740 CPUtime=1.18
/proc/22452/stat : 22452 (sugar++) S 22450 22452 21596 0 -1 4194304 1297 11201 0 1 5 2 105 6 16 0 1 0 140632521 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22452/statm: 4185 1104 409 3 0 764 0
[pid=22465] ppid=22452 vsize=5356 CPUtime=0
/proc/22465/stat : 22465 (sh) S 22452 22452 21596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140632628 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22465/statm: 1339 233 193 169 0 50 0
[pid=22466] ppid=22465 vsize=868556 CPUtime=21.97
/proc/22466/stat : 22466 (java) S 22465 22452 21596 0 -1 0 31297 0 1 0 2075 122 0 0 19 0 9 0 140632628 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22466/statm: 217139 23174 2567 9 0 211686 0
[pid=22466/tid=22467] ppid=22465 vsize=868556 CPUtime=19.24
/proc/22466/task/22467/stat : 22467 (java) R 22465 22452 21596 0 -1 64 4468 0 1 0 1819 105 0 0 25 0 9 0 140632629 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 102064734 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22466/tid=22468] ppid=22465 vsize=868556 CPUtime=2.39
/proc/22466/task/22468/stat : 22468 (java) S 22465 22452 21596 0 -1 64 24579 0 0 0 225 14 0 0 16 0 9 0 140632630 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22466/tid=22469] ppid=22465 vsize=868556 CPUtime=0
/proc/22466/task/22469/stat : 22469 (java) S 22465 22452 21596 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140632630 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22466/tid=22470] ppid=22465 vsize=868556 CPUtime=0
/proc/22466/task/22470/stat : 22470 (java) S 22465 22452 21596 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140632630 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22466/tid=22471] ppid=22465 vsize=868556 CPUtime=0
/proc/22466/task/22471/stat : 22471 (java) S 22465 22452 21596 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140632632 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22466/tid=22472] ppid=22465 vsize=868556 CPUtime=0.31
/proc/22466/task/22472/stat : 22472 (java) S 22465 22452 21596 0 -1 64 1553 0 0 0 30 1 0 0 15 0 9 0 140632632 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22466/tid=22473] ppid=22465 vsize=868556 CPUtime=0
/proc/22466/task/22473/stat : 22473 (java) S 22465 22452 21596 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140632632 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22466/tid=22474] ppid=22465 vsize=868556 CPUtime=0
/proc/22466/task/22474/stat : 22474 (java) S 22465 22452 21596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140632632 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.15
Current children cumulated vsize (KiB) 890652

[startup+51.1029 s]
/proc/loadavg: 3.22 3.28 2.92 2/97 22478
/proc/meminfo: memFree=649160/2055920 swapFree=3770556/4192956
[pid=22452] ppid=22450 vsize=16740 CPUtime=1.18
/proc/22452/stat : 22452 (sugar++) S 22450 22452 21596 0 -1 4194304 1297 11201 0 1 5 2 105 6 16 0 1 0 140632521 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22452/statm: 4185 1104 409 3 0 764 0
[pid=22465] ppid=22452 vsize=5356 CPUtime=0
/proc/22465/stat : 22465 (sh) S 22452 22452 21596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140632628 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22465/statm: 1339 233 193 169 0 50 0
[pid=22466] ppid=22465 vsize=868556 CPUtime=45.16
/proc/22466/stat : 22466 (java) S 22465 22452 21596 0 -1 0 32424 0 1 0 4219 297 0 0 19 0 9 0 140632628 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

[pid=22466/tid=22470] ppid=22465 vsize=868556 CPUtime=0
/proc/22466/task/22470/stat : 22470 (java) S 22465 22452 21596 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140632630 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22466/tid=22471] ppid=22465 vsize=868556 CPUtime=0
/proc/22466/task/22471/stat : 22471 (java) S 22465 22452 21596 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140632632 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22466/tid=22472] ppid=22465 vsize=868556 CPUtime=0.31
/proc/22466/task/22472/stat : 22472 (java) S 22465 22452 21596 0 -1 64 1553 0 0 0 30 1 0 0 15 0 9 0 140632632 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22466/tid=22473] ppid=22465 vsize=868556 CPUtime=0
/proc/22466/task/22473/stat : 22473 (java) S 22465 22452 21596 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140632632 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22466/tid=22474] ppid=22465 vsize=868556 CPUtime=0
/proc/22466/task/22474/stat : 22474 (java) S 22465 22452 21596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140632632 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 189.57
Current children cumulated vsize (KiB) 890652

[startup+522.302 s]
/proc/loadavg: 3.63 4.29 3.64 1/100 22502
/proc/meminfo: memFree=28896/2055920 swapFree=3770576/4192956
[pid=22452] ppid=22450 vsize=16740 CPUtime=1.18
/proc/22452/stat : 22452 (sugar++) S 22450 22452 21596 0 -1 4194304 1297 11201 0 1 5 2 105 6 16 0 1 0 140632521 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22452/statm: 4185 1104 409 3 0 764 0
[pid=22465] ppid=22452 vsize=5356 CPUtime=0
/proc/22465/stat : 22465 (sh) S 22452 22452 21596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140632628 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22465/statm: 1339 233 193 169 0 50 0
[pid=22466] ppid=22465 vsize=868556 CPUtime=188.39
/proc/22466/stat : 22466 (java) S 22465 22452 21596 0 -1 0 39352 0 1 0 17352 1487 0 0 19 0 9 0 140632628 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22466/statm: 217139 23174 2567 9 0 211686 0
[pid=22466/tid=22467] ppid=22465 vsize=868556 CPUtime=181.93
/proc/22466/task/22467/stat : 22467 (java) D 22465 22452 21596 0 -1 64 12523 0 1 0 16773 1420 0 0 24 0 9 0 140632629 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 1 0 0
[pid=22466/tid=22468] ppid=22465 vsize=868556 CPUtime=6.13
/proc/22466/task/22468/stat : 22468 (java) S 22465 22452 21596 0 -1 64 24579 0 0 0 548 65 0 0 16 0 9 0 140632630 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22466/tid=22469] ppid=22465 vsize=868556 CPUtime=0
/proc/22466/task/22469/stat : 22469 (java) S 22465 22452 21596 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140632630 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22466/tid=22470] ppid=22465 vsize=868556 CPUtime=0
/proc/22466/task/22470/stat : 22470 (java) S 22465 22452 21596 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140632630 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22466/tid=22471] ppid=22465 vsize=868556 CPUtime=0
/proc/22466/task/22471/stat : 22471 (java) S 22465 22452 21596 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140632632 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22466/tid=22472] ppid=22465 vsize=868556 CPUtime=0.31
/proc/22466/task/22472/stat : 22472 (java) S 22465 22452 21596 0 -1 64 1553 0 0 0 30 1 0 0 15 0 9 0 140632632 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22466/tid=22473] ppid=22465 vsize=868556 CPUtime=0
/proc/22466/task/22473/stat : 22473 (java) S 22465 22452 21596 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140632632 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22466/tid=22474] ppid=22465 vsize=868556 CPUtime=0
/proc/22466/task/22474/stat : 22474 (java) S 22465 22452 21596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140632632 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 189.57
Current children cumulated vsize (KiB) 890652

[startup+582.303 s]
/proc/loadavg: 3.26 4.06 3.61 1/100 22502
/proc/meminfo: memFree=37088/2055920 swapFree=3770576/4192956
[pid=22452] ppid=22450 vsize=16740 CPUtime=1.18
/proc/22452/stat : 22452 (sugar++) S 22450 22452 21596 0 -1 4194304 1297 11201 0 1 5 2 105 6 16 0 1 0 140632521 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22452/statm: 4185 1104 409 3 0 764 0
[pid=22465] ppid=22452 vsize=5356 CPUtime=0
/proc/22465/stat : 22465 (sh) S 22452 22452 21596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140632628 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22465/statm: 1339 233 193 169 0 50 0
[pid=22466] ppid=22465 vsize=868556 CPUtime=188.39
/proc/22466/stat : 22466 (java) S 22465 22452 21596 0 -1 0 39352 0 1 0 17352 1487 0 0 19 0 9 0 140632628 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22466/statm: 217139 23174 2567 9 0 211686 0
[pid=22466/tid=22467] ppid=22465 vsize=868556 CPUtime=181.93
/proc/22466/task/22467/stat : 22467 (java) D 22465 22452 21596 0 -1 64 12523 0 1 0 16773 1420 0 0 24 0 9 0 140632629 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 1 0 0
[pid=22466/tid=22468] ppid=22465 vsize=868556 CPUtime=6.13
/proc/22466/task/22468/stat : 22468 (java) S 22465 22452 21596 0 -1 64 24579 0 0 0 548 65 0 0 16 0 9 0 140632630 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22466/tid=22469] ppid=22465 vsize=868556 CPUtime=0
/proc/22466/task/22469/stat : 22469 (java) S 22465 22452 21596 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140632630 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22466/tid=22470] ppid=22465 vsize=868556 CPUtime=0
/proc/22466/task/22470/stat : 22470 (java) S 22465 22452 21596 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140632630 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22466/tid=22471] ppid=22465 vsize=868556 CPUtime=0
/proc/22466/task/22471/stat : 22471 (java) S 22465 22452 21596 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140632632 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22466/tid=22472] ppid=22465 vsize=868556 CPUtime=0.31
/proc/22466/task/22472/stat : 22472 (java) S 22465 22452 21596 0 -1 64 1553 0 0 0 30 1 0 0 15 0 9 0 140632632 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22466/tid=22473] ppid=22465 vsize=868556 CPUtime=0
/proc/22466/task/22473/stat : 22473 (java) S 22465 22452 21596 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140632632 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22466/tid=22474] ppid=22465 vsize=868556 CPUtime=0
/proc/22466/task/22474/stat : 22474 (java) S 22465 22452 21596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140632632 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 189.57
Current children cumulated vsize (KiB) 890652

[startup+642.302 s]
/proc/loadavg: 2.87 3.82 3.55 2/97 22502
/proc/meminfo: memFree=26360/2055920 swapFree=3770576/4192956
[pid=22452] ppid=22450 vsize=16740 CPUtime=1.18
/proc/22452/stat : 22452 (sugar++) S 22450 22452 21596 0 -1 4194304 1297 11201 0 1 5 2 105 6 16 0 1 0 140632521 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22452/statm: 4185 1104 409 3 0 764 0
[pid=22465] ppid=22452 vsize=5356 CPUtime=0
/proc/22465/stat : 22465 (sh) S 22452 22452 21596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140632628 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22465/statm: 1339 233 193 169 0 50 0
[pid=22466] ppid=22465 vsize=868556 CPUtime=199.55
/proc/22466/stat : 22466 (java) S 22465 22452 21596 0 -1 0 39881 0 1 0 18373 1582 0 0 19 0 9 0 140632628 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22466/statm: 217139 23174 2567 9 0 211686 0
[pid=22466/tid=22467] ppid=22465 vsize=868556 CPUtime=192.86
/proc/22466/task/22467/stat : 22467 (java) R 22465 22452 21596 0 -1 64 13052 0 1 0 17775 1511 0 0 25 0 9 0 140632629 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22466/tid=22468] ppid=22465 vsize=868556 CPUtime=6.35
/proc/22466/task/22468/stat : 22468 (java) S 22465 22452 21596 0 -1 64 24579 0 0 0 567 68 0 0 16 0 9 0 140632630 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22466/tid=22469] ppid=22465 vsize=868556 CPUtime=0
/proc/22466/task/22469/stat : 22469 (java) S 22465 22452 21596 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140632630 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22466/tid=22470] ppid=22465 vsize=868556 CPUtime=0
/proc/22466/task/22470/stat : 22470 (java) S 22465 22452 21596 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140632630 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22466/tid=22471] ppid=22465 vsize=868556 CPUtime=0
/proc/22466/task/22471/stat : 22471 (java) S 22465 22452 21596 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140632632 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22466/tid=22472] ppid=22465 vsize=868556 CPUtime=0.31
/proc/22466/task/22472/stat : 22472 (java) S 22465 22452 21596 0 -1 64 1553 0 0 0 30 1 0 0 15 0 9 0 140632632 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22466/tid=22473] ppid=22465 vsize=868556 CPUtime=0
/proc/22466/task/22473/stat : 22473 (java) S 22465 22452 21596 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140632632 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22466/tid=22474] ppid=22465 vsize=868556 CPUtime=0
/proc/22466/task/22474/stat : 22474 (java) S 22465 22452 21596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140632632 889401344 23174 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 200.73
Current children cumulated vsize (KiB) 890652

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

[startup+665.506 s]
/proc/loadavg: 3.72 3.96 3.60 1/86 22503
/proc/meminfo: memFree=1436880/2055920 swapFree=3770576/4192956
[pid=22452] ppid=22450 vsize=16740 CPUtime=211.77
/proc/22452/stat : 22452 (sugar++) D 22450 22452 21596 0 -1 4194304 1320 51870 0 2 5 60 19452 1660 15 0 1 0 140632521 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/22452/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 211.77
Current children cumulated vsize (KiB) 16740

[startup+671.901 s]
/proc/loadavg: 3.58 3.93 3.59 1/85 22503
/proc/meminfo: memFree=1457440/2055920 swapFree=3770576/4192956
[pid=22452] ppid=22450 vsize=16740 CPUtime=211.79
/proc/22452/stat : 22452 (sugar++) D 22450 22452 21596 0 -1 4194304 1320 51870 0 2 5 62 19452 1660 15 0 1 0 140632521 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/22452/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 211.79
Current children cumulated vsize (KiB) 16740

[startup+678.302 s]
/proc/loadavg: 3.42 3.88 3.58 1/84 22503
/proc/meminfo: memFree=1475760/2055920 swapFree=3770576/4192956
[pid=22452] ppid=22450 vsize=16740 CPUtime=211.8
/proc/22452/stat : 22452 (sugar++) D 22450 22452 21596 0 -1 4194304 1320 51870 0 2 5 63 19452 1660 15 0 1 0 140632521 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/22452/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 211.8
Current children cumulated vsize (KiB) 16740

[startup+679.902 s]
/proc/loadavg: 3.42 3.88 3.58 1/84 22503
/proc/meminfo: memFree=1481904/2055920 swapFree=3770576/4192956
[pid=22452] ppid=22450 vsize=16740 CPUtime=211.8
/proc/22452/stat : 22452 (sugar++) D 22450 22452 21596 0 -1 4194304 1320 51870 0 2 5 63 19452 1660 15 0 1 0 140632521 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/22452/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 211.8
Current children cumulated vsize (KiB) 16740

[startup+680.701 s]
/proc/loadavg: 3.42 3.88 3.58 1/84 22503
/proc/meminfo: memFree=1481904/2055920 swapFree=3770576/4192956
[pid=22452] ppid=22450 vsize=16740 CPUtime=211.81
/proc/22452/stat : 22452 (sugar++) D 22450 22452 21596 0 -1 4194304 1320 51870 0 2 5 64 19452 1660 15 0 1 0 140632521 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/22452/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 211.81
Current children cumulated vsize (KiB) 16740

[startup+681.501 s]
/proc/loadavg: 3.42 3.88 3.58 2/84 22503
/proc/meminfo: memFree=1622896/2055920 swapFree=3770576/4192956
[pid=22452] ppid=22450 vsize=16740 CPUtime=212.05
/proc/22452/stat : 22452 (sugar++) D 22450 22452 21596 0 -1 4194304 1320 51870 0 2 5 88 19452 1660 15 0 1 0 140632521 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/22452/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 212.05
Current children cumulated vsize (KiB) 16740

[startup+681.701 s]
/proc/loadavg: 3.42 3.88 3.58 2/84 22503
/proc/meminfo: memFree=1622896/2055920 swapFree=3770576/4192956
[pid=22452] ppid=22450 vsize=16740 CPUtime=212.05
/proc/22452/stat : 22452 (sugar++) D 22450 22452 21596 0 -1 4194304 1320 51870 0 2 5 88 19452 1660 15 0 1 0 140632521 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/22452/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 212.05
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 681.777
CPU time (s): 212.064
CPU user time (s): 194.572
CPU system time (s): 17.4913
CPU usage (%): 31.1046
Max. virtual memory (cumulated for all children) (KiB): 901792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 194.572
system time used= 17.4913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53246
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= 82079
involuntary context switches= 78060

runsolver used 0.91486 second user time and 2.17067 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-08-07 20:57:59
IDJOB=1126003
IDBENCH=64190
IDSOLVER=367
FILE ID=node88/1126003-1218135479
PBS_JOBID= 8000801
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a4a6cc63638e282fd112c0d279f2fce7
RANDOM SEED=1509581365

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1241880 kB
Buffers:          1320 kB
Cached:          37912 kB
SwapCached:     391480 kB
Active:         372280 kB
Inactive:       397484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1241880 kB
SwapTotal:     4192956 kB
SwapFree:      3770556 kB
Dirty:            2932 kB
Writeback:           0 kB
Mapped:         360888 kB
Slab:            27968 kB
Committed_AS:   927920 kB
PageTables:       3364 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 node88 at 2008-08-07 21:09:21