Trace number 2063931

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+picosatSAT 138.968 154.772

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-3.xml
MD5SUM3a691b3fedc807051946f22a34b74e5c
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.29289
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7870
Maximum constraint arity15
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6952
Global constraints used (with number of constraints)alldifferent(918)

Solver Data

0.04/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.08	c 0	BEGIN Sat Jul 11 19:28:58 2009
0.04/0.08	c 0	PID 15257
0.04/0.08	c 0	HOST node28.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-2063931-1247333338.xml TO HOME/temp.csp
0.04/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2063931-1247333338.xml' 'HOME/temp.csp'
1.05/1.19	c 1	228 domains, 400 variables, 1 predicates, 0 relations, 7870 constraints
1.14/1.23	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.14/1.23	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.15/1.31	c 1	Parsing HOME/temp.csp
1.15/1.50	c 2	parsed 8499 expressions
1.15/1.51	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.15/1.51	c 2	Converting to clausal form CSP
1.15/1.86	c 2	converted 850 (10%) expressions
2.19/2.35	c 2	converted 1700 (20%) expressions
2.69/2.87	c 3	converted 2550 (30%) expressions
3.08/3.27	c 3	converted 3400 (40%) expressions
3.48/3.68	c 4	converted 4250 (50%) expressions
4.07/4.27	c 4	converted 5100 (60%) expressions
4.47/4.69	c 5	converted 5950 (70%) expressions
4.96/5.10	c 5	converted 6800 (80%) expressions
7.93/8.14	c 8	converted 7650 (90%) expressions
53.81/54.55	c 55	converted 8499 (100%) expressions
53.81/54.55	c 55	CSP : 400 integers, 0 booleans, 88495 clauses, largest domain size 35
53.81/54.55	c 55	Heap : 420 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
53.81/54.55	c 55	Propagation in CSP
61.33/62.15	c 62	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
61.33/62.15	c 62	CSP : 400 integers, 0 booleans, 88495 clauses, largest domain size 35
61.33/62.15	c 62	Heap : 426 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
61.43/62.24	c 62	Simplifing CSP by introducing new Boolean variables
62.21/63.00	c 63	CSP : 400 integers, 185975 booleans, 274470 clauses, largest domain size 35
62.21/63.00	c 63	Heap : 457 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
64.69/65.53	c 66	Encoding CSP to SAT : HOME/temp.cnf
64.80/65.61	c 66	40 (10%) CSP integer variables are encoded (951 clauses, 10319 bytes)
64.80/65.62	c 66	80 (20%) CSP integer variables are encoded (1878 clauses, 22355 bytes)
64.80/65.62	c 66	120 (30%) CSP integer variables are encoded (2832 clauses, 34757 bytes)
64.80/65.62	c 66	160 (40%) CSP integer variables are encoded (3751 clauses, 46704 bytes)
64.80/65.63	c 66	200 (50%) CSP integer variables are encoded (4664 clauses, 58573 bytes)
64.80/65.63	c 66	240 (60%) CSP integer variables are encoded (4737 clauses, 59522 bytes)
64.80/65.63	c 66	280 (70%) CSP integer variables are encoded (4809 clauses, 60458 bytes)
64.80/65.63	c 66	320 (80%) CSP integer variables are encoded (4868 clauses, 61225 bytes)
64.80/65.63	c 66	360 (90%) CSP integer variables are encoded (4945 clauses, 62226 bytes)
64.80/65.63	c 66	400 (100%) CSP integer variables are encoded (5008 clauses, 63045 bytes)
66.18/67.06	c 67	27447 (10%) CSP clauses are encoded (301515 clauses, 5655584 bytes)
68.23/70.50	c 71	54894 (20%) CSP clauses are encoded (702051 clauses, 13334246 bytes)
70.03/72.29	c 72	82341 (30%) CSP clauses are encoded (1132581 clauses, 21544515 bytes)
71.79/78.46	c 79	109788 (40%) CSP clauses are encoded (1556480 clauses, 29678096 bytes)
74.70/83.80	c 84	137235 (50%) CSP clauses are encoded (1983615 clauses, 37795765 bytes)
76.39/85.55	c 86	164682 (60%) CSP clauses are encoded (2422956 clauses, 46579062 bytes)
78.52/89.99	c 90	192129 (70%) CSP clauses are encoded (2860709 clauses, 55411259 bytes)
81.64/96.08	c 96	219576 (80%) CSP clauses are encoded (3289038 clauses, 64034553 bytes)
83.80/98.85	c 99	247023 (90%) CSP clauses are encoded (3730928 clauses, 72831153 bytes)
85.70/100.72	c 101	274470 (100%) CSP clauses are encoded (4165709 clauses, 81608379 bytes)
85.70/100.72	c 101	274470 CSP clauses encoded
85.70/100.72	c 101	Writing map file : HOME/temp.map
85.70/100.75	c 101	Heap : 481 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
85.70/100.75	c 101	SAT : 191314 SAT variables, 4165709 SAT clauses, 81608379 bytes
85.70/100.75	c 101	Heap : 481 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
85.79/100.85	c 101	SOLVING HOME/temp.cnf
85.79/100.85	c 101	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
138.31/154.14	c 154	DECODING HOME/temp.out WITH HOME/temp.map
138.31/154.14	c 154	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
138.38/154.22	c 154	Decoding HOME/temp.out
138.82/154.65	s SATISFIABLE
138.82/154.66	v 1 5 16 10 40 23 6 11 12 17 29 18 37 9 43 21 3 8 8 5 7 32 30 3 8 9 25 9 26 2 6 13 27 15 38 13 14 34 19 11 0 26 24 16 8 19 9 36 44 29 0 9 1 14 32 5 7 0 15 27 3 1 30 16 35 22 4 9 44 23 33 9 42 24 6 35 19 40 12 15 42 8 3 27 7 37 38 7 4 27 2 20 10 8 41 43 6 22 22 25 17 38 11 13 0 26 30 14 13 31 0 23 23 17 28 11 1 18 18 2 19 24 21 12 33 35 38 15 19 20 22 13 8 34 24 18 4 18 28 36 10 21 32 2 39 34 44 39 25 26 10 28 31 33 34 8 26 29 39 34 35 12 35 41 41 37 10 40 30 42 7 13 3 25 39 43 5 17 26 32 43 23 41 40 27 35 39 1 31 44 17 21 41 20 39 29 0 22 8 33 8 2 1 7 7 5 7 5 9 7 8 4 6 6 7 6 9 4 3 3 9 6 5 6 0 1 2 2 8 8 6 5 6 8 7 7 2 6 8 7 5 9 2 4 9 7 5 6 5 7 2 4 5 3 4 6 8 9 7 3 2 4 8 7 7 6 3 3 7 4 4 0 8 4 8 6 4 9 8 4 7 8 0 7 5 4 3 2 1 4 4 8 2 2 4 8 4 3 8 4 4 2 6 2 8 6 6 1 4 7 4 3 2 2 7 8 3 6 7 2 6 1 2 5 5 5 0 6 3 2 7 3 7 5 3 8 7 5 2 4 6 1 9 1 7 4 8 8 7 4 5 4 6 7 2 6 7 6 5 7 3 4 1 6 7 3 3 6 1 6 6 1 4 6 6 6 1 1 5 3 5 7 3 0 5 0 9 7 5 6 5 0 9 7 3 5 7 2 5 2
138.82/154.67	c 155	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
138.89/154.73	c 155	CPU 138.91 (0.06 0.02 116.95 21.88)
138.89/154.73	c 155	END Sat Jul 11 19:31:33 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2063931-1247333338/watcher-2063931-1247333338 -o /tmp/evaluation-result-2063931-1247333338/solver-2063931-1247333338 -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-2063931-1247333338.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.60 2.42 2.21 4/76 15257
/proc/meminfo: memFree=1796608/2055920 swapFree=4192812/4192956
[pid=15257] ppid=15255 vsize=18576 CPUtime=0
/proc/15257/stat : 15257 (runsolver) R 15255 15257 15171 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 20400438 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 217871609127 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15257/statm: 4644 284 249 26 0 2626 0

[startup+0.062037 s]
/proc/loadavg: 2.60 2.42 2.21 4/76 15257
/proc/meminfo: memFree=1796608/2055920 swapFree=4192812/4192956
[pid=15257] ppid=15255 vsize=16080 CPUtime=0.04
/proc/15257/stat : 15257 (sugar) R 15255 15257 15171 0 -1 4194304 927 0 0 0 3 1 0 0 18 0 1 0 20400438 16465920 895 996147200 4194304 4206940 548682068608 18446744073709551615 217889456263 0 0 4224 0 0 0 0 17 1 0 0
/proc/15257/statm: 4020 895 380 3 0 599 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16080

[startup+0.101041 s]
/proc/loadavg: 2.60 2.42 2.21 4/76 15257
/proc/meminfo: memFree=1796608/2055920 swapFree=4192812/4192956
[pid=15257] ppid=15255 vsize=16868 CPUtime=0.06
/proc/15257/stat : 15257 (sugar) S 15255 15257 15171 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20400438 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15257/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30106 s]
/proc/loadavg: 2.60 2.42 2.21 4/76 15257
/proc/meminfo: memFree=1796608/2055920 swapFree=4192812/4192956
[pid=15257] ppid=15255 vsize=16868 CPUtime=0.06
/proc/15257/stat : 15257 (sugar) S 15255 15257 15171 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20400438 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15257/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701114 s]
/proc/loadavg: 2.60 2.42 2.21 4/76 15257
/proc/meminfo: memFree=1796608/2055920 swapFree=4192812/4192956
[pid=15257] ppid=15255 vsize=16868 CPUtime=0.06
/proc/15257/stat : 15257 (sugar) S 15255 15257 15171 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20400438 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15257/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50121 s]
/proc/loadavg: 2.60 2.42 2.21 3/87 15269
/proc/meminfo: memFree=1774568/2055920 swapFree=4192812/4192956
[pid=15257] ppid=15255 vsize=16868 CPUtime=1.15
/proc/15257/stat : 15257 (sugar) S 15255 15257 15171 0 -1 4194304 1309 8701 0 1 5 1 104 5 16 0 1 0 20400438 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15257/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 16868

[startup+3.1024 s]
/proc/loadavg: 2.60 2.42 2.21 4/87 15279
/proc/meminfo: memFree=1774248/2055920 swapFree=4192812/4192956
[pid=15257] ppid=15255 vsize=16868 CPUtime=1.16
/proc/15257/stat : 15257 (sugar) S 15255 15257 15171 0 -1 4194304 1309 8701 0 1 6 1 104 5 15 0 1 0 20400438 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15257/statm: 4217 1111 409 3 0 796 0
[pid=15270] ppid=15257 vsize=5356 CPUtime=0
/proc/15270/stat : 15270 (sh) S 15257 15257 15171 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20400562 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15270/statm: 1339 233 193 169 0 50 0
[pid=15271] ppid=15270 vsize=868568 CPUtime=1.83
/proc/15271/stat : 15271 (java) S 15270 15257 15171 0 -1 0 10210 0 1 0 177 6 0 0 18 0 9 0 20400562 889413632 9357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15271/statm: 217142 9357 2566 9 0 211647 0
[pid=15271/tid=15272] ppid=15270 vsize=868568 CPUtime=1.3
/proc/15271/task/15272/stat : 15272 (java) R 15270 15257 15171 0 -1 64 2809 0 1 0 128 2 0 0 25 0 9 0 20400563 889413632 9357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15271/tid=15273] ppid=15270 vsize=868568 CPUtime=0.34
/proc/15271/task/15273/stat : 15273 (java) R 15270 15257 15171 0 -1 64 5229 0 0 0 32 2 0 0 16 0 9 0 20400565 889413632 9357 996147200 134512640 134550932 4294955936 18446744073709551615 104749704 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15271/tid=15274] ppid=15270 vsize=868568 CPUtime=0
/proc/15271/task/15274/stat : 15274 (java) S 15270 15257 15171 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20400565 889413632 9357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15271/tid=15275] ppid=15270 vsize=868568 CPUtime=0
/proc/15271/task/15275/stat : 15275 (java) S 15270 15257 15171 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20400565 889413632 9357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15271/tid=15276] ppid=15270 vsize=868568 CPUtime=0
/proc/15271/task/15276/stat : 15276 (java) S 15270 15257 15171 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20400567 889413632 9357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15271/tid=15277] ppid=15270 vsize=868568 CPUtime=0.15
/proc/15271/task/15277/stat : 15277 (java) S 15270 15257 15171 0 -1 64 1474 0 0 0 15 0 0 0 15 0 9 0 20400567 889413632 9357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15271/tid=15278] ppid=15270 vsize=868568 CPUtime=0
/proc/15271/task/15278/stat : 15278 (java) S 15270 15257 15171 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20400567 889413632 9357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15271/tid=15279] ppid=15270 vsize=868568 CPUtime=0
/proc/15271/task/15279/stat : 15279 (java) S 15270 15257 15171 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20400567 889413632 9357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890792

[startup+6.3018 s]
/proc/loadavg: 2.71 2.45 2.22 3/87 15279
/proc/meminfo: memFree=1743784/2055920 swapFree=4192812/4192956
[pid=15257] ppid=15255 vsize=16868 CPUtime=1.16
/proc/15257/stat : 15257 (sugar) S 15255 15257 15171 0 -1 4194304 1309 8701 0 1 6 1 104 5 15 0 1 0 20400438 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15257/statm: 4217 1111 409 3 0 796 0
[pid=15270] ppid=15257 vsize=5356 CPUtime=0
/proc/15270/stat : 15270 (sh) S 15257 15257 15171 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20400562 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15270/statm: 1339 233 193 169 0 50 0
[pid=15271] ppid=15270 vsize=868568 CPUtime=4.99
/proc/15271/stat : 15271 (java) S 15270 15257 15171 0 -1 0 17648 0 1 0 489 10 0 0 18 0 9 0 20400562 889413632 16715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15271/statm: 217142 16715 2566 9 0 211647 0
[pid=15271/tid=15272] ppid=15270 vsize=868568 CPUtime=3.75
/proc/15271/task/15272/stat : 15272 (java) R 15270 15257 15171 0 -1 64 3325 0 1 0 373 2 0 0 25 0 9 0 20400563 889413632 16715 996147200 134512640 134550932 4294955936 18446744073709551615 4126546593 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15271/tid=15273] ppid=15270 vsize=868568 CPUtime=1.04
/proc/15271/task/15273/stat : 15273 (java) S 15270 15257 15171 0 -1 64 12133 0 0 0 99 5 0 0 16 0 9 0 20400565 889413632 16715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15271/tid=15274] ppid=15270 vsize=868568 CPUtime=0
/proc/15271/task/15274/stat : 15274 (java) S 15270 15257 15171 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20400565 889413632 16715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15271/tid=15275] ppid=15270 vsize=868568 CPUtime=0
/proc/15271/task/15275/stat : 15275 (java) S 15270 15257 15171 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20400565 889413632 16715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15271/tid=15276] ppid=15270 vsize=868568 CPUtime=0
/proc/15271/task/15276/stat : 15276 (java) S 15270 15257 15171 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20400567 889413632 16715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15271/tid=15277] ppid=15270 vsize=868568 CPUtime=0.16
/proc/15271/task/15277/stat : 15277 (java) S 15270 15257 15171 0 -1 64 1492 0 0 0 16 0 0 0 15 0 9 0 20400567 889413632 16715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15271/tid=15278] ppid=15270 vsize=868568 CPUtime=0
/proc/15271/task/15278/stat : 15278 (java) S 15270 15257 15171 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20400567 889413632 16715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15271/tid=15279] ppid=15270 vsize=868568 CPUtime=0
/proc/15271/task/15279/stat : 15279 (java) S 15270 15257 15171 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20400567 889413632 16715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890792

[startup+12.7026 s]
/proc/loadavg: 2.73 2.46 2.22 3/87 15279
/proc/meminfo: memFree=1685800/2055920 swapFree=4192812/4192956
[pid=15257] ppid=15255 vsize=16868 CPUtime=1.16
/proc/15257/stat : 15257 (sugar) S 15255 15257 15171 0 -1 4194304 1309 8701 0 1 6 1 104 5 16 0 1 0 20400438 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15257/statm: 4217 1111 409 3 0 796 0
[pid=15270] ppid=15257 vsize=5356 CPUtime=0
/proc/15270/stat : 15270 (sh) S 15257 15257 15171 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20400562 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15270/statm: 1339 233 193 169 0 50 0
[pid=15271] ppid=15270 vsize=868568 CPUtime=11.31
/proc/15271/stat : 15271 (java) S 15270 15257 15171 0 -1 0 35988 0 1 0 1112 19 0 0 18 0 9 0 20400562 889413632 30513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15271/statm: 217142 30513 2567 9 0 211647 0
[pid=15271/tid=15272] ppid=15270 vsize=868568 CPUtime=8.91
/proc/15271/task/15272/stat : 15272 (java) R 15270 15257 15171 0 -1 64 3813 0 1 0 888 3 0 0 25 0 9 0 20400563 889413632 30513 996147200 134512640 134550932 4294955936 18446744073709551615 4126509840 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15271/tid=15273] ppid=15270 vsize=868568 CPUtime=2.21
/proc/15271/task/15273/stat : 15273 (java) S 15270 15257 15171 0 -1 64 29985 0 0 0 207 14 0 0 16 0 9 0 20400565 889413632 30513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15271/tid=15274] ppid=15270 vsize=868568 CPUtime=0
/proc/15271/task/15274/stat : 15274 (java) S 15270 15257 15171 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20400565 889413632 30513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15271/tid=15275] ppid=15270 vsize=868568 CPUtime=0
/proc/15271/task/15275/stat : 15275 (java) S 15270 15257 15171 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20400565 889413632 30513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15271/tid=15276] ppid=15270 vsize=868568 CPUtime=0
/proc/15271/task/15276/stat : 15276 (java) S 15270 15257 15171 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20400567 889413632 30513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15271/tid=15277] ppid=15270 vsize=868568 CPUtime=0.16
/proc/15271/task/15277/stat : 15277 (java) S 15270 15257 15171 0 -1 64 1492 0 0 0 16 0 0 0 15 0 9 0 20400567 889413632 30513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15271/tid=15278] ppid=15270 vsize=868568 CPUtime=0
/proc/15271/task/15278/stat : 15278 (java) S 15270 15257 15171 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20400567 889413632 30513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15271/tid=15279] ppid=15270 vsize=868568 CPUtime=0
/proc/15271/task/15279/stat : 15279 (java) S 15270 15257 15171 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20400567 889413632 30513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 890792

[startup+25.5021 s]
/proc/loadavg: 2.64 2.45 2.22 3/87 15279
/proc/meminfo: memFree=1575848/2055920 swapFree=4192812/4192956
[pid=15257] ppid=15255 vsize=16868 CPUtime=1.16
/proc/15257/stat : 15257 (sugar) S 15255 15257 15171 0 -1 4194304 1309 8701 0 1 6 1 104 5 16 0 1 0 20400438 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15257/statm: 4217 1111 409 3 0 796 0
[pid=15270] ppid=15257 vsize=5356 CPUtime=0
/proc/15270/stat : 15270 (sh) S 15257 15257 15171 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20400562 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15270/statm: 1339 233 193 169 0 50 0
[pid=15271] ppid=15270 vsize=868568 CPUtime=23.98
/proc/15271/stat : 15271 (java) S 15270 15257 15171 0 -1 0 71122 0 1 0 2364 34 0 0 18 0 9 0 20400562 889413632 57268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15271/statm: 217142 57268 2567 9 0 211647 0
[pid=15271/tid=15272] ppid=15270 vsize=868568 CPUtime=18.16
/proc/15271/task/15272/stat : 15272 (java) R 15270 15257 15171 0 -1 64 5798 0 1 0 1812 4 0 0 25 0 9 0 20400563 889413632 57268 996147200 134512640 134550932 4294955936 18446744073709551615 4126509840 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15271/tid=15273] ppid=15270 vsize=868568 CPUtime=5.62
/proc/15271/task/15273/stat : 15273 (java) S 15270 15257 15171 0 -1 64 63134 0 0 0 534 28 0 0 16 0 9 0 20400565 889413632 57268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15271/tid=15274] ppid=15270 vsize=868568 CPUtime=0
/proc/15271/task/15274/stat : 15274 (java) S 15270 15257 15171 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20400565 889413632 57268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15271/tid=15275] ppid=15270 vsize=868568 CPUtime=0
/proc/15271/task/15275/stat : 15275 (java) S 15270 15257 15171 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20400565 889413632 57268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15271/tid=15276] ppid=15270 vsize=868568 CPUtime=0
/proc/15271/task/15276/stat : 15276 (java) S 15270 15257 15171 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20400567 889413632 57268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15271/tid=15277] ppid=15270 vsize=868568 CPUtime=0.16
/proc/15271/task/15277/stat : 15277 (java) S 15270 15257 15171 0 -1 64 1492 0 0 0 16 0 0 0 15 0 9 0 20400567 889413632 57268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15271/tid=15278] ppid=15270 vsize=868568 CPUtime=0
/proc/15271/task/15278/stat : 15278 (java) S 15270 15257 15171 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20400567 889413632 57268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15271/tid=15279] ppid=15270 vsize=868568 CPUtime=0
/proc/15271/task/15279/stat : 15279 (java) S 15270 15257 15171 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20400567 889413632 57268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 890792

[startup+51.1023 s]
/proc/loadavg: 2.55 2.44 2.23 3/87 15279
/proc/meminfo: memFree=1375272/2055920 swapFree=4192812/4192956
[pid=15257] ppid=15255 vsize=16868 CPUtime=1.16
/proc/15257/stat : 15257 (sugar) S 15255 15257 15171 0 -1 4194304 1309 8701 0 1 6 1 104 5 16 0 1 0 20400438 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15257/statm: 4217 1111 409 3 0 796 0
[pid=15270] ppid=15257 vsize=5356 CPUtime=0
/proc/15270/stat : 15270 (sh) S 15257 15257 15171 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20400562 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15270/statm: 1339 233 193 169 0 50 0
[pid=15271] ppid=15270 vsize=868568 CPUtime=49.28
/proc/15271/stat : 15271 (java) S 15270 15257 15171 0 -1 0 126207 0 1 0 4872 56 0 0 18 0 9 0 20400562 889413632 107816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15271/statm: 217142 107816 2567 9 0 211647 0

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

Current children cumulated CPU time (s) 112.87
Current children cumulated vsize (KiB) 147068

[startup+141.202 s]
/proc/loadavg: 2.40 2.44 2.24 3/79 15281
/proc/meminfo: memFree=1559152/2055920 swapFree=4192812/4192956
[pid=15257] ppid=15255 vsize=16868 CPUtime=85.85
/proc/15257/stat : 15257 (sugar) S 15255 15257 15171 0 -1 4194304 1365 161216 0 2 6 1 8384 194 16 0 1 0 20400438 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15257/statm: 4217 1113 409 3 0 796 0
[pid=15280] ppid=15257 vsize=5356 CPUtime=0
/proc/15280/stat : 15280 (sh) S 15257 15257 15171 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20410524 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15280/statm: 1339 232 193 169 0 50 0
[pid=15281] ppid=15280 vsize=160300 CPUtime=39.69
/proc/15281/stat : 15281 (picosat) R 15280 15257 15171 0 -1 4194304 38233 0 0 0 1983 1986 0 0 25 0 1 0 20410524 164147200 38168 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15281/statm: 40075 38168 42 102 0 39970 0
Current children cumulated CPU time (s) 125.54
Current children cumulated vsize (KiB) 182524

[startup+147.602 s]
/proc/loadavg: 2.37 2.43 2.24 3/79 15281
/proc/meminfo: memFree=1559152/2055920 swapFree=4192812/4192956
[pid=15257] ppid=15255 vsize=16868 CPUtime=85.85
/proc/15257/stat : 15257 (sugar) S 15255 15257 15171 0 -1 4194304 1365 161216 0 2 6 1 8384 194 16 0 1 0 20400438 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15257/statm: 4217 1113 409 3 0 796 0
[pid=15280] ppid=15257 vsize=5356 CPUtime=0
/proc/15280/stat : 15280 (sh) S 15257 15257 15171 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20410524 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15280/statm: 1339 232 193 169 0 50 0
[pid=15281] ppid=15280 vsize=160300 CPUtime=46.03
/proc/15281/stat : 15281 (picosat) R 15280 15257 15171 0 -1 4194304 38235 0 0 0 2617 1986 0 0 25 0 1 0 20410524 164147200 38170 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15281/statm: 40075 38170 42 102 0 39970 0
Current children cumulated CPU time (s) 131.88
Current children cumulated vsize (KiB) 182524

[startup+150.801 s]
/proc/loadavg: 2.34 2.42 2.24 3/79 15281
/proc/meminfo: memFree=1559152/2055920 swapFree=4192812/4192956
[pid=15257] ppid=15255 vsize=16868 CPUtime=85.85
/proc/15257/stat : 15257 (sugar) S 15255 15257 15171 0 -1 4194304 1365 161216 0 2 6 1 8384 194 16 0 1 0 20400438 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15257/statm: 4217 1113 409 3 0 796 0
[pid=15280] ppid=15257 vsize=5356 CPUtime=0
/proc/15280/stat : 15280 (sh) S 15257 15257 15171 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20410524 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15280/statm: 1339 232 193 169 0 50 0
[pid=15281] ppid=15280 vsize=160300 CPUtime=49.2
/proc/15281/stat : 15281 (picosat) R 15280 15257 15171 0 -1 4194304 38235 0 0 0 2934 1986 0 0 25 0 1 0 20410524 164147200 38170 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/15281/statm: 40075 38170 42 102 0 39970 0
Current children cumulated CPU time (s) 135.05
Current children cumulated vsize (KiB) 182524

[startup+152.402 s]
/proc/loadavg: 2.34 2.42 2.24 3/79 15281
/proc/meminfo: memFree=1559152/2055920 swapFree=4192812/4192956
[pid=15257] ppid=15255 vsize=16868 CPUtime=85.85
/proc/15257/stat : 15257 (sugar) S 15255 15257 15171 0 -1 4194304 1365 161216 0 2 6 1 8384 194 16 0 1 0 20400438 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15257/statm: 4217 1113 409 3 0 796 0
[pid=15280] ppid=15257 vsize=5356 CPUtime=0
/proc/15280/stat : 15280 (sh) S 15257 15257 15171 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20410524 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15280/statm: 1339 232 193 169 0 50 0
[pid=15281] ppid=15280 vsize=160300 CPUtime=50.78
/proc/15281/stat : 15281 (picosat) R 15280 15257 15171 0 -1 4194304 38253 0 0 0 3092 1986 0 0 25 0 1 0 20410524 164147200 38188 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15281/statm: 40075 38188 42 102 0 39970 0
Current children cumulated CPU time (s) 136.63
Current children cumulated vsize (KiB) 182524

[startup+154.002 s]
/proc/loadavg: 2.34 2.42 2.24 3/79 15281
/proc/meminfo: memFree=1559152/2055920 swapFree=4192812/4192956
[pid=15257] ppid=15255 vsize=16868 CPUtime=85.85
/proc/15257/stat : 15257 (sugar) S 15255 15257 15171 0 -1 4194304 1365 161216 0 2 6 1 8384 194 16 0 1 0 20400438 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15257/statm: 4217 1113 409 3 0 796 0
[pid=15280] ppid=15257 vsize=5356 CPUtime=0
/proc/15280/stat : 15280 (sh) S 15257 15257 15171 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20410524 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15280/statm: 1339 232 193 169 0 50 0
[pid=15281] ppid=15280 vsize=162352 CPUtime=52.37
/proc/15281/stat : 15281 (picosat) R 15280 15257 15171 0 -1 4194304 38335 0 0 0 3250 1987 0 0 25 0 1 0 20410524 166248448 38270 996147200 134512640 134931368 4294956256 18446744073709551615 134581914 0 0 4096 0 0 0 0 17 1 0 0
/proc/15281/statm: 40588 38270 47 102 0 40483 0
Current children cumulated CPU time (s) 138.22
Current children cumulated vsize (KiB) 184576

[startup+154.402 s]
/proc/loadavg: 2.34 2.42 2.24 4/87 15291
/proc/meminfo: memFree=1705392/2055920 swapFree=4192812/4192956
[pid=15257] ppid=15255 vsize=16868 CPUtime=138.38
/proc/15257/stat : 15257 (sugar) S 15255 15257 15171 0 -1 4194304 1446 199837 0 2 6 1 11646 2185 16 0 1 0 20400438 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15257/statm: 4217 1113 409 3 0 796 0
[pid=15282] ppid=15257 vsize=5356 CPUtime=0
/proc/15282/stat : 15282 (sh) S 15257 15257 15171 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20415853 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15282/statm: 1339 233 193 169 0 50 0
[pid=15283] ppid=15282 vsize=862012 CPUtime=0.24
/proc/15283/stat : 15283 (java) S 15282 15257 15171 0 -1 0 3056 0 1 0 22 2 0 0 18 0 9 0 20415853 882700288 2521 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15283/statm: 215503 2521 1271 9 0 210416 0
[pid=15283/tid=15284] ppid=15282 vsize=862012 CPUtime=0.22
/proc/15283/task/15284/stat : 15284 (java) R 15282 15257 15171 0 -1 64 2052 0 1 0 21 1 0 0 18 0 9 0 20415854 882700288 2521 996147200 134512640 134550932 4294955984 18446744073709551615 4125978494 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15283/tid=15285] ppid=15282 vsize=862012 CPUtime=0
/proc/15283/task/15285/stat : 15285 (java) S 15282 15257 15171 0 -1 64 102 0 0 0 0 0 0 0 16 0 9 0 20415855 882700288 2521 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15283/tid=15286] ppid=15282 vsize=862012 CPUtime=0
/proc/15283/task/15286/stat : 15286 (java) S 15282 15257 15171 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 20415856 882700288 2521 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15283/tid=15287] ppid=15282 vsize=862012 CPUtime=0
/proc/15283/task/15287/stat : 15287 (java) S 15282 15257 15171 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 20415856 882700288 2521 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15283/tid=15288] ppid=15282 vsize=862012 CPUtime=0
/proc/15283/task/15288/stat : 15288 (java) S 15282 15257 15171 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20415858 882700288 2521 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15283/tid=15289] ppid=15282 vsize=862012 CPUtime=0
/proc/15283/task/15289/stat : 15289 (java) R 15282 15257 15171 0 -1 64 208 0 0 0 0 0 0 0 19 0 9 0 20415858 882700288 2521 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15283/tid=15290] ppid=15282 vsize=862012 CPUtime=0
/proc/15283/task/15290/stat : 15290 (java) S 15282 15257 15171 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20415858 882700288 2521 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15283/tid=15291] ppid=15282 vsize=862012 CPUtime=0
/proc/15283/task/15291/stat : 15291 (java) S 15282 15257 15171 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 20415858 882700288 2521 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 138.62
Current children cumulated vsize (KiB) 884236

[startup+154.603 s]
/proc/loadavg: 2.34 2.42 2.24 4/87 15291
/proc/meminfo: memFree=1705392/2055920 swapFree=4192812/4192956
[pid=15257] ppid=15255 vsize=16868 CPUtime=138.38
/proc/15257/stat : 15257 (sugar) S 15255 15257 15171 0 -1 4194304 1446 199837 0 2 6 1 11646 2185 16 0 1 0 20400438 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15257/statm: 4217 1113 409 3 0 796 0
[pid=15282] ppid=15257 vsize=5356 CPUtime=0
/proc/15282/stat : 15282 (sh) S 15257 15257 15171 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20415853 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15282/statm: 1339 233 193 169 0 50 0
[pid=15283] ppid=15282 vsize=862292 CPUtime=0.44
/proc/15283/stat : 15283 (java) S 15282 15257 15171 0 -1 0 3207 0 1 0 42 2 0 0 18 0 9 0 20415853 882987008 2671 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15283/statm: 215573 2671 1289 9 0 210486 0
[pid=15283/tid=15284] ppid=15282 vsize=862292 CPUtime=0.36
/proc/15283/task/15284/stat : 15284 (java) R 15282 15257 15171 0 -1 64 2053 0 1 0 35 1 0 0 20 0 9 0 20415854 882987008 2671 996147200 134512640 134550932 4294955984 18446744073709551615 4126501127 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15283/tid=15285] ppid=15282 vsize=862292 CPUtime=0
/proc/15283/task/15285/stat : 15285 (java) S 15282 15257 15171 0 -1 64 148 0 0 0 0 0 0 0 16 0 9 0 20415855 882987008 2671 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15283/tid=15286] ppid=15282 vsize=862292 CPUtime=0
/proc/15283/task/15286/stat : 15286 (java) S 15282 15257 15171 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 20415856 882987008 2671 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15283/tid=15287] ppid=15282 vsize=862292 CPUtime=0
/proc/15283/task/15287/stat : 15287 (java) S 15282 15257 15171 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 20415856 882987008 2671 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15283/tid=15288] ppid=15282 vsize=862292 CPUtime=0
/proc/15283/task/15288/stat : 15288 (java) S 15282 15257 15171 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20415858 882987008 2671 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15283/tid=15289] ppid=15282 vsize=862292 CPUtime=0.05
/proc/15283/task/15289/stat : 15289 (java) S 15282 15257 15171 0 -1 64 312 0 0 0 5 0 0 0 16 0 9 0 20415858 882987008 2671 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15283/tid=15290] ppid=15282 vsize=862292 CPUtime=0
/proc/15283/task/15290/stat : 15290 (java) S 15282 15257 15171 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20415858 882987008 2671 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15283/tid=15291] ppid=15282 vsize=862292 CPUtime=0
/proc/15283/task/15291/stat : 15291 (java) S 15282 15257 15171 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20415858 882987008 2671 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 138.82
Current children cumulated vsize (KiB) 884516

[startup+154.703 s]
/proc/loadavg: 2.34 2.42 2.24 4/87 15291
/proc/meminfo: memFree=1705392/2055920 swapFree=4192812/4192956
[pid=15257] ppid=15255 vsize=16868 CPUtime=138.39
/proc/15257/stat : 15257 (sugar) S 15255 15257 15171 0 -1 4194304 1449 199837 0 2 6 2 11646 2185 15 0 1 0 20400438 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15257/statm: 4217 1113 409 3 0 796 0
[pid=15282] ppid=15257 vsize=5356 CPUtime=0
/proc/15282/stat : 15282 (sh) S 15257 15257 15171 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20415853 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15282/statm: 1339 233 193 169 0 50 0
[pid=15283] ppid=15282 vsize=864128 CPUtime=0.5
/proc/15283/stat : 15283 (java) S 15282 15257 15171 0 -1 0 3736 0 1 0 48 2 0 0 18 0 9 0 20415853 884867072 3195 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15283/statm: 216032 3195 1725 9 0 210537 0
[pid=15283/tid=15284] ppid=15282 vsize=864128 CPUtime=0.42
/proc/15283/task/15284/stat : 15284 (java) S 15282 15257 15171 0 -1 64 2578 0 1 0 41 1 0 0 18 0 9 0 20415854 884867072 3195 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15283/tid=15285] ppid=15282 vsize=864128 CPUtime=0
/proc/15283/task/15285/stat : 15285 (java) S 15282 15257 15171 0 -1 64 148 0 0 0 0 0 0 0 16 0 9 0 20415855 884867072 3195 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15283/tid=15286] ppid=15282 vsize=864128 CPUtime=0
/proc/15283/task/15286/stat : 15286 (java) S 15282 15257 15171 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 20415856 884867072 3195 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15283/tid=15287] ppid=15282 vsize=864128 CPUtime=0
/proc/15283/task/15287/stat : 15287 (java) S 15282 15257 15171 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 20415856 884867072 3195 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15283/tid=15288] ppid=15282 vsize=864128 CPUtime=0
/proc/15283/task/15288/stat : 15288 (java) S 15282 15257 15171 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20415858 884867072 3195 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15283/tid=15289] ppid=15282 vsize=864128 CPUtime=0.06
/proc/15283/task/15289/stat : 15289 (java) S 15282 15257 15171 0 -1 64 316 0 0 0 6 0 0 0 16 0 9 0 20415858 884867072 3195 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15283/tid=15290] ppid=15282 vsize=864128 CPUtime=0
/proc/15283/task/15290/stat : 15290 (java) S 15282 15257 15171 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20415858 884867072 3195 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15283/tid=15291] ppid=15282 vsize=864128 CPUtime=0
/proc/15283/task/15291/stat : 15291 (java) S 15282 15257 15171 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20415858 884867072 3195 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 138.89
Current children cumulated vsize (KiB) 886352

Child status: 0
Real time (s): 154.772
CPU time (s): 138.968
CPU user time (s): 117.014
CPU system time (s): 21.9537
CPU usage (%): 89.789
Max. virtual memory (cumulated for all children) (KiB): 903604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 117.014
system time used= 21.9537
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205399
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= 7937
involuntary context switches= 8765

runsolver used 0.297954 second user time and 0.612906 second system time

The end

Launcher Data

Begin job on node28 at 2009-07-11 19:28:58
IDJOB=2063931
IDBENCH=54107
IDSOLVER=738
FILE ID=node28/2063931-1247333338
PBS_JOBID= 9506671
Free space on /tmp= 66088 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-3.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-2063931-1247333338/watcher-2063931-1247333338 -o /tmp/evaluation-result-2063931-1247333338/solver-2063931-1247333338 -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-2063931-1247333338.xml

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

MD5SUM BENCH= 3a691b3fedc807051946f22a34b74e5c
RANDOM SEED=28019569

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1797088 kB
Buffers:         11300 kB
Cached:          71864 kB
SwapCached:          0 kB
Active:         185520 kB
Inactive:        24008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1797088 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2500 kB
Writeback:           0 kB
Mapped:         133516 kB
Slab:            34168 kB
Committed_AS:   338328 kB
PageTables:       2116 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= 66088 MiB
End job on node28 at 2009-07-11 19:31:33