Trace number 2068210

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.14.6+picosat? 291.582 1048.08

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-share1b.xml
MD5SUM375a621354e297bed26ab77580ec3c14
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables6750
Number of constraints206
Maximum constraint arity1110
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension206
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sat Jul 11 23:09:10 2009
0.00/0.07	c 0	PID 15993
0.00/0.07	c 0	HOST node89.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2068210-1247346550.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2068210-1247346550.xml' 'HOME/temp.csp'
0.97/1.06	c 1	3 domains, 6750 variables, 109 predicates, 0 relations, 206 constraints
1.03/1.12	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.03/1.12	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.03/1.19	c 1	Parsing HOME/temp.csp
3.00/3.14	c 3	parsed 7068 expressions
3.00/3.15	c 3	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.00/3.15	c 3	Converting to clausal form CSP
3.00/3.19	c 3	converted 707 (10%) expressions
3.00/3.19	c 3	converted 1414 (20%) expressions
3.09/3.21	c 3	converted 2121 (30%) expressions
3.09/3.21	c 3	converted 2828 (40%) expressions
3.09/3.21	c 3	converted 3534 (50%) expressions
3.09/3.21	c 3	converted 4241 (60%) expressions
3.09/3.21	c 3	converted 4948 (70%) expressions
3.09/3.21	c 3	converted 5655 (80%) expressions
3.09/3.21	c 3	converted 6362 (90%) expressions
6.28/6.48	c 6	converted 7068 (100%) expressions
6.28/6.48	c 6	CSP : 18220 integers, 0 booleans, 23146 clauses, largest domain size 174705
6.28/6.48	c 6	Heap : 43 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.28/6.48	c 6	Propagation in CSP
6.98/7.14	c 7	223538 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.98/7.15	c 7	CSP : 18220 integers, 0 booleans, 23146 clauses, largest domain size 174705
6.98/7.15	c 7	Heap : 41 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.98/7.17	c 7	Simplifing CSP by introducing new Boolean variables
6.98/7.18	c 7	CSP : 18220 integers, 0 booleans, 23146 clauses, largest domain size 174705
6.98/7.18	c 7	Heap : 43 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.18/7.34	c 7	Encoding CSP to SAT : HOME/temp.cnf
7.18/7.38	c 7	1822 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.18/7.38	c 7	3644 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.18/7.38	c 7	5466 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
14.98/15.22	c 15	7288 (40%) CSP integer variables are encoded (6528820 clauses, 121858565 bytes)
14.98/15.28	c 15	9110 (50%) CSP integer variables are encoded (6571654 clauses, 122672411 bytes)
20.59/21.89	c 22	10932 (60%) CSP integer variables are encoded (11048166 clauses, 209840452 bytes)
23.24/24.54	c 24	12754 (70%) CSP integer variables are encoded (13054132 clauses, 251965738 bytes)
24.80/26.20	c 26	14576 (80%) CSP integer variables are encoded (14284818 clauses, 277810144 bytes)
27.87/30.14	c 30	16398 (90%) CSP integer variables are encoded (16602679 clauses, 326485225 bytes)
30.05/32.31	c 32	18220 (100%) CSP integer variables are encoded (18261216 clauses, 361314502 bytes)
290.37/1017.57	c 1017	ERROR Exception Too large HOME/temp.cnf
290.70/1018.89	c 1017	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
290.70/1018.89	c 1017	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
290.70/1018.89	c 1017	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
290.70/1018.89	s UNKNOWN
290.70/1018.89	c 1017	CPU 290.47 (0.05 0.02 265.66 24.74)
290.70/1018.89	c 1017	END Sat Jul 11 23:26:07 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2068210-1247346550/watcher-2068210-1247346550 -o /tmp/evaluation-result-2068210-1247346550/solver-2068210-1247346550 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2068210-1247346550.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.98 2.02 2.08 4/84 15993
/proc/meminfo: memFree=1747872/2055920 swapFree=4192812/4192956
[pid=15993] ppid=15991 vsize=12272 CPUtime=0
/proc/15993/stat : 15993 (sugar) R 15991 15993 13923 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 21720157 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 249078791166 0 0 4224 0 0 0 0 17 1 0 0
/proc/15993/statm: 3068 327 246 3 0 168 0

[startup+0.087269 s]
/proc/loadavg: 1.98 2.02 2.08 4/84 15993
/proc/meminfo: memFree=1747872/2055920 swapFree=4192812/4192956
[pid=15993] ppid=15991 vsize=16868 CPUtime=0.06
/proc/15993/stat : 15993 (sugar) S 15991 15993 13923 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 21720157 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15993/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101264 s]
/proc/loadavg: 1.98 2.02 2.08 4/84 15993
/proc/meminfo: memFree=1747872/2055920 swapFree=4192812/4192956
[pid=15993] ppid=15991 vsize=16868 CPUtime=0.06
/proc/15993/stat : 15993 (sugar) S 15991 15993 13923 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 21720157 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15993/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301284 s]
/proc/loadavg: 1.98 2.02 2.08 4/84 15993
/proc/meminfo: memFree=1747872/2055920 swapFree=4192812/4192956
[pid=15993] ppid=15991 vsize=16868 CPUtime=0.06
/proc/15993/stat : 15993 (sugar) S 15991 15993 13923 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 21720157 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15993/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701321 s]
/proc/loadavg: 1.98 2.02 2.08 4/84 15993
/proc/meminfo: memFree=1747872/2055920 swapFree=4192812/4192956
[pid=15993] ppid=15991 vsize=16868 CPUtime=0.06
/proc/15993/stat : 15993 (sugar) S 15991 15993 13923 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 21720157 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15993/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5014 s]
/proc/loadavg: 1.98 2.02 2.08 3/95 16005
/proc/meminfo: memFree=1726088/2055920 swapFree=4192812/4192956
[pid=15993] ppid=15991 vsize=16868 CPUtime=1.04
/proc/15993/stat : 15993 (sugar) S 15991 15993 13923 0 -1 4194304 1309 8193 0 1 5 1 93 5 15 0 1 0 21720157 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15993/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 16868

[startup+3.10256 s]
/proc/loadavg: 1.98 2.02 2.08 4/95 16015
/proc/meminfo: memFree=1725192/2055920 swapFree=4192812/4192956
[pid=15993] ppid=15991 vsize=16868 CPUtime=1.04
/proc/15993/stat : 15993 (sugar) S 15991 15993 13923 0 -1 4194304 1309 8193 0 1 5 1 93 5 15 0 1 0 21720157 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15993/statm: 4217 1111 409 3 0 796 0
[pid=16006] ppid=15993 vsize=5356 CPUtime=0
/proc/16006/stat : 16006 (sh) S 15993 15993 13923 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21720269 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16006/statm: 1339 233 193 169 0 50 0
[pid=16007] ppid=16006 vsize=862288 CPUtime=1.96
/proc/16007/stat : 16007 (java) S 16006 15993 13923 0 -1 0 10044 0 1 0 189 7 0 0 20 0 9 0 21720269 882982912 9129 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16007/statm: 215572 9129 2158 9 0 210485 0
[pid=16007/tid=16008] ppid=16006 vsize=862288 CPUtime=1.12
/proc/16007/task/16008/stat : 16008 (java) R 16006 15993 13923 0 -1 64 2301 0 1 0 110 2 0 0 25 0 9 0 21720270 882982912 9129 996147200 134512640 134550932 4294955936 18446744073709551615 4126423699 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16009] ppid=16006 vsize=862288 CPUtime=0.78
/proc/16007/task/16009/stat : 16009 (java) S 16006 15993 13923 0 -1 64 6740 0 0 0 75 3 0 0 16 0 9 0 21720271 882982912 9129 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16010] ppid=16006 vsize=862288 CPUtime=0
/proc/16007/task/16010/stat : 16010 (java) S 16006 15993 13923 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21720271 882982912 9129 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16011] ppid=16006 vsize=862288 CPUtime=0
/proc/16007/task/16011/stat : 16011 (java) S 16006 15993 13923 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21720271 882982912 9129 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16012] ppid=16006 vsize=862288 CPUtime=0
/proc/16007/task/16012/stat : 16012 (java) S 16006 15993 13923 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21720273 882982912 9129 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16013] ppid=16006 vsize=862288 CPUtime=0.03
/proc/16007/task/16013/stat : 16013 (java) S 16006 15993 13923 0 -1 64 301 0 0 0 3 0 0 0 17 0 9 0 21720273 882982912 9129 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16014] ppid=16006 vsize=862288 CPUtime=0
/proc/16007/task/16014/stat : 16014 (java) S 16006 15993 13923 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21720273 882982912 9129 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16015] ppid=16006 vsize=862288 CPUtime=0
/proc/16007/task/16015/stat : 16015 (java) S 16006 15993 13923 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21720273 882982912 9129 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 884512

[startup+6.30287 s]
/proc/loadavg: 1.98 2.02 2.08 3/95 16015
/proc/meminfo: memFree=1693064/2055920 swapFree=4192812/4192956
[pid=15993] ppid=15991 vsize=16868 CPUtime=1.05
/proc/15993/stat : 15993 (sugar) S 15991 15993 13923 0 -1 4194304 1309 8193 0 1 5 2 93 5 16 0 1 0 21720157 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15993/statm: 4217 1111 409 3 0 796 0
[pid=16006] ppid=15993 vsize=5356 CPUtime=0
/proc/16006/stat : 16006 (sh) S 15993 15993 13923 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21720269 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16006/statm: 1339 233 193 169 0 50 0
[pid=16007] ppid=16006 vsize=868600 CPUtime=5.13
/proc/16007/stat : 16007 (java) S 16006 15993 13923 0 -1 0 17410 0 1 0 501 12 0 0 20 0 9 0 21720269 889446400 16354 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16007/statm: 217150 16354 2566 9 0 211655 0
[pid=16007/tid=16008] ppid=16006 vsize=868600 CPUtime=3.69
/proc/16007/task/16008/stat : 16008 (java) R 16006 15993 13923 0 -1 64 3189 0 1 0 366 3 0 0 25 0 9 0 21720270 889446400 16354 996147200 134512640 134550932 4294955936 18446744073709551615 4126687614 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16009] ppid=16006 vsize=868600 CPUtime=1.23
/proc/16007/task/16009/stat : 16009 (java) S 16006 15993 13923 0 -1 64 12030 0 0 0 116 7 0 0 16 0 9 0 21720271 889446400 16354 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16010] ppid=16006 vsize=868600 CPUtime=0
/proc/16007/task/16010/stat : 16010 (java) S 16006 15993 13923 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21720271 889446400 16354 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16011] ppid=16006 vsize=868600 CPUtime=0
/proc/16007/task/16011/stat : 16011 (java) S 16006 15993 13923 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21720271 889446400 16354 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16012] ppid=16006 vsize=868600 CPUtime=0
/proc/16007/task/16012/stat : 16012 (java) S 16006 15993 13923 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21720273 889446400 16354 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16013] ppid=16006 vsize=868600 CPUtime=0.17
/proc/16007/task/16013/stat : 16013 (java) S 16006 15993 13923 0 -1 64 1489 0 0 0 17 0 0 0 16 0 9 0 21720273 889446400 16354 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16014] ppid=16006 vsize=868600 CPUtime=0
/proc/16007/task/16014/stat : 16014 (java) S 16006 15993 13923 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21720273 889446400 16354 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16015] ppid=16006 vsize=868600 CPUtime=0
/proc/16007/task/16015/stat : 16015 (java) S 16006 15993 13923 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21720273 889446400 16354 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890824

[startup+12.7025 s]
/proc/loadavg: 1.98 2.02 2.08 3/95 16015
/proc/meminfo: memFree=1614344/2055920 swapFree=4192812/4192956
[pid=15993] ppid=15991 vsize=16868 CPUtime=1.05
/proc/15993/stat : 15993 (sugar) S 15991 15993 13923 0 -1 4194304 1310 8193 0 1 5 2 93 5 15 0 1 0 21720157 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15993/statm: 4217 1111 409 3 0 796 0
[pid=16006] ppid=15993 vsize=5356 CPUtime=0
/proc/16006/stat : 16006 (sh) S 15993 15993 13923 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21720269 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16006/statm: 1339 233 193 169 0 50 0
[pid=16007] ppid=16006 vsize=868712 CPUtime=11.44
/proc/16007/stat : 16007 (java) S 16006 15993 13923 0 -1 0 18411 0 1 0 1085 59 0 0 20 0 9 0 21720269 889561088 16778 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16007/statm: 217178 16778 2591 9 0 211655 0
[pid=16007/tid=16008] ppid=16006 vsize=868712 CPUtime=9.53
/proc/16007/task/16008/stat : 16008 (java) R 16006 15993 13923 0 -1 64 3805 0 1 0 908 45 0 0 25 0 9 0 21720270 889561088 16778 996147200 134512640 134550932 4294955936 18446744073709551615 4127039132 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16009] ppid=16006 vsize=868712 CPUtime=1.67
/proc/16007/task/16009/stat : 16009 (java) S 16006 15993 13923 0 -1 64 12382 0 0 0 155 12 0 0 16 0 9 0 21720271 889561088 16778 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16010] ppid=16006 vsize=868712 CPUtime=0
/proc/16007/task/16010/stat : 16010 (java) S 16006 15993 13923 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21720271 889561088 16778 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16011] ppid=16006 vsize=868712 CPUtime=0
/proc/16007/task/16011/stat : 16011 (java) S 16006 15993 13923 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21720271 889561088 16778 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16012] ppid=16006 vsize=868712 CPUtime=0
/proc/16007/task/16012/stat : 16012 (java) S 16006 15993 13923 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21720273 889561088 16778 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16013] ppid=16006 vsize=868712 CPUtime=0.22
/proc/16007/task/16013/stat : 16013 (java) S 16006 15993 13923 0 -1 64 1522 0 0 0 22 0 0 0 16 0 9 0 21720273 889561088 16778 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16014] ppid=16006 vsize=868712 CPUtime=0
/proc/16007/task/16014/stat : 16014 (java) S 16006 15993 13923 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21720273 889561088 16778 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16015] ppid=16006 vsize=868712 CPUtime=0
/proc/16007/task/16015/stat : 16015 (java) S 16006 15993 13923 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21720273 889561088 16778 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890936

[startup+25.502 s]
/proc/loadavg: 2.28 2.08 2.10 3/95 16015
/proc/meminfo: memFree=1418376/2055920 swapFree=4192812/4192956
[pid=15993] ppid=15991 vsize=16868 CPUtime=1.05
/proc/15993/stat : 15993 (sugar) S 15991 15993 13923 0 -1 4194304 1310 8193 0 1 5 2 93 5 16 0 1 0 21720157 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15993/statm: 4217 1111 409 3 0 796 0
[pid=16006] ppid=15993 vsize=5356 CPUtime=0
/proc/16006/stat : 16006 (sh) S 15993 15993 13923 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21720269 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16006/statm: 1339 233 193 169 0 50 0
[pid=16007] ppid=16006 vsize=868712 CPUtime=23.16
/proc/16007/stat : 16007 (java) S 16006 15993 13923 0 -1 0 19531 0 1 0 2145 171 0 0 20 0 9 0 21720269 889561088 16778 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16007/statm: 217178 16778 2591 9 0 211655 0
[pid=16007/tid=16008] ppid=16006 vsize=868712 CPUtime=20.79
/proc/16007/task/16008/stat : 16008 (java) R 16006 15993 13923 0 -1 64 4925 0 1 0 1930 149 0 0 25 0 9 0 21720270 889561088 16778 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16009] ppid=16006 vsize=868712 CPUtime=2.13
/proc/16007/task/16009/stat : 16009 (java) S 16006 15993 13923 0 -1 64 12382 0 0 0 193 20 0 0 15 0 9 0 21720271 889561088 16778 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16010] ppid=16006 vsize=868712 CPUtime=0
/proc/16007/task/16010/stat : 16010 (java) S 16006 15993 13923 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21720271 889561088 16778 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16011] ppid=16006 vsize=868712 CPUtime=0
/proc/16007/task/16011/stat : 16011 (java) S 16006 15993 13923 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21720271 889561088 16778 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16012] ppid=16006 vsize=868712 CPUtime=0
/proc/16007/task/16012/stat : 16012 (java) S 16006 15993 13923 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21720273 889561088 16778 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16013] ppid=16006 vsize=868712 CPUtime=0.22
/proc/16007/task/16013/stat : 16013 (java) S 16006 15993 13923 0 -1 64 1522 0 0 0 22 0 0 0 16 0 9 0 21720273 889561088 16778 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16014] ppid=16006 vsize=868712 CPUtime=0
/proc/16007/task/16014/stat : 16014 (java) S 16006 15993 13923 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21720273 889561088 16778 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16015] ppid=16006 vsize=868712 CPUtime=0
/proc/16007/task/16015/stat : 16015 (java) S 16006 15993 13923 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21720273 889561088 16778 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.21
Current children cumulated vsize (KiB) 890936

[startup+51.1013 s]
/proc/loadavg: 4.12 2.51 2.24 3/102 16022
/proc/meminfo: memFree=1090960/2055920 swapFree=4192812/4192956
[pid=15993] ppid=15991 vsize=16868 CPUtime=1.05
/proc/15993/stat : 15993 (sugar) S 15991 15993 13923 0 -1 4194304 1310 8193 0 1 5 2 93 5 16 0 1 0 21720157 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15993/statm: 4217 1111 409 3 0 796 0
[pid=16006] ppid=15993 vsize=5356 CPUtime=0
/proc/16006/stat : 16006 (sh) S 15993 15993 13923 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21720269 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16006/statm: 1339 233 193 169 0 50 0
[pid=16007] ppid=16006 vsize=868712 CPUtime=46.36
/proc/16007/stat : 16007 (java) S 16006 15993 13923 0 -1 0 21846 0 1 0 4280 356 0 0 20 0 9 0 21720269 889561088 16782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16007/statm: 217178 16782 2591 9 0 211655 0

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

[pid=16007/tid=16013] ppid=16006 vsize=868712 CPUtime=0.22
/proc/16007/task/16013/stat : 16013 (java) S 16006 15993 13923 0 -1 64 1526 0 0 0 22 0 0 0 16 0 9 0 21720273 889561088 16782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16014] ppid=16006 vsize=868712 CPUtime=0
/proc/16007/task/16014/stat : 16014 (java) S 16006 15993 13923 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21720273 889561088 16782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16015] ppid=16006 vsize=868712 CPUtime=0
/proc/16007/task/16015/stat : 16015 (java) S 16006 15993 13923 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21720273 889561088 16782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 269.99
Current children cumulated vsize (KiB) 890936
heavy processes:

[startup+882.301 s]
/proc/loadavg: 4.77 5.33 4.17 2/91 16079
/proc/meminfo: memFree=28968/2055920 swapFree=4192812/4192956
[pid=15993] ppid=15991 vsize=16868 CPUtime=1.05
/proc/15993/stat : 15993 (sugar) S 15991 15993 13923 0 -1 4194304 1310 8193 0 1 5 2 93 5 16 0 1 0 21720157 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15993/statm: 4217 1111 409 3 0 796 0
[pid=16006] ppid=15993 vsize=5356 CPUtime=0
/proc/16006/stat : 16006 (sh) S 15993 15993 13923 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21720269 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16006/statm: 1339 233 193 169 0 50 0
[pid=16007] ppid=16006 vsize=868712 CPUtime=268.94
/proc/16007/stat : 16007 (java) S 16006 15993 13923 0 -1 0 44245 0 1 0 24591 2303 0 0 20 0 9 0 21720269 889561088 16782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16007/statm: 217178 16782 2591 9 0 211655 0
[pid=16007/tid=16008] ppid=16006 vsize=868712 CPUtime=256.35
/proc/16007/task/16008/stat : 16008 (java) D 16006 15993 13923 0 -1 64 29635 0 1 0 23520 2115 0 0 25 0 9 0 21720270 889561088 16782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 0 0 0
[pid=16007/tid=16009] ppid=16006 vsize=868712 CPUtime=12.33
/proc/16007/task/16009/stat : 16009 (java) S 16006 15993 13923 0 -1 64 12382 0 0 0 1047 186 0 0 16 0 9 0 21720271 889561088 16782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16010] ppid=16006 vsize=868712 CPUtime=0
/proc/16007/task/16010/stat : 16010 (java) S 16006 15993 13923 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21720271 889561088 16782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16011] ppid=16006 vsize=868712 CPUtime=0
/proc/16007/task/16011/stat : 16011 (java) S 16006 15993 13923 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21720271 889561088 16782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16012] ppid=16006 vsize=868712 CPUtime=0
/proc/16007/task/16012/stat : 16012 (java) S 16006 15993 13923 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21720273 889561088 16782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16013] ppid=16006 vsize=868712 CPUtime=0.22
/proc/16007/task/16013/stat : 16013 (java) S 16006 15993 13923 0 -1 64 1526 0 0 0 22 0 0 0 16 0 9 0 21720273 889561088 16782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16014] ppid=16006 vsize=868712 CPUtime=0
/proc/16007/task/16014/stat : 16014 (java) S 16006 15993 13923 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21720273 889561088 16782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16015] ppid=16006 vsize=868712 CPUtime=0
/proc/16007/task/16015/stat : 16015 (java) S 16006 15993 13923 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21720273 889561088 16782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 269.99
Current children cumulated vsize (KiB) 890936
heavy processes:

[startup+942.301 s]
/proc/loadavg: 4.28 5.09 4.16 2/91 16079
/proc/meminfo: memFree=36904/2055920 swapFree=4192812/4192956
[pid=15993] ppid=15991 vsize=16868 CPUtime=1.05
/proc/15993/stat : 15993 (sugar) S 15991 15993 13923 0 -1 4194304 1310 8193 0 1 5 2 93 5 16 0 1 0 21720157 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15993/statm: 4217 1111 409 3 0 796 0
[pid=16006] ppid=15993 vsize=5356 CPUtime=0
/proc/16006/stat : 16006 (sh) S 15993 15993 13923 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21720269 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16006/statm: 1339 233 193 169 0 50 0
[pid=16007] ppid=16006 vsize=868712 CPUtime=268.94
/proc/16007/stat : 16007 (java) S 16006 15993 13923 0 -1 0 44245 0 1 0 24591 2303 0 0 20 0 9 0 21720269 889561088 16782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16007/statm: 217178 16782 2591 9 0 211655 0
[pid=16007/tid=16008] ppid=16006 vsize=868712 CPUtime=256.35
/proc/16007/task/16008/stat : 16008 (java) D 16006 15993 13923 0 -1 64 29635 0 1 0 23520 2115 0 0 25 0 9 0 21720270 889561088 16782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 0 0 0
[pid=16007/tid=16009] ppid=16006 vsize=868712 CPUtime=12.33
/proc/16007/task/16009/stat : 16009 (java) S 16006 15993 13923 0 -1 64 12382 0 0 0 1047 186 0 0 16 0 9 0 21720271 889561088 16782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16010] ppid=16006 vsize=868712 CPUtime=0
/proc/16007/task/16010/stat : 16010 (java) S 16006 15993 13923 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21720271 889561088 16782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16011] ppid=16006 vsize=868712 CPUtime=0
/proc/16007/task/16011/stat : 16011 (java) S 16006 15993 13923 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21720271 889561088 16782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16012] ppid=16006 vsize=868712 CPUtime=0
/proc/16007/task/16012/stat : 16012 (java) S 16006 15993 13923 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21720273 889561088 16782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16013] ppid=16006 vsize=868712 CPUtime=0.22
/proc/16007/task/16013/stat : 16013 (java) S 16006 15993 13923 0 -1 64 1526 0 0 0 22 0 0 0 16 0 9 0 21720273 889561088 16782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16014] ppid=16006 vsize=868712 CPUtime=0
/proc/16007/task/16014/stat : 16014 (java) S 16006 15993 13923 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21720273 889561088 16782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16015] ppid=16006 vsize=868712 CPUtime=0
/proc/16007/task/16015/stat : 16015 (java) S 16006 15993 13923 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21720273 889561088 16782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 269.99
Current children cumulated vsize (KiB) 890936
heavy processes:

[startup+1002.31 s]
/proc/loadavg: 3.95 4.85 4.14 3/88 16079
/proc/meminfo: memFree=15680/2055920 swapFree=4192812/4192956
[pid=15993] ppid=15991 vsize=16868 CPUtime=1.05
/proc/15993/stat : 15993 (sugar) S 15991 15993 13923 0 -1 4194304 1310 8193 0 1 5 2 93 5 16 0 1 0 21720157 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15993/statm: 4217 1111 409 3 0 796 0
[pid=16006] ppid=15993 vsize=5356 CPUtime=0
/proc/16006/stat : 16006 (sh) S 15993 15993 13923 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21720269 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16006/statm: 1339 233 193 169 0 50 0
[pid=16007] ppid=16006 vsize=868712 CPUtime=276.16
/proc/16007/stat : 16007 (java) S 16006 15993 13923 0 -1 0 44963 0 1 0 25258 2358 0 0 20 0 9 0 21720269 889561088 16782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16007/statm: 217178 16782 2591 9 0 211655 0
[pid=16007/tid=16008] ppid=16006 vsize=868712 CPUtime=263.26
/proc/16007/task/16008/stat : 16008 (java) R 16006 15993 13923 0 -1 64 30353 0 1 0 24161 2165 0 0 25 0 9 0 21720270 889561088 16782 996147200 134512640 134550932 4294955936 18446744073709551615 4126431554 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16009] ppid=16006 vsize=868712 CPUtime=12.64
/proc/16007/task/16009/stat : 16009 (java) S 16006 15993 13923 0 -1 64 12382 0 0 0 1074 190 0 0 15 0 9 0 21720271 889561088 16782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16010] ppid=16006 vsize=868712 CPUtime=0
/proc/16007/task/16010/stat : 16010 (java) S 16006 15993 13923 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21720271 889561088 16782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16011] ppid=16006 vsize=868712 CPUtime=0
/proc/16007/task/16011/stat : 16011 (java) S 16006 15993 13923 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21720271 889561088 16782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16012] ppid=16006 vsize=868712 CPUtime=0
/proc/16007/task/16012/stat : 16012 (java) S 16006 15993 13923 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21720273 889561088 16782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16013] ppid=16006 vsize=868712 CPUtime=0.22
/proc/16007/task/16013/stat : 16013 (java) S 16006 15993 13923 0 -1 64 1526 0 0 0 22 0 0 0 16 0 9 0 21720273 889561088 16782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16014] ppid=16006 vsize=868712 CPUtime=0
/proc/16007/task/16014/stat : 16014 (java) S 16006 15993 13923 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21720273 889561088 16782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16007/tid=16015] ppid=16006 vsize=868712 CPUtime=0
/proc/16007/task/16015/stat : 16015 (java) S 16006 15993 13923 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21720273 889561088 16782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 277.21
Current children cumulated vsize (KiB) 890936
heavy processes:

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

[startup+1024.1 s]
/proc/loadavg: 4.45 4.90 4.17 2/78 16080
/proc/meminfo: memFree=1747224/2055920 swapFree=4192812/4192956
[pid=15993] ppid=15991 vsize=16868 CPUtime=291.2
/proc/15993/stat : 15993 (sugar) D 15991 15993 13923 0 -1 4194304 1335 54758 0 3 5 75 26566 2474 18 0 1 0 21720157 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/15993/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 291.2
Current children cumulated vsize (KiB) 16868

[startup+1036.9 s]
/proc/loadavg: 4.19 4.82 4.16 2/76 16080
/proc/meminfo: memFree=1795304/2055920 swapFree=4192812/4192956
[pid=15993] ppid=15991 vsize=16868 CPUtime=291.22
/proc/15993/stat : 15993 (sugar) D 15991 15993 13923 0 -1 4194304 1335 54758 0 3 5 77 26566 2474 18 0 1 0 21720157 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/15993/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 291.22
Current children cumulated vsize (KiB) 16868

[startup+1043.3 s]
/proc/loadavg: 4.18 4.81 4.15 2/75 16080
/proc/meminfo: memFree=1807472/2055920 swapFree=4192812/4192956
[pid=15993] ppid=15991 vsize=16868 CPUtime=291.24
/proc/15993/stat : 15993 (sugar) D 15991 15993 13923 0 -1 4194304 1335 54758 0 3 5 79 26566 2474 18 0 1 0 21720157 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/15993/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 291.24
Current children cumulated vsize (KiB) 16868

[startup+1046.5 s]
/proc/loadavg: 4.08 4.78 4.15 2/74 16080
/proc/meminfo: memFree=1819640/2055920 swapFree=4192812/4192956
[pid=15993] ppid=15991 vsize=16868 CPUtime=291.34
/proc/15993/stat : 15993 (sugar) D 15991 15993 13923 0 -1 4194304 1335 54758 0 3 5 89 26566 2474 18 0 1 0 21720157 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 18446744072099202260 0 0 17 0 0 0
/proc/15993/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 291.34
Current children cumulated vsize (KiB) 16868

[startup+1047.4 s]
/proc/loadavg: 4.08 4.78 4.15 2/74 16080
/proc/meminfo: memFree=1946488/2055920 swapFree=4192812/4192956
[pid=15993] ppid=15991 vsize=16868 CPUtime=291.54
/proc/15993/stat : 15993 (sugar) D 15991 15993 13923 0 -1 4194304 1335 54758 0 3 5 109 26566 2474 18 0 1 0 21720157 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15993/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 291.54
Current children cumulated vsize (KiB) 16868

[startup+1047.8 s]
/proc/loadavg: 4.08 4.78 4.15 2/74 16080
/proc/meminfo: memFree=1946488/2055920 swapFree=4192812/4192956
[pid=15993] ppid=15991 vsize=16868 CPUtime=291.55
/proc/15993/stat : 15993 (sugar) D 15991 15993 13923 0 -1 4194304 1335 54758 0 3 5 110 26566 2474 18 0 1 0 21720157 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15993/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 291.55
Current children cumulated vsize (KiB) 16868

[startup+1048 s]
/proc/loadavg: 4.08 4.78 4.15 2/74 16080
/proc/meminfo: memFree=1946488/2055920 swapFree=4192812/4192956
[pid=15993] ppid=15991 vsize=16868 CPUtime=291.55
/proc/15993/stat : 15993 (sugar) D 15991 15993 13923 0 -1 4194304 1335 54758 0 3 5 110 26566 2474 18 0 1 0 21720157 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15993/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 291.55
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1048.08
CPU time (s): 291.582
CPU user time (s): 265.726
CPU system time (s): 25.8561
CPU usage (%): 27.8206
Max. virtual memory (cumulated for all children) (KiB): 890936

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

runsolver used 1.3418 second user time and 3.66144 second system time

The end

Launcher Data

Begin job on node89 at 2009-07-11 23:09:10
IDJOB=2068210
IDBENCH=54836
IDSOLVER=738
FILE ID=node89/2068210-1247346550
PBS_JOBID= 9506698
Free space on /tmp= 66160 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-share1b.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068210-1247346550/watcher-2068210-1247346550 -o /tmp/evaluation-result-2068210-1247346550/solver-2068210-1247346550 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2068210-1247346550.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 375a621354e297bed26ab77580ec3c14
RANDOM SEED=1595321606

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1748352 kB
Buffers:         22960 kB
Cached:          98760 kB
SwapCached:          0 kB
Active:         220604 kB
Inactive:        40364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1748352 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3724 kB
Writeback:           0 kB
Mapped:         153832 kB
Slab:            31668 kB
Committed_AS:   864640 kB
PageTables:       2000 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= 66160 MiB
End job on node89 at 2009-07-11 23:26:38