Trace number 2060103

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? 237.243 1047.15

General information on the benchmark

Namecsp/magicSquare/
normalized-magicSquare-16_glb.xml
MD5SUM906ffa75db05749face78c09510fe98d
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark60.3238
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of constraints35
Maximum constraint arity256
Maximum domain size256
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(1),weightedsum(34)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sat Jul 11 17:20:06 2009
0.00/0.07	c 0	PID 13364
0.00/0.07	c 0	HOST node89.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2060103-1247325606.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-2060103-1247325606.xml' 'HOME/temp.csp'
0.06/0.31	c 0	1 domains, 256 variables, 0 predicates, 0 relations, 35 constraints
0.06/0.33	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.33	c 0	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.29/0.40	c 0	Parsing HOME/temp.csp
0.29/0.45	c 0	parsed 292 expressions
0.29/0.48	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.29/0.48	c 0	Converting to clausal form CSP
0.29/0.50	c 0	converted 30 (10%) expressions
0.29/0.50	c 0	converted 59 (20%) expressions
0.29/0.51	c 0	converted 88 (30%) expressions
0.29/0.51	c 0	converted 117 (40%) expressions
0.29/0.51	c 0	converted 146 (50%) expressions
0.29/0.51	c 0	converted 176 (60%) expressions
0.29/0.51	c 0	converted 205 (70%) expressions
0.29/0.51	c 0	converted 234 (80%) expressions
0.29/0.61	c 0	converted 263 (90%) expressions
1.84/1.94	c 2	converted 292 (100%) expressions
1.84/1.94	c 2	CSP : 1140 integers, 0 booleans, 34478 clauses, largest domain size 1531
1.84/1.94	c 2	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.84/1.94	c 2	Propagation in CSP
1.94/2.08	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.94/2.08	c 2	CSP : 1140 integers, 0 booleans, 34478 clauses, largest domain size 1531
1.94/2.08	c 2	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.94/2.10	c 2	Simplifing CSP by introducing new Boolean variables
2.43/2.58	c 2	CSP : 1140 integers, 65280 booleans, 99758 clauses, largest domain size 1531
2.43/2.58	c 2	Heap : 43 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.74/2.82	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.74/2.89	c 3	114 (10%) CSP integer variables are encoded (28956 clauses, 412280 bytes)
2.83/2.92	c 3	228 (20%) CSP integer variables are encoded (57912 clauses, 846620 bytes)
2.93/3.01	c 3	342 (30%) CSP integer variables are encoded (132003 clauses, 2022594 bytes)
3.04/3.12	c 3	456 (40%) CSP integer variables are encoded (221904 clauses, 3550911 bytes)
3.14/3.22	c 3	570 (50%) CSP integer variables are encoded (310785 clauses, 5061888 bytes)
3.24/3.34	c 3	684 (60%) CSP integer variables are encoded (399921 clauses, 6577200 bytes)
3.34/3.44	c 3	798 (70%) CSP integer variables are encoded (489822 clauses, 8105517 bytes)
3.45/3.55	c 3	912 (80%) CSP integer variables are encoded (578958 clauses, 9620829 bytes)
3.54/3.65	c 3	1026 (90%) CSP integer variables are encoded (667839 clauses, 11131806 bytes)
3.64/3.76	c 3	1140 (100%) CSP integer variables are encoded (757740 clauses, 12660123 bytes)
229.16/950.03	c 950	ERROR Exception Too large HOME/temp.cnf
236.17/995.26	c 950	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
236.17/995.26	c 950	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
236.17/995.26	c 950	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
236.17/995.26	s UNKNOWN
236.17/995.26	c 995	CPU 236.17 (0.05 0.02 216.48 19.62)
236.17/995.26	c 995	END Sat Jul 11 17:36:41 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-2060103-1247325606/watcher-2060103-1247325606 -o /tmp/evaluation-result-2060103-1247325606/solver-2060103-1247325606 -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-2060103-1247325606.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.95 2.03 2.00 4/85 13364
/proc/meminfo: memFree=1239048/2055920 swapFree=4192956/4192956
[pid=13364] ppid=13362 vsize=12268 CPUtime=0
/proc/13364/stat : 13364 (sugar) R 13362 13364 12108 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 19625736 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 249078791166 0 0 4224 0 0 0 0 17 0 0 0
/proc/13364/statm: 3067 317 241 3 0 167 0

[startup+0.0833301 s]
/proc/loadavg: 1.95 2.03 2.00 4/85 13364
/proc/meminfo: memFree=1239048/2055920 swapFree=4192956/4192956
[pid=13364] ppid=13362 vsize=16868 CPUtime=0.06
/proc/13364/stat : 13364 (sugar) S 13362 13364 12108 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 19625736 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13364/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101335 s]
/proc/loadavg: 1.95 2.03 2.00 4/85 13364
/proc/meminfo: memFree=1239048/2055920 swapFree=4192956/4192956
[pid=13364] ppid=13362 vsize=16868 CPUtime=0.06
/proc/13364/stat : 13364 (sugar) S 13362 13364 12108 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 19625736 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13364/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301352 s]
/proc/loadavg: 1.95 2.03 2.00 4/85 13364
/proc/meminfo: memFree=1239048/2055920 swapFree=4192956/4192956
[pid=13364] ppid=13362 vsize=16868 CPUtime=0.06
/proc/13364/stat : 13364 (sugar) S 13362 13364 12108 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 19625736 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13364/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701393 s]
/proc/loadavg: 1.95 2.03 2.00 4/85 13364
/proc/meminfo: memFree=1239048/2055920 swapFree=4192956/4192956
[pid=13364] ppid=13362 vsize=16868 CPUtime=0.29
/proc/13364/stat : 13364 (sugar) S 13362 13364 12108 0 -1 4194304 1309 4363 0 1 5 1 21 2 16 0 1 0 19625736 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13364/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16868

[startup+1.50247 s]
/proc/loadavg: 1.95 2.03 2.00 5/96 13386
/proc/meminfo: memFree=1218032/2055920 swapFree=4192956/4192956
[pid=13364] ppid=13362 vsize=16868 CPUtime=0.29
/proc/13364/stat : 13364 (sugar) S 13362 13364 12108 0 -1 4194304 1309 4363 0 1 5 1 21 2 16 0 1 0 19625736 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13364/statm: 4217 1111 409 3 0 796 0
[pid=13377] ppid=13364 vsize=5356 CPUtime=0
/proc/13377/stat : 13377 (sh) S 13364 13364 12108 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19625770 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13377/statm: 1339 233 193 169 0 50 0
[pid=13378] ppid=13377 vsize=868564 CPUtime=1.15
/proc/13378/stat : 13378 (java) S 13377 13364 12108 0 -1 0 10829 0 1 0 110 5 0 0 20 0 9 0 19625770 889409536 9388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13378/statm: 217141 9388 2566 9 0 211646 0
[pid=13378/tid=13379] ppid=13377 vsize=868564 CPUtime=0.65
/proc/13378/task/13379/stat : 13379 (java) R 13377 13364 12108 0 -1 64 2799 0 1 0 64 1 0 0 25 0 9 0 19625771 889409536 9388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13380] ppid=13377 vsize=868564 CPUtime=0.31
/proc/13378/task/13380/stat : 13380 (java) R 13377 13364 12108 0 -1 64 5838 0 0 0 29 2 0 0 16 0 9 0 19625772 889409536 9388 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13381] ppid=13377 vsize=868564 CPUtime=0
/proc/13378/task/13381/stat : 13381 (java) S 13377 13364 12108 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19625772 889409536 9388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13382] ppid=13377 vsize=868564 CPUtime=0
/proc/13378/task/13382/stat : 13382 (java) S 13377 13364 12108 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19625772 889409536 9390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13383] ppid=13377 vsize=868564 CPUtime=0
/proc/13378/task/13383/stat : 13383 (java) S 13377 13364 12108 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19625774 889409536 9393 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13384] ppid=13377 vsize=868564 CPUtime=0.16
/proc/13378/task/13384/stat : 13384 (java) S 13377 13364 12108 0 -1 64 1493 0 0 0 15 1 0 0 16 0 9 0 19625774 889409536 9394 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13385] ppid=13377 vsize=868564 CPUtime=0
/proc/13378/task/13385/stat : 13385 (java) S 13377 13364 12108 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19625774 889409536 9395 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13386] ppid=13377 vsize=868564 CPUtime=0
/proc/13378/task/13386/stat : 13386 (java) S 13377 13364 12108 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19625774 889409536 9397 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890788

[startup+3.10263 s]
/proc/loadavg: 1.95 2.03 2.00 3/96 13386
/proc/meminfo: memFree=1198192/2055920 swapFree=4192956/4192956
[pid=13364] ppid=13362 vsize=16868 CPUtime=0.29
/proc/13364/stat : 13364 (sugar) S 13362 13364 12108 0 -1 4194304 1310 4363 0 1 5 1 21 2 16 0 1 0 19625736 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13364/statm: 4217 1111 409 3 0 796 0
[pid=13377] ppid=13364 vsize=5356 CPUtime=0
/proc/13377/stat : 13377 (sh) S 13364 13364 12108 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19625770 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13377/statm: 1339 233 193 169 0 50 0
[pid=13378] ppid=13377 vsize=868676 CPUtime=2.75
/proc/13378/stat : 13378 (java) S 13377 13364 12108 0 -1 0 18753 0 1 0 263 12 0 0 20 0 9 0 19625770 889524224 16610 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13378/statm: 217169 16610 2590 9 0 211646 0
[pid=13378/tid=13379] ppid=13377 vsize=868676 CPUtime=1.37
/proc/13378/task/13379/stat : 13379 (java) R 13377 13364 12108 0 -1 64 3273 0 1 0 133 4 0 0 25 0 9 0 19625771 889524224 16610 996147200 134512640 134550932 4294955936 18446744073709551615 4126985107 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13380] ppid=13377 vsize=868676 CPUtime=1.16
/proc/13378/task/13380/stat : 13380 (java) S 13377 13364 12108 0 -1 64 13258 0 0 0 110 6 0 0 16 0 9 0 19625772 889524224 16610 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13381] ppid=13377 vsize=868676 CPUtime=0
/proc/13378/task/13381/stat : 13381 (java) S 13377 13364 12108 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19625772 889524224 16610 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13382] ppid=13377 vsize=868676 CPUtime=0
/proc/13378/task/13382/stat : 13382 (java) S 13377 13364 12108 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19625772 889524224 16610 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13383] ppid=13377 vsize=868676 CPUtime=0
/proc/13378/task/13383/stat : 13383 (java) S 13377 13364 12108 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19625774 889524224 16610 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13384] ppid=13377 vsize=868676 CPUtime=0.2
/proc/13378/task/13384/stat : 13384 (java) S 13377 13364 12108 0 -1 64 1523 0 0 0 19 1 0 0 16 0 9 0 19625774 889524224 16610 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13385] ppid=13377 vsize=868676 CPUtime=0
/proc/13378/task/13385/stat : 13385 (java) S 13377 13364 12108 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19625774 889524224 16610 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13386] ppid=13377 vsize=868676 CPUtime=0
/proc/13378/task/13386/stat : 13386 (java) S 13377 13364 12108 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19625774 889524224 16610 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 890900

[startup+6.30194 s]
/proc/loadavg: 1.96 2.03 2.00 3/96 13386
/proc/meminfo: memFree=1144432/2055920 swapFree=4192956/4192956
[pid=13364] ppid=13362 vsize=16868 CPUtime=0.3
/proc/13364/stat : 13364 (sugar) S 13362 13364 12108 0 -1 4194304 1310 4363 0 1 5 2 21 2 16 0 1 0 19625736 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13364/statm: 4217 1111 409 3 0 796 0
[pid=13377] ppid=13364 vsize=5356 CPUtime=0
/proc/13377/stat : 13377 (sh) S 13364 13364 12108 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19625770 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13377/statm: 1339 233 193 169 0 50 0
[pid=13378] ppid=13377 vsize=868676 CPUtime=5.93
/proc/13378/stat : 13378 (java) S 13377 13364 12108 0 -1 0 19011 0 1 0 556 37 0 0 20 0 9 0 19625770 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13378/statm: 217169 16620 2590 9 0 211646 0
[pid=13378/tid=13379] ppid=13377 vsize=868676 CPUtime=4.4
/proc/13378/task/13379/stat : 13379 (java) R 13377 13364 12108 0 -1 64 3521 0 1 0 414 26 0 0 25 0 9 0 19625771 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13380] ppid=13377 vsize=868676 CPUtime=1.28
/proc/13378/task/13380/stat : 13380 (java) S 13377 13364 12108 0 -1 64 13258 0 0 0 120 8 0 0 16 0 9 0 19625772 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13381] ppid=13377 vsize=868676 CPUtime=0
/proc/13378/task/13381/stat : 13381 (java) S 13377 13364 12108 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19625772 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13382] ppid=13377 vsize=868676 CPUtime=0
/proc/13378/task/13382/stat : 13382 (java) S 13377 13364 12108 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19625772 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13383] ppid=13377 vsize=868676 CPUtime=0
/proc/13378/task/13383/stat : 13383 (java) S 13377 13364 12108 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19625774 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13384] ppid=13377 vsize=868676 CPUtime=0.21
/proc/13378/task/13384/stat : 13384 (java) S 13377 13364 12108 0 -1 64 1533 0 0 0 20 1 0 0 16 0 9 0 19625774 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13385] ppid=13377 vsize=868676 CPUtime=0
/proc/13378/task/13385/stat : 13385 (java) S 13377 13364 12108 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19625774 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13386] ppid=13377 vsize=868676 CPUtime=0
/proc/13378/task/13386/stat : 13386 (java) S 13377 13364 12108 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19625774 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 890900

[startup+12.7026 s]
/proc/loadavg: 2.04 2.05 2.00 2/96 13386
/proc/meminfo: memFree=1068664/2055920 swapFree=4192956/4192956
[pid=13364] ppid=13362 vsize=16868 CPUtime=0.3
/proc/13364/stat : 13364 (sugar) S 13362 13364 12108 0 -1 4194304 1310 4363 0 1 5 2 21 2 16 0 1 0 19625736 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13364/statm: 4217 1111 409 3 0 796 0
[pid=13377] ppid=13364 vsize=5356 CPUtime=0
/proc/13377/stat : 13377 (sh) S 13364 13364 12108 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19625770 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13377/statm: 1339 233 193 169 0 50 0
[pid=13378] ppid=13377 vsize=868676 CPUtime=11.17
/proc/13378/stat : 13378 (java) S 13377 13364 12108 0 -1 0 19425 0 1 0 1036 81 0 0 20 0 9 0 19625770 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13378/statm: 217169 16620 2590 9 0 211646 0
[pid=13378/tid=13379] ppid=13377 vsize=868676 CPUtime=9.45
/proc/13378/task/13379/stat : 13379 (java) R 13377 13364 12108 0 -1 64 3935 0 1 0 877 68 0 0 25 0 9 0 19625771 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13380] ppid=13377 vsize=868676 CPUtime=1.47
/proc/13378/task/13380/stat : 13380 (java) S 13377 13364 12108 0 -1 64 13258 0 0 0 137 10 0 0 16 0 9 0 19625772 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13381] ppid=13377 vsize=868676 CPUtime=0
/proc/13378/task/13381/stat : 13381 (java) S 13377 13364 12108 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19625772 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13382] ppid=13377 vsize=868676 CPUtime=0
/proc/13378/task/13382/stat : 13382 (java) S 13377 13364 12108 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19625772 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13383] ppid=13377 vsize=868676 CPUtime=0
/proc/13378/task/13383/stat : 13383 (java) S 13377 13364 12108 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19625774 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13384] ppid=13377 vsize=868676 CPUtime=0.21
/proc/13378/task/13384/stat : 13384 (java) S 13377 13364 12108 0 -1 64 1533 0 0 0 20 1 0 0 16 0 9 0 19625774 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13385] ppid=13377 vsize=868676 CPUtime=0
/proc/13378/task/13385/stat : 13385 (java) S 13377 13364 12108 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19625774 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13386] ppid=13377 vsize=868676 CPUtime=0
/proc/13378/task/13386/stat : 13386 (java) S 13377 13364 12108 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19625774 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.47
Current children cumulated vsize (KiB) 890900

[startup+25.5028 s]
/proc/loadavg: 2.55 2.16 2.04 3/96 13386
/proc/meminfo: memFree=896760/2055920 swapFree=4192956/4192956
[pid=13364] ppid=13362 vsize=16868 CPUtime=0.3
/proc/13364/stat : 13364 (sugar) S 13362 13364 12108 0 -1 4194304 1310 4363 0 1 5 2 21 2 16 0 1 0 19625736 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13364/statm: 4217 1111 409 3 0 796 0
[pid=13377] ppid=13364 vsize=5356 CPUtime=0
/proc/13377/stat : 13377 (sh) S 13364 13364 12108 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19625770 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13377/statm: 1339 233 193 169 0 50 0
[pid=13378] ppid=13377 vsize=868676 CPUtime=23.92
/proc/13378/stat : 13378 (java) S 13377 13364 12108 0 -1 0 20431 0 1 0 2212 180 0 0 20 0 9 0 19625770 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13378/statm: 217169 16620 2590 9 0 211646 0
[pid=13378/tid=13379] ppid=13377 vsize=868676 CPUtime=21.71
/proc/13378/task/13379/stat : 13379 (java) R 13377 13364 12108 0 -1 64 4941 0 1 0 2009 162 0 0 25 0 9 0 19625771 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13380] ppid=13377 vsize=868676 CPUtime=1.97
/proc/13378/task/13380/stat : 13380 (java) S 13377 13364 12108 0 -1 64 13258 0 0 0 181 16 0 0 16 0 9 0 19625772 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13381] ppid=13377 vsize=868676 CPUtime=0
/proc/13378/task/13381/stat : 13381 (java) S 13377 13364 12108 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19625772 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13382] ppid=13377 vsize=868676 CPUtime=0
/proc/13378/task/13382/stat : 13382 (java) S 13377 13364 12108 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19625772 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13383] ppid=13377 vsize=868676 CPUtime=0

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

/proc/13378/stat : 13378 (java) S 13377 13364 12108 0 -1 0 34790 0 1 0 19092 1734 0 0 20 0 9 0 19625770 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13378/statm: 217169 16620 2590 9 0 211646 0
[pid=13378/tid=13379] ppid=13377 vsize=868676 CPUtime=199.13
/proc/13378/task/13379/stat : 13379 (java) D 13377 13364 12108 0 -1 64 19300 0 1 0 18301 1612 0 0 25 0 9 0 19625771 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=13378/tid=13380] ppid=13377 vsize=868676 CPUtime=8.88
/proc/13378/task/13380/stat : 13380 (java) S 13377 13364 12108 0 -1 64 13258 0 0 0 770 118 0 0 16 0 9 0 19625772 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13381] ppid=13377 vsize=868676 CPUtime=0
/proc/13378/task/13381/stat : 13381 (java) S 13377 13364 12108 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19625772 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13382] ppid=13377 vsize=868676 CPUtime=0
/proc/13378/task/13382/stat : 13382 (java) S 13377 13364 12108 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19625772 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13383] ppid=13377 vsize=868676 CPUtime=0
/proc/13378/task/13383/stat : 13383 (java) S 13377 13364 12108 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19625774 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13384] ppid=13377 vsize=868676 CPUtime=0.21
/proc/13378/task/13384/stat : 13384 (java) S 13377 13364 12108 0 -1 64 1533 0 0 0 20 1 0 0 16 0 9 0 19625774 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13385] ppid=13377 vsize=868676 CPUtime=0
/proc/13378/task/13385/stat : 13385 (java) S 13377 13364 12108 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19625774 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13386] ppid=13377 vsize=868676 CPUtime=0
/proc/13378/task/13386/stat : 13386 (java) S 13377 13364 12108 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19625774 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 208.56
Current children cumulated vsize (KiB) 890900
heavy processes:

[startup+882.302 s]
/proc/loadavg: 5.04 4.96 3.93 2/85 13467
/proc/meminfo: memFree=38936/2055920 swapFree=4192812/4192956
[pid=13364] ppid=13362 vsize=16868 CPUtime=0.3
/proc/13364/stat : 13364 (sugar) S 13362 13364 12108 0 -1 4194304 1310 4363 0 1 5 2 21 2 16 0 1 0 19625736 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13364/statm: 4217 1111 409 3 0 796 0
[pid=13377] ppid=13364 vsize=5356 CPUtime=0
/proc/13377/stat : 13377 (sh) S 13364 13364 12108 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19625770 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13377/statm: 1339 233 193 169 0 50 0
[pid=13378] ppid=13377 vsize=868676 CPUtime=208.26
/proc/13378/stat : 13378 (java) S 13377 13364 12108 0 -1 0 34790 0 1 0 19092 1734 0 0 20 0 9 0 19625770 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13378/statm: 217169 16620 2590 9 0 211646 0
[pid=13378/tid=13379] ppid=13377 vsize=868676 CPUtime=199.13
/proc/13378/task/13379/stat : 13379 (java) D 13377 13364 12108 0 -1 64 19300 0 1 0 18301 1612 0 0 25 0 9 0 19625771 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=13378/tid=13380] ppid=13377 vsize=868676 CPUtime=8.88
/proc/13378/task/13380/stat : 13380 (java) S 13377 13364 12108 0 -1 64 13258 0 0 0 770 118 0 0 16 0 9 0 19625772 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13381] ppid=13377 vsize=868676 CPUtime=0
/proc/13378/task/13381/stat : 13381 (java) S 13377 13364 12108 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19625772 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13382] ppid=13377 vsize=868676 CPUtime=0
/proc/13378/task/13382/stat : 13382 (java) S 13377 13364 12108 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19625772 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13383] ppid=13377 vsize=868676 CPUtime=0
/proc/13378/task/13383/stat : 13383 (java) S 13377 13364 12108 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19625774 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13384] ppid=13377 vsize=868676 CPUtime=0.21
/proc/13378/task/13384/stat : 13384 (java) S 13377 13364 12108 0 -1 64 1533 0 0 0 20 1 0 0 16 0 9 0 19625774 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13385] ppid=13377 vsize=868676 CPUtime=0
/proc/13378/task/13385/stat : 13385 (java) S 13377 13364 12108 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19625774 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13386] ppid=13377 vsize=868676 CPUtime=0
/proc/13378/task/13386/stat : 13386 (java) S 13377 13364 12108 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19625774 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 208.56
Current children cumulated vsize (KiB) 890900
heavy processes:

[startup+942.302 s]
/proc/loadavg: 4.56 4.86 3.96 3/85 13468
/proc/meminfo: memFree=16280/2055920 swapFree=4192812/4192956
[pid=13364] ppid=13362 vsize=16868 CPUtime=0.3
/proc/13364/stat : 13364 (sugar) S 13362 13364 12108 0 -1 4194304 1310 4363 0 1 5 2 21 2 16 0 1 0 19625736 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13364/statm: 4217 1111 409 3 0 796 0
[pid=13377] ppid=13364 vsize=5356 CPUtime=0
/proc/13377/stat : 13377 (sh) S 13364 13364 12108 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19625770 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13377/statm: 1339 233 193 169 0 50 0
[pid=13378] ppid=13377 vsize=868676 CPUtime=228.86
/proc/13378/stat : 13378 (java) S 13377 13364 12108 0 -1 0 36412 0 1 0 20985 1901 0 0 20 0 9 0 19625770 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13378/statm: 217169 16620 2590 9 0 211646 0
[pid=13378/tid=13379] ppid=13377 vsize=868676 CPUtime=219.01
/proc/13378/task/13379/stat : 13379 (java) R 13377 13364 12108 0 -1 64 20922 0 1 0 20131 1770 0 0 25 0 9 0 19625771 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13380] ppid=13377 vsize=868676 CPUtime=9.61
/proc/13378/task/13380/stat : 13380 (java) S 13377 13364 12108 0 -1 64 13258 0 0 0 833 128 0 0 15 0 9 0 19625772 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13381] ppid=13377 vsize=868676 CPUtime=0
/proc/13378/task/13381/stat : 13381 (java) S 13377 13364 12108 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19625772 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13382] ppid=13377 vsize=868676 CPUtime=0
/proc/13378/task/13382/stat : 13382 (java) S 13377 13364 12108 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19625772 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13383] ppid=13377 vsize=868676 CPUtime=0
/proc/13378/task/13383/stat : 13383 (java) S 13377 13364 12108 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19625774 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13384] ppid=13377 vsize=868676 CPUtime=0.21
/proc/13378/task/13384/stat : 13384 (java) S 13377 13364 12108 0 -1 64 1533 0 0 0 20 1 0 0 16 0 9 0 19625774 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13385] ppid=13377 vsize=868676 CPUtime=0
/proc/13378/task/13385/stat : 13385 (java) S 13377 13364 12108 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19625774 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13378/tid=13386] ppid=13377 vsize=868676 CPUtime=0
/proc/13378/task/13386/stat : 13386 (java) S 13377 13364 12108 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19625774 889524224 16620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 229.16
Current children cumulated vsize (KiB) 890900
heavy processes:
  %CPU=23 pid=13378 uid=0 cmd=

[startup+1002.3 s]
/proc/loadavg: 5.55 5.14 4.11 2/75 13475
/proc/meminfo: memFree=1800752/2055920 swapFree=4192812/4192956
[pid=13364] ppid=13362 vsize=16868 CPUtime=236.92
/proc/13364/stat : 13364 (sugar) D 13362 13364 12108 0 -1 4194304 1335 41619 0 2 5 77 21648 1962 18 0 1 0 19625736 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/13364/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 236.92
Current children cumulated vsize (KiB) 16868
heavy processes:

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

[startup+1024 s]
/proc/loadavg: 5.17 5.08 4.11 2/75 13475
/proc/meminfo: memFree=1871344/2055920 swapFree=4192812/4192956
[pid=13364] ppid=13362 vsize=16868 CPUtime=236.97
/proc/13364/stat : 13364 (sugar) D 13362 13364 12108 0 -1 4194304 1335 41619 0 2 5 82 21648 1962 18 0 1 0 19625736 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/13364/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 236.97
Current children cumulated vsize (KiB) 16868

[startup+1036.8 s]
/proc/loadavg: 4.84 5.01 4.10 2/75 13475
/proc/meminfo: memFree=1917488/2055920 swapFree=4192812/4192956
[pid=13364] ppid=13362 vsize=16868 CPUtime=237.01
/proc/13364/stat : 13364 (sugar) D 13362 13364 12108 0 -1 4194304 1335 41619 0 2 5 86 21648 1962 18 0 1 0 19625736 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/13364/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 237.01
Current children cumulated vsize (KiB) 16868

[startup+1043.2 s]
/proc/loadavg: 4.69 4.98 4.10 2/75 13475
/proc/meminfo: memFree=1933872/2055920 swapFree=4192812/4192956
[pid=13364] ppid=13362 vsize=16868 CPUtime=237.01
/proc/13364/stat : 13364 (sugar) D 13362 13364 12108 0 -1 4194304 1335 41619 0 2 5 86 21648 1962 18 0 1 0 19625736 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/13364/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 237.01
Current children cumulated vsize (KiB) 16868

[startup+1044.8 s]
/proc/loadavg: 4.56 4.95 4.09 2/75 13475
/proc/meminfo: memFree=1941616/2055920 swapFree=4192812/4192956
[pid=13364] ppid=13362 vsize=16868 CPUtime=237.02
/proc/13364/stat : 13364 (sugar) D 13362 13364 12108 0 -1 4194304 1335 41619 0 2 5 87 21648 1962 18 0 1 0 19625736 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/13364/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 237.02
Current children cumulated vsize (KiB) 16868

[startup+1046.4 s]
/proc/loadavg: 4.56 4.95 4.09 2/75 13475
/proc/meminfo: memFree=1943856/2055920 swapFree=4192812/4192956
[pid=13364] ppid=13362 vsize=16868 CPUtime=237.14
/proc/13364/stat : 13364 (sugar) D 13362 13364 12108 0 -1 4194304 1335 41619 0 2 5 99 21648 1962 18 0 1 0 19625736 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13364/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 237.14
Current children cumulated vsize (KiB) 16868

[startup+1046.81 s]
/proc/loadavg: 4.56 4.95 4.09 2/75 13475
/proc/meminfo: memFree=1943664/2055920 swapFree=4192812/4192956
[pid=13364] ppid=13362 vsize=16868 CPUtime=237.17
/proc/13364/stat : 13364 (sugar) D 13362 13364 12108 0 -1 4194304 1335 41619 0 2 5 102 21648 1962 18 0 1 0 19625736 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13364/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 237.17
Current children cumulated vsize (KiB) 16868

[startup+1047 s]
/proc/loadavg: 4.56 4.95 4.09 2/75 13475
/proc/meminfo: memFree=1943664/2055920 swapFree=4192812/4192956
[pid=13364] ppid=13362 vsize=16868 CPUtime=237.2
/proc/13364/stat : 13364 (sugar) R 13362 13364 12108 0 -1 4194304 1335 41619 0 2 5 105 21648 1962 18 0 1 0 19625736 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 0 0 0 17 0 0 0
/proc/13364/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 237.2
Current children cumulated vsize (KiB) 16868

[startup+1047.1 s]
/proc/loadavg: 4.56 4.95 4.09 2/75 13475
/proc/meminfo: memFree=1943664/2055920 swapFree=4192812/4192956
[pid=13364] ppid=13362 vsize=16868 CPUtime=237.22
/proc/13364/stat : 13364 (sugar) D 13362 13364 12108 0 -1 4194304 1335 41619 0 2 5 107 21648 1962 18 0 1 0 19625736 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13364/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 237.22
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1047.15
CPU time (s): 237.243
CPU user time (s): 216.539
CPU system time (s): 20.7039
CPU usage (%): 22.6561
Max. virtual memory (cumulated for all children) (KiB): 891544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 216.539
system time used= 20.7039
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43015
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= 183289
involuntary context switches= 174698

runsolver used 1.2888 second user time and 3.32749 second system time

The end

Launcher Data

Begin job on node89 at 2009-07-11 17:20:06
IDJOB=2060103
IDBENCH=53647
IDSOLVER=738
FILE ID=node89/2060103-1247325606
PBS_JOBID= 9506457
Free space on /tmp= 66164 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/magicSquare/normalized-magicSquare-16_glb.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-2060103-1247325606/watcher-2060103-1247325606 -o /tmp/evaluation-result-2060103-1247325606/solver-2060103-1247325606 -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-2060103-1247325606.xml

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

MD5SUM BENCH= 906ffa75db05749face78c09510fe98d
RANDOM SEED=1071188659

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:       1239536 kB
Buffers:         57088 kB
Cached:         496500 kB
SwapCached:          0 kB
Active:         282808 kB
Inactive:       480096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1239536 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1552 kB
Writeback:           0 kB
Mapped:         225032 kB
Slab:            38436 kB
Committed_AS:   834828 kB
PageTables:       2128 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 17:37:33