Trace number 2068221

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? 224.247 283.786

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-neos20.xml
MD5SUM8df3601537f146e29101cbf7de6286ca
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.8971
Satisfiable
(Un)Satisfiability was proved
Number of variables8411
Number of constraints3209
Maximum constraint arity270
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3209
Global constraints used (with number of constraints)

Solver Data

0.04/0.34	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.34	c 0	BEGIN Sat Jul 11 23:11:25 2009
0.04/0.34	c 0	PID 18029
0.04/0.36	c 0	HOST node78.alineos.net
0.04/0.36	c 0	CONVERTING HOME/instance-2068221-1247346685.xml TO HOME/temp.csp
0.04/0.36	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2068221-1247346685.xml' 'HOME/temp.csp'
0.79/1.15	c 1	2 domains, 8411 variables, 62 predicates, 0 relations, 3209 constraints
0.84/1.21	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.84/1.21	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'
0.84/1.28	c 1	Parsing HOME/temp.csp
0.85/1.62	c 2	parsed 10000 expressions
0.85/1.82	c 2	parsed 11684 expressions
0.85/1.83	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.85/1.83	c 2	Converting to clausal form CSP
0.85/1.87	c 2	converted 1169 (10%) expressions
0.85/1.88	c 2	converted 2337 (20%) expressions
0.85/1.90	c 2	converted 3506 (30%) expressions
0.85/1.90	c 2	converted 4674 (40%) expressions
0.85/1.90	c 2	converted 5842 (50%) expressions
0.85/1.90	c 2	converted 7011 (60%) expressions
0.85/1.90	c 2	converted 8179 (70%) expressions
1.72/2.11	c 2	converted 9348 (80%) expressions
2.02/2.42	c 2	converted 10516 (90%) expressions
3.39/3.81	c 4	converted 11684 (100%) expressions
3.39/3.81	c 4	CSP : 13256 integers, 0 booleans, 12862 clauses, largest domain size 523867
3.39/3.81	c 4	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.39/3.81	c 4	Propagation in CSP
3.88/4.36	c 4	1437 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.88/4.37	c 4	CSP : 13256 integers, 0 booleans, 12862 clauses, largest domain size 523867
3.88/4.37	c 4	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.88/4.38	c 4	Simplifing CSP by introducing new Boolean variables
3.88/4.39	c 4	CSP : 13256 integers, 0 booleans, 12862 clauses, largest domain size 523867
3.88/4.39	c 4	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.98/4.49	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.07/4.51	c 5	1326 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.07/4.52	c 5	2652 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.07/4.52	c 5	3977 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.07/4.53	c 5	5303 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.07/4.53	c 5	6628 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.07/4.53	c 5	7954 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
51.90/57.78	c 58	9280 (70%) CSP integer variables are encoded (35899384 clauses, 731700176 bytes)
93.29/101.34	c 101	10605 (80%) CSP integer variables are encoded (65691388 clauses, 1357332260 bytes)
144.94/155.30	c 155	11931 (90%) CSP integer variables are encoded (103458490 clauses, 2157371033 bytes)
145.01/155.43	c 155	13256 (100%) CSP integer variables are encoded (103501430 clauses, 2158358653 bytes)
145.01/156.44	c 157	1287 (10%) CSP clauses are encoded (103502919 clauses, 2158377801 bytes)
159.15/171.40	c 171	2573 (20%) CSP clauses are encoded (110794460 clauses, 2324908392 bytes)
178.50/200.20	c 200	3859 (30%) CSP clauses are encoded (120167666 clauses, 2595582188 bytes)
198.84/221.38	c 221	5145 (40%) CSP clauses are encoded (129844061 clauses, 2875692128 bytes)
220.79/244.39	c 244	6431 (50%) CSP clauses are encoded (140652565 clauses, 3188891739 bytes)
223.26/247.14	c 247	ERROR Exception Too large HOME/temp.cnf
223.26/247.14	c 247	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
223.26/247.14	c 247	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
223.26/247.14	c 247	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
223.26/247.14	s UNKNOWN
223.31/248.00	c 248	CPU 223.33 (0.05 0.02 199.34 23.92)
223.31/248.00	c 248	END Sat Jul 11 23:15:33 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-2068221-1247346685/watcher-2068221-1247346685 -o /tmp/evaluation-result-2068221-1247346685/solver-2068221-1247346685 -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-2068221-1247346685.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: 2.29 2.60 2.42 4/83 18029
/proc/meminfo: memFree=251848/2055912 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=18576 CPUtime=0
/proc/18029/stat : 18029 (runsolver) D 18027 18029 16842 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 21733062 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 255372881191 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/18029/statm: 4644 284 249 26 0 2626 0

[startup+0.06012 s]
/proc/loadavg: 2.29 2.60 2.42 4/83 18029
/proc/meminfo: memFree=251848/2055912 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=12268 CPUtime=0
/proc/18029/stat : 18029 (sugar) D 18027 18029 16842 0 -1 4194304 344 0 4 0 0 0 0 0 18 0 1 0 21733062 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 255373048421 0 2147483391 4224 0 18446744072099937270 0 0 17 1 0 0
/proc/18029/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101116 s]
/proc/loadavg: 2.29 2.60 2.42 4/83 18029
/proc/meminfo: memFree=251848/2055912 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=12544 CPUtime=0
/proc/18029/stat : 18029 (sugar) R 18027 18029 16842 0 -1 4194304 458 0 4 0 0 0 0 0 18 0 1 0 21733062 12845056 430 996147200 4194304 4206940 548682068608 18446744073709551615 255390944868 0 0 4224 0 0 0 0 17 1 0 0
/proc/18029/statm: 3136 430 289 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.301162 s]
/proc/loadavg: 2.29 2.60 2.42 4/83 18029
/proc/meminfo: memFree=251848/2055912 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=14644 CPUtime=0.04
/proc/18029/stat : 18029 (sugar) D 18027 18029 16842 0 -1 4194304 785 0 4 0 3 1 0 0 18 0 1 0 21733062 14995456 757 996147200 4194304 4206940 548682068608 18446744073709551615 255370265348 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/18029/statm: 3661 757 343 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14644

[startup+0.701182 s]
/proc/loadavg: 2.29 2.60 2.42 4/83 18029
/proc/meminfo: memFree=251848/2055912 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=16868 CPUtime=0.07
/proc/18029/stat : 18029 (sugar) S 18027 18029 16842 0 -1 4194304 1221 128 6 0 5 2 0 0 18 0 1 0 21733062 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18029/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50127 s]
/proc/loadavg: 2.29 2.60 2.42 3/94 18041
/proc/meminfo: memFree=215728/2055912 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=16868 CPUtime=0.85
/proc/18029/stat : 18029 (sugar) S 18027 18029 16842 0 -1 4194304 1303 8424 6 1 5 2 73 5 16 0 1 0 21733062 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18029/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 16868

[startup+3.10243 s]
/proc/loadavg: 2.43 2.62 2.43 3/94 18051
/proc/meminfo: memFree=196336/2055912 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=16868 CPUtime=0.85
/proc/18029/stat : 18029 (sugar) S 18027 18029 16842 0 -1 4194304 1303 8424 6 1 5 2 73 5 16 0 1 0 21733062 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18029/statm: 4217 1111 409 3 0 796 0
[pid=18042] ppid=18029 vsize=5356 CPUtime=0
/proc/18042/stat : 18042 (sh) S 18029 18029 16842 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21733183 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18042/statm: 1339 233 193 169 0 50 0
[pid=18043] ppid=18042 vsize=868644 CPUtime=1.85
/proc/18043/stat : 18043 (java) S 18042 18029 16842 0 -1 0 10485 0 1 0 177 8 0 0 18 0 9 0 21733184 889491456 9580 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18043/statm: 217161 9580 2566 9 0 211666 0
[pid=18043/tid=18044] ppid=18042 vsize=868644 CPUtime=1.28
/proc/18043/task/18044/stat : 18044 (java) R 18042 18029 16842 0 -1 64 2787 0 1 0 125 3 0 0 25 0 9 0 21733185 889491456 9580 996147200 134512640 134550932 4294955936 18446744073709551615 4126906283 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18045] ppid=18042 vsize=868644 CPUtime=0.36
/proc/18043/task/18045/stat : 18045 (java) S 18042 18029 16842 0 -1 64 5507 0 0 0 33 3 0 0 16 0 9 0 21733186 889491456 9580 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18046] ppid=18042 vsize=868644 CPUtime=0
/proc/18043/task/18046/stat : 18046 (java) S 18042 18029 16842 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21733186 889491456 9580 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18047] ppid=18042 vsize=868644 CPUtime=0
/proc/18043/task/18047/stat : 18047 (java) S 18042 18029 16842 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21733186 889491456 9580 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18048] ppid=18042 vsize=868644 CPUtime=0
/proc/18043/task/18048/stat : 18048 (java) S 18042 18029 16842 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21733188 889491456 9580 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18049] ppid=18042 vsize=868644 CPUtime=0.18
/proc/18043/task/18049/stat : 18049 (java) S 18042 18029 16842 0 -1 64 1488 0 0 0 17 1 0 0 16 0 9 0 21733188 889491456 9580 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18050] ppid=18042 vsize=868644 CPUtime=0
/proc/18043/task/18050/stat : 18050 (java) S 18042 18029 16842 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21733188 889491456 9580 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18051] ppid=18042 vsize=868644 CPUtime=0
/proc/18043/task/18051/stat : 18051 (java) S 18042 18029 16842 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21733188 889491456 9580 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 890868

[startup+6.30176 s]
/proc/loadavg: 2.43 2.62 2.43 3/94 18051
/proc/meminfo: memFree=130288/2055912 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=16868 CPUtime=0.85
/proc/18029/stat : 18029 (sugar) S 18027 18029 16842 0 -1 4194304 1304 8424 6 1 5 2 73 5 15 0 1 0 21733062 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18029/statm: 4217 1111 409 3 0 796 0
[pid=18042] ppid=18029 vsize=5356 CPUtime=0
/proc/18042/stat : 18042 (sh) S 18029 18029 16842 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21733183 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18042/statm: 1339 233 193 169 0 50 0
[pid=18043] ppid=18042 vsize=868756 CPUtime=5
/proc/18043/stat : 18043 (java) S 18042 18029 16842 0 -1 0 12098 0 2 0 472 28 0 0 18 0 9 0 21733184 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18043/statm: 217189 10668 2590 9 0 211666 0
[pid=18043/tid=18044] ppid=18042 vsize=868756 CPUtime=4.07
/proc/18043/task/18044/stat : 18044 (java) R 18042 18029 16842 0 -1 64 3275 0 2 0 389 18 0 0 25 0 9 0 21733185 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18043/tid=18045] ppid=18042 vsize=868756 CPUtime=0.67
/proc/18043/task/18045/stat : 18045 (java) S 18042 18029 16842 0 -1 64 6596 0 0 0 59 8 0 0 16 0 9 0 21733186 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18043/tid=18046] ppid=18042 vsize=868756 CPUtime=0
/proc/18043/task/18046/stat : 18046 (java) S 18042 18029 16842 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21733186 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18043/tid=18047] ppid=18042 vsize=868756 CPUtime=0
/proc/18043/task/18047/stat : 18047 (java) S 18042 18029 16842 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21733186 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18043/tid=18048] ppid=18042 vsize=868756 CPUtime=0
/proc/18043/task/18048/stat : 18048 (java) S 18042 18029 16842 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21733188 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18049] ppid=18042 vsize=868756 CPUtime=0.23
/proc/18043/task/18049/stat : 18049 (java) S 18042 18029 16842 0 -1 64 1524 0 0 0 22 1 0 0 16 0 9 0 21733188 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18043/tid=18050] ppid=18042 vsize=868756 CPUtime=0
/proc/18043/task/18050/stat : 18050 (java) S 18042 18029 16842 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21733188 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18051] ppid=18042 vsize=868756 CPUtime=0
/proc/18043/task/18051/stat : 18051 (java) S 18042 18029 16842 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21733188 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 890980

[startup+12.7024 s]
/proc/loadavg: 2.44 2.62 2.43 3/94 18051
/proc/meminfo: memFree=15984/2055912 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=16868 CPUtime=0.85
/proc/18029/stat : 18029 (sugar) S 18027 18029 16842 0 -1 4194304 1304 8424 6 1 5 2 73 5 15 0 1 0 21733062 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18029/statm: 4217 1111 409 3 0 796 0
[pid=18042] ppid=18029 vsize=5356 CPUtime=0
/proc/18042/stat : 18042 (sh) S 18029 18029 16842 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21733183 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18042/statm: 1339 233 193 169 0 50 0
[pid=18043] ppid=18042 vsize=868756 CPUtime=8.6
/proc/18043/stat : 18043 (java) S 18042 18029 16842 0 -1 0 12777 0 2 0 790 70 0 0 18 0 9 0 21733184 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18043/statm: 217189 10668 2590 9 0 211666 0
[pid=18043/tid=18044] ppid=18042 vsize=868756 CPUtime=7.44
/proc/18043/task/18044/stat : 18044 (java) R 18042 18029 16842 0 -1 64 3954 0 2 0 690 54 0 0 25 0 9 0 21733185 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18045] ppid=18042 vsize=868756 CPUtime=0.9
/proc/18043/task/18045/stat : 18045 (java) S 18042 18029 16842 0 -1 64 6596 0 0 0 77 13 0 0 16 0 9 0 21733186 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18046] ppid=18042 vsize=868756 CPUtime=0
/proc/18043/task/18046/stat : 18046 (java) S 18042 18029 16842 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21733186 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18043/tid=18047] ppid=18042 vsize=868756 CPUtime=0
/proc/18043/task/18047/stat : 18047 (java) S 18042 18029 16842 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21733186 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18043/tid=18048] ppid=18042 vsize=868756 CPUtime=0
/proc/18043/task/18048/stat : 18048 (java) S 18042 18029 16842 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21733188 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18049] ppid=18042 vsize=868756 CPUtime=0.23
/proc/18043/task/18049/stat : 18049 (java) S 18042 18029 16842 0 -1 64 1524 0 0 0 22 1 0 0 16 0 9 0 21733188 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18043/tid=18050] ppid=18042 vsize=868756 CPUtime=0
/proc/18043/task/18050/stat : 18050 (java) S 18042 18029 16842 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21733188 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18051] ppid=18042 vsize=868756 CPUtime=0
/proc/18043/task/18051/stat : 18051 (java) S 18042 18029 16842 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21733188 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.45
Current children cumulated vsize (KiB) 890980
heavy processes:

[startup+25.5028 s]
/proc/loadavg: 2.68 2.66 2.44 3/94 18051
/proc/meminfo: memFree=16112/2055912 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=16868 CPUtime=0.85
/proc/18029/stat : 18029 (sugar) S 18027 18029 16842 0 -1 4194304 1304 8424 6 1 5 2 73 5 15 0 1 0 21733062 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18029/statm: 4217 1111 409 3 0 796 0
[pid=18042] ppid=18029 vsize=5356 CPUtime=0
/proc/18042/stat : 18042 (sh) S 18029 18029 16842 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21733183 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18042/statm: 1339 233 193 169 0 50 0
[pid=18043] ppid=18042 vsize=868756 CPUtime=20.6
/proc/18043/stat : 18043 (java) S 18042 18029 16842 0 -1 0 14878 0 2 0 1861 199 0 0 18 0 9 0 21733184 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18043/statm: 217189 10668 2590 9 0 211666 0
[pid=18043/tid=18044] ppid=18042 vsize=868756 CPUtime=18.73
/proc/18043/task/18044/stat : 18044 (java) R 18042 18029 16842 0 -1 64 6055 0 2 0 1703 170 0 0 25 0 9 0 21733185 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4126559833 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18045] ppid=18042 vsize=868756 CPUtime=1.61
/proc/18043/task/18045/stat : 18045 (java) S 18042 18029 16842 0 -1 64 6596 0 0 0 135 26 0 0 16 0 9 0 21733186 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18046] ppid=18042 vsize=868756 CPUtime=0
/proc/18043/task/18046/stat : 18046 (java) S 18042 18029 16842 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21733186 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18043/tid=18047] ppid=18042 vsize=868756 CPUtime=0
/proc/18043/task/18047/stat : 18047 (java) S 18042 18029 16842 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21733186 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18043/tid=18048] ppid=18042 vsize=868756 CPUtime=0
/proc/18043/task/18048/stat : 18048 (java) S 18042 18029 16842 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21733188 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18049] ppid=18042 vsize=868756 CPUtime=0.23
/proc/18043/task/18049/stat : 18049 (java) S 18042 18029 16842 0 -1 64 1524 0 0 0 22 1 0 0 16 0 9 0 21733188 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18043/tid=18050] ppid=18042 vsize=868756 CPUtime=0
/proc/18043/task/18050/stat : 18050 (java) S 18042 18029 16842 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21733188 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18051] ppid=18042 vsize=868756 CPUtime=0
/proc/18043/task/18051/stat : 18051 (java) S 18042 18029 16842 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21733188 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.45
Current children cumulated vsize (KiB) 890980

[startup+51.1024 s]
/proc/loadavg: 3.11 2.77 2.48 3/95 18055
/proc/meminfo: memFree=15784/2055912 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=16868 CPUtime=0.85
/proc/18029/stat : 18029 (sugar) S 18027 18029 16842 0 -1 4194304 1304 8424 6 1 5 2 73 5 15 0 1 0 21733062 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18029/statm: 4217 1111 409 3 0 796 0
[pid=18042] ppid=18029 vsize=5356 CPUtime=0
/proc/18042/stat : 18042 (sh) S 18029 18029 16842 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21733183 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18042/statm: 1339 233 193 169 0 50 0
[pid=18043] ppid=18042 vsize=868756 CPUtime=44.68
/proc/18043/stat : 18043 (java) S 18042 18029 16842 0 -1 0 19034 0 2 0 4005 463 0 0 18 0 9 0 21733184 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18043/statm: 217189 10668 2590 9 0 211666 0
[pid=18043/tid=18044] ppid=18042 vsize=868756 CPUtime=41.44
/proc/18043/task/18044/stat : 18044 (java) R 18042 18029 16842 0 -1 64 10211 0 2 0 3735 409 0 0 25 0 9 0 21733185 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18043/tid=18045] ppid=18042 vsize=868756 CPUtime=2.98
/proc/18043/task/18045/stat : 18045 (java) S 18042 18029 16842 0 -1 64 6596 0 0 0 247 51 0 0 16 0 9 0 21733186 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18043/tid=18046] ppid=18042 vsize=868756 CPUtime=0
/proc/18043/task/18046/stat : 18046 (java) S 18042 18029 16842 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21733186 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18043/tid=18047] ppid=18042 vsize=868756 CPUtime=0
/proc/18043/task/18047/stat : 18047 (java) S 18042 18029 16842 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21733186 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18043/tid=18048] ppid=18042 vsize=868756 CPUtime=0
/proc/18043/task/18048/stat : 18048 (java) S 18042 18029 16842 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21733188 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18049] ppid=18042 vsize=868756 CPUtime=0.23
/proc/18043/task/18049/stat : 18049 (java) S 18042 18029 16842 0 -1 64 1524 0 0 0 22 1 0 0 16 0 9 0 21733188 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18043/tid=18050] ppid=18042 vsize=868756 CPUtime=0
/proc/18043/task/18050/stat : 18050 (java) S 18042 18029 16842 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21733188 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18051] ppid=18042 vsize=868756 CPUtime=0
/proc/18043/task/18051/stat : 18051 (java) S 18042 18029 16842 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21733188 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 45.53
Current children cumulated vsize (KiB) 890980

[startup+102.308 s]
/proc/loadavg: 5.33 3.40 2.71 3/103 18068
/proc/meminfo: memFree=15696/2055912 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=16868 CPUtime=0.85
/proc/18029/stat : 18029 (sugar) S 18027 18029 16842 0 -1 4194304 1304 8424 6 1 5 2 73 5 16 0 1 0 21733062 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18029/statm: 4217 1111 409 3 0 796 0
[pid=18042] ppid=18029 vsize=5356 CPUtime=0
/proc/18042/stat : 18042 (sh) S 18029 18029 16842 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21733183 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18042/statm: 1339 233 193 169 0 50 0
[pid=18043] ppid=18042 vsize=868756 CPUtime=93.41
/proc/18043/stat : 18043 (java) S 18042 18029 16842 0 -1 0 27320 0 2 0 8304 1037 0 0 18 0 9 0 21733184 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18043/statm: 217189 10668 2590 9 0 211666 0
[pid=18043/tid=18044] ppid=18042 vsize=868756 CPUtime=87.24
/proc/18043/task/18044/stat : 18044 (java) R 18042 18029 16842 0 -1 64 18497 0 2 0 7797 927 0 0 25 0 9 0 21733185 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4126621231 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18045] ppid=18042 vsize=868756 CPUtime=5.91
/proc/18043/task/18045/stat : 18045 (java) S 18042 18029 16842 0 -1 64 6596 0 0 0 483 108 0 0 16 0 9 0 21733186 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18046] ppid=18042 vsize=868756 CPUtime=0
/proc/18043/task/18046/stat : 18046 (java) S 18042 18029 16842 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21733186 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18043/tid=18047] ppid=18042 vsize=868756 CPUtime=0
/proc/18043/task/18047/stat : 18047 (java) S 18042 18029 16842 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21733186 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18043/tid=18048] ppid=18042 vsize=868756 CPUtime=0
/proc/18043/task/18048/stat : 18048 (java) S 18042 18029 16842 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21733188 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18049] ppid=18042 vsize=868756 CPUtime=0.23
/proc/18043/task/18049/stat : 18049 (java) S 18042 18029 16842 0 -1 64 1524 0 0 0 22 1 0 0 16 0 9 0 21733188 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18043/tid=18050] ppid=18042 vsize=868756 CPUtime=0
/proc/18043/task/18050/stat : 18050 (java) S 18042 18029 16842 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21733188 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18051] ppid=18042 vsize=868756 CPUtime=0
/proc/18043/task/18051/stat : 18051 (java) S 18042 18029 16842 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21733188 889606144 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 94.26
Current children cumulated vsize (KiB) 890980

[startup+162.302 s]
/proc/loadavg: 8.19 4.58 3.16 3/100 18074
/proc/meminfo: memFree=16104/2055912 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=16868 CPUtime=0.85
/proc/18029/stat : 18029 (sugar) S 18027 18029 16842 0 -1 4194304 1304 8424 6 1 5 2 73 5 16 0 1 0 21733062 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18029/statm: 4217 1111 409 3 0 796 0
[pid=18042] ppid=18029 vsize=5356 CPUtime=0
/proc/18042/stat : 18042 (sh) S 18029 18029 16842 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21733183 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18042/statm: 1339 233 193 169 0 50 0
[pid=18043] ppid=18042 vsize=868756 CPUtime=149.97
/proc/18043/stat : 18043 (java) S 18042 18029 16842 0 -1 0 37083 0 2 0 13365 1632 0 0 18 0 9 0 21733184 889606144 10676 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18043/statm: 217189 10676 2590 9 0 211666 0
[pid=18043/tid=18044] ppid=18042 vsize=868756 CPUtime=140.56
/proc/18043/task/18044/stat : 18044 (java) R 18042 18029 16842 0 -1 64 28253 0 2 0 12596 1460 0 0 25 0 9 0 21733185 889606144 10676 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18043/tid=18045] ppid=18042 vsize=868756 CPUtime=9.14
/proc/18043/task/18045/stat : 18045 (java) R 18042 18029 16842 0 -1 64 6596 0 0 0 744 170 0 0 15 0 9 0 21733186 889606144 10676 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18043/tid=18046] ppid=18042 vsize=868756 CPUtime=0
/proc/18043/task/18046/stat : 18046 (java) S 18042 18029 16842 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21733186 889606144 10676 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18043/tid=18047] ppid=18042 vsize=868756 CPUtime=0
/proc/18043/task/18047/stat : 18047 (java) S 18042 18029 16842 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21733186 889606144 10676 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18043/tid=18048] ppid=18042 vsize=868756 CPUtime=0
/proc/18043/task/18048/stat : 18048 (java) S 18042 18029 16842 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21733188 889606144 10676 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18049] ppid=18042 vsize=868756 CPUtime=0.25
/proc/18043/task/18049/stat : 18049 (java) S 18042 18029 16842 0 -1 64 1531 0 0 0 24 1 0 0 16 0 9 0 21733188 889606144 10676 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18050] ppid=18042 vsize=868756 CPUtime=0
/proc/18043/task/18050/stat : 18050 (java) S 18042 18029 16842 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21733188 889606144 10676 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18051] ppid=18042 vsize=868756 CPUtime=0
/proc/18043/task/18051/stat : 18051 (java) S 18042 18029 16842 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21733188 889606144 10676 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 150.82
Current children cumulated vsize (KiB) 890980

[startup+222.302 s]
/proc/loadavg: 7.51 5.01 3.39 3/99 18074
/proc/meminfo: memFree=15088/2055912 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=16868 CPUtime=0.85
/proc/18029/stat : 18029 (sugar) S 18027 18029 16842 0 -1 4194304 1304 8424 6 1 5 2 73 5 16 0 1 0 21733062 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18029/statm: 4217 1111 409 3 0 796 0
[pid=18042] ppid=18029 vsize=5356 CPUtime=0
/proc/18042/stat : 18042 (sh) S 18029 18029 16842 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21733183 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18042/statm: 1339 233 193 169 0 50 0
[pid=18043] ppid=18042 vsize=868756 CPUtime=198.97
/proc/18043/stat : 18043 (java) S 18042 18029 16842 0 -1 0 45508 0 2 0 17753 2144 0 0 18 0 9 0 21733184 889606144 10676 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18043/statm: 217189 10676 2590 9 0 211666 0
[pid=18043/tid=18044] ppid=18042 vsize=868756 CPUtime=186.86
/proc/18043/task/18044/stat : 18044 (java) R 18042 18029 16842 0 -1 64 36678 0 2 0 16766 1920 0 0 25 0 9 0 21733185 889606144 10676 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18043/tid=18045] ppid=18042 vsize=868756 CPUtime=11.83
/proc/18043/task/18045/stat : 18045 (java) S 18042 18029 16842 0 -1 64 6596 0 0 0 961 222 0 0 16 0 9 0 21733186 889606144 10676 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18043/tid=18046] ppid=18042 vsize=868756 CPUtime=0
/proc/18043/task/18046/stat : 18046 (java) S 18042 18029 16842 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21733186 889606144 10676 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18043/tid=18047] ppid=18042 vsize=868756 CPUtime=0
/proc/18043/task/18047/stat : 18047 (java) S 18042 18029 16842 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21733186 889606144 10676 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18043/tid=18048] ppid=18042 vsize=868756 CPUtime=0
/proc/18043/task/18048/stat : 18048 (java) S 18042 18029 16842 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21733188 889606144 10676 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18049] ppid=18042 vsize=868756 CPUtime=0.25
/proc/18043/task/18049/stat : 18049 (java) S 18042 18029 16842 0 -1 64 1531 0 0 0 24 1 0 0 16 0 9 0 21733188 889606144 10676 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18050] ppid=18042 vsize=868756 CPUtime=0
/proc/18043/task/18050/stat : 18050 (java) S 18042 18029 16842 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21733188 889606144 10676 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18051] ppid=18042 vsize=868756 CPUtime=0
/proc/18043/task/18051/stat : 18051 (java) S 18042 18029 16842 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21733188 889606144 10676 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 199.82
Current children cumulated vsize (KiB) 890980

[startup+282.302 s]
/proc/loadavg: 6.71 5.33 3.61 2/85 18082
/proc/meminfo: memFree=661296/2055912 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=16868 CPUtime=224.22
/proc/18029/stat : 18029 (sugar) D 18027 18029 16842 0 -1 4194304 1329 58354 6 5 5 91 19934 2392 18 0 1 0 21733062 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255373055017 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18029/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 224.22
Current children cumulated vsize (KiB) 16868
heavy processes:

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

[startup+283.102 s]
/proc/loadavg: 6.71 5.33 3.61 2/84 18082
/proc/meminfo: memFree=685752/2055912 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=16868 CPUtime=224.22
/proc/18029/stat : 18029 (sugar) D 18027 18029 16842 0 -1 4194304 1329 58354 6 5 5 91 19934 2392 18 0 1 0 21733062 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255373055017 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18029/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 224.22
Current children cumulated vsize (KiB) 16868

[startup+283.502 s]
/proc/loadavg: 6.71 5.33 3.61 2/84 18082
/proc/meminfo: memFree=685752/2055912 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=16868 CPUtime=224.22
/proc/18029/stat : 18029 (sugar) D 18027 18029 16842 0 -1 4194304 1329 58354 6 5 5 91 19934 2392 18 0 1 0 21733062 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255373055017 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18029/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 224.22
Current children cumulated vsize (KiB) 16868

[startup+283.702 s]
/proc/loadavg: 6.71 5.33 3.61 2/84 18082
/proc/meminfo: memFree=671992/2055912 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=16868 CPUtime=224.23
/proc/18029/stat : 18029 (sugar) D 18027 18029 16842 0 -1 4194304 1329 58354 6 5 5 92 19934 2392 18 0 1 0 21733062 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255373055017 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18029/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 224.23
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 283.786
CPU time (s): 224.247
CPU user time (s): 199.401
CPU system time (s): 24.8462
CPU usage (%): 79.0197
Max. virtual memory (cumulated for all children) (KiB): 891308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 199.401
system time used= 24.8462
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59744
page faults= 11
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 331366
involuntary context switches= 330547

runsolver used 0.448931 second user time and 1.12483 second system time

The end

Launcher Data

Begin job on node78 at 2009-07-11 23:11:25
IDJOB=2068221
IDBENCH=54839
IDSOLVER=738
FILE ID=node78/2068221-1247346685
PBS_JOBID= 9506687
Free space on /tmp= 113628 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-neos20.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-2068221-1247346685/watcher-2068221-1247346685 -o /tmp/evaluation-result-2068221-1247346685/solver-2068221-1247346685 -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-2068221-1247346685.xml

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

MD5SUM BENCH= 8df3601537f146e29101cbf7de6286ca
RANDOM SEED=1815749623

node78.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.232
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.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055912 kB
MemFree:        252456 kB
Buffers:          2432 kB
Cached:        1683968 kB
SwapCached:          0 kB
Active:        1190052 kB
Inactive:       524168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:        252456 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          207764 kB
Writeback:           0 kB
Mapped:          49124 kB
Slab:            74184 kB
Committed_AS:   196880 kB
PageTables:       1968 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 110484 MiB
End job on node78 at 2009-07-11 23:16:09