Trace number 1087094

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.13+picosatSAT 220.05 221.484

General information on the benchmark

Namecsp/fapp/fapp02/
normalized-fapp02-0250-3.xml
MD5SUMaad5c2398708511922e1594d69436929
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 benchmark17.4843
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of constraints3055
Maximum constraint arity2
Maximum domain size210
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3055
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.16	c 0	Sugar v1-13 + HOME/picosat
0.00/0.16	c 0	BEGIN Sat Jul  5 09:23:32 2008
0.00/0.16	c 0	PID 28850
0.00/0.17	c 0	HOST node1.alineos.net
0.00/0.17	c 0	CONVERTING HOME/instance-1087094-1215242611.xml TO HOME/temp.csp
0.00/0.17	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087094-1215242611.xml' 'HOME/temp.csp'
0.03/0.91	c 0	13 domains, 250 variables, 8 predicates, 0 relations, 3055 constraints
0.03/0.96	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.96	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.79/1.04	c 0	Parsing HOME/temp.csp
0.99/1.27	c 1	parsed 3326 expressions
0.99/1.28	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.99/1.28	c 1	Converting to clausal form CSP
1.20/1.46	c 1	converted 333 (10%) expressions
2.19/2.49	c 2	converted 666 (20%) expressions
2.79/3.07	c 3	converted 998 (30%) expressions
3.27/3.58	c 3	converted 1331 (40%) expressions
3.89/4.10	c 4	converted 1663 (50%) expressions
4.29/4.58	c 4	converted 1996 (60%) expressions
4.58/4.88	c 4	converted 2329 (70%) expressions
4.97/5.30	c 5	converted 2661 (80%) expressions
5.47/5.75	c 5	converted 2994 (90%) expressions
6.17/6.46	c 6	converted 3326 (100%) expressions
6.17/6.46	c 6	CSP : 498 integers, 8777 booleans, 18627 clauses, largest domain size 2657
6.17/6.46	c 6	Heap : 35 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.17/6.46	c 6	Propagation in CSP
6.47/6.73	c 6	4532 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.47/6.73	c 6	CSP : 498 integers, 8777 booleans, 18627 clauses, largest domain size 2657
6.47/6.73	c 6	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.47/6.75	c 6	Simplifing CSP by introducing new Boolean variables
6.47/6.78	c 6	CSP : 498 integers, 15139 booleans, 24989 clauses, largest domain size 2657
6.47/6.78	c 6	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.76/7.09	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.96/7.29	c 7	50 (10%) CSP integer variables are encoded (7676 clauses, 97651 bytes)
7.16/7.42	c 7	100 (20%) CSP integer variables are encoded (14794 clauses, 199914 bytes)
7.26/7.56	c 7	150 (30%) CSP integer variables are encoded (22238 clauses, 311574 bytes)
7.36/7.69	c 7	200 (40%) CSP integer variables are encoded (29342 clauses, 418134 bytes)
7.56/7.82	c 7	249 (50%) CSP integer variables are encoded (35938 clauses, 517074 bytes)
7.65/7.93	c 7	299 (60%) CSP integer variables are encoded (129111 clauses, 1973450 bytes)
7.76/8.03	c 7	349 (70%) CSP integer variables are encoded (199065 clauses, 3162668 bytes)
7.86/8.12	c 8	399 (80%) CSP integer variables are encoded (272079 clauses, 4403906 bytes)
7.95/8.22	c 8	449 (90%) CSP integer variables are encoded (349687 clauses, 5723242 bytes)
8.05/8.31	c 8	498 (100%) CSP integer variables are encoded (406258 clauses, 6684949 bytes)
13.72/14.03	c 13	2499 (10%) CSP clauses are encoded (1525942 clauses, 29802253 bytes)
17.59/17.96	c 17	4998 (20%) CSP clauses are encoded (2348126 clauses, 47616189 bytes)
19.67/20.08	c 20	7497 (30%) CSP clauses are encoded (2930857 clauses, 60752844 bytes)
21.36/21.71	c 21	9996 (40%) CSP clauses are encoded (3426499 clauses, 72256089 bytes)
22.35/22.74	c 22	12495 (50%) CSP clauses are encoded (3741352 clauses, 79526881 bytes)
23.74/24.17	c 24	14994 (60%) CSP clauses are encoded (4290547 clauses, 92429281 bytes)
25.12/25.54	c 25	17493 (70%) CSP clauses are encoded (4805650 clauses, 104676105 bytes)
26.32/26.74	c 26	19992 (80%) CSP clauses are encoded (5223460 clauses, 114680843 bytes)
27.31/27.78	c 27	22491 (90%) CSP clauses are encoded (5614546 clauses, 123904083 bytes)
28.28/28.73	c 28	24989 (100%) CSP clauses are encoded (5976866 clauses, 132409871 bytes)
28.28/28.73	c 28	24989 CSP clauses encoded
28.28/28.74	c 28	Writing map file : HOME/temp.map
28.28/28.76	c 28	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.28/28.76	c 28	SAT : 421895 SAT variables, 5976866 SAT clauses, 132409871 bytes
28.28/28.76	c 28	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.34/28.81	c 28	SOLVING HOME/temp.cnf
28.34/28.81	c 28	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
219.20/220.61	c 220	DECODING HOME/temp.out WITH HOME/temp.map
219.20/220.61	c 220	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
219.22/220.70	c 220	Decoding HOME/temp.out
219.88/221.35	s SATISFIABLE
219.88/221.36	v 2424 -2480 2600 -2420 2520 2240 2500 -2396 2300 2320 -2644 2264 2616 -2516 -2408 2524 2464 -2440 2616 -2656 -2444 2532 -2500 2616 -2296 -2356 2336 -2276 -2416 2516 2512 -2288 2444 -2428 2252 -2608 -2552 -2288 -2616 -2240 2564 -2280 2420 2440 2240 2624 2412 -2556 2328 -2296 2516 -2576 2284 2576 -2612 2484 2568 -2460 2580 2340 2540 2380 -2584 -2556 2456 2528 2436 2388 2304 -2324 -2348 -2436 2248 -2656 2496 2512 -2568 2264 2444 -2540 -2580 -2556 -2580 2656 -2540 -2612 2468 2380 2616 -2468 -2524 2240 -2456 -2240 2432 -2396 2252 -2636 2420 -2368 2652 -2424 -2352 2380 2612 -2640 -2540 -2644 -2508 -2500 -2484 2348 2620 2480 2624 2612 -2348 -2652 -2484 -2392 2280 2280 2552 -2388 2596 -2472 2584 -2468 2512 2448 -2292 -2616 2280 2572 2564 2608 -2592 2400 -2308 -2656 -2460 2648 -2608 -2468 2260 2420 -2436 -2616 2620 -2596 2500 2436 2316 2556 2584 2244 -2564 2264 2656 -2368 2572 2552 -2484 2604 -2488 -2332 -2604 2508 -2576 -2364 2304 2580 2380 2636 2484 -2472 -2544 -2468 -2552 2376 2472 2456 2612 -2408 2644 2616 -2592 -2608 2336 2292 2540 2656 2564 -2616 2568 -2292 2556 -2380 -2556 2472 2596 -2596 -2512 -2408 -2596 -2604 -2564 2492 -2572 -2332 -2452 -2604 -2508 -2428 -2396 2592 2416 -2524 2384 2292 2280 2396 -2604 2572 -2280 -2340 -2508 -2604 2644 -2604 2552 -2332 2536 2380 -2412 2396 -2372 2416 2444 2500 -2532 2512 -2576 2332 2548 2368 2292 2304 -2648 -2292
219.88/221.36	c 221	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
219.94/221.42	c 221	CPU 191.5 (0.03 0.02 191.47 28.43)
219.94/221.42	c 221	END Sat Jul  5 09:27:13 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087094-1215242611/watcher-1087094-1215242611 -o /tmp/evaluation-result-1087094-1215242611/solver-1087094-1215242611 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1087094-1215242611.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.53 2.24 1.91 4/80 28850
/proc/meminfo: memFree=1600848/2055920 swapFree=4179472/4192956
[pid=28850] ppid=28848 vsize=18572 CPUtime=0
/proc/28850/stat : 28850 (runsolver) D 28848 28850 28813 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003236768 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 259353275687 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/28850/statm: 4643 292 257 25 0 2626 0

[startup+0.039952 s]
/proc/loadavg: 2.53 2.24 1.91 4/80 28850
/proc/meminfo: memFree=1600848/2055920 swapFree=4179472/4192956
[pid=28850] ppid=28848 vsize=124 CPUtime=0
/proc/28850/stat : 28850 (sugar) D 28848 28850 28813 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 2003236768 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 259350656489 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/28850/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101966 s]
/proc/loadavg: 2.53 2.24 1.91 4/80 28850
/proc/meminfo: memFree=1600848/2055920 swapFree=4179472/4192956
[pid=28850] ppid=28848 vsize=12272 CPUtime=0
/proc/28850/stat : 28850 (sugar) D 28848 28850 28813 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 2003236768 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/28850/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.302011 s]
/proc/loadavg: 2.53 2.24 1.91 4/80 28850
/proc/meminfo: memFree=1600848/2055920 swapFree=4179472/4192956
[pid=28850] ppid=28848 vsize=13600 CPUtime=0.03
/proc/28850/stat : 28850 (sugar) S 28848 28850 28813 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 2003236768 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28850/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701086 s]
/proc/loadavg: 2.53 2.24 1.91 4/80 28850
/proc/meminfo: memFree=1600848/2055920 swapFree=4179472/4192956
[pid=28850] ppid=28848 vsize=13600 CPUtime=0.03
/proc/28850/stat : 28850 (sugar) S 28848 28850 28813 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 2003236768 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28850/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50225 s]
/proc/loadavg: 2.53 2.24 1.91 3/87 28868
/proc/meminfo: memFree=1595480/2055920 swapFree=4179472/4192956
[pid=28850] ppid=28848 vsize=13600 CPUtime=0.77
/proc/28850/stat : 28850 (sugar) S 28848 28850 28813 0 -1 4194304 974 6659 0 1 2 1 70 4 15 0 1 0 2003236768 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28850/statm: 3400 797 370 3 0 500 0
[pid=28863] ppid=28850 vsize=5356 CPUtime=0
/proc/28863/stat : 28863 (sh) S 28850 28850 28813 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003236864 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28863/statm: 1339 233 193 169 0 50 0
[pid=28864] ppid=28863 vsize=867352 CPUtime=0.52
/proc/28864/stat : 28864 (java) S 28863 28850 28813 0 -1 0 4944 0 1 0 49 3 0 0 18 0 9 0 2003236864 888168448 4389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28864/statm: 216838 4389 1732 9 0 211413 0
[pid=28864/tid=28865] ppid=28863 vsize=867352 CPUtime=0.33
/proc/28864/task/28865/stat : 28865 (java) R 28863 28850 28813 0 -1 64 2654 0 1 0 32 1 0 0 19 0 9 0 2003236865 888168448 4389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28864/tid=28866] ppid=28863 vsize=867352 CPUtime=0.03
/proc/28864/task/28866/stat : 28866 (java) S 28863 28850 28813 0 -1 64 512 0 0 0 3 0 0 0 16 0 9 0 2003236866 888168448 4389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28864/tid=28867] ppid=28863 vsize=867352 CPUtime=0
/proc/28864/task/28867/stat : 28867 (java) S 28863 28850 28813 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2003236867 888168448 4389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28864/tid=28868] ppid=28863 vsize=867352 CPUtime=0
/proc/28864/task/28868/stat : 28868 (java) S 28863 28850 28813 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003236867 888168448 4389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 886308

[startup+3.10156 s]
/proc/loadavg: 2.53 2.24 1.91 4/91 28872
/proc/meminfo: memFree=1582968/2055920 swapFree=4179472/4192956
[pid=28850] ppid=28848 vsize=13600 CPUtime=0.77
/proc/28850/stat : 28850 (sugar) S 28848 28850 28813 0 -1 4194304 974 6659 0 1 2 1 70 4 15 0 1 0 2003236768 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28850/statm: 3400 797 370 3 0 500 0
[pid=28863] ppid=28850 vsize=5356 CPUtime=0
/proc/28863/stat : 28863 (sh) S 28850 28850 28813 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003236864 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28863/statm: 1339 233 193 169 0 50 0
[pid=28864] ppid=28863 vsize=868352 CPUtime=2.12
/proc/28864/stat : 28864 (java) S 28863 28850 28813 0 -1 0 8680 0 1 0 206 6 0 0 18 0 9 0 2003236864 889192448 7830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28864/statm: 217088 7830 2540 9 0 211663 0
[pid=28864/tid=28865] ppid=28863 vsize=868352 CPUtime=1.63
/proc/28864/task/28865/stat : 28865 (java) R 28863 28850 28813 0 -1 64 2755 0 1 0 161 2 0 0 25 0 9 0 2003236865 889192448 7830 996147200 134512640 134550740 4294955952 18446744073709551615 4126566973 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28864/tid=28866] ppid=28863 vsize=868352 CPUtime=0.26
/proc/28864/task/28866/stat : 28866 (java) S 28863 28850 28813 0 -1 64 3786 0 0 0 24 2 0 0 16 0 9 0 2003236866 889192448 7830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28864/tid=28867] ppid=28863 vsize=868352 CPUtime=0
/proc/28864/task/28867/stat : 28867 (java) S 28863 28850 28813 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003236867 889192448 7830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28864/tid=28868] ppid=28863 vsize=868352 CPUtime=0
/proc/28864/task/28868/stat : 28868 (java) S 28863 28850 28813 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003236867 889192448 7830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28864/tid=28869] ppid=28863 vsize=868352 CPUtime=0
/proc/28864/task/28869/stat : 28869 (java) S 28863 28850 28813 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003236869 889192448 7830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28864/tid=28870] ppid=28863 vsize=868352 CPUtime=0.19
/proc/28864/task/28870/stat : 28870 (java) S 28863 28850 28813 0 -1 64 1445 0 0 0 19 0 0 0 15 0 9 0 2003236869 889192448 7830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28864/tid=28871] ppid=28863 vsize=868352 CPUtime=0
/proc/28864/task/28871/stat : 28871 (java) S 28863 28850 28813 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003236869 889192448 7830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28864/tid=28872] ppid=28863 vsize=868352 CPUtime=0
/proc/28864/task/28872/stat : 28872 (java) S 28863 28850 28813 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003236869 889192448 7830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 887308

[startup+6.30219 s]
/proc/loadavg: 2.49 2.24 1.91 3/91 28872
/proc/meminfo: memFree=1558648/2055920 swapFree=4179472/4192956
[pid=28850] ppid=28848 vsize=13600 CPUtime=0.78
/proc/28850/stat : 28850 (sugar) S 28848 28850 28813 0 -1 4194304 974 6659 0 1 3 1 70 4 15 0 1 0 2003236768 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28850/statm: 3400 797 370 3 0 500 0
[pid=28863] ppid=28850 vsize=5356 CPUtime=0
/proc/28863/stat : 28863 (sh) S 28850 28850 28813 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003236864 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28863/statm: 1339 233 193 169 0 50 0
[pid=28864] ppid=28863 vsize=868352 CPUtime=5.29
/proc/28864/stat : 28864 (java) S 28863 28850 28813 0 -1 0 19666 0 1 0 518 11 0 0 18 0 9 0 2003236864 889192448 13632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28864/statm: 217088 13632 2540 9 0 211663 0
[pid=28864/tid=28865] ppid=28863 vsize=868352 CPUtime=3.97
/proc/28864/task/28865/stat : 28865 (java) R 28863 28850 28813 0 -1 64 3097 0 1 0 395 2 0 0 25 0 9 0 2003236865 889192448 13632 996147200 134512640 134550740 4294955952 18446744073709551615 4126571527 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28864/tid=28866] ppid=28863 vsize=868352 CPUtime=1.09
/proc/28864/task/28866/stat : 28866 (java) S 28863 28850 28813 0 -1 64 14426 0 0 0 102 7 0 0 16 0 9 0 2003236866 889192448 13632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28864/tid=28867] ppid=28863 vsize=868352 CPUtime=0
/proc/28864/task/28867/stat : 28867 (java) S 28863 28850 28813 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003236867 889192448 13632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28864/tid=28868] ppid=28863 vsize=868352 CPUtime=0
/proc/28864/task/28868/stat : 28868 (java) S 28863 28850 28813 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003236867 889192448 13632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28864/tid=28869] ppid=28863 vsize=868352 CPUtime=0
/proc/28864/task/28869/stat : 28869 (java) S 28863 28850 28813 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003236869 889192448 13632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28864/tid=28870] ppid=28863 vsize=868352 CPUtime=0.2
/proc/28864/task/28870/stat : 28870 (java) S 28863 28850 28813 0 -1 64 1449 0 0 0 20 0 0 0 15 0 9 0 2003236869 889192448 13632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28864/tid=28871] ppid=28863 vsize=868352 CPUtime=0
/proc/28864/task/28871/stat : 28871 (java) S 28863 28850 28813 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003236869 889192448 13632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28864/tid=28872] ppid=28863 vsize=868352 CPUtime=0
/proc/28864/task/28872/stat : 28872 (java) S 28863 28850 28813 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003236869 889192448 13632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 887308

[startup+12.7025 s]
/proc/loadavg: 2.45 2.24 1.91 3/91 28872
/proc/meminfo: memFree=1525368/2055920 swapFree=4179472/4192956
[pid=28850] ppid=28848 vsize=13600 CPUtime=0.78
/proc/28850/stat : 28850 (sugar) S 28848 28850 28813 0 -1 4194304 974 6659 0 1 3 1 70 4 15 0 1 0 2003236768 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28850/statm: 3400 797 370 3 0 500 0
[pid=28863] ppid=28850 vsize=5356 CPUtime=0
/proc/28863/stat : 28863 (sh) S 28850 28850 28813 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003236864 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28863/statm: 1339 233 193 169 0 50 0
[pid=28864] ppid=28863 vsize=868464 CPUtime=11.65
/proc/28864/stat : 28864 (java) S 28863 28850 28813 0 -1 0 25068 0 1 0 1138 27 0 0 18 0 9 0 2003236864 889307136 15325 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28864/statm: 217116 15325 2566 9 0 211663 0
[pid=28864/tid=28865] ppid=28863 vsize=868464 CPUtime=9.78
/proc/28864/task/28865/stat : 28865 (java) R 28863 28850 28813 0 -1 64 3568 0 1 0 963 15 0 0 25 0 9 0 2003236865 889307136 15325 996147200 134512640 134550740 4294955952 18446744073709551615 4126947047 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28864/tid=28866] ppid=28863 vsize=868464 CPUtime=1.55
/proc/28864/task/28866/stat : 28866 (java) S 28863 28850 28813 0 -1 64 19307 0 0 0 146 9 0 0 16 0 9 0 2003236866 889307136 15325 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28864/tid=28867] ppid=28863 vsize=868464 CPUtime=0
/proc/28864/task/28867/stat : 28867 (java) S 28863 28850 28813 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003236867 889307136 15325 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28864/tid=28868] ppid=28863 vsize=868464 CPUtime=0
/proc/28864/task/28868/stat : 28868 (java) S 28863 28850 28813 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003236867 889307136 15325 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28864/tid=28869] ppid=28863 vsize=868464 CPUtime=0
/proc/28864/task/28869/stat : 28869 (java) S 28863 28850 28813 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003236869 889307136 15325 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28864/tid=28870] ppid=28863 vsize=868464 CPUtime=0.29
/proc/28864/task/28870/stat : 28870 (java) S 28863 28850 28813 0 -1 64 1499 0 0 0 28 1 0 0 16 0 9 0 2003236869 889307136 15325 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28864/tid=28871] ppid=28863 vsize=868464 CPUtime=0
/proc/28864/task/28871/stat : 28871 (java) S 28863 28850 28813 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003236869 889307136 15325 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28864/tid=28872] ppid=28863 vsize=868464 CPUtime=0
/proc/28864/task/28872/stat : 28872 (java) S 28863 28850 28813 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003236869 889307136 15325 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 887420

[startup+25.503 s]
/proc/loadavg: 2.35 2.22 1.91 4/91 28872
/proc/meminfo: memFree=1444664/2055920 swapFree=4179472/4192956
[pid=28850] ppid=28848 vsize=13600 CPUtime=0.78
/proc/28850/stat : 28850 (sugar) S 28848 28850 28813 0 -1 4194304 974 6659 0 1 3 1 70 4 16 0 1 0 2003236768 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28850/statm: 3400 797 370 3 0 500 0
[pid=28863] ppid=28850 vsize=5356 CPUtime=0
/proc/28863/stat : 28863 (sh) S 28850 28850 28813 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003236864 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28863/statm: 1339 233 193 169 0 50 0
[pid=28864] ppid=28863 vsize=868464 CPUtime=24.34
/proc/28864/stat : 28864 (java) S 28863 28850 28813 0 -1 0 25564 0 1 0 2355 79 0 0 18 0 9 0 2003236864 889307136 15329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28864/statm: 217116 15329 2566 9 0 211663 0
[pid=28864/tid=28865] ppid=28863 vsize=868464 CPUtime=22.23
/proc/28864/task/28865/stat : 28865 (java) R 28863 28850 28813 0 -1 64 4060 0 1 0 2159 64 0 0 25 0 9 0 2003236865 889307136 15329 996147200 134512640 134550740 4294955952 18446744073709551615 4127006175 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28864/tid=28866] ppid=28863 vsize=868464 CPUtime=1.78
/proc/28864/task/28866/stat : 28866 (java) S 28863 28850 28813 0 -1 64 19307 0 0 0 165 13 0 0 16 0 9 0 2003236866 889307136 15329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28864/tid=28867] ppid=28863 vsize=868464 CPUtime=0
/proc/28864/task/28867/stat : 28867 (java) S 28863 28850 28813 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003236867 889307136 15329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28864/tid=28868] ppid=28863 vsize=868464 CPUtime=0
/proc/28864/task/28868/stat : 28868 (java) S 28863 28850 28813 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003236867 889307136 15329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28864/tid=28869] ppid=28863 vsize=868464 CPUtime=0
/proc/28864/task/28869/stat : 28869 (java) S 28863 28850 28813 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003236869 889307136 15329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28864/tid=28870] ppid=28863 vsize=868464 CPUtime=0.3
/proc/28864/task/28870/stat : 28870 (java) S 28863 28850 28813 0 -1 64 1503 0 0 0 29 1 0 0 16 0 9 0 2003236869 889307136 15329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28864/tid=28871] ppid=28863 vsize=868464 CPUtime=0
/proc/28864/task/28871/stat : 28871 (java) S 28863 28850 28813 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003236869 889307136 15329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28864/tid=28872] ppid=28863 vsize=868464 CPUtime=0
/proc/28864/task/28872/stat : 28872 (java) S 28863 28850 28813 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003236869 889307136 15329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=28873] ppid=28850 vsize=5356 CPUtime=0
/proc/28873/stat : 28873 (sh) S 28850 28850 28813 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003239649 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28873/statm: 1339 232 193 169 0 50 0
[pid=28874] ppid=28873 vsize=239536 CPUtime=149.53
/proc/28874/stat : 28874 (picosat) R 28873 28850 28813 0 -1 4194304 52726 0 0 0 12222 2731 0 0 25 0 1 0 2003239650 245284864 52712 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/28874/statm: 59884 52712 42 102 0 59779 0
Current children cumulated CPU time (s) 177.91
Current children cumulated vsize (KiB) 258492

[startup+204.702 s]
/proc/loadavg: 2.01 2.12 1.91 3/83 28874
/proc/meminfo: memFree=1255352/2055920 swapFree=4179472/4192956
[pid=28850] ppid=28848 vsize=13600 CPUtime=28.38
/proc/28850/stat : 28850 (sugar) S 28848 28850 28813 0 -1 4194304 1022 32696 0 4 3 2 2730 103 16 0 1 0 2003236768 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28850/statm: 3400 799 370 3 0 500 0
[pid=28873] ppid=28850 vsize=5356 CPUtime=0
/proc/28873/stat : 28873 (sh) S 28850 28850 28813 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003239649 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28873/statm: 1339 232 193 169 0 50 0
[pid=28874] ppid=28873 vsize=239536 CPUtime=175
/proc/28874/stat : 28874 (picosat) R 28873 28850 28813 0 -1 4194304 52726 0 0 0 14769 2731 0 0 25 0 1 0 2003239650 245284864 52712 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/28874/statm: 59884 52712 42 102 0 59779 0
Current children cumulated CPU time (s) 203.38
Current children cumulated vsize (KiB) 258492

[startup+211.103 s]
/proc/loadavg: 2.01 2.11 1.91 3/83 28874
/proc/meminfo: memFree=1255352/2055920 swapFree=4179472/4192956
[pid=28850] ppid=28848 vsize=13600 CPUtime=28.38
/proc/28850/stat : 28850 (sugar) S 28848 28850 28813 0 -1 4194304 1022 32696 0 4 3 2 2730 103 16 0 1 0 2003236768 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28850/statm: 3400 799 370 3 0 500 0
[pid=28873] ppid=28850 vsize=5356 CPUtime=0
/proc/28873/stat : 28873 (sh) S 28850 28850 28813 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003239649 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28873/statm: 1339 232 193 169 0 50 0
[pid=28874] ppid=28873 vsize=239536 CPUtime=181.37
/proc/28874/stat : 28874 (picosat) R 28873 28850 28813 0 -1 4194304 52726 0 0 0 15406 2731 0 0 25 0 1 0 2003239650 245284864 52712 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 1 0 0
/proc/28874/statm: 59884 52712 42 102 0 59779 0
Current children cumulated CPU time (s) 209.75
Current children cumulated vsize (KiB) 258492

[startup+217.502 s]
/proc/loadavg: 2.01 2.11 1.91 3/83 28874
/proc/meminfo: memFree=1255352/2055920 swapFree=4179472/4192956
[pid=28850] ppid=28848 vsize=13600 CPUtime=28.38
/proc/28850/stat : 28850 (sugar) S 28848 28850 28813 0 -1 4194304 1022 32696 0 4 3 2 2730 103 16 0 1 0 2003236768 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28850/statm: 3400 799 370 3 0 500 0
[pid=28873] ppid=28850 vsize=5356 CPUtime=0
/proc/28873/stat : 28873 (sh) S 28850 28850 28813 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003239649 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28873/statm: 1339 232 193 169 0 50 0
[pid=28874] ppid=28873 vsize=239536 CPUtime=187.74
/proc/28874/stat : 28874 (picosat) R 28873 28850 28813 0 -1 4194304 52731 0 0 0 16043 2731 0 0 25 0 1 0 2003239650 245284864 52717 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/28874/statm: 59884 52717 42 102 0 59779 0
Current children cumulated CPU time (s) 216.12
Current children cumulated vsize (KiB) 258492

[startup+219.101 s]
/proc/loadavg: 2.01 2.11 1.91 3/83 28874
/proc/meminfo: memFree=1255352/2055920 swapFree=4179472/4192956
[pid=28850] ppid=28848 vsize=13600 CPUtime=28.38
/proc/28850/stat : 28850 (sugar) S 28848 28850 28813 0 -1 4194304 1022 32696 0 4 3 2 2730 103 16 0 1 0 2003236768 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28850/statm: 3400 799 370 3 0 500 0
[pid=28873] ppid=28850 vsize=5356 CPUtime=0
/proc/28873/stat : 28873 (sh) S 28850 28850 28813 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003239649 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28873/statm: 1339 232 193 169 0 50 0
[pid=28874] ppid=28873 vsize=239536 CPUtime=189.33
/proc/28874/stat : 28874 (picosat) R 28873 28850 28813 0 -1 4194304 52732 0 0 0 16202 2731 0 0 25 0 1 0 2003239650 245284864 52718 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/28874/statm: 59884 52718 42 102 0 59779 0
Current children cumulated CPU time (s) 217.71
Current children cumulated vsize (KiB) 258492

[startup+220.702 s]
/proc/loadavg: 2.01 2.11 1.91 3/83 28874
/proc/meminfo: memFree=1255352/2055920 swapFree=4179472/4192956
[pid=28850] ppid=28848 vsize=13600 CPUtime=219.22
/proc/28850/stat : 28850 (sugar) S 28848 28850 28813 0 -1 4194304 1073 85726 0 4 3 2 19078 2839 17 0 1 0 2003236768 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28850/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 219.22
Current children cumulated vsize (KiB) 13600

[startup+221.108 s]
/proc/loadavg: 2.01 2.11 1.91 3/91 28884
/proc/meminfo: memFree=1454904/2055920 swapFree=4179472/4192956
[pid=28850] ppid=28848 vsize=13600 CPUtime=219.22
/proc/28850/stat : 28850 (sugar) S 28848 28850 28813 0 -1 4194304 1091 85726 0 4 3 2 19078 2839 16 0 1 0 2003236768 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28850/statm: 3400 799 370 3 0 500 0
[pid=28875] ppid=28850 vsize=5356 CPUtime=0
/proc/28875/stat : 28875 (sh) S 28850 28850 28813 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003258829 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28875/statm: 1339 233 193 169 0 50 0
[pid=28876] ppid=28875 vsize=864332 CPUtime=0.46
/proc/28876/stat : 28876 (java) S 28875 28850 28813 0 -1 0 4216 0 2 0 44 2 0 0 18 0 9 0 2003258830 885075968 3682 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28876/statm: 216083 3682 1678 9 0 210665 0
[pid=28876/tid=28877] ppid=28875 vsize=864332 CPUtime=0.37
/proc/28876/task/28877/stat : 28877 (java) R 28875 28850 28813 0 -1 64 2483 0 1 0 36 1 0 0 22 0 9 0 2003258831 885075968 3682 996147200 134512640 134550740 4294956000 18446744073709551615 4126507148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28876/tid=28878] ppid=28875 vsize=864332 CPUtime=0.02
/proc/28876/task/28878/stat : 28878 (java) S 28875 28850 28813 0 -1 64 628 0 0 0 2 0 0 0 16 0 9 0 2003258832 885075968 3682 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28876/tid=28879] ppid=28875 vsize=864332 CPUtime=0
/proc/28876/task/28879/stat : 28879 (java) S 28875 28850 28813 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2003258832 885075968 3682 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28876/tid=28880] ppid=28875 vsize=864332 CPUtime=0
/proc/28876/task/28880/stat : 28880 (java) S 28875 28850 28813 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003258832 885075968 3682 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28876/tid=28881] ppid=28875 vsize=864332 CPUtime=0
/proc/28876/task/28881/stat : 28881 (java) S 28875 28850 28813 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003258835 885075968 3682 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28876/tid=28882] ppid=28875 vsize=864332 CPUtime=0.05
/proc/28876/task/28882/stat : 28882 (java) S 28875 28850 28813 0 -1 64 414 0 1 0 5 0 0 0 16 0 9 0 2003258835 885075968 3682 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28876/tid=28883] ppid=28875 vsize=864332 CPUtime=0
/proc/28876/task/28883/stat : 28883 (java) S 28875 28850 28813 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003258835 885075968 3682 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28876/tid=28884] ppid=28875 vsize=864332 CPUtime=0
/proc/28876/task/28884/stat : 28884 (java) S 28875 28850 28813 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003258835 885075968 3682 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 219.68
Current children cumulated vsize (KiB) 883288

[startup+221.303 s]
/proc/loadavg: 2.01 2.11 1.91 3/91 28884
/proc/meminfo: memFree=1454904/2055920 swapFree=4179472/4192956
[pid=28850] ppid=28848 vsize=13600 CPUtime=219.22
/proc/28850/stat : 28850 (sugar) S 28848 28850 28813 0 -1 4194304 1091 85726 0 4 3 2 19078 2839 16 0 1 0 2003236768 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28850/statm: 3400 799 370 3 0 500 0
[pid=28875] ppid=28850 vsize=5356 CPUtime=0
/proc/28875/stat : 28875 (sh) S 28850 28850 28813 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003258829 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28875/statm: 1339 233 193 169 0 50 0
[pid=28876] ppid=28875 vsize=864332 CPUtime=0.66
/proc/28876/stat : 28876 (java) S 28875 28850 28813 0 -1 0 4258 0 2 0 63 3 0 0 18 0 9 0 2003258830 885075968 3717 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28876/statm: 216083 3717 1680 9 0 210665 0
[pid=28876/tid=28877] ppid=28875 vsize=864332 CPUtime=0.56
/proc/28876/task/28877/stat : 28877 (java) R 28875 28850 28813 0 -1 64 2491 0 1 0 55 1 0 0 24 0 9 0 2003258831 885075968 3717 996147200 134512640 134550740 4294956000 18446744073709551615 4126537216 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28876/tid=28878] ppid=28875 vsize=864332 CPUtime=0.02
/proc/28876/task/28878/stat : 28878 (java) S 28875 28850 28813 0 -1 64 659 0 0 0 2 0 0 0 16 0 9 0 2003258832 885075968 3717 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28876/tid=28879] ppid=28875 vsize=864332 CPUtime=0
/proc/28876/task/28879/stat : 28879 (java) S 28875 28850 28813 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2003258832 885075968 3717 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28876/tid=28880] ppid=28875 vsize=864332 CPUtime=0
/proc/28876/task/28880/stat : 28880 (java) S 28875 28850 28813 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003258832 885075968 3717 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28876/tid=28881] ppid=28875 vsize=864332 CPUtime=0
/proc/28876/task/28881/stat : 28881 (java) S 28875 28850 28813 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003258835 885075968 3717 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28876/tid=28882] ppid=28875 vsize=864332 CPUtime=0.05
/proc/28876/task/28882/stat : 28882 (java) S 28875 28850 28813 0 -1 64 417 0 1 0 5 0 0 0 16 0 9 0 2003258835 885075968 3717 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28876/tid=28883] ppid=28875 vsize=864332 CPUtime=0
/proc/28876/task/28883/stat : 28883 (java) S 28875 28850 28813 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003258835 885075968 3717 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28876/tid=28884] ppid=28875 vsize=864332 CPUtime=0
/proc/28876/task/28884/stat : 28884 (java) S 28875 28850 28813 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003258835 885075968 3717 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 219.88
Current children cumulated vsize (KiB) 883288

[startup+221.402 s]
/proc/loadavg: 2.01 2.11 1.91 3/91 28884
/proc/meminfo: memFree=1454904/2055920 swapFree=4179472/4192956
[pid=28850] ppid=28848 vsize=13600 CPUtime=219.22
/proc/28850/stat : 28850 (sugar) S 28848 28850 28813 0 -1 4194304 1092 85726 0 4 3 2 19078 2839 15 0 1 0 2003236768 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28850/statm: 3400 799 370 3 0 500 0
[pid=28875] ppid=28850 vsize=5356 CPUtime=0
/proc/28875/stat : 28875 (sh) S 28850 28850 28813 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003258829 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28875/statm: 1339 233 193 169 0 50 0
[pid=28876] ppid=28875 vsize=864360 CPUtime=0.72
/proc/28876/stat : 28876 (java) S 28875 28850 28813 0 -1 0 4323 0 2 0 69 3 0 0 18 0 9 0 2003258830 885104640 3771 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28876/statm: 216090 3771 1711 9 0 210665 0
[pid=28876/tid=28877] ppid=28875 vsize=864360 CPUtime=0.63
/proc/28876/task/28877/stat : 28877 (java) S 28875 28850 28813 0 -1 64 2556 0 1 0 61 2 0 0 18 0 9 0 2003258831 885104640 3771 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28876/tid=28878] ppid=28875 vsize=864360 CPUtime=0.02
/proc/28876/task/28878/stat : 28878 (java) S 28875 28850 28813 0 -1 64 659 0 0 0 2 0 0 0 16 0 9 0 2003258832 885104640 3771 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28876/tid=28879] ppid=28875 vsize=864360 CPUtime=0
/proc/28876/task/28879/stat : 28879 (java) S 28875 28850 28813 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2003258832 885104640 3771 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28876/tid=28880] ppid=28875 vsize=864360 CPUtime=0
/proc/28876/task/28880/stat : 28880 (java) S 28875 28850 28813 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003258832 885104640 3771 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28876/tid=28881] ppid=28875 vsize=864360 CPUtime=0
/proc/28876/task/28881/stat : 28881 (java) S 28875 28850 28813 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003258835 885104640 3771 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28876/tid=28882] ppid=28875 vsize=864360 CPUtime=0.05
/proc/28876/task/28882/stat : 28882 (java) S 28875 28850 28813 0 -1 64 417 0 1 0 5 0 0 0 16 0 9 0 2003258835 885104640 3771 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28876/tid=28883] ppid=28875 vsize=864360 CPUtime=0
/proc/28876/task/28883/stat : 28883 (java) S 28875 28850 28813 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003258835 885104640 3771 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28876/tid=28884] ppid=28875 vsize=864360 CPUtime=0
/proc/28876/task/28884/stat : 28884 (java) S 28875 28850 28813 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003258835 885104640 3771 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 219.94
Current children cumulated vsize (KiB) 883316

Child status: 0
Real time (s): 221.484
CPU time (s): 220.05
CPU user time (s): 191.517
CPU system time (s): 28.5327
CPU usage (%): 99.3521
Max. virtual memory (cumulated for all children) (KiB): 897780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 191.517
system time used= 28.5327
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91488
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10859
involuntary context switches= 13322

runsolver used 0.301954 second user time and 0.727889 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-05 09:23:31
IDJOB=1087094
IDBENCH=57930
IDSOLVER=345
FILE ID=node1/1087094-1215242611
PBS_JOBID= 7882011
Free space on /tmp= 66512 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp02/normalized-fapp02-0250-3.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087094-1215242611/watcher-1087094-1215242611 -o /tmp/evaluation-result-1087094-1215242611/solver-1087094-1215242611 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1087094-1215242611.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= aad5c2398708511922e1594d69436929
RANDOM SEED=825648684

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1601336 kB
Buffers:          4404 kB
Cached:          73376 kB
SwapCached:       7288 kB
Active:         365004 kB
Inactive:        38680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1601336 kB
SwapTotal:     4192956 kB
SwapFree:      4179472 kB
Dirty:            2028 kB
Writeback:           0 kB
Mapped:         339808 kB
Slab:            35436 kB
Committed_AS:  4014832 kB
PageTables:       2464 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= 66512 MiB
End job on node1 at 2008-07-05 09:27:13