Trace number 2083104

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 975.771 986.652

General information on the benchmark

Namecsp/fapp/fapp08/
normalized-fapp08-0700-5.xml
MD5SUMfa37dee04ffe0cd0af7a8fde9f661bf5
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 benchmark48.6576
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints7122
Maximum constraint arity2
Maximum domain size282
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7122
Global constraints used (with number of constraints)

Solver Data

0.03/1.38	c 0	Sugar v1-14-6 + HOME/picosat
0.06/1.40	c 1	BEGIN Sun Jul 12 07:31:50 2009
0.06/1.40	c 1	PID 23139
0.06/1.41	c 1	HOST node71.alineos.net
0.06/1.41	c 1	CONVERTING HOME/instance-2083104-1247376708.xml TO HOME/temp.csp
0.06/1.41	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083104-1247376708.xml' 'HOME/temp.csp'
0.74/2.33	c 1	25 domains, 700 variables, 8 predicates, 0 relations, 7122 constraints
0.74/2.38	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.74/2.38	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.77/2.46	c 2	Parsing HOME/temp.csp
0.77/2.62	c 2	parsed 7855 expressions
0.77/2.63	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.77/2.63	c 2	Converting to clausal form CSP
0.77/2.89	c 2	converted 786 (10%) expressions
3.17/4.86	c 4	converted 1571 (20%) expressions
4.46/6.16	c 5	converted 2357 (30%) expressions
5.45/7.12	c 6	converted 3142 (40%) expressions
6.36/8.00	c 7	converted 3928 (50%) expressions
7.85/9.52	c 9	converted 4713 (60%) expressions
8.85/10.53	c 10	converted 5499 (70%) expressions
9.85/11.52	c 11	converted 6284 (80%) expressions
11.15/12.84	c 12	converted 7070 (90%) expressions
11.95/13.70	c 13	converted 7855 (100%) expressions
11.95/13.70	c 13	CSP : 1396 integers, 20152 booleans, 43067 clauses, largest domain size 2721
11.95/13.70	c 13	Heap : 65 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.95/13.70	c 13	Propagation in CSP
12.45/14.13	c 13	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.45/14.13	c 13	CSP : 1396 integers, 20152 booleans, 43067 clauses, largest domain size 2721
12.45/14.13	c 13	Heap : 65 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.45/14.16	c 13	Simplifing CSP by introducing new Boolean variables
12.55/14.23	c 13	CSP : 1396 integers, 34950 booleans, 57865 clauses, largest domain size 2721
12.55/14.23	c 13	Heap : 70 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.05/14.74	c 14	Encoding CSP to SAT : HOME/temp.cnf
13.65/15.36	c 14	140 (10%) CSP integer variables are encoded (28476 clauses, 405112 bytes)
14.15/15.85	c 15	280 (20%) CSP integer variables are encoded (53347 clauses, 778177 bytes)
14.64/16.36	c 15	419 (30%) CSP integer variables are encoded (79658 clauses, 1172842 bytes)
15.14/16.87	c 16	559 (40%) CSP integer variables are encoded (105486 clauses, 1572287 bytes)
15.74/17.40	c 17	698 (50%) CSP integer variables are encoded (132440 clauses, 2030505 bytes)
15.94/17.70	c 17	838 (60%) CSP integer variables are encoded (356380 clauses, 5837485 bytes)
16.34/18.02	c 17	978 (70%) CSP integer variables are encoded (604570 clauses, 10056715 bytes)
16.63/18.32	c 17	1117 (80%) CSP integer variables are encoded (845951 clauses, 14160192 bytes)
16.83/18.60	c 18	1257 (90%) CSP integer variables are encoded (1059013 clauses, 17902683 bytes)
17.13/18.89	c 18	1396 (100%) CSP integer variables are encoded (1281796 clauses, 22135560 bytes)
20.67/22.40	c 22	5787 (10%) CSP clauses are encoded (2381958 clauses, 49035144 bytes)
24.50/26.38	c 25	11573 (20%) CSP clauses are encoded (3758720 clauses, 83292175 bytes)
28.25/30.32	c 29	17360 (30%) CSP clauses are encoded (5169725 clauses, 118529169 bytes)
32.10/34.28	c 33	23146 (40%) CSP clauses are encoded (6673366 clauses, 156986732 bytes)
35.25/37.45	c 37	28933 (50%) CSP clauses are encoded (7888883 clauses, 187806733 bytes)
37.90/40.11	c 39	34719 (60%) CSP clauses are encoded (8864012 clauses, 212728278 bytes)
41.13/43.42	c 43	40506 (70%) CSP clauses are encoded (10108666 clauses, 244489156 bytes)
44.63/47.06	c 46	46292 (80%) CSP clauses are encoded (11418773 clauses, 277789351 bytes)
48.07/50.58	c 50	52079 (90%) CSP clauses are encoded (12741012 clauses, 311683708 bytes)
51.61/54.14	c 53	57865 (100%) CSP clauses are encoded (14115819 clauses, 347182532 bytes)
51.61/54.14	c 53	57865 CSP clauses encoded
51.65/54.34	c 53	Writing map file : HOME/temp.map
51.65/54.39	c 53	Heap : 72 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
51.65/54.39	c 54	SAT : 1318142 SAT variables, 14115819 SAT clauses, 347182532 bytes
51.65/54.39	c 54	Heap : 72 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
51.71/54.41	c 54	SOLVING HOME/temp.cnf
51.71/54.41	c 54	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
973.73/983.62	c 983	DECODING HOME/temp.out WITH HOME/temp.map
973.73/983.62	c 983	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'
973.76/984.08	c 983	Decoding HOME/temp.out
975.63/985.93	s SATISFIABLE
975.63/985.95	v -2612 -2564 -2404 -2496 -2660 2308 -2436 -2520 2328 -2280 2388 2528 2200 -2308 2308 -2384 -2400 -2604 2612 -2440 2564 2608 2680 2332 2620 -2720 -2436 -2452 -2520 -2632 -2420 -2448 2328 -2476 -2388 -2228 -2204 2236 -2436 -2272 -2572 2376 -2448 2216 2344 2304 2472 -2652 2344 -2216 -2480 2484 2568 -2200 -2692 -2684 -2212 -2236 -2504 -2440 2160 -2680 2452 2552 2668 -2692 2408 -2496 2648 -2540 -2636 -2228 -2476 -2348 -2248 2624 2488 2360 -2528 2288 -2624 -2412 2312 2596 -2172 2668 -2300 -2576 2232 2300 2720 2588 2680 -2656 2500 2288 -2284 2412 2716 -2524 2236 2680 2416 2292 -2224 2680 2180 2664 -2160 -2680 -2176 2628 -2196 2320 2520 -2404 -2340 2200 -2696 -2200 -2624 2368 2448 -2680 -2380 -2344 2496 -2496 2280 2188 -2408 -2576 -2532 2324 2288 2352 2384 2580 2696 -2188 2580 2224 2236 -2196 -2212 -2444 2364 2540 -2348 -2648 -2664 -2400 -2700 -2160 -2328 2432 2300 2664 -2624 2480 -2612 2500 2576 -2584 2396 -2700 2200 -2388 -2544 2348 2168 -2664 2472 -2596 -2600 2588 2556 -2632 2640 2540 2720 2628 -2476 -2440 -2404 -2620 2548 -2348 2196 -2212 -2180 2472 -2472 -2480 -2676 -2408 -2484 -2604 2292 2664 2716 -2384 -2388 2484 -2616 2416 2524 -2660 -2504 2572 -2348 -2416 2608 2328 -2452 -2328 2160 -2352 -2524 -2608 2336 -2160 -2392 2332 -2704 2572 2352 -2332 -2488 -2232 -2348 2608 -2300 2424 -2196 -2580 -2492 2656 2700 -2404 -2672 2248 2592 -2624 2664 -2336 2340 -2580 -2160 -2372 -2292 2248 -2620 2280 2660 2292 2604 2316 2484 -2436 2664 -2448 -2172 2552 -2392 -2560 -2284 -2564 -2220 2508 2432 -2428 -2680 -2644 2228 -2392 2584 -2412 2260 -2676 -2448 -2560 2644 2348 -2432 -2296 2372 -2296 2412 2452 -2616 -2296 2628 -2340 -2560 -2632 -2388 -2488 -2452 -2240 -2624 -2488 -2712 2704 2572 2216 -2696 2572 2400 2432 2648 2720 -2452 -2360 2304 -2648 -2376 -2444 -2540 2256 -2632 2160 -2288 2444 2540 -2200 -2376 -2384 2268 -2600 -2248 -2444 -2688 2276 2260 -2544 -2600 2680 2172 2512 -2284 -2272 -2316 -2476 -2312 -2228 -2344 -2552 2380 -2620 -2200 -2664 2424 -2260 2652 -2208 2656 2640 -2628 -2456 2176 -2160 -2648 -2656 2400 2568 -2452 -2572 -2332 2300 2624 -2176 -2404 2548 2600 -2640 2544 -2208 -2232 -2552 2484 -2488 -2592 -2676 2488 2252 2616 -2328 2292 2624 2684 -2172 -2404 2256 -2580 2516 2588 2640 -2428 2308 -2504 -2584 -2672 -2664 2584 -2364 2216 2268 -2364 2552 2352 -2412 2656 -2328 -2200 2536 -2416 2476 2512 2448 -2612 -2308 -2160 -2460 -2488 2592 2480 2404 2448 2356 -2264 2200 -2620 2636 -2424 2584 2484 -2464 -2228 -2276 -2692 -2392 2588 -2304 -2720 2356 -2296 -2448 2544 -2400 2360 2624 2572 2184 -2240 2264 2616 2444 -2556 2592 2376 2592 -2516 -2500 -2160 2304 -2400 2624 2656 2288 -2652 2352 -2568 2520 -2192 2396 -2584 -2316 2392 2200 2536 -2320 -2540 2632 2596 -2592 2472 2660 2252 -2372 -2200 -2220 2196 2616 2512 -2552 -2336 -2252 2296 2272 2412 -2484 2300 2492 -2216 2164 -2448 2160 -2160 -2300 2552 2592 2368 -2660 2372 -2560 -2376 2368 -2408 -2536 2552 -2188 -2592 2200 -2700 -2580 2664 -2160 2188 2352 -2624 2628 -2364 2528 -2532 -2576 2376 2240 -2588 -2608 2616 -2292 2676 -2720 2344 2352 -2356 2540 -2316 -2656 -2632 -2608 -2680 -2660 -2532 -2460 -2592 2416 -2560 2376 -2720 2544 2200 -2376 2444 -2208 -2416 2164 -2596 -2576 -2536 2580 2472 -2212 -2348 2448 2700 2536 -2620 -2200 -2568 2388 2248 -2576 2404 2504 2616 2372 2696 2532 -2644 2572 2176 2308 2356 2212 -2340 -2332 2252 2160 -2496 2680 -2236 2620 2336 2680 2548 -2220 -2640 -2244 -2384 -2444 2720 2412 2512 -2360 2340 -2672 -2364 2720 -2608 -2660 -2200 -2516 -2696 -2520 -2580 -2260 2460 -2680 2160 2176 2520 -2360 2532 -2580 2464 -2296 -2416 2704 2400 -2592 -2716 -2448 -2268 -2336 -2392 -2376 2320 -2208 2532 2376 2340 2352 -2244 -2652 2424 -2252 -2392 2524 -2500 -2200 2160 2556 2584 2512 2308 2384 -2492 -2440 2464 -2572 2200 2368 2568 2592 2188 -2416 -2560 -2492 2424 2712 -2420 -2612 2552 2420 -2316 2292 2300 2400 2624 2280 2396 2312 2204 -2600 -2504 2192 2256 -2648
975.63/985.97	c 985	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
975.70/986.01	c 985	CPU 975.71 (0.06 0.02 905.49 70.14)
975.70/986.01	c 985	END Sun Jul 12 07:48:15 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-2083104-1247376708/watcher-2083104-1247376708 -o /tmp/evaluation-result-2083104-1247376708/solver-2083104-1247376708 -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-2083104-1247376708.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.84 2.29 2.10 4/82 23139
/proc/meminfo: memFree=510688/2055920 swapFree=4192812/4192956
[pid=23139] ppid=23137 vsize=18576 CPUtime=0
/proc/23139/stat : 23139 (runsolver) R 23137 23139 17808 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24733484 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 231962373415 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23139/statm: 4644 284 249 26 0 2626 0

[startup+0.0140011 s]
/proc/loadavg: 2.84 2.29 2.10 4/82 23139
/proc/meminfo: memFree=510688/2055920 swapFree=4192812/4192956
[pid=23139] ppid=23137 vsize=18576 CPUtime=0
/proc/23139/stat : 23139 (runsolver) D 23137 23139 17808 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24733484 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 231962373415 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/23139/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.102014 s]
/proc/loadavg: 2.84 2.29 2.10 4/82 23139
/proc/meminfo: memFree=510688/2055920 swapFree=4192812/4192956
[pid=23139] ppid=23137 vsize=124 CPUtime=0
/proc/23139/stat : 23139 (sugar) D 23137 23139 17808 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 24733484 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 231959754217 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/23139/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.301043 s]
/proc/loadavg: 2.84 2.29 2.10 4/82 23139
/proc/meminfo: memFree=510688/2055920 swapFree=4192812/4192956
[pid=23139] ppid=23137 vsize=12272 CPUtime=0
/proc/23139/stat : 23139 (sugar) D 23137 23139 17808 0 -1 4194304 407 0 0 0 0 0 0 0 18 0 1 0 24733484 12566528 375 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/23139/statm: 3068 375 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.701096 s]
/proc/loadavg: 2.84 2.29 2.10 4/82 23139
/proc/meminfo: memFree=510688/2055920 swapFree=4192812/4192956
[pid=23139] ppid=23137 vsize=12676 CPUtime=0
/proc/23139/stat : 23139 (sugar) D 23137 23139 17808 0 -1 4194304 533 0 0 0 0 0 0 0 18 0 1 0 24733484 12980224 501 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/23139/statm: 3169 501 315 3 0 269 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12676

[startup+1.50121 s]
/proc/loadavg: 2.84 2.29 2.10 2/83 23140
/proc/meminfo: memFree=493464/2055920 swapFree=4192812/4192956
[pid=23139] ppid=23137 vsize=16868 CPUtime=0.06
/proc/23139/stat : 23139 (sugar) S 23137 23139 17808 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24733484 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23139/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+3.10143 s]
/proc/loadavg: 2.84 2.29 2.10 4/93 23151
/proc/meminfo: memFree=458760/2055920 swapFree=4192812/4192956
[pid=23139] ppid=23137 vsize=16868 CPUtime=0.77
/proc/23139/stat : 23139 (sugar) S 23137 23139 17808 0 -1 4194304 1309 8250 0 1 5 1 65 6 16 0 1 0 24733484 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23139/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30187 s]
/proc/loadavg: 2.85 2.30 2.10 3/93 23161
/proc/meminfo: memFree=404104/2055920 swapFree=4192812/4192956
[pid=23139] ppid=23137 vsize=16868 CPUtime=0.77
/proc/23139/stat : 23139 (sugar) S 23137 23139 17808 0 -1 4194304 1309 8250 0 1 5 1 65 6 16 0 1 0 24733484 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23139/statm: 4217 1111 409 3 0 796 0
[pid=23152] ppid=23139 vsize=5356 CPUtime=0
/proc/23152/stat : 23152 (sh) S 23139 23139 17808 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 24733723 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23152/statm: 1339 233 193 169 0 50 0
[pid=23153] ppid=23152 vsize=868592 CPUtime=3.88
/proc/23153/stat : 23153 (java) S 23152 23139 17808 0 -1 0 11271 0 1 0 376 12 0 0 18 0 9 0 24733723 889438208 10295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23153/statm: 217148 10295 2566 9 0 211653 0
[pid=23153/tid=23154] ppid=23152 vsize=868592 CPUtime=3.18
/proc/23153/task/23154/stat : 23154 (java) R 23152 23139 17808 0 -1 64 2992 0 1 0 312 6 0 0 25 0 9 0 24733724 889438208 10295 996147200 134512640 134550932 4294955936 18446744073709551615 4126509169 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23153/tid=23155] ppid=23152 vsize=868592 CPUtime=0.49
/proc/23153/task/23155/stat : 23155 (java) S 23152 23139 17808 0 -1 64 6102 0 0 0 45 4 0 0 16 0 9 0 24733725 889438208 10295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23153/tid=23156] ppid=23152 vsize=868592 CPUtime=0
/proc/23153/task/23156/stat : 23156 (java) S 23152 23139 17808 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24733725 889438208 10295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23153/tid=23157] ppid=23152 vsize=868592 CPUtime=0
/proc/23153/task/23157/stat : 23157 (java) S 23152 23139 17808 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24733725 889438208 10295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23153/tid=23158] ppid=23152 vsize=868592 CPUtime=0
/proc/23153/task/23158/stat : 23158 (java) S 23152 23139 17808 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24733727 889438208 10295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23153/tid=23159] ppid=23152 vsize=868592 CPUtime=0.18
/proc/23153/task/23159/stat : 23159 (java) S 23152 23139 17808 0 -1 64 1478 0 0 0 18 0 0 0 15 0 9 0 24733727 889438208 10295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23153/tid=23160] ppid=23152 vsize=868592 CPUtime=0
/proc/23153/task/23160/stat : 23160 (java) S 23152 23139 17808 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24733727 889438208 10295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23153/tid=23161] ppid=23152 vsize=868592 CPUtime=0
/proc/23153/task/23161/stat : 23161 (java) S 23152 23139 17808 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24733727 889438208 10295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 890816
heavy processes:

[startup+12.7027 s]
/proc/loadavg: 2.86 2.31 2.10 4/93 23161
/proc/meminfo: memFree=327952/2055920 swapFree=4192812/4192956
[pid=23139] ppid=23137 vsize=16868 CPUtime=0.77
/proc/23139/stat : 23139 (sugar) S 23137 23139 17808 0 -1 4194304 1309 8250 0 1 5 1 65 6 16 0 1 0 24733484 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23139/statm: 4217 1111 409 3 0 796 0
[pid=23152] ppid=23139 vsize=5356 CPUtime=0
/proc/23152/stat : 23152 (sh) S 23139 23139 17808 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 24733723 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23152/statm: 1339 233 193 169 0 50 0
[pid=23153] ppid=23152 vsize=868592 CPUtime=10.28
/proc/23153/stat : 23153 (java) S 23152 23139 17808 0 -1 0 30602 0 1 0 1005 23 0 0 18 0 9 0 24733723 889438208 21446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23153/statm: 217148 21446 2567 9 0 211653 0
[pid=23153/tid=23154] ppid=23152 vsize=868592 CPUtime=8.1
/proc/23153/task/23154/stat : 23154 (java) R 23152 23139 17808 0 -1 64 3884 0 1 0 803 7 0 0 25 0 9 0 24733724 889438208 21446 996147200 134512640 134550932 4294955936 18446744073709551615 4126509136 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23153/tid=23155] ppid=23152 vsize=868592 CPUtime=1.96
/proc/23153/task/23155/stat : 23155 (java) S 23152 23139 17808 0 -1 64 24541 0 0 0 183 13 0 0 16 0 9 0 24733725 889438208 21446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23153/tid=23156] ppid=23152 vsize=868592 CPUtime=0
/proc/23153/task/23156/stat : 23156 (java) S 23152 23139 17808 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24733725 889438208 21446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23153/tid=23157] ppid=23152 vsize=868592 CPUtime=0
/proc/23153/task/23157/stat : 23157 (java) S 23152 23139 17808 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24733725 889438208 21446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23153/tid=23158] ppid=23152 vsize=868592 CPUtime=0
/proc/23153/task/23158/stat : 23158 (java) S 23152 23139 17808 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24733727 889438208 21446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23153/tid=23159] ppid=23152 vsize=868592 CPUtime=0.18
/proc/23153/task/23159/stat : 23159 (java) S 23152 23139 17808 0 -1 64 1478 0 0 0 18 0 0 0 16 0 9 0 24733727 889438208 21446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23153/tid=23160] ppid=23152 vsize=868592 CPUtime=0
/proc/23153/task/23160/stat : 23160 (java) S 23152 23139 17808 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24733727 889438208 21446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23153/tid=23161] ppid=23152 vsize=868592 CPUtime=0
/proc/23153/task/23161/stat : 23161 (java) S 23152 23139 17808 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24733727 889438208 21446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.05
Current children cumulated vsize (KiB) 890816

[startup+25.5025 s]
/proc/loadavg: 2.97 2.36 2.12 3/93 23161
/proc/meminfo: memFree=193360/2055920 swapFree=4192812/4192956
[pid=23139] ppid=23137 vsize=16868 CPUtime=0.77
/proc/23139/stat : 23139 (sugar) S 23137 23139 17808 0 -1 4194304 1310 8250 0 1 5 1 65 6 16 0 1 0 24733484 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23139/statm: 4217 1111 409 3 0 796 0
[pid=23152] ppid=23139 vsize=5356 CPUtime=0
/proc/23152/stat : 23152 (sh) S 23139 23139 17808 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 24733723 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23152/statm: 1339 233 193 169 0 50 0
[pid=23153] ppid=23152 vsize=868704 CPUtime=22.94
/proc/23153/stat : 23153 (java) S 23152 23139 17808 0 -1 0 35434 0 1 0 2222 72 0 0 18 0 9 0 24733723 889552896 24401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23153/statm: 217176 24401 2593 9 0 211653 0
[pid=23153/tid=23154] ppid=23152 vsize=868704 CPUtime=19.92
/proc/23153/task/23154/stat : 23154 (java) R 23152 23139 17808 0 -1 64 4270 0 1 0 1939 53 0 0 25 0 9 0 24733724 889552896 24401 996147200 134512640 134550932 4294955936 18446744073709551615 4126997856 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23153/tid=23155] ppid=23152 vsize=868704 CPUtime=2.73
/proc/23153/task/23155/stat : 23155 (java) S 23152 23139 17808 0 -1 64 28936 0 0 0 256 17 0 0 16 0 9 0 24733725 889552896 24401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23153/tid=23156] ppid=23152 vsize=868704 CPUtime=0
/proc/23153/task/23156/stat : 23156 (java) S 23152 23139 17808 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24733725 889552896 24401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23153/tid=23157] ppid=23152 vsize=868704 CPUtime=0
/proc/23153/task/23157/stat : 23157 (java) S 23152 23139 17808 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24733725 889552896 24401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23153/tid=23158] ppid=23152 vsize=868704 CPUtime=0
/proc/23153/task/23158/stat : 23158 (java) S 23152 23139 17808 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24733727 889552896 24401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23153/tid=23159] ppid=23152 vsize=868704 CPUtime=0.27
/proc/23153/task/23159/stat : 23159 (java) S 23152 23139 17808 0 -1 64 1529 0 0 0 26 1 0 0 16 0 9 0 24733727 889552896 24401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23153/tid=23160] ppid=23152 vsize=868704 CPUtime=0
/proc/23153/task/23160/stat : 23160 (java) S 23152 23139 17808 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24733727 889552896 24401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23153/tid=23161] ppid=23152 vsize=868704 CPUtime=0
/proc/23153/task/23161/stat : 23161 (java) S 23152 23139 17808 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24733727 889552896 24401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.71
Current children cumulated vsize (KiB) 890928

[startup+51.1019 s]
/proc/loadavg: 2.98 2.41 2.14 3/93 23161
/proc/meminfo: memFree=16208/2055920 swapFree=4192812/4192956
[pid=23139] ppid=23137 vsize=16868 CPUtime=0.77
/proc/23139/stat : 23139 (sugar) S 23137 23139 17808 0 -1 4194304 1310 8250 0 1 5 1 65 6 16 0 1 0 24733484 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23139/statm: 4217 1111 409 3 0 796 0
[pid=23152] ppid=23139 vsize=5356 CPUtime=0
/proc/23152/stat : 23152 (sh) S 23139 23139 17808 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 24733723 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23152/statm: 1339 233 193 169 0 50 0
[pid=23153] ppid=23152 vsize=868704 CPUtime=47.9
/proc/23153/stat : 23153 (java) S 23152 23139 17808 0 -1 0 36143 0 1 0 4572 218 0 0 18 0 9 0 24733723 889552896 24401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23153/statm: 217176 24401 2593 9 0 211653 0
[pid=23153/tid=23154] ppid=23152 vsize=868704 CPUtime=44.44
/proc/23153/task/23154/stat : 23154 (java) R 23152 23139 17808 0 -1 64 4979 0 1 0 4250 194 0 0 25 0 9 0 24733724 889552896 24401 996147200 134512640 134550932 4294955936 18446744073709551615 4126995398 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23153/tid=23155] ppid=23152 vsize=868704 CPUtime=3.16
/proc/23153/task/23155/stat : 23155 (java) S 23152 23139 17808 0 -1 64 28936 0 0 0 294 22 0 0 16 0 9 0 24733725 889552896 24401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23153/tid=23156] ppid=23152 vsize=868704 CPUtime=0
/proc/23153/task/23156/stat : 23156 (java) S 23152 23139 17808 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24733725 889552896 24401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23153/tid=23157] ppid=23152 vsize=868704 CPUtime=0
/proc/23153/task/23157/stat : 23157 (java) S 23152 23139 17808 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24733725 889552896 24401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23153/tid=23158] ppid=23152 vsize=868704 CPUtime=0
/proc/23153/task/23158/stat : 23158 (java) S 23152 23139 17808 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24733727 889552896 24401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23153/tid=23159] ppid=23152 vsize=868704 CPUtime=0.27
/proc/23153/task/23159/stat : 23159 (java) S 23152 23139 17808 0 -1 64 1529 0 0 0 26 1 0 0 16 0 9 0 24733727 889552896 24401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23153/tid=23160] ppid=23152 vsize=868704 CPUtime=0
/proc/23153/task/23160/stat : 23160 (java) S 23152 23139 17808 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24733727 889552896 24401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23153/tid=23161] ppid=23152 vsize=868704 CPUtime=0
/proc/23153/task/23161/stat : 23161 (java) S 23152 23139 17808 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24733727 889552896 24401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 48.67
Current children cumulated vsize (KiB) 890928

[startup+102.306 s]

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

[pid=23139] ppid=23137 vsize=16868 CPUtime=51.76
/proc/23139/stat : 23139 (sugar) S 23137 23139 17808 0 -1 4194304 1366 44790 0 2 6 2 4922 246 15 0 1 0 24733484 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23139/statm: 4217 1114 409 3 0 796 0
[pid=23162] ppid=23139 vsize=5356 CPUtime=0
/proc/23162/stat : 23162 (sh) S 23139 23139 17808 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24738926 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23162/statm: 1339 232 193 169 0 50 0
[pid=23163] ppid=23162 vsize=630924 CPUtime=761.62
/proc/23163/stat : 23163 (picosat) R 23162 23139 17808 0 -1 4194304 134024 0 1 0 69430 6732 0 0 25 0 1 0 24738933 646066176 133985 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 0 0 0
/proc/23163/statm: 157731 133985 42 102 0 157626 0
Current children cumulated CPU time (s) 813.38
Current children cumulated vsize (KiB) 653148

[startup+882.302 s]
/proc/loadavg: 3.09 2.60 2.37 3/85 23211
/proc/meminfo: memFree=16336/2055920 swapFree=4192812/4192956
[pid=23139] ppid=23137 vsize=16868 CPUtime=51.76
/proc/23139/stat : 23139 (sugar) S 23137 23139 17808 0 -1 4194304 1366 44790 0 2 6 2 4922 246 15 0 1 0 24733484 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23139/statm: 4217 1114 409 3 0 796 0
[pid=23162] ppid=23139 vsize=5356 CPUtime=0
/proc/23162/stat : 23162 (sh) S 23139 23139 17808 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24738926 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23162/statm: 1339 232 193 169 0 50 0
[pid=23163] ppid=23162 vsize=630924 CPUtime=821.3
/proc/23163/stat : 23163 (picosat) R 23162 23139 17808 0 -1 4194304 134024 0 1 0 75390 6740 0 0 25 0 1 0 24738933 646066176 133985 996147200 134512640 134931368 4294956256 18446744073709551615 134530822 0 0 4096 0 0 0 0 17 0 0 0
/proc/23163/statm: 157731 133985 42 102 0 157626 0
Current children cumulated CPU time (s) 873.06
Current children cumulated vsize (KiB) 653148

[startup+942.302 s]
/proc/loadavg: 2.76 2.61 2.39 3/85 23211
/proc/meminfo: memFree=16144/2055920 swapFree=4192812/4192956
[pid=23139] ppid=23137 vsize=16868 CPUtime=51.76
/proc/23139/stat : 23139 (sugar) S 23137 23139 17808 0 -1 4194304 1366 44790 0 2 6 2 4922 246 15 0 1 0 24733484 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23139/statm: 4217 1114 409 3 0 796 0
[pid=23162] ppid=23139 vsize=5356 CPUtime=0
/proc/23162/stat : 23162 (sh) S 23139 23139 17808 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24738926 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23162/statm: 1339 232 193 169 0 50 0
[pid=23163] ppid=23162 vsize=630924 CPUtime=880.94
/proc/23163/stat : 23163 (picosat) R 23162 23139 17808 0 -1 4194304 134044 0 1 0 81350 6744 0 0 25 0 1 0 24738933 646066176 134005 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23163/statm: 157731 134005 42 102 0 157626 0
Current children cumulated CPU time (s) 932.7
Current children cumulated vsize (KiB) 653148

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

[startup+947.107 s]
/proc/loadavg: 2.70 2.60 2.39 3/85 23211
/proc/meminfo: memFree=15312/2055920 swapFree=4192812/4192956
[pid=23139] ppid=23137 vsize=16868 CPUtime=51.76
/proc/23139/stat : 23139 (sugar) S 23137 23139 17808 0 -1 4194304 1366 44790 0 2 6 2 4922 246 15 0 1 0 24733484 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23139/statm: 4217 1114 409 3 0 796 0
[pid=23162] ppid=23139 vsize=5356 CPUtime=0
/proc/23162/stat : 23162 (sh) S 23139 23139 17808 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24738926 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23162/statm: 1339 232 193 169 0 50 0
[pid=23163] ppid=23162 vsize=630924 CPUtime=885.72
/proc/23163/stat : 23163 (picosat) R 23162 23139 17808 0 -1 4194304 134044 0 1 0 81828 6744 0 0 25 0 1 0 24738933 646066176 134005 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23163/statm: 157731 134005 42 102 0 157626 0
Current children cumulated CPU time (s) 937.48
Current children cumulated vsize (KiB) 653148

[startup+972.703 s]
/proc/loadavg: 2.54 2.57 2.38 3/85 23211
/proc/meminfo: memFree=16208/2055920 swapFree=4192812/4192956
[pid=23139] ppid=23137 vsize=16868 CPUtime=51.76
/proc/23139/stat : 23139 (sugar) S 23137 23139 17808 0 -1 4194304 1366 44790 0 2 6 2 4922 246 15 0 1 0 24733484 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23139/statm: 4217 1114 409 3 0 796 0
[pid=23162] ppid=23139 vsize=5356 CPUtime=0
/proc/23162/stat : 23162 (sh) S 23139 23139 17808 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24738926 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23162/statm: 1339 232 193 169 0 50 0
[pid=23163] ppid=23162 vsize=630924 CPUtime=911.19
/proc/23163/stat : 23163 (picosat) R 23162 23139 17808 0 -1 4194304 134053 0 1 0 84373 6746 0 0 25 0 1 0 24738933 646066176 134014 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23163/statm: 157731 134014 42 102 0 157626 0
Current children cumulated CPU time (s) 962.95
Current children cumulated vsize (KiB) 653148

[startup+979.103 s]
/proc/loadavg: 2.50 2.56 2.38 3/85 23211
/proc/meminfo: memFree=15696/2055920 swapFree=4192812/4192956
[pid=23139] ppid=23137 vsize=16868 CPUtime=51.76
/proc/23139/stat : 23139 (sugar) S 23137 23139 17808 0 -1 4194304 1366 44790 0 2 6 2 4922 246 15 0 1 0 24733484 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23139/statm: 4217 1114 409 3 0 796 0
[pid=23162] ppid=23139 vsize=5356 CPUtime=0
/proc/23162/stat : 23162 (sh) S 23139 23139 17808 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24738926 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23162/statm: 1339 232 193 169 0 50 0
[pid=23163] ppid=23162 vsize=630924 CPUtime=917.55
/proc/23163/stat : 23163 (picosat) R 23162 23139 17808 0 -1 4194304 134057 0 1 0 85009 6746 0 0 25 0 1 0 24738933 646066176 134018 996147200 134512640 134931368 4294956256 18446744073709551615 134525794 0 0 4096 0 0 0 0 17 1 0 0
/proc/23163/statm: 157731 134018 42 102 0 157626 0
Current children cumulated CPU time (s) 969.31
Current children cumulated vsize (KiB) 653148

[startup+982.307 s]
/proc/loadavg: 2.54 2.57 2.38 3/85 23211
/proc/meminfo: memFree=16080/2055920 swapFree=4192812/4192956
[pid=23139] ppid=23137 vsize=16868 CPUtime=51.76
/proc/23139/stat : 23139 (sugar) S 23137 23139 17808 0 -1 4194304 1366 44790 0 2 6 2 4922 246 15 0 1 0 24733484 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23139/statm: 4217 1114 409 3 0 796 0
[pid=23162] ppid=23139 vsize=5356 CPUtime=0
/proc/23162/stat : 23162 (sh) S 23139 23139 17808 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24738926 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23162/statm: 1339 232 193 169 0 50 0
[pid=23163] ppid=23162 vsize=630924 CPUtime=920.74
/proc/23163/stat : 23163 (picosat) R 23162 23139 17808 0 -1 4194304 134066 0 1 0 85328 6746 0 0 25 0 1 0 24738933 646066176 134027 996147200 134512640 134931368 4294956256 18446744073709551615 134544773 0 0 4096 0 0 0 0 17 1 0 0
/proc/23163/statm: 157731 134027 42 102 0 157626 0
Current children cumulated CPU time (s) 972.5
Current children cumulated vsize (KiB) 653148

[startup+983.902 s]
/proc/loadavg: 2.54 2.57 2.38 3/85 23211
/proc/meminfo: memFree=15824/2055920 swapFree=4192812/4192956
[pid=23139] ppid=23137 vsize=16868 CPUtime=973.76
/proc/23139/stat : 23139 (sugar) S 23137 23139 17808 0 -1 4194304 1429 179145 0 7 6 2 90361 7007 16 0 1 0 24733484 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23139/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 973.76
Current children cumulated vsize (KiB) 16868

[startup+985.504 s]
/proc/loadavg: 2.49 2.56 2.38 3/93 23221
/proc/meminfo: memFree=521680/2055920 swapFree=4192812/4192956
[pid=23139] ppid=23137 vsize=16868 CPUtime=973.76
/proc/23139/stat : 23139 (sugar) S 23137 23139 17808 0 -1 4194304 1447 179145 0 7 6 2 90361 7007 16 0 1 0 24733484 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23139/statm: 4217 1114 409 3 0 796 0
[pid=23212] ppid=23139 vsize=5356 CPUtime=0
/proc/23212/stat : 23212 (sh) S 23139 23139 17808 0 -1 4194304 271 0 7 0 0 0 0 0 18 0 1 0 24831847 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23212/statm: 1339 233 193 169 0 50 0
[pid=23213] ppid=23212 vsize=863824 CPUtime=1.48
/proc/23213/stat : 23213 (java) S 23212 23139 17808 0 -1 0 6556 0 65 0 142 6 0 0 18 0 9 0 24831860 884555776 5887 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23213/statm: 215956 5887 2157 9 0 210869 0
[pid=23213/tid=23214] ppid=23212 vsize=863824 CPUtime=1.25
/proc/23213/task/23214/stat : 23214 (java) R 23212 23139 17808 0 -1 64 2031 0 31 0 122 3 0 0 25 0 9 0 24831868 884555776 5887 996147200 134512640 134550932 4294955984 18446744073709551615 4126556505 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23213/tid=23215] ppid=23212 vsize=863824 CPUtime=0.13
/proc/23213/task/23215/stat : 23215 (java) S 23212 23139 17808 0 -1 64 3349 0 0 0 13 0 0 0 16 0 9 0 24831881 884555776 5887 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23213/tid=23216] ppid=23212 vsize=863824 CPUtime=0
/proc/23213/task/23216/stat : 23216 (java) S 23212 23139 17808 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 24831881 884555776 5887 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23213/tid=23217] ppid=23212 vsize=863824 CPUtime=0
/proc/23213/task/23217/stat : 23217 (java) S 23212 23139 17808 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24831881 884555776 5887 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23213/tid=23218] ppid=23212 vsize=863824 CPUtime=0
/proc/23213/task/23218/stat : 23218 (java) S 23212 23139 17808 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24831885 884555776 5887 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23213/tid=23219] ppid=23212 vsize=863824 CPUtime=0.06
/proc/23213/task/23219/stat : 23219 (java) S 23212 23139 17808 0 -1 64 512 0 1 0 6 0 0 0 16 0 9 0 24831885 884555776 5887 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23213/tid=23220] ppid=23212 vsize=863824 CPUtime=0
/proc/23213/task/23220/stat : 23220 (java) S 23212 23139 17808 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24831885 884555776 5887 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23213/tid=23221] ppid=23212 vsize=863824 CPUtime=0
/proc/23213/task/23221/stat : 23221 (java) S 23212 23139 17808 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24831885 884555776 5887 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 975.24
Current children cumulated vsize (KiB) 886048

[startup+986.302 s]
/proc/loadavg: 2.49 2.56 2.38 3/93 23221
/proc/meminfo: memFree=521680/2055920 swapFree=4192812/4192956
[pid=23139] ppid=23137 vsize=16868 CPUtime=975.73
/proc/23139/stat : 23139 (sugar) D 23137 23139 17808 0 -1 4194304 1479 186570 0 80 6 4 90549 7014 16 0 1 0 24733484 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23139/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 975.73
Current children cumulated vsize (KiB) 16868

[startup+986.502 s]
/proc/loadavg: 2.49 2.56 2.38 3/93 23221
/proc/meminfo: memFree=521680/2055920 swapFree=4192812/4192956
[pid=23139] ppid=23137 vsize=16868 CPUtime=975.74
/proc/23139/stat : 23139 (sugar) D 23137 23139 17808 0 -1 4194304 1479 186570 0 80 6 5 90549 7014 16 0 1 0 24733484 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23139/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 975.74
Current children cumulated vsize (KiB) 16868

[startup+986.602 s]
/proc/loadavg: 2.49 2.56 2.38 2/83 23221
/proc/meminfo: memFree=533792/2055920 swapFree=4192812/4192956
[pid=23139] ppid=23137 vsize=16868 CPUtime=975.74
/proc/23139/stat : 23139 (sugar) D 23137 23139 17808 0 -1 4194304 1479 186570 0 80 6 5 90549 7014 16 0 1 0 24733484 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23139/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 975.74
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 986.652
CPU time (s): 975.771
CPU user time (s): 905.558
CPU system time (s): 70.2123
CPU usage (%): 98.8971
Max. virtual memory (cumulated for all children) (KiB): 901064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 905.558
system time used= 70.2123
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188110
page faults= 80
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18241
involuntary context switches= 44087

runsolver used 1.26881 second user time and 3.31849 second system time

The end

Launcher Data

Begin job on node71 at 2009-07-12 07:31:49
IDJOB=2083104
IDBENCH=57704
IDSOLVER=738
FILE ID=node71/2083104-1247376708
PBS_JOBID= 9507052
Free space on /tmp= 65312 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp08/normalized-fapp08-0700-5.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-2083104-1247376708/watcher-2083104-1247376708 -o /tmp/evaluation-result-2083104-1247376708/solver-2083104-1247376708 -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-2083104-1247376708.xml

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

MD5SUM BENCH= fa37dee04ffe0cd0af7a8fde9f661bf5
RANDOM SEED=94055555

node71.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.222
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.222
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:        511488 kB
Buffers:          3660 kB
Cached:        1161996 kB
SwapCached:          0 kB
Active:        1314028 kB
Inactive:       152904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        511488 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          210052 kB
Writeback:           0 kB
Mapped:         322620 kB
Slab:            62008 kB
Committed_AS:   600504 kB
PageTables:       2556 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= 63540 MiB
End job on node71 at 2009-07-12 07:48:16