Trace number 2088076

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 155.11 156.761

General information on the benchmark

Namecsp/fapp/fapp17/
normalized-fapp17-0300-6.xml
MD5SUM400402fb9b97807a5d169bd4c5b561d0
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.4071
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3865
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3865
Global constraints used (with number of constraints)

Solver Data

0.00/0.06	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sun Jul 12 10:32:27 2009
0.00/0.07	c 0	PID 29094
0.00/0.07	c 0	HOST node86.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2088076-1247387547.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-2088076-1247387547.xml' 'HOME/temp.csp'
0.06/0.63	c 1	12 domains, 300 variables, 6 predicates, 0 relations, 3865 constraints
0.06/0.64	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.64	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.61/0.72	c 1	Parsing HOME/temp.csp
0.61/0.88	c 1	parsed 4183 expressions
0.61/0.88	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.61/0.88	c 1	Converting to clausal form CSP
1.15/1.22	c 1	converted 419 (10%) expressions
1.75/1.84	c 2	converted 837 (20%) expressions
2.14/2.30	c 2	converted 1255 (30%) expressions
2.54/2.67	c 3	converted 1674 (40%) expressions
2.94/3.06	c 3	converted 2092 (50%) expressions
3.23/3.36	c 3	converted 2510 (60%) expressions
3.54/3.69	c 4	converted 2929 (70%) expressions
4.02/4.11	c 4	converted 3347 (80%) expressions
4.33/4.41	c 5	converted 3765 (90%) expressions
4.62/4.71	c 5	converted 4183 (100%) expressions
4.62/4.71	c 5	CSP : 598 integers, 11040 booleans, 23521 clauses, largest domain size 2721
4.62/4.71	c 5	Heap : 25 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.62/4.71	c 5	Propagation in CSP
4.72/4.88	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.72/4.88	c 5	CSP : 598 integers, 11040 booleans, 23521 clauses, largest domain size 2721
4.72/4.88	c 5	Heap : 25 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.82/4.90	c 5	Simplifing CSP by introducing new Boolean variables
4.82/4.95	c 5	CSP : 598 integers, 19018 booleans, 31499 clauses, largest domain size 2721
4.82/4.95	c 5	Heap : 27 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.12/5.22	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.42/5.51	c 6	60 (10%) CSP integer variables are encoded (12366 clauses, 163454 bytes)
5.62/5.74	c 6	120 (20%) CSP integer variables are encoded (24590 clauses, 346814 bytes)
5.82/5.98	c 6	180 (30%) CSP integer variables are encoded (37050 clauses, 533714 bytes)
6.11/6.23	c 6	240 (40%) CSP integer variables are encoded (49854 clauses, 725774 bytes)
6.32/6.49	c 7	299 (50%) CSP integer variables are encoded (63358 clauses, 928334 bytes)
6.52/6.68	c 7	359 (60%) CSP integer variables are encoded (214177 clauses, 3419604 bytes)
6.71/6.82	c 7	419 (70%) CSP integer variables are encoded (332609 clauses, 5432948 bytes)
6.81/6.96	c 7	479 (80%) CSP integer variables are encoded (441815 clauses, 7289450 bytes)
6.91/7.09	c 7	539 (90%) CSP integer variables are encoded (559905 clauses, 9296980 bytes)
7.11/7.22	c 7	598 (100%) CSP integer variables are encoded (668300 clauses, 11139695 bytes)
9.49/9.61	c 10	3150 (10%) CSP clauses are encoded (1464181 clauses, 29923671 bytes)
11.37/11.51	c 12	6300 (20%) CSP clauses are encoded (2151417 clauses, 46136043 bytes)
13.56/13.71	c 14	9450 (30%) CSP clauses are encoded (2973905 clauses, 65823291 bytes)
15.34/15.51	c 16	12600 (40%) CSP clauses are encoded (3637750 clauses, 81737499 bytes)
17.15/17.94	c 18	15750 (50%) CSP clauses are encoded (4380409 clauses, 99499090 bytes)
19.14/19.91	c 20	18900 (60%) CSP clauses are encoded (5165367 clauses, 118418989 bytes)
21.21/22.07	c 22	22050 (70%) CSP clauses are encoded (6016068 clauses, 139100036 bytes)
23.30/24.11	c 24	25200 (80%) CSP clauses are encoded (6838325 clauses, 158949485 bytes)
25.08/26.15	c 26	28350 (90%) CSP clauses are encoded (7587403 clauses, 177057788 bytes)
27.28/28.40	c 28	31499 (100%) CSP clauses are encoded (8452154 clauses, 197891124 bytes)
27.28/28.40	c 28	31499 CSP clauses encoded
27.28/28.40	c 28	Writing map file : HOME/temp.map
27.37/28.43	c 29	Heap : 25 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
27.37/28.43	c 29	SAT : 687916 SAT variables, 8452154 SAT clauses, 197891124 bytes
27.37/28.43	c 29	Heap : 25 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
27.37/28.47	c 29	SOLVING HOME/temp.cnf
27.37/28.47	c 29	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
153.87/155.50	c 156	DECODING HOME/temp.out WITH HOME/temp.map
153.87/155.50	c 156	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'
153.87/155.58	c 156	Decoding HOME/temp.out
154.86/156.59	s SATISFIABLE
154.96/156.60	v -2640 -2180 2356 -2592 2544 2400 -2608 2460 -2396 -2132 -2176 2460 -2608 2460 -2416 -2136 -2544 2628 -2380 -2136 2600 -2520 2200 -2456 -2372 2284 -2492 2692 -2380 -2496 -2424 2460 -2528 -2504 2720 -2588 -2440 -2128 -2680 -2604 -2424 2600 -2652 -2504 2536 2304 -2560 2536 -2420 2456 -2500 -2652 -2496 2284 -2176 2720 2220 2644 2228 -2456 2664 -2288 2504 2136 2396 2176 -2536 2568 -2296 -2680 -2628 -2376 2176 2408 -2176 -2416 2536 2192 2256 2256 2420 2628 -2692 2504 2544 2516 -2460 2676 2552 -2504 2612 2136 -2168 -2152 2316 2168 -2416 2416 -2604 -2456 -2456 2420 2356 2456 -2368 -2680 2380 2668 -2496 -2576 2184 -2360 -2208 -2720 -2176 -2192 -2380 2164 -2140 2324 -2256 -2656 -2336 2656 -2544 -2420 2136 -2504 -2264 2504 2416 2616 -2500 2240 2152 -2504 2248 2232 2612 -2416 2324 2316 2504 -2568 -2144 2668 2176 2692 -2420 -2368 -2544 2480 -2568 2456 2528 -2180 -2544 2136 -2420 -2644 2324 2152 -2616 2184 -2456 2456 -2208 -2276 2544 -2376 2456 -2668 -2692 -2616 -2704 2568 2328 2652 -2668 -2544 -2168 -2420 2652 -2276 -2524 -2400 2200 2460 -2268 -2396 -2420 2652 -2168 2476 -2324 2244 -2636 -2608 2332 2504 2524 -2288 2436 -2628 2284 -2416 -2144 -2204 2496 -2136 -2396 -2416 2652 2640 -2484 -2120 2416 2296 -2384 2128 -2668 -2420 2440 2204 2316 -2272 2548 -2304 2416 2396 -2504 2480 2284 -2380 -2708 -2496 2172 2472 2208 2132 -2456 -2536 -2416 2160 -2488 2628 -2608 -2416 -2416 -2544 -2132 -2628 -2384 2264 -2568 2416 -2484 2172 2524 2544 2220 -2172 -2496 -2376 2588 2296 2332 -2136 2628 2568 -2456 2292 2668 2544 -2448 -2144 2456 -2184 2176 2456 -2440 -2628 -2508 -2512 2416 2192 2532 -2180 2484 2164 2532 2492 2284 -2248 2436 2276 -2248 -2240 -2668 -2436
154.96/156.61	c 157	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
154.96/156.67	c 157	CPU 155 (0.06 0.02 116.2 38.72)
154.96/156.67	c 157	END Sun Jul 12 10:35:04 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-2088076-1247387547/watcher-2088076-1247387547 -o /tmp/evaluation-result-2088076-1247387547/solver-2088076-1247387547 -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-2088076-1247387547.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.30 2.17 2.06 4/75 29094
/proc/meminfo: memFree=1704176/2055920 swapFree=4192812/4192956
[pid=29094] ppid=29092 vsize=12272 CPUtime=0
/proc/29094/stat : 29094 (sugar) R 29092 29094 28119 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 25819991 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 240154016357 0 0 4224 0 0 0 0 17 1 0 0
/proc/29094/statm: 3068 327 246 3 0 168 0

[startup+0.103362 s]
/proc/loadavg: 2.30 2.17 2.06 4/75 29094
/proc/meminfo: memFree=1704176/2055920 swapFree=4192812/4192956
[pid=29094] ppid=29092 vsize=16868 CPUtime=0.06
/proc/29094/stat : 29094 (sugar) S 29092 29094 28119 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25819991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29094/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.20138 s]
/proc/loadavg: 2.30 2.17 2.06 4/75 29094
/proc/meminfo: memFree=1704176/2055920 swapFree=4192812/4192956
[pid=29094] ppid=29092 vsize=16868 CPUtime=0.06
/proc/29094/stat : 29094 (sugar) S 29092 29094 28119 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25819991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29094/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301401 s]
/proc/loadavg: 2.30 2.17 2.06 4/75 29094
/proc/meminfo: memFree=1704176/2055920 swapFree=4192812/4192956
[pid=29094] ppid=29092 vsize=16868 CPUtime=0.06
/proc/29094/stat : 29094 (sugar) S 29092 29094 28119 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25819991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29094/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701477 s]
/proc/loadavg: 2.30 2.17 2.06 4/75 29094
/proc/meminfo: memFree=1704176/2055920 swapFree=4192812/4192956
[pid=29094] ppid=29092 vsize=16868 CPUtime=0.61
/proc/29094/stat : 29094 (sugar) S 29092 29094 28119 0 -1 4194304 1292 7014 0 1 5 1 51 4 16 0 1 0 25819991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29094/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 16868

[startup+1.50263 s]
/proc/loadavg: 2.30 2.17 2.06 3/86 29116
/proc/meminfo: memFree=1692568/2055920 swapFree=4192812/4192956
[pid=29094] ppid=29092 vsize=16868 CPUtime=0.61
/proc/29094/stat : 29094 (sugar) S 29092 29094 28119 0 -1 4194304 1309 7014 0 1 5 1 51 4 16 0 1 0 25819991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29094/statm: 4217 1111 409 3 0 796 0
[pid=29107] ppid=29094 vsize=5356 CPUtime=0
/proc/29107/stat : 29107 (sh) S 29094 29094 28119 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25820056 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29107/statm: 1339 233 193 169 0 50 0
[pid=29108] ppid=29107 vsize=868520 CPUtime=0.83
/proc/29108/stat : 29108 (java) S 29107 29094 28119 0 -1 0 5838 0 1 0 80 3 0 0 20 0 9 0 25820056 889364480 5236 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29108/statm: 217130 5236 1744 9 0 211635 0
[pid=29108/tid=29109] ppid=29107 vsize=868520 CPUtime=0.6
/proc/29108/task/29109/stat : 29109 (java) R 29107 29094 28119 0 -1 64 2698 0 1 0 59 1 0 0 25 0 9 0 25820057 889364480 5236 996147200 134512640 134550932 4294955936 18446744073709551615 4126537224 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29108/tid=29110] ppid=29107 vsize=868520 CPUtime=0.05
/proc/29108/task/29110/stat : 29110 (java) S 29107 29094 28119 0 -1 64 982 0 0 0 5 0 0 0 16 0 9 0 25820058 889364480 5236 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29108/tid=29111] ppid=29107 vsize=868520 CPUtime=0
/proc/29108/task/29111/stat : 29111 (java) S 29107 29094 28119 0 -1 64 11 0 0 0 0 0 0 0 24 0 9 0 25820058 889364480 5236 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29108/tid=29112] ppid=29107 vsize=868520 CPUtime=0
/proc/29108/task/29112/stat : 29112 (java) S 29107 29094 28119 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 25820058 889364480 5236 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29108/tid=29113] ppid=29107 vsize=868520 CPUtime=0
/proc/29108/task/29113/stat : 29113 (java) S 29107 29094 28119 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25820060 889364480 5236 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29108/tid=29114] ppid=29107 vsize=868520 CPUtime=0.15
/proc/29108/task/29114/stat : 29114 (java) S 29107 29094 28119 0 -1 64 1465 0 0 0 15 0 0 0 16 0 9 0 25820060 889364480 5236 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29108/tid=29115] ppid=29107 vsize=868520 CPUtime=0
/proc/29108/task/29115/stat : 29115 (java) S 29107 29094 28119 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25820060 889364480 5236 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29108/tid=29116] ppid=29107 vsize=868520 CPUtime=0
/proc/29108/task/29116/stat : 29116 (java) S 29107 29094 28119 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25820060 889364480 5236 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) 890744

[startup+3.10294 s]
/proc/loadavg: 2.30 2.17 2.06 3/86 29116
/proc/meminfo: memFree=1681432/2055920 swapFree=4192812/4192956
[pid=29094] ppid=29092 vsize=16868 CPUtime=0.61
/proc/29094/stat : 29094 (sugar) S 29092 29094 28119 0 -1 4194304 1309 7014 0 1 5 1 51 4 16 0 1 0 25819991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29094/statm: 4217 1111 409 3 0 796 0
[pid=29107] ppid=29094 vsize=5356 CPUtime=0
/proc/29107/stat : 29107 (sh) S 29094 29094 28119 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25820056 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29107/statm: 1339 233 193 169 0 50 0
[pid=29108] ppid=29107 vsize=868604 CPUtime=2.43
/proc/29108/stat : 29108 (java) S 29107 29094 28119 0 -1 0 9927 0 1 0 237 6 0 0 20 0 9 0 25820056 889450496 8980 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29108/statm: 217151 8980 2566 9 0 211656 0
[pid=29108/tid=29109] ppid=29107 vsize=868604 CPUtime=1.87
/proc/29108/task/29109/stat : 29109 (java) R 29107 29094 28119 0 -1 64 2949 0 1 0 185 2 0 0 25 0 9 0 25820057 889450496 8980 996147200 134512640 134550932 4294955936 18446744073709551615 4126538714 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29108/tid=29110] ppid=29107 vsize=868604 CPUtime=0.36
/proc/29108/task/29110/stat : 29110 (java) S 29107 29094 28119 0 -1 64 4805 0 0 0 34 2 0 0 16 0 9 0 25820058 889450496 8980 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29108/tid=29111] ppid=29107 vsize=868604 CPUtime=0
/proc/29108/task/29111/stat : 29111 (java) S 29107 29094 28119 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25820058 889450496 8980 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29108/tid=29112] ppid=29107 vsize=868604 CPUtime=0
/proc/29108/task/29112/stat : 29112 (java) S 29107 29094 28119 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25820058 889450496 8980 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29108/tid=29113] ppid=29107 vsize=868604 CPUtime=0
/proc/29108/task/29113/stat : 29113 (java) S 29107 29094 28119 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25820060 889450496 8980 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29108/tid=29114] ppid=29107 vsize=868604 CPUtime=0.17
/proc/29108/task/29114/stat : 29114 (java) S 29107 29094 28119 0 -1 64 1475 0 0 0 17 0 0 0 16 0 9 0 25820060 889450496 8980 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29108/tid=29115] ppid=29107 vsize=868604 CPUtime=0
/proc/29108/task/29115/stat : 29115 (java) S 29107 29094 28119 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25820060 889450496 8980 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29108/tid=29116] ppid=29107 vsize=868604 CPUtime=0
/proc/29108/task/29116/stat : 29116 (java) S 29107 29094 28119 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25820060 889450496 8980 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) 890828

[startup+6.30255 s]
/proc/loadavg: 2.27 2.17 2.06 3/86 29116
/proc/meminfo: memFree=1659672/2055920 swapFree=4192812/4192956
[pid=29094] ppid=29092 vsize=16868 CPUtime=0.61
/proc/29094/stat : 29094 (sugar) S 29092 29094 28119 0 -1 4194304 1310 7014 0 1 5 1 51 4 15 0 1 0 25819991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29094/statm: 4217 1111 409 3 0 796 0
[pid=29107] ppid=29094 vsize=5356 CPUtime=0
/proc/29107/stat : 29107 (sh) S 29094 29094 28119 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25820056 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29107/statm: 1339 233 193 169 0 50 0
[pid=29108] ppid=29107 vsize=868716 CPUtime=5.61
/proc/29108/stat : 29108 (java) S 29107 29094 28119 0 -1 0 18981 0 1 0 548 13 0 0 20 0 9 0 25820056 889565184 12645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29108/statm: 217179 12645 2592 9 0 211656 0
[pid=29108/tid=29109] ppid=29107 vsize=868716 CPUtime=4.41
/proc/29108/task/29109/stat : 29109 (java) R 29107 29094 28119 0 -1 64 3326 0 1 0 437 4 0 0 25 0 9 0 25820057 889565184 12645 996147200 134512640 134550932 4294955936 18446744073709551615 4126537270 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29108/tid=29110] ppid=29107 vsize=868716 CPUtime=0.96
/proc/29108/task/29110/stat : 29110 (java) S 29107 29094 28119 0 -1 64 13437 0 0 0 89 7 0 0 16 0 9 0 25820058 889565184 12645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29108/tid=29111] ppid=29107 vsize=868716 CPUtime=0
/proc/29108/task/29111/stat : 29111 (java) S 29107 29094 28119 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25820058 889565184 12645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29108/tid=29112] ppid=29107 vsize=868716 CPUtime=0
/proc/29108/task/29112/stat : 29112 (java) S 29107 29094 28119 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25820058 889565184 12645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29108/tid=29113] ppid=29107 vsize=868716 CPUtime=0
/proc/29108/task/29113/stat : 29113 (java) S 29107 29094 28119 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25820060 889565184 12645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29108/tid=29114] ppid=29107 vsize=868716 CPUtime=0.21
/proc/29108/task/29114/stat : 29114 (java) S 29107 29094 28119 0 -1 64 1520 0 0 0 21 0 0 0 15 0 9 0 25820060 889565184 12645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29108/tid=29115] ppid=29107 vsize=868716 CPUtime=0
/proc/29108/task/29115/stat : 29115 (java) S 29107 29094 28119 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25820060 889565184 12645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29108/tid=29116] ppid=29107 vsize=868716 CPUtime=0
/proc/29108/task/29116/stat : 29116 (java) S 29107 29094 28119 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25820060 889565184 12645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 890940

[startup+12.7028 s]
/proc/loadavg: 2.25 2.16 2.06 3/86 29116
/proc/meminfo: memFree=1607576/2055920 swapFree=4192812/4192956
[pid=29094] ppid=29092 vsize=16868 CPUtime=0.61
/proc/29094/stat : 29094 (sugar) S 29092 29094 28119 0 -1 4194304 1310 7014 0 1 5 1 51 4 16 0 1 0 25819991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29094/statm: 4217 1111 409 3 0 796 0
[pid=29107] ppid=29094 vsize=5356 CPUtime=0
/proc/29107/stat : 29107 (sh) S 29094 29094 28119 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25820056 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29107/statm: 1339 233 193 169 0 50 0
[pid=29108] ppid=29107 vsize=868716 CPUtime=11.96
/proc/29108/stat : 29108 (java) S 29107 29094 28119 0 -1 0 19457 0 1 0 1146 50 0 0 20 0 9 0 25820056 889565184 12668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29108/statm: 217179 12668 2593 9 0 211656 0
[pid=29108/tid=29109] ppid=29107 vsize=868716 CPUtime=10.54
/proc/29108/task/29109/stat : 29109 (java) R 29107 29094 28119 0 -1 64 3782 0 1 0 1016 38 0 0 25 0 9 0 25820057 889565184 12668 996147200 134512640 134550932 4294955936 18446744073709551615 4126991808 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29108/tid=29110] ppid=29107 vsize=868716 CPUtime=1.15
/proc/29108/task/29110/stat : 29110 (java) S 29107 29094 28119 0 -1 64 13437 0 0 0 105 10 0 0 16 0 9 0 25820058 889565184 12668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29108/tid=29111] ppid=29107 vsize=868716 CPUtime=0
/proc/29108/task/29111/stat : 29111 (java) S 29107 29094 28119 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25820058 889565184 12668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29108/tid=29112] ppid=29107 vsize=868716 CPUtime=0
/proc/29108/task/29112/stat : 29112 (java) S 29107 29094 28119 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25820058 889565184 12668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29108/tid=29113] ppid=29107 vsize=868716 CPUtime=0
/proc/29108/task/29113/stat : 29113 (java) S 29107 29094 28119 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25820060 889565184 12668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29108/tid=29114] ppid=29107 vsize=868716 CPUtime=0.24
/proc/29108/task/29114/stat : 29114 (java) S 29107 29094 28119 0 -1 64 1540 0 0 0 24 0 0 0 16 0 9 0 25820060 889565184 12668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29108/tid=29115] ppid=29107 vsize=868716 CPUtime=0
/proc/29108/task/29115/stat : 29115 (java) S 29107 29094 28119 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25820060 889565184 12668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29108/tid=29116] ppid=29107 vsize=868716 CPUtime=0
/proc/29108/task/29116/stat : 29116 (java) S 29107 29094 28119 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25820060 889565184 12668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 890940

[startup+25.5012 s]
/proc/loadavg: 2.42 2.20 2.07 3/86 29116
/proc/meminfo: memFree=1488280/2055920 swapFree=4192812/4192956
[pid=29094] ppid=29092 vsize=16868 CPUtime=0.61
/proc/29094/stat : 29094 (sugar) S 29092 29094 28119 0 -1 4194304 1310 7014 0 1 5 1 51 4 16 0 1 0 25819991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29094/statm: 4217 1111 409 3 0 796 0
[pid=29107] ppid=29094 vsize=5356 CPUtime=0
/proc/29107/stat : 29107 (sh) S 29094 29094 28119 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25820056 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29107/statm: 1339 233 193 169 0 50 0
[pid=29108] ppid=29107 vsize=868716 CPUtime=24.06
/proc/29108/stat : 29108 (java) S 29107 29094 28119 0 -1 0 20377 0 1 0 2281 125 0 0 20 0 9 0 25820056 889565184 12668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29108/statm: 217179 12668 2593 9 0 211656 0
[pid=29108/tid=29109] ppid=29107 vsize=868716 CPUtime=22.25
/proc/29108/task/29109/stat : 29109 (java) D 29107 29094 28119 0 -1 64 4702 0 1 0 2119 106 0 0 25 0 9 0 25820057 889565184 12668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=29108/tid=29110] ppid=29107 vsize=868716 CPUtime=1.54
/proc/29108/task/29110/stat : 29110 (java) S 29107 29094 28119 0 -1 64 13437 0 0 0 137 17 0 0 16 0 9 0 25820058 889565184 12668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29108/tid=29111] ppid=29107 vsize=868716 CPUtime=0
/proc/29108/task/29111/stat : 29111 (java) S 29107 29094 28119 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25820058 889565184 12668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29108/tid=29112] ppid=29107 vsize=868716 CPUtime=0
/proc/29108/task/29112/stat : 29112 (java) S 29107 29094 28119 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25820058 889565184 12668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29108/tid=29113] ppid=29107 vsize=868716 CPUtime=0

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


[startup+102.407 s]
/proc/loadavg: 2.38 2.25 2.10 3/78 29118
/proc/meminfo: memFree=1186776/2055920 swapFree=4192812/4192956
[pid=29094] ppid=29092 vsize=16868 CPUtime=27.43
/proc/29094/stat : 29094 (sugar) S 29092 29094 28119 0 -1 4194304 1366 27911 0 2 5 2 2590 146 16 0 1 0 25819991 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29094/statm: 4217 1114 409 3 0 796 0
[pid=29117] ppid=29094 vsize=5356 CPUtime=0
/proc/29117/stat : 29117 (sh) S 29094 29094 28119 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25822838 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29117/statm: 1339 232 193 169 0 50 0
[pid=29118] ppid=29117 vsize=349400 CPUtime=73.57
/proc/29118/stat : 29118 (picosat) R 29117 29094 28119 0 -1 4194304 79098 0 0 0 3642 3715 0 0 25 0 1 0 25822839 357785600 79081 996147200 134512640 134931368 4294956256 18446744073709551615 134524090 0 0 4096 0 0 0 0 17 1 0 0
/proc/29118/statm: 87350 79081 42 102 0 87245 0
Current children cumulated CPU time (s) 101
Current children cumulated vsize (KiB) 371624

[startup+128.002 s]
/proc/loadavg: 2.25 2.23 2.09 3/78 29118
/proc/meminfo: memFree=1185944/2055920 swapFree=4192812/4192956
[pid=29094] ppid=29092 vsize=16868 CPUtime=27.43
/proc/29094/stat : 29094 (sugar) S 29092 29094 28119 0 -1 4194304 1366 27911 0 2 5 2 2590 146 16 0 1 0 25819991 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29094/statm: 4217 1114 409 3 0 796 0
[pid=29117] ppid=29094 vsize=5356 CPUtime=0
/proc/29117/stat : 29117 (sh) S 29094 29094 28119 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25822838 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29117/statm: 1339 232 193 169 0 50 0
[pid=29118] ppid=29117 vsize=357724 CPUtime=99.06
/proc/29118/stat : 29118 (picosat) R 29117 29094 28119 0 -1 4194304 79289 0 0 0 6191 3715 0 0 25 0 1 0 25822839 366309376 79272 996147200 134512640 134931368 4294956256 18446744073709551615 134523984 0 0 4096 0 0 0 0 17 1 0 0
/proc/29118/statm: 89431 79272 42 102 0 89326 0
Current children cumulated CPU time (s) 126.49
Current children cumulated vsize (KiB) 379948

[startup+140.802 s]
/proc/loadavg: 2.19 2.22 2.09 3/78 29118
/proc/meminfo: memFree=1185944/2055920 swapFree=4192812/4192956
[pid=29094] ppid=29092 vsize=16868 CPUtime=27.43
/proc/29094/stat : 29094 (sugar) S 29092 29094 28119 0 -1 4194304 1366 27911 0 2 5 2 2590 146 16 0 1 0 25819991 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29094/statm: 4217 1114 409 3 0 796 0
[pid=29117] ppid=29094 vsize=5356 CPUtime=0
/proc/29117/stat : 29117 (sh) S 29094 29094 28119 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25822838 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29117/statm: 1339 232 193 169 0 50 0
[pid=29118] ppid=29117 vsize=357724 CPUtime=111.81
/proc/29118/stat : 29118 (picosat) R 29117 29094 28119 0 -1 4194304 79296 0 0 0 7466 3715 0 0 25 0 1 0 25822839 366309376 79279 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/29118/statm: 89431 79279 42 102 0 89326 0
Current children cumulated CPU time (s) 139.24
Current children cumulated vsize (KiB) 379948

[startup+147.201 s]
/proc/loadavg: 2.18 2.22 2.09 3/78 29118
/proc/meminfo: memFree=1185944/2055920 swapFree=4192812/4192956
[pid=29094] ppid=29092 vsize=16868 CPUtime=27.43
/proc/29094/stat : 29094 (sugar) S 29092 29094 28119 0 -1 4194304 1366 27911 0 2 5 2 2590 146 16 0 1 0 25819991 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29094/statm: 4217 1114 409 3 0 796 0
[pid=29117] ppid=29094 vsize=5356 CPUtime=0
/proc/29117/stat : 29117 (sh) S 29094 29094 28119 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25822838 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29117/statm: 1339 232 193 169 0 50 0
[pid=29118] ppid=29117 vsize=357724 CPUtime=118.18
/proc/29118/stat : 29118 (picosat) R 29117 29094 28119 0 -1 4194304 79300 0 0 0 8103 3715 0 0 25 0 1 0 25822839 366309376 79283 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/29118/statm: 89431 79283 42 102 0 89326 0
Current children cumulated CPU time (s) 145.61
Current children cumulated vsize (KiB) 379948

[startup+153.602 s]
/proc/loadavg: 2.16 2.21 2.09 3/78 29118
/proc/meminfo: memFree=1185880/2055920 swapFree=4192812/4192956
[pid=29094] ppid=29092 vsize=16868 CPUtime=27.43
/proc/29094/stat : 29094 (sugar) S 29092 29094 28119 0 -1 4194304 1366 27911 0 2 5 2 2590 146 16 0 1 0 25819991 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29094/statm: 4217 1114 409 3 0 796 0
[pid=29117] ppid=29094 vsize=5356 CPUtime=0
/proc/29117/stat : 29117 (sh) S 29094 29094 28119 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25822838 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29117/statm: 1339 232 193 169 0 50 0
[pid=29118] ppid=29117 vsize=357724 CPUtime=124.55
/proc/29118/stat : 29118 (picosat) R 29117 29094 28119 0 -1 4194304 79302 0 0 0 8740 3715 0 0 25 0 1 0 25822839 366309376 79285 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/29118/statm: 89431 79285 42 102 0 89326 0
Current children cumulated CPU time (s) 151.98
Current children cumulated vsize (KiB) 379948

[startup+155.207 s]
/proc/loadavg: 2.15 2.21 2.09 3/78 29118
/proc/meminfo: memFree=1181208/2055920 swapFree=4192812/4192956
[pid=29094] ppid=29092 vsize=16868 CPUtime=27.43
/proc/29094/stat : 29094 (sugar) S 29092 29094 28119 0 -1 4194304 1366 27911 0 2 5 2 2590 146 16 0 1 0 25819991 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29094/statm: 4217 1114 409 3 0 796 0
[pid=29117] ppid=29094 vsize=5356 CPUtime=0
/proc/29117/stat : 29117 (sh) S 29094 29094 28119 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25822838 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29117/statm: 1339 232 193 169 0 50 0
[pid=29118] ppid=29117 vsize=357728 CPUtime=126.15
/proc/29118/stat : 29118 (picosat) R 29117 29094 28119 0 -1 4194304 79311 0 0 0 8899 3716 0 0 25 0 1 0 25822839 366313472 79294 996147200 134512640 134931368 4294956256 18446744073709551615 134533688 0 0 4096 0 0 0 0 17 1 0 0
/proc/29118/statm: 89432 79294 47 102 0 89327 0
Current children cumulated CPU time (s) 153.58
Current children cumulated vsize (KiB) 379952

[startup+156.002 s]
/proc/loadavg: 2.15 2.21 2.09 3/78 29118
/proc/meminfo: memFree=1181208/2055920 swapFree=4192812/4192956
[pid=29094] ppid=29092 vsize=16868 CPUtime=153.9
/proc/29094/stat : 29094 (sugar) S 29092 29094 28119 0 -1 4194304 1447 107508 0 2 6 2 11514 3868 16 0 1 0 25819991 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29094/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 153.9
Current children cumulated vsize (KiB) 16868

[startup+156.401 s]
/proc/loadavg: 2.15 2.21 2.09 3/86 29128
/proc/meminfo: memFree=1488024/2055920 swapFree=4192812/4192956
[pid=29094] ppid=29092 vsize=16868 CPUtime=153.9
/proc/29094/stat : 29094 (sugar) S 29092 29094 28119 0 -1 4194304 1447 107508 0 2 6 2 11514 3868 16 0 1 0 25819991 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29094/statm: 4217 1114 409 3 0 796 0
[pid=29119] ppid=29094 vsize=5356 CPUtime=0
/proc/29119/stat : 29119 (sh) S 29094 29094 28119 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25835542 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29119/statm: 1339 233 193 169 0 50 0
[pid=29120] ppid=29119 vsize=862900 CPUtime=0.86
/proc/29120/stat : 29120 (java) S 29119 29094 28119 0 -1 0 4286 0 1 0 84 2 0 0 19 0 9 0 25835542 883609600 3742 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29120/statm: 215725 3742 1297 9 0 210638 0
[pid=29120/tid=29121] ppid=29119 vsize=862900 CPUtime=0.76
/proc/29120/task/29121/stat : 29121 (java) R 29119 29094 28119 0 -1 64 2063 0 1 0 75 1 0 0 25 0 9 0 25835543 883609600 3742 996147200 134512640 134550932 4294955984 18446744073709551615 4126548164 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29120/tid=29122] ppid=29119 vsize=862900 CPUtime=0.02
/proc/29120/task/29122/stat : 29122 (java) S 29119 29094 28119 0 -1 64 1047 0 0 0 2 0 0 0 16 0 9 0 25835545 883609600 3742 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29120/tid=29123] ppid=29119 vsize=862900 CPUtime=0
/proc/29120/task/29123/stat : 29123 (java) S 29119 29094 28119 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 25835545 883609600 3742 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29120/tid=29124] ppid=29119 vsize=862900 CPUtime=0
/proc/29120/task/29124/stat : 29124 (java) S 29119 29094 28119 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 25835545 883609600 3742 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29120/tid=29125] ppid=29119 vsize=862900 CPUtime=0
/proc/29120/task/29125/stat : 29125 (java) S 29119 29094 28119 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 25835547 883609600 3742 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29120/tid=29126] ppid=29119 vsize=862900 CPUtime=0.06
/proc/29120/task/29126/stat : 29126 (java) S 29119 29094 28119 0 -1 64 482 0 0 0 6 0 0 0 16 0 9 0 25835547 883609600 3742 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29120/tid=29127] ppid=29119 vsize=862900 CPUtime=0
/proc/29120/task/29127/stat : 29127 (java) S 29119 29094 28119 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25835547 883609600 3742 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29120/tid=29128] ppid=29119 vsize=862900 CPUtime=0
/proc/29120/task/29128/stat : 29128 (java) S 29119 29094 28119 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25835547 883609600 3742 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 154.76
Current children cumulated vsize (KiB) 885124

[startup+156.601 s]
/proc/loadavg: 2.15 2.21 2.09 3/86 29128
/proc/meminfo: memFree=1488024/2055920 swapFree=4192812/4192956
[pid=29094] ppid=29092 vsize=16868 CPUtime=153.9
/proc/29094/stat : 29094 (sugar) S 29092 29094 28119 0 -1 4194304 1450 107508 0 2 6 2 11514 3868 16 0 1 0 25819991 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29094/statm: 4217 1114 409 3 0 796 0
[pid=29119] ppid=29094 vsize=5356 CPUtime=0
/proc/29119/stat : 29119 (sh) S 29094 29094 28119 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25835542 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29119/statm: 1339 233 193 169 0 50 0
[pid=29120] ppid=29119 vsize=862900 CPUtime=1.06
/proc/29120/stat : 29120 (java) S 29119 29094 28119 0 -1 0 5559 0 1 0 104 2 0 0 19 0 9 0 25835542 883609600 4823 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29120/statm: 215725 4823 2157 9 0 210638 0
[pid=29120/tid=29121] ppid=29119 vsize=862900 CPUtime=0.92
/proc/29120/task/29121/stat : 29121 (java) R 29119 29094 28119 0 -1 64 2078 0 1 0 91 1 0 0 25 0 9 0 25835543 883609600 4823 996147200 134512640 134550932 4294955984 18446744073709551615 4125959046 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29120/tid=29122] ppid=29119 vsize=862900 CPUtime=0.06
/proc/29120/task/29122/stat : 29122 (java) S 29119 29094 28119 0 -1 64 2298 0 0 0 6 0 0 0 16 0 9 0 25835545 883609600 4823 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29120/tid=29123] ppid=29119 vsize=862900 CPUtime=0
/proc/29120/task/29123/stat : 29123 (java) S 29119 29094 28119 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 25835545 883609600 4823 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29120/tid=29124] ppid=29119 vsize=862900 CPUtime=0
/proc/29120/task/29124/stat : 29124 (java) S 29119 29094 28119 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25835545 883609600 4823 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29120/tid=29125] ppid=29119 vsize=862900 CPUtime=0
/proc/29120/task/29125/stat : 29125 (java) S 29119 29094 28119 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 25835547 883609600 4823 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29120/tid=29126] ppid=29119 vsize=862900 CPUtime=0.06
/proc/29120/task/29126/stat : 29126 (java) S 29119 29094 28119 0 -1 64 485 0 0 0 6 0 0 0 16 0 9 0 25835547 883609600 4823 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29120/tid=29127] ppid=29119 vsize=862900 CPUtime=0
/proc/29120/task/29127/stat : 29127 (java) S 29119 29094 28119 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25835547 883609600 4823 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29120/tid=29128] ppid=29119 vsize=862900 CPUtime=0
/proc/29120/task/29128/stat : 29128 (java) S 29119 29094 28119 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25835547 883609600 4823 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 154.96
Current children cumulated vsize (KiB) 885124

[startup+156.701 s]
/proc/loadavg: 2.15 2.21 2.09 3/86 29128
/proc/meminfo: memFree=1488024/2055920 swapFree=4192812/4192956
[pid=29094] ppid=29092 vsize=16868 CPUtime=155.04
/proc/29094/stat : 29094 (sugar) R 29092 29094 28119 0 -1 4194304 1479 113850 0 3 6 6 11620 3872 16 0 1 0 25819991 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 240154022953 0 0 4224 16386 0 0 0 17 0 0 0
/proc/29094/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 155.04
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 156.761
CPU time (s): 155.11
CPU user time (s): 116.267
CPU system time (s): 38.8431
CPU usage (%): 98.9469
Max. virtual memory (cumulated for all children) (KiB): 901328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 116.267
system time used= 38.8431
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115389
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= 20321
involuntary context switches= 21688

runsolver used 0.181972 second user time and 0.430934 second system time

The end

Launcher Data

Begin job on node86 at 2009-07-12 10:32:27
IDJOB=2088076
IDBENCH=58868
IDSOLVER=738
FILE ID=node86/2088076-1247387547
PBS_JOBID= 9507318
Free space on /tmp= 66316 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp17/normalized-fapp17-0300-6.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-2088076-1247387547/watcher-2088076-1247387547 -o /tmp/evaluation-result-2088076-1247387547/solver-2088076-1247387547 -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-2088076-1247387547.xml

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

MD5SUM BENCH= 400402fb9b97807a5d169bd4c5b561d0
RANDOM SEED=1967626909

node86.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.265
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.265
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:       1704656 kB
Buffers:         59592 kB
Cached:         210708 kB
SwapCached:          0 kB
Active:         162180 kB
Inactive:       127572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1704656 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2000 kB
Writeback:           0 kB
Mapped:          30008 kB
Slab:            46812 kB
Committed_AS:   268368 kB
PageTables:       1844 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= 66316 MiB
End job on node86 at 2009-07-12 10:35:04