Trace number 1086275

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 261.691 265.259

General information on the benchmark

Namecsp/fapp/fapp21/
normalized-fapp21-0500-5.xml
MD5SUMe0a4c3f834530db0009b18ab503d1b6e
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 benchmark21.7677
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints2852
Maximum constraint arity2
Maximum domain size242
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2852
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.17	c 0	Sugar v1-13 + HOME/picosat
0.00/0.17	c 0	BEGIN Sat Jul  5 08:13:42 2008
0.00/0.17	c 0	PID 29061
0.00/0.17	c 0	HOST node16.alineos.net
0.00/0.17	c 0	CONVERTING HOME/instance-1086275-1215238421.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-1086275-1215238421.xml' 'HOME/temp.csp'
0.04/0.67	c 0	6 domains, 500 variables, 8 predicates, 0 relations, 2852 constraints
0.04/0.70	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.70	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.04/0.78	c 0	Parsing HOME/temp.csp
0.81/1.02	c 0	parsed 3366 expressions
0.81/1.02	c 0	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.81/1.02	c 0	Converting to clausal form CSP
0.81/1.06	c 0	converted 337 (10%) expressions
1.20/1.40	c 1	converted 674 (20%) expressions
1.49/1.72	c 1	converted 1010 (30%) expressions
1.79/2.05	c 1	converted 1347 (40%) expressions
2.09/2.34	c 2	converted 1683 (50%) expressions
2.38/2.64	c 2	converted 2020 (60%) expressions
2.58/2.87	c 2	converted 2357 (70%) expressions
2.78/3.08	c 3	converted 2693 (80%) expressions
2.98/3.30	c 3	converted 3030 (90%) expressions
3.27/3.50	c 3	converted 3366 (100%) expressions
3.27/3.50	c 3	CSP : 986 integers, 7698 booleans, 17608 clauses, largest domain size 2701
3.27/3.50	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.27/3.50	c 3	Propagation in CSP
3.56/3.88	c 3	30520 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.56/3.88	c 3	CSP : 986 integers, 7698 booleans, 17608 clauses, largest domain size 2701
3.56/3.88	c 3	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.56/3.89	c 3	Simplifing CSP by introducing new Boolean variables
3.66/3.94	c 3	CSP : 986 integers, 14220 booleans, 24130 clauses, largest domain size 2701
3.66/3.94	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.76/4.04	c 3	Encoding CSP to SAT : HOME/temp.cnf
4.26/4.57	c 4	99 (10%) CSP integer variables are encoded (22954 clauses, 322258 bytes)
4.75/5.00	c 4	198 (20%) CSP integer variables are encoded (44581 clauses, 646663 bytes)
5.15/5.45	c 5	296 (30%) CSP integer variables are encoded (66531 clauses, 975913 bytes)
5.64/5.90	c 5	395 (40%) CSP integer variables are encoded (89097 clauses, 1314403 bytes)
6.03/6.34	c 6	493 (50%) CSP integer variables are encoded (110914 clauses, 1664373 bytes)
6.34/6.67	c 6	592 (60%) CSP integer variables are encoded (332964 clauses, 5439223 bytes)
6.72/7.02	c 6	691 (70%) CSP integer variables are encoded (588771 clauses, 9787942 bytes)
7.03/7.34	c 7	789 (80%) CSP integer variables are encoded (838211 clauses, 14028422 bytes)
7.32/7.67	c 7	888 (90%) CSP integer variables are encoded (1095704 clauses, 18598918 bytes)
7.61/7.97	c 7	986 (100%) CSP integer variables are encoded (1313532 clauses, 22737650 bytes)
19.27/19.75	c 19	2413 (10%) CSP clauses are encoded (3255839 clauses, 65125662 bytes)
29.40/30.25	c 30	4826 (20%) CSP clauses are encoded (5109609 clauses, 106207355 bytes)
37.68/38.63	c 38	7239 (30%) CSP clauses are encoded (6795434 clauses, 144281001 bytes)
44.39/45.47	c 45	9652 (40%) CSP clauses are encoded (8294427 clauses, 179065581 bytes)
48.84/49.92	c 49	12065 (50%) CSP clauses are encoded (9377175 clauses, 205138260 bytes)
53.22/54.71	c 54	14478 (60%) CSP clauses are encoded (10538131 clauses, 233488213 bytes)
56.36/57.92	c 57	16891 (70%) CSP clauses are encoded (11487471 clauses, 257064520 bytes)
59.20/60.80	c 60	19304 (80%) CSP clauses are encoded (12450585 clauses, 281167074 bytes)
61.84/63.51	c 63	21717 (90%) CSP clauses are encoded (13391575 clauses, 304514797 bytes)
64.48/66.26	c 66	24130 (100%) CSP clauses are encoded (14442009 clauses, 330867179 bytes)
64.48/66.26	c 66	24130 CSP clauses encoded
64.48/66.26	c 66	Writing map file : HOME/temp.map
64.57/66.31	c 66	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
64.57/66.31	c 66	SAT : 1328738 SAT variables, 14442009 SAT clauses, 330867179 bytes
64.57/66.31	c 66	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
64.57/66.35	c 66	SOLVING HOME/temp.cnf
64.57/66.35	c 66	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
259.44/263.03	c 262	DECODING HOME/temp.out WITH HOME/temp.map
259.44/263.03	c 262	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
259.49/263.13	c 263	Decoding HOME/temp.out
261.42/265.03	s SATISFIABLE
261.42/265.05	v -2632 -2404 -2576 2404 -2688 -2616 2384 -2308 2624 -2220 -2332 -2480 2220 2400 -2528 -2496 2368 -2220 2284 2660 -2416 -2676 2492 -2700 -2660 -2424 -2260 2456 -2280 -2260 -2700 -2548 -2620 2228 2700 -2288 2588 -2380 2472 -2612 2648 2416 -2696 2688 -2228 -2696 2600 -2512 2544 -2372 -2424 2472 2296 -2376 2280 -2304 2280 -2628 2336 2644 2264 2532 -2360 2268 2536 -2608 -2280 -2476 2272 -2440 2416 -2240 2700 -2372 2388 2700 -2408 2680 2304 2404 -2356 2452 2700 2432 2224 2244 -2260 2632 2260 2344 2580 -2368 -2592 -2520 2288 -2260 -2304 -2632 2624 -2240 2432 -2660 2232 2276 2280 2360 2504 -2556 -2296 2568 -2260 -2392 2648 -2628 -2632 -2328 -2440 -2260 2256 2428 -2364 -2376 -2304 2660 -2440 2264 -2344 -2220 -2552 -2292 -2488 2244 2408 2460 -2252 2460 2392 2592 2284 -2680 2452 2412 -2460 -2416 -2600 -2420 2644 2700 2336 -2240 2560 2688 -2360 2372 -2260 2628 2412 2272 2364 2656 -2220 -2500 2344 2352 -2660 2660 -2424 2428 2596 -2264 -2380 2544 2648 -2456 2660 -2240 2452 2524 -2344 -2700 -2660 2308 2492 -2700 -2400 2220 2628 2416 -2564 -2412 -2400 2336 2288 -2528 -2260 -2584 -2660 -2648 -2260 -2228 -2380 2600 2700 -2608 -2232 2672 2684 2580 2492 -2344 -2412 -2400 2264 -2628 -2408 2408 2268 -2648 2512 2540 2624 -2472 2316 -2232 -2296 2584 2660 2584 2308 -2656 2372 -2236 -2660 -2660 -2544 2596 2292 2568 2676 2420 2640 -2420 -2360 2668 -2528 -2552 -2444 2384 -2368 -2448 2248 -2596 -2332 -2324 -2504 -2312 2468 -2700 -2660 2592 2656 2660 2604 -2356 2668 2296 2460 2328 -2572 -2300 -2620 -2448 2280 2572 -2320 -2296 2628 -2700 2244 2516 2272 2268 2500 -2292 -2616 -2604 -2660 -2656 -2444 2560 2452 2508 2292 -2552 2300 -2268 -2700 2464 -2384 2332 2504 -2364 2488 2572 -2584 -2224 2696 2540 2304 -2608 -2220 -2372 2348 2308 2400 2488 2592 -2316 -2332 -2560 -2400 2260 -2260 2292 -2668 -2700 -2456 2360 -2340 2424 -2296 -2616 -2656 2544 2464 2444 2268 -2536 2268 -2432 2540 2504 2460 -2520 -2384 -2332 2316 2648 -2376 -2640 2692 2628 2484 -2224 2220 2500 2504 2384 2700 -2500 -2344 2584 -2592 2700 -2380 -2464 2504 2272 -2220 -2512 2460 2680 2260 2524 2352 -2568 2640 2452 -2464 2680 -2588 2264 -2236 -2296 2520 2224 -2348 -2528 2280 2276 -2588 -2628 2228 2256 2636 2336 -2624 -2284 2328 2368 -2572 -2668 2336 -2656 -2576 2636 -2332 2232 2344 -2224 -2540 -2240 -2608 -2696 2448 -2532 2640 -2660 -2276 -2264 2464 -2640 2636 -2300 2444 -2560 2500 2392 2532 2256 2484 -2340 -2232 -2268 2260 2512 -2404 -2392 2696 2552 -2504 -2448 -2484 -2688 -2592 -2220 -2272 2472 2496 -2344 2412 2656 -2468 2656 -2660 2240 2224 2588 2292 2700 -2304 -2296 2660 -2272 2648 2628 2480 -2272 -2420 -2488 2420 2668 2556 2504 -2220 2232 -2352 2660 2420 2416 -2332 -2264 -2536 2384 -2240 2404 -2288 -2700 -2652 -2292 -2248 -2420 2252 -2624 -2236 -2300 2536 -2552 2276 -2408
261.42/265.06	c 264	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
261.42/265.08	c 265	CPU 193.62 (0.04 0.01 193.58 67.85)
261.42/265.08	c 265	END Sat Jul  5 08:18:07 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-1086275-1215238421/watcher-1086275-1215238421 -o /tmp/evaluation-result-1086275-1215238421/solver-1086275-1215238421 -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-1086275-1215238421.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.06 2.12 2.22 4/81 29061
/proc/meminfo: memFree=1609224/2055920 swapFree=4180124/4192956
[pid=29061] ppid=29059 vsize=18572 CPUtime=0
/proc/29061/stat : 29061 (runsolver) D 29059 29061 27691 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2002816736 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 231962373415 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/29061/statm: 4643 292 257 25 0 2626 0

[startup+0.04338 s]
/proc/loadavg: 2.06 2.12 2.22 4/81 29061
/proc/meminfo: memFree=1609224/2055920 swapFree=4180124/4192956
[pid=29061] ppid=29059 vsize=124 CPUtime=0
/proc/29061/stat : 29061 (sugar) D 29059 29061 27691 0 -1 4194304 37 0 1 0 0 0 0 0 18 0 1 0 2002816736 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 231959754217 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/29061/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.102368 s]
/proc/loadavg: 2.06 2.12 2.22 4/81 29061
/proc/meminfo: memFree=1609224/2055920 swapFree=4180124/4192956
[pid=29061] ppid=29059 vsize=12272 CPUtime=0
/proc/29061/stat : 29061 (sugar) D 29059 29061 27691 0 -1 4194304 359 0 3 0 0 0 0 0 18 0 1 0 2002816736 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/29061/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.302322 s]
/proc/loadavg: 2.06 2.12 2.22 4/81 29061
/proc/meminfo: memFree=1609224/2055920 swapFree=4180124/4192956
[pid=29061] ppid=29059 vsize=13600 CPUtime=0.04
/proc/29061/stat : 29061 (sugar) S 29059 29061 27691 0 -1 4194304 897 127 3 0 3 1 0 0 19 0 1 0 2002816736 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29061/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702212 s]
/proc/loadavg: 2.06 2.12 2.22 4/81 29061
/proc/meminfo: memFree=1609224/2055920 swapFree=4180124/4192956
[pid=29061] ppid=29059 vsize=13600 CPUtime=0.04
/proc/29061/stat : 29061 (sugar) S 29059 29061 27691 0 -1 4194304 915 127 3 0 3 1 0 0 15 0 1 0 2002816736 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29061/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50201 s]
/proc/loadavg: 2.06 2.12 2.22 3/92 29083
/proc/meminfo: memFree=1599984/2055920 swapFree=4180124/4192956
[pid=29061] ppid=29059 vsize=13600 CPUtime=0.53
/proc/29061/stat : 29061 (sugar) S 29059 29061 27691 0 -1 4194304 970 5446 3 1 3 1 44 5 15 0 1 0 2002816736 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29061/statm: 3400 797 370 3 0 500 0
[pid=29074] ppid=29061 vsize=5356 CPUtime=0
/proc/29074/stat : 29074 (sh) S 29061 29061 27691 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002816807 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29074/statm: 1339 233 193 169 0 50 0
[pid=29075] ppid=29074 vsize=868272 CPUtime=0.76
/proc/29075/stat : 29075 (java) S 29074 29061 27691 0 -1 0 5508 0 1 0 72 4 0 0 18 0 9 0 2002816807 889110528 4905 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29075/statm: 217068 4905 1734 9 0 211643 0
[pid=29075/tid=29076] ppid=29074 vsize=868272 CPUtime=0.5
/proc/29075/task/29076/stat : 29076 (java) R 29074 29061 27691 0 -1 64 2677 0 1 0 48 2 0 0 20 0 9 0 2002816808 889110528 4905 996147200 134512640 134550740 4294955952 18446744073709551615 4126568257 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29075/tid=29077] ppid=29074 vsize=868272 CPUtime=0.04
/proc/29075/task/29077/stat : 29077 (java) S 29074 29061 27691 0 -1 64 688 0 0 0 4 0 0 0 16 0 9 0 2002816809 889110528 4905 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29075/tid=29078] ppid=29074 vsize=868272 CPUtime=0
/proc/29075/task/29078/stat : 29078 (java) S 29074 29061 27691 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2002816809 889110528 4905 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29075/tid=29079] ppid=29074 vsize=868272 CPUtime=0
/proc/29075/task/29079/stat : 29079 (java) S 29074 29061 27691 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2002816809 889110528 4905 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29075/tid=29080] ppid=29074 vsize=868272 CPUtime=0
/proc/29075/task/29080/stat : 29080 (java) S 29074 29061 27691 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002816811 889110528 4905 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29075/tid=29081] ppid=29074 vsize=868272 CPUtime=0.19
/proc/29075/task/29081/stat : 29081 (java) S 29074 29061 27691 0 -1 64 1451 0 0 0 19 0 0 0 16 0 9 0 2002816811 889110528 4905 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29075/tid=29082] ppid=29074 vsize=868272 CPUtime=0
/proc/29075/task/29082/stat : 29082 (java) S 29074 29061 27691 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002816811 889110528 4905 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29075/tid=29083] ppid=29074 vsize=868272 CPUtime=0
/proc/29075/task/29083/stat : 29083 (java) S 29074 29061 27691 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002816811 889110528 4905 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) 887228

[startup+3.10159 s]
/proc/loadavg: 2.06 2.12 2.22 3/92 29083
/proc/meminfo: memFree=1590704/2055920 swapFree=4180124/4192956
[pid=29061] ppid=29059 vsize=13600 CPUtime=0.53
/proc/29061/stat : 29061 (sugar) S 29059 29061 27691 0 -1 4194304 970 5446 3 1 3 1 44 5 15 0 1 0 2002816736 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29061/statm: 3400 797 370 3 0 500 0
[pid=29074] ppid=29061 vsize=5356 CPUtime=0
/proc/29074/stat : 29074 (sh) S 29061 29061 27691 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002816807 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29074/statm: 1339 233 193 169 0 50 0
[pid=29075] ppid=29074 vsize=868384 CPUtime=2.35
/proc/29075/stat : 29075 (java) S 29074 29061 27691 0 -1 0 8514 0 1 0 229 6 0 0 18 0 9 0 2002816807 889225216 7559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29075/statm: 217096 7559 2540 9 0 211671 0
[pid=29075/tid=29076] ppid=29074 vsize=868384 CPUtime=1.82
/proc/29075/task/29076/stat : 29076 (java) R 29074 29061 27691 0 -1 64 2859 0 1 0 179 3 0 0 25 0 9 0 2002816808 889225216 7559 996147200 134512640 134550740 4294955952 18446744073709551615 4126581738 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29075/tid=29077] ppid=29074 vsize=868384 CPUtime=0.29
/proc/29075/task/29077/stat : 29077 (java) S 29074 29061 27691 0 -1 64 3502 0 0 0 28 1 0 0 16 0 9 0 2002816809 889225216 7559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29075/tid=29078] ppid=29074 vsize=868384 CPUtime=0
/proc/29075/task/29078/stat : 29078 (java) S 29074 29061 27691 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002816809 889225216 7559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29075/tid=29079] ppid=29074 vsize=868384 CPUtime=0
/proc/29075/task/29079/stat : 29079 (java) S 29074 29061 27691 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2002816809 889225216 7559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29075/tid=29080] ppid=29074 vsize=868384 CPUtime=0
/proc/29075/task/29080/stat : 29080 (java) S 29074 29061 27691 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002816811 889225216 7559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29075/tid=29081] ppid=29074 vsize=868384 CPUtime=0.21
/proc/29075/task/29081/stat : 29081 (java) S 29074 29061 27691 0 -1 64 1460 0 0 0 21 0 0 0 15 0 9 0 2002816811 889225216 7559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29075/tid=29082] ppid=29074 vsize=868384 CPUtime=0
/proc/29075/task/29082/stat : 29082 (java) S 29074 29061 27691 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002816811 889225216 7559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29075/tid=29083] ppid=29074 vsize=868384 CPUtime=0
/proc/29075/task/29083/stat : 29083 (java) S 29074 29061 27691 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002816811 889225216 7559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 887340

[startup+6.30276 s]
/proc/loadavg: 2.05 2.12 2.22 3/92 29083
/proc/meminfo: memFree=1579248/2055920 swapFree=4180124/4192956
[pid=29061] ppid=29059 vsize=13600 CPUtime=0.53
/proc/29061/stat : 29061 (sugar) S 29059 29061 27691 0 -1 4194304 971 5446 3 1 3 1 44 5 15 0 1 0 2002816736 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29061/statm: 3400 797 370 3 0 500 0
[pid=29074] ppid=29061 vsize=5356 CPUtime=0
/proc/29074/stat : 29074 (sh) S 29061 29061 27691 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002816807 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29074/statm: 1339 233 193 169 0 50 0
[pid=29075] ppid=29074 vsize=868496 CPUtime=5.5
/proc/29075/stat : 29075 (java) S 29074 29061 27691 0 -1 0 10248 0 1 0 541 9 0 0 18 0 9 0 2002816807 889339904 9017 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29075/statm: 217124 9017 2566 9 0 211671 0
[pid=29075/tid=29076] ppid=29074 vsize=868496 CPUtime=4.64
/proc/29075/task/29076/stat : 29076 (java) R 29074 29061 27691 0 -1 64 3183 0 1 0 459 5 0 0 25 0 9 0 2002816808 889339904 9017 996147200 134512640 134550740 4294955952 18446744073709551615 4127001564 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29075/tid=29077] ppid=29074 vsize=868496 CPUtime=0.58
/proc/29075/task/29077/stat : 29077 (java) S 29074 29061 27691 0 -1 64 4877 0 0 0 55 3 0 0 16 0 9 0 2002816809 889339904 9017 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29075/tid=29078] ppid=29074 vsize=868496 CPUtime=0
/proc/29075/task/29078/stat : 29078 (java) S 29074 29061 27691 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002816809 889339904 9017 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29075/tid=29079] ppid=29074 vsize=868496 CPUtime=0
/proc/29075/task/29079/stat : 29079 (java) S 29074 29061 27691 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2002816809 889339904 9017 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29075/tid=29080] ppid=29074 vsize=868496 CPUtime=0
/proc/29075/task/29080/stat : 29080 (java) S 29074 29061 27691 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002816811 889339904 9017 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29075/tid=29081] ppid=29074 vsize=868496 CPUtime=0.26
/proc/29075/task/29081/stat : 29081 (java) S 29074 29061 27691 0 -1 64 1495 0 0 0 26 0 0 0 15 0 9 0 2002816811 889339904 9017 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29075/tid=29082] ppid=29074 vsize=868496 CPUtime=0
/proc/29075/task/29082/stat : 29082 (java) S 29074 29061 27691 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002816811 889339904 9017 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29075/tid=29083] ppid=29074 vsize=868496 CPUtime=0
/proc/29075/task/29083/stat : 29083 (java) S 29074 29061 27691 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002816811 889339904 9017 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 887452

[startup+12.7021 s]
/proc/loadavg: 2.05 2.12 2.22 3/92 29083
/proc/meminfo: memFree=1543152/2055920 swapFree=4180124/4192956
[pid=29061] ppid=29059 vsize=13600 CPUtime=0.53
/proc/29061/stat : 29061 (sugar) S 29059 29061 27691 0 -1 4194304 971 5446 3 1 3 1 44 5 15 0 1 0 2002816736 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29061/statm: 3400 797 370 3 0 500 0
[pid=29074] ppid=29061 vsize=5356 CPUtime=0
/proc/29074/stat : 29074 (sh) S 29061 29061 27691 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002816807 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29074/statm: 1339 233 193 169 0 50 0
[pid=29075] ppid=29074 vsize=868496 CPUtime=11.83
/proc/29075/stat : 29075 (java) S 29074 29061 27691 0 -1 0 10896 0 1 0 1147 36 0 0 18 0 9 0 2002816807 889339904 9031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29075/statm: 217124 9031 2566 9 0 211671 0
[pid=29075/tid=29076] ppid=29074 vsize=868496 CPUtime=10.73
/proc/29075/task/29076/stat : 29076 (java) R 29074 29061 27691 0 -1 64 3820 0 1 0 1046 27 0 0 25 0 9 0 2002816808 889339904 9031 996147200 134512640 134550740 4294955952 18446744073709551615 4127003295 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29075/tid=29077] ppid=29074 vsize=868496 CPUtime=0.77
/proc/29075/task/29077/stat : 29077 (java) S 29074 29061 27691 0 -1 64 4877 0 0 0 71 6 0 0 16 0 9 0 2002816809 889339904 9031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29075/tid=29078] ppid=29074 vsize=868496 CPUtime=0
/proc/29075/task/29078/stat : 29078 (java) S 29074 29061 27691 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002816809 889339904 9031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29075/tid=29079] ppid=29074 vsize=868496 CPUtime=0
/proc/29075/task/29079/stat : 29079 (java) S 29074 29061 27691 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2002816809 889339904 9031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29075/tid=29080] ppid=29074 vsize=868496 CPUtime=0
/proc/29075/task/29080/stat : 29080 (java) S 29074 29061 27691 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002816811 889339904 9031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29075/tid=29081] ppid=29074 vsize=868496 CPUtime=0.29
/proc/29075/task/29081/stat : 29081 (java) S 29074 29061 27691 0 -1 64 1506 0 0 0 28 1 0 0 16 0 9 0 2002816811 889339904 9031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29075/tid=29082] ppid=29074 vsize=868496 CPUtime=0
/proc/29075/task/29082/stat : 29082 (java) S 29074 29061 27691 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002816811 889339904 9031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29075/tid=29083] ppid=29074 vsize=868496 CPUtime=0
/proc/29075/task/29083/stat : 29083 (java) S 29074 29061 27691 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002816811 889339904 9031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 887452

[startup+25.5028 s]
/proc/loadavg: 2.10 2.12 2.22 3/92 29083
/proc/meminfo: memFree=1495536/2055920 swapFree=4180124/4192956
[pid=29061] ppid=29059 vsize=13600 CPUtime=0.53
/proc/29061/stat : 29061 (sugar) S 29059 29061 27691 0 -1 4194304 971 5446 3 1 3 1 44 5 16 0 1 0 2002816736 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29061/statm: 3400 797 370 3 0 500 0
[pid=29074] ppid=29061 vsize=5356 CPUtime=0
/proc/29074/stat : 29074 (sh) S 29061 29061 27691 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002816807 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29074/statm: 1339 233 193 169 0 50 0
[pid=29075] ppid=29074 vsize=868496 CPUtime=24.47
/proc/29075/stat : 29075 (java) S 29074 29061 27691 0 -1 0 11767 0 1 0 2371 76 0 0 18 0 9 0 2002816807 889339904 9034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29075/statm: 217124 9034 2566 9 0 211671 0
[pid=29075/tid=29076] ppid=29074 vsize=868496 CPUtime=23.07
/proc/29075/task/29076/stat : 29076 (java) R 29074 29061 27691 0 -1 64 4688 0 1 0 2244 63 0 0 25 0 9 0 2002816808 889339904 9034 996147200 134512640 134550740 4294955952 18446744073709551615 102064721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29075/tid=29077] ppid=29074 vsize=868496 CPUtime=1.07
/proc/29075/task/29077/stat : 29077 (java) S 29074 29061 27691 0 -1 64 4877 0 0 0 96 11 0 0 16 0 9 0 2002816809 889339904 9034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29075/tid=29078] ppid=29074 vsize=868496 CPUtime=0
/proc/29075/task/29078/stat : 29078 (java) S 29074 29061 27691 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002816809 889339904 9034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29075/tid=29079] ppid=29074 vsize=868496 CPUtime=0
/proc/29075/task/29079/stat : 29079 (java) S 29074 29061 27691 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2002816809 889339904 9034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/loadavg: 2.01 2.08 2.18 3/84 29085
/proc/meminfo: memFree=768752/2055920 swapFree=4180124/4192956
[pid=29061] ppid=29059 vsize=13600 CPUtime=64.62
/proc/29061/stat : 29061 (sugar) S 29059 29061 27691 0 -1 4194304 1021 21656 3 2 4 1 6195 262 16 0 1 0 2002816736 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29061/statm: 3400 799 370 3 0 500 0
[pid=29084] ppid=29061 vsize=5356 CPUtime=0
/proc/29084/stat : 29084 (sh) S 29061 29061 27691 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002823372 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29084/statm: 1339 232 193 169 0 50 0
[pid=29085] ppid=29084 vsize=611200 CPUtime=154.5
/proc/29085/stat : 29085 (picosat) R 29084 29061 27691 0 -1 4194304 126577 0 0 0 8946 6504 0 0 25 0 1 0 2002823372 625868800 126504 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 1 0 0
/proc/29085/statm: 152800 126504 42 102 0 152695 0
Current children cumulated CPU time (s) 219.12
Current children cumulated vsize (KiB) 630156

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

[startup+230.302 s]
/proc/loadavg: 2.01 2.08 2.18 3/84 29085
/proc/meminfo: memFree=768688/2055920 swapFree=4180124/4192956
[pid=29061] ppid=29059 vsize=13600 CPUtime=64.62
/proc/29061/stat : 29061 (sugar) S 29059 29061 27691 0 -1 4194304 1021 21656 3 2 4 1 6195 262 16 0 1 0 2002816736 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29061/statm: 3400 799 370 3 0 500 0
[pid=29084] ppid=29061 vsize=5356 CPUtime=0
/proc/29084/stat : 29084 (sh) S 29061 29061 27691 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002823372 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29084/statm: 1339 232 193 169 0 50 0
[pid=29085] ppid=29084 vsize=611200 CPUtime=162.42
/proc/29085/stat : 29085 (picosat) R 29084 29061 27691 0 -1 4194304 126587 0 0 0 9738 6504 0 0 25 0 1 0 2002823372 625868800 126514 996147200 134512640 134931368 4294956256 18446744073709551615 134525802 0 0 4096 0 0 0 0 17 1 0 0
/proc/29085/statm: 152800 126514 42 102 0 152695 0
Current children cumulated CPU time (s) 227.04
Current children cumulated vsize (KiB) 630156

[startup+243.106 s]
/proc/loadavg: 2.01 2.08 2.17 3/84 29085
/proc/meminfo: memFree=768496/2055920 swapFree=4180124/4192956
[pid=29061] ppid=29059 vsize=13600 CPUtime=64.62
/proc/29061/stat : 29061 (sugar) S 29059 29061 27691 0 -1 4194304 1021 21656 3 2 4 1 6195 262 16 0 1 0 2002816736 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29061/statm: 3400 799 370 3 0 500 0
[pid=29084] ppid=29061 vsize=5356 CPUtime=0
/proc/29084/stat : 29084 (sh) S 29061 29061 27691 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002823372 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29084/statm: 1339 232 193 169 0 50 0
[pid=29085] ppid=29084 vsize=611200 CPUtime=175.11
/proc/29085/stat : 29085 (picosat) R 29084 29061 27691 0 -1 4194304 126641 0 0 0 11007 6504 0 0 25 0 1 0 2002823372 625868800 126568 996147200 134512640 134931368 4294956256 18446744073709551615 134525624 0 0 4096 0 0 0 0 17 1 0 0
/proc/29085/statm: 152800 126568 42 102 0 152695 0
Current children cumulated CPU time (s) 239.73
Current children cumulated vsize (KiB) 630156

[startup+255.903 s]
/proc/loadavg: 2.01 2.07 2.17 3/84 29085
/proc/meminfo: memFree=768432/2055920 swapFree=4180124/4192956
[pid=29061] ppid=29059 vsize=13600 CPUtime=64.62
/proc/29061/stat : 29061 (sugar) S 29059 29061 27691 0 -1 4194304 1021 21656 3 2 4 1 6195 262 16 0 1 0 2002816736 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29061/statm: 3400 799 370 3 0 500 0
[pid=29084] ppid=29061 vsize=5356 CPUtime=0
/proc/29084/stat : 29084 (sh) S 29061 29061 27691 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002823372 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29084/statm: 1339 232 193 169 0 50 0
[pid=29085] ppid=29084 vsize=611200 CPUtime=187.79
/proc/29085/stat : 29085 (picosat) R 29084 29061 27691 0 -1 4194304 126653 0 0 0 12275 6504 0 0 25 0 1 0 2002823372 625868800 126580 996147200 134512640 134931368 4294956256 18446744073709551615 134522892 0 0 4096 0 0 0 0 17 1 0 0
/proc/29085/statm: 152800 126580 42 102 0 152695 0
Current children cumulated CPU time (s) 252.41
Current children cumulated vsize (KiB) 630156

[startup+259.102 s]
/proc/loadavg: 2.01 2.07 2.17 3/84 29085
/proc/meminfo: memFree=768368/2055920 swapFree=4180124/4192956
[pid=29061] ppid=29059 vsize=13600 CPUtime=64.62
/proc/29061/stat : 29061 (sugar) S 29059 29061 27691 0 -1 4194304 1021 21656 3 2 4 1 6195 262 16 0 1 0 2002816736 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29061/statm: 3400 799 370 3 0 500 0
[pid=29084] ppid=29061 vsize=5356 CPUtime=0
/proc/29084/stat : 29084 (sh) S 29061 29061 27691 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002823372 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29084/statm: 1339 232 193 169 0 50 0
[pid=29085] ppid=29084 vsize=611200 CPUtime=190.96
/proc/29085/stat : 29085 (picosat) R 29084 29061 27691 0 -1 4194304 126659 0 0 0 12592 6504 0 0 25 0 1 0 2002823372 625868800 126586 996147200 134512640 134931368 4294956256 18446744073709551615 134525554 0 0 4096 0 0 0 0 17 1 0 0
/proc/29085/statm: 152800 126586 42 102 0 152695 0
Current children cumulated CPU time (s) 255.58
Current children cumulated vsize (KiB) 630156

[startup+262.301 s]
/proc/loadavg: 2.01 2.07 2.17 3/84 29085
/proc/meminfo: memFree=768240/2055920 swapFree=4180124/4192956
[pid=29061] ppid=29059 vsize=13600 CPUtime=64.62
/proc/29061/stat : 29061 (sugar) S 29059 29061 27691 0 -1 4194304 1021 21656 3 2 4 1 6195 262 16 0 1 0 2002816736 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29061/statm: 3400 799 370 3 0 500 0
[pid=29084] ppid=29061 vsize=5356 CPUtime=0
/proc/29084/stat : 29084 (sh) S 29061 29061 27691 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002823372 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29084/statm: 1339 232 193 169 0 50 0
[pid=29085] ppid=29084 vsize=611204 CPUtime=194.13
/proc/29085/stat : 29085 (picosat) R 29084 29061 27691 0 -1 4194304 126674 0 0 0 12906 6507 0 0 25 0 1 0 2002823372 625872896 126601 996147200 134512640 134931368 4294956256 18446744073709551615 134668094 0 0 4096 0 0 0 0 17 1 0 0
/proc/29085/statm: 152801 126601 47 102 0 152696 0
Current children cumulated CPU time (s) 258.75
Current children cumulated vsize (KiB) 630160

[startup+263.902 s]
/proc/loadavg: 2.00 2.07 2.17 3/92 29095
/proc/meminfo: memFree=1250800/2055920 swapFree=4180124/4192956
[pid=29061] ppid=29059 vsize=13600 CPUtime=259.49
/proc/29061/stat : 29061 (sugar) S 29059 29061 27691 0 -1 4194304 1089 148616 3 2 4 1 19165 6779 16 0 1 0 2002816736 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29061/statm: 3400 799 370 3 0 500 0
[pid=29086] ppid=29061 vsize=5356 CPUtime=0
/proc/29086/stat : 29086 (sh) S 29061 29061 27691 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002843040 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29086/statm: 1339 233 193 169 0 50 0
[pid=29087] ppid=29086 vsize=864464 CPUtime=0.84
/proc/29087/stat : 29087 (java) S 29086 29061 27691 0 -1 0 6592 0 1 0 80 4 0 0 18 0 9 0 2002843040 885211136 5874 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29087/statm: 216116 5874 2531 9 0 210698 0
[pid=29087/tid=29088] ppid=29086 vsize=864464 CPUtime=0.66
/proc/29087/task/29088/stat : 29088 (java) R 29086 29061 27691 0 -1 64 2478 0 1 0 64 2 0 0 25 0 9 0 2002843041 885211136 5874 996147200 134512640 134550740 4294956000 18446744073709551615 4126525198 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29087/tid=29089] ppid=29086 vsize=864464 CPUtime=0.1
/proc/29087/task/29089/stat : 29089 (java) S 29086 29061 27691 0 -1 64 3001 0 0 0 9 1 0 0 16 0 9 0 2002843043 885211136 5874 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29087/tid=29090] ppid=29086 vsize=864464 CPUtime=0
/proc/29087/task/29090/stat : 29090 (java) S 29086 29061 27691 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002843043 885211136 5874 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29087/tid=29091] ppid=29086 vsize=864464 CPUtime=0
/proc/29087/task/29091/stat : 29091 (java) S 29086 29061 27691 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002843043 885211136 5874 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29087/tid=29092] ppid=29086 vsize=864464 CPUtime=0
/proc/29087/task/29092/stat : 29092 (java) S 29086 29061 27691 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002843045 885211136 5874 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29087/tid=29093] ppid=29086 vsize=864464 CPUtime=0.06
/proc/29087/task/29093/stat : 29093 (java) S 29086 29061 27691 0 -1 64 421 0 0 0 6 0 0 0 16 0 9 0 2002843045 885211136 5874 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29087/tid=29094] ppid=29086 vsize=864464 CPUtime=0
/proc/29087/task/29094/stat : 29094 (java) S 29086 29061 27691 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002843045 885211136 5874 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29087/tid=29095] ppid=29086 vsize=864464 CPUtime=0
/proc/29087/task/29095/stat : 29095 (java) S 29086 29061 27691 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002843045 885211136 5874 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 260.33
Current children cumulated vsize (KiB) 883420

[startup+264.703 s]
/proc/loadavg: 2.00 2.07 2.17 3/92 29095
/proc/meminfo: memFree=1250800/2055920 swapFree=4180124/4192956
[pid=29061] ppid=29059 vsize=13600 CPUtime=259.49
/proc/29061/stat : 29061 (sugar) S 29059 29061 27691 0 -1 4194304 1089 148616 3 2 4 1 19165 6779 16 0 1 0 2002816736 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29061/statm: 3400 799 370 3 0 500 0
[pid=29086] ppid=29061 vsize=5356 CPUtime=0
/proc/29086/stat : 29086 (sh) S 29061 29061 27691 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002843040 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29086/statm: 1339 233 193 169 0 50 0
[pid=29087] ppid=29086 vsize=864464 CPUtime=1.63
/proc/29087/stat : 29087 (java) S 29086 29061 27691 0 -1 0 6697 0 1 0 159 4 0 0 18 0 9 0 2002843040 885211136 5974 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29087/statm: 216116 5974 2530 9 0 210698 0
[pid=29087/tid=29088] ppid=29086 vsize=864464 CPUtime=1.39
/proc/29087/task/29088/stat : 29088 (java) R 29086 29061 27691 0 -1 64 2482 0 1 0 137 2 0 0 25 0 9 0 2002843041 885211136 5974 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29087/tid=29089] ppid=29086 vsize=864464 CPUtime=0.14
/proc/29087/task/29089/stat : 29089 (java) S 29086 29061 27691 0 -1 64 3100 0 0 0 13 1 0 0 16 0 9 0 2002843043 885211136 5974 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29087/tid=29090] ppid=29086 vsize=864464 CPUtime=0
/proc/29087/task/29090/stat : 29090 (java) S 29086 29061 27691 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002843043 885211136 5974 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29087/tid=29091] ppid=29086 vsize=864464 CPUtime=0
/proc/29087/task/29091/stat : 29091 (java) S 29086 29061 27691 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2002843043 885211136 5974 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29087/tid=29092] ppid=29086 vsize=864464 CPUtime=0
/proc/29087/task/29092/stat : 29092 (java) S 29086 29061 27691 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002843045 885211136 5974 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29087/tid=29093] ppid=29086 vsize=864464 CPUtime=0.07
/proc/29087/task/29093/stat : 29093 (java) R 29086 29061 27691 0 -1 64 423 0 0 0 7 0 0 0 16 0 9 0 2002843045 885211136 5974 996147200 134512640 134550740 4294956000 18446744073709551615 101409926 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29087/tid=29094] ppid=29086 vsize=864464 CPUtime=0
/proc/29087/task/29094/stat : 29094 (java) S 29086 29061 27691 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002843045 885211136 5974 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29087/tid=29095] ppid=29086 vsize=864464 CPUtime=0
/proc/29087/task/29095/stat : 29095 (java) S 29086 29061 27691 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002843045 885211136 5974 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 261.12
Current children cumulated vsize (KiB) 883420

[startup+265.107 s]
/proc/loadavg: 2.00 2.07 2.17 3/92 29095
/proc/meminfo: memFree=1250288/2055920 swapFree=4180124/4192956
[pid=29061] ppid=29059 vsize=13600 CPUtime=261.51
/proc/29061/stat : 29061 (sugar) R 29059 29061 27691 0 -1 4194304 1117 155666 3 3 4 4 19358 6785 16 0 1 0 2002816736 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 1 0 0
/proc/29061/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 261.51
Current children cumulated vsize (KiB) 13600

[startup+265.202 s]
/proc/loadavg: 2.00 2.07 2.17 3/92 29095
/proc/meminfo: memFree=1250288/2055920 swapFree=4180124/4192956
[pid=29061] ppid=29059 vsize=13600 CPUtime=261.61
/proc/29061/stat : 29061 (sugar) R 29059 29061 27691 0 -1 4194304 1117 155666 3 3 4 14 19358 6785 16 0 1 0 2002816736 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 1 0 0
/proc/29061/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 261.61
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 265.259
CPU time (s): 261.691
CPU user time (s): 193.634
CPU system time (s): 68.0577
CPU usage (%): 98.655
Max. virtual memory (cumulated for all children) (KiB): 887592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 193.634
system time used= 68.0577
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156813
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= 47012
involuntary context switches= 56826

runsolver used 0.342947 second user time and 0.891864 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-05 08:13:41
IDJOB=1086275
IDBENCH=57786
IDSOLVER=345
FILE ID=node16/1086275-1215238421
PBS_JOBID= 7881913
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp21/normalized-fapp21-0500-5.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-1086275-1215238421/watcher-1086275-1215238421 -o /tmp/evaluation-result-1086275-1215238421/solver-1086275-1215238421 -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-1086275-1215238421.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e0a4c3f834530db0009b18ab503d1b6e
RANDOM SEED=1467144944

node16.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1609704 kB
Buffers:          4044 kB
Cached:         101576 kB
SwapCached:       5696 kB
Active:         323852 kB
Inactive:        72736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1609704 kB
SwapTotal:     4192956 kB
SwapFree:      4180124 kB
Dirty:            1760 kB
Writeback:           0 kB
Mapped:         308076 kB
Slab:            34208 kB
Committed_AS:  3950464 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= 66524 MiB
End job on node16 at 2008-07-05 08:18:07