Trace number 2083357

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 189.267 191.323

General information on the benchmark

Namecsp/fapp/fapp21/
normalized-fapp21-0500-4.xml
MD5SUM6763a8e49185bfad346b8249a47748d7
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 benchmark18.2122
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

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:40:51 2009
0.00/0.08	c 0	PID 27759
0.00/0.08	c 0	HOST node68.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2083357-1247377251.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083357-1247377251.xml' 'HOME/temp.csp'
0.06/0.60	c 0	6 domains, 500 variables, 8 predicates, 0 relations, 2852 constraints
0.06/0.61	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.61	c 0	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.06/0.69	c 0	Parsing HOME/temp.csp
0.56/0.94	c 1	parsed 3366 expressions
0.56/0.95	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.56/0.95	c 1	Converting to clausal form CSP
0.56/0.98	c 1	converted 337 (10%) expressions
1.22/1.40	c 1	converted 674 (20%) expressions
1.62/1.79	c 2	converted 1010 (30%) expressions
2.01/2.18	c 2	converted 1347 (40%) expressions
2.41/2.51	c 2	converted 1683 (50%) expressions
2.70/2.84	c 3	converted 2020 (60%) expressions
2.91/3.09	c 3	converted 2357 (70%) expressions
3.19/3.32	c 3	converted 2693 (80%) expressions
3.39/3.55	c 3	converted 3030 (90%) expressions
3.69/3.85	c 4	converted 3366 (100%) expressions
3.69/3.85	c 4	CSP : 986 integers, 7620 booleans, 17530 clauses, largest domain size 2701
3.69/3.85	c 4	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.69/3.85	c 4	Propagation in CSP
3.89/4.08	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.89/4.08	c 4	CSP : 986 integers, 7620 booleans, 17530 clauses, largest domain size 2701
3.89/4.08	c 4	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.98/4.10	c 4	Simplifing CSP by introducing new Boolean variables
3.98/4.14	c 4	CSP : 986 integers, 14142 booleans, 24052 clauses, largest domain size 2701
3.98/4.14	c 4	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.09/4.26	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.57/4.78	c 5	99 (10%) CSP integer variables are encoded (22954 clauses, 322258 bytes)
5.07/5.20	c 5	198 (20%) CSP integer variables are encoded (44581 clauses, 646663 bytes)
5.47/5.64	c 5	296 (30%) CSP integer variables are encoded (66531 clauses, 975913 bytes)
5.87/6.08	c 6	395 (40%) CSP integer variables are encoded (89097 clauses, 1314403 bytes)
6.36/6.50	c 6	493 (50%) CSP integer variables are encoded (110914 clauses, 1664373 bytes)
6.65/6.84	c 7	592 (60%) CSP integer variables are encoded (332964 clauses, 5439223 bytes)
6.95/7.18	c 7	691 (70%) CSP integer variables are encoded (588771 clauses, 9787942 bytes)
7.35/7.50	c 7	789 (80%) CSP integer variables are encoded (838211 clauses, 14028422 bytes)
7.64/7.85	c 8	888 (90%) CSP integer variables are encoded (1095704 clauses, 18598918 bytes)
7.94/8.14	c 8	986 (100%) CSP integer variables are encoded (1313532 clauses, 22737650 bytes)
10.32/10.53	c 10	2406 (10%) CSP clauses are encoded (2062984 clauses, 40806216 bytes)
12.77/13.06	c 13	4811 (20%) CSP clauses are encoded (2890325 clauses, 60906460 bytes)
15.13/15.50	c 15	7216 (30%) CSP clauses are encoded (3706553 clauses, 80953297 bytes)
17.59/17.95	c 18	9621 (40%) CSP clauses are encoded (4565698 clauses, 102279642 bytes)
19.57/19.99	c 20	12026 (50%) CSP clauses are encoded (5297408 clauses, 120702158 bytes)
21.92/22.37	c 22	14432 (60%) CSP clauses are encoded (6157972 clauses, 142549649 bytes)
24.11/24.54	c 24	16837 (70%) CSP clauses are encoded (6954595 clauses, 162743505 bytes)
26.39/26.84	c 27	19242 (80%) CSP clauses are encoded (7844550 clauses, 185261791 bytes)
28.65/29.15	c 29	21647 (90%) CSP clauses are encoded (8717322 clauses, 207097702 bytes)
31.21/31.75	c 32	24052 (100%) CSP clauses are encoded (9748331 clauses, 232967580 bytes)
31.21/31.75	c 32	24052 CSP clauses encoded
31.21/31.75	c 32	Writing map file : HOME/temp.map
31.21/31.79	c 32	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
31.21/31.79	c 32	SAT : 1328660 SAT variables, 9748331 SAT clauses, 232967580 bytes
31.21/31.79	c 32	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
31.30/31.85	c 32	SOLVING HOME/temp.cnf
31.30/31.85	c 32	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
186.96/189.09	c 189	DECODING HOME/temp.out WITH HOME/temp.map
186.96/189.09	c 189	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'
187.07/189.18	c 189	Decoding HOME/temp.out
189.04/191.13	s SATISFIABLE
189.04/191.15	v 2648 -2404 2576 2404 -2476 -2600 -2384 -2296 2624 2236 -2332 2480 -2240 -2400 2528 -2496 -2368 2232 2276 2660 2416 2676 2492 -2564 -2536 2424 -2260 -2456 2276 2256 2700 -2548 -2620 2220 2700 2284 2588 2372 2472 2612 -2648 2416 -2696 2688 2228 2668 -2600 2512 -2540 -2372 -2424 -2464 -2284 2376 -2260 -2304 -2268 2628 -2336 2528 -2264 2532 -2360 -2268 2536 -2608 2280 2476 2260 -2440 2416 2236 2700 -2372 -2388 2620 2408 2696 -2296 -2404 -2356 2452 2700 -2432 2220 2244 2260 -2700 -2260 -2336 2580 -2368 -2592 2600 2284 -2260 -2296 2632 -2624 2228 2432 2648 2220 2276 -2280 -2360 -2504 2556 -2296 2656 2260 -2384 2648 -2628 -2632 2312 -2440 -2260 2244 -2428 2364 2376 2304 2660 -2440 2256 2344 -2220 2552 -2296 2488 2236 2408 2460 -2288 2460 -2264 2608 2284 -2688 2516 2412 -2460 2416 2600 2420 2700 -2592 2336 2220 2560 -2700 2360 2372 -2280 2628 2412 2264 -2444 2644 -2220 2500 -2344 2424 2660 -2632 2424 2548 -2592 2280 -2380 2528 2660 2456 2660 -2228 2464 2524 2420 -2700 2660 -2308 -2476 -2596 2400 -2220 -2628 -2416 -2564 2412 -2400 2336 -2272 -2616 -2260 -2584 -2660 2648 -2260 -2220 -2380 -2592 2496 2608 -2220 2660 -2568 2508 -2492 2332 -2412 2400 -2248 -2700 -2408 2408 -2260 2648 2512 2468 -2612 -2472 2316 2224 -2296 -2652 2660 -2576 2308 2640 2372 -2292 2660 2660 -2544 2596 -2292 2568 2696 -2412 2648 -2420 2360 2660 -2528 -2552 -2444 2384 2368 -2448 2324 2596 2332 -2324 -2504 2316 2468 2700 2524 -2592 -2628 -2660 2604 2356 2668 2292 -2444 2332 2692 -2320 2620 -2448 2220 -2572 2320 2296 2700 -2688 -2244 2516 -2276 2220 -2500 2248 2624 2660 2652 -2656 -2444 -2512 2452 2508 -2272 -2552 -2300 2260 2700 -2464 -2384 2332 2504 -2364 2488 2572 -2584 -2220 -2696 2540 -2292 2608 -2300 -2372 -2348 2260 2400 2400 2672 -2316 2328 -2560 -2400 2272 -2276 2336 2660 2700 -2456 2360 2340 -2424 2332 2620 -2656 2544 -2464 -2444 -2256 -2536 2260 2432 2540 2500 2460 -2552 2380 2312 -2316 -2516 -2376 2656 -2492 2660 -2484 2240 2220 2500 -2584 -2384 2692 2660 2344 -2584 2592 -2700 -2380 -2464 2488 2260 2220 -2512 -2460 -2672 2280 2444 2352 2568 -2632 -2452 -2464 -2656 -2588 2236 2268 2296 2520 2276 -2348 -2528 2268 2276 2588 2548 2220 2252 2632 -2336 -2616 -2284 2328 2368 -2572 -2668 2336 2644 2576 -2636 -2376 2224 -2344 -2224 -2620 -2240 2608 -2684 2440 -2532 2696 2660 -2332 2260 -2464 -2632 2656 -2300 2432 2640 2500 2392 -2652 2292 2484 2340 -2220 2268 2260 -2504 2404 -2392 -2684 2552 -2504 2448 -2484 2688 -2592 2220 -2292 2472 -2648 -2344 -2504 -2660 2508 2584 2636 2260 -2288 2588 2232 -2700 -2304 -2296 2660 2264 -2648 2628 2480 -2260 2420 -2488 2420 -2700 -2556 2504 -2220 -2252 -2224 2660 -2404 -2336 -2336 2260 -2688 -2384 -2240 -2392 -2292 -2700 2532 -2288 -2244 2420 -2272 2624 2236 -2296 2536 -2552 2308 2408
189.04/191.16	c 191	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
189.04/191.20	c 191	CPU 189.12 (0.06 0.02 142.15 46.89)
189.04/191.20	c 191	END Sun Jul 12 07:44:02 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-2083357-1247377251/watcher-2083357-1247377251 -o /tmp/evaluation-result-2083357-1247377251/solver-2083357-1247377251 -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-2083357-1247377251.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.10 2.17 2.09 4/83 27759
/proc/meminfo: memFree=1213848/2055920 swapFree=4192952/4192956
[pid=27759] ppid=27757 vsize=12132 CPUtime=0
/proc/27759/stat : 27759 (sugar) R 27757 27759 22421 0 -1 4194304 214 0 0 0 0 0 0 0 20 0 1 0 24787768 12423168 182 996147200 4194304 4206940 548682068608 18446744073709551615 209560442301 0 0 4224 0 0 0 0 17 1 0 0
/proc/27759/statm: 3033 182 142 3 0 133 0

[startup+0.106554 s]
/proc/loadavg: 2.10 2.17 2.09 4/83 27759
/proc/meminfo: memFree=1213848/2055920 swapFree=4192952/4192956
[pid=27759] ppid=27757 vsize=16868 CPUtime=0.06
/proc/27759/stat : 27759 (sugar) S 27757 27759 22421 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24787768 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27759/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201569 s]
/proc/loadavg: 2.10 2.17 2.09 4/83 27759
/proc/meminfo: memFree=1213848/2055920 swapFree=4192952/4192956
[pid=27759] ppid=27757 vsize=16868 CPUtime=0.06
/proc/27759/stat : 27759 (sugar) S 27757 27759 22421 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24787768 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27759/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301587 s]
/proc/loadavg: 2.10 2.17 2.09 4/83 27759
/proc/meminfo: memFree=1213848/2055920 swapFree=4192952/4192956
[pid=27759] ppid=27757 vsize=16868 CPUtime=0.06
/proc/27759/stat : 27759 (sugar) S 27757 27759 22421 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24787768 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27759/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701652 s]
/proc/loadavg: 2.10 2.17 2.09 4/83 27759
/proc/meminfo: memFree=1213848/2055920 swapFree=4192952/4192956
[pid=27759] ppid=27757 vsize=16868 CPUtime=0.56
/proc/27759/stat : 27759 (sugar) S 27757 27759 22421 0 -1 4194304 1309 5502 0 1 5 1 46 4 16 0 1 0 24787768 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27759/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 16868

[startup+1.50279 s]
/proc/loadavg: 2.17 2.18 2.09 3/94 27781
/proc/meminfo: memFree=1203008/2055920 swapFree=4192952/4192956
[pid=27759] ppid=27757 vsize=16868 CPUtime=0.56
/proc/27759/stat : 27759 (sugar) S 27757 27759 22421 0 -1 4194304 1309 5502 0 1 5 1 46 4 16 0 1 0 24787768 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27759/statm: 4217 1111 409 3 0 796 0
[pid=27772] ppid=27759 vsize=5356 CPUtime=0
/proc/27772/stat : 27772 (sh) S 27759 27759 22421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24787830 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27772/statm: 1339 233 193 169 0 50 0
[pid=27773] ppid=27772 vsize=868516 CPUtime=0.86
/proc/27773/stat : 27773 (java) S 27772 27759 22421 0 -1 0 5537 0 1 0 83 3 0 0 18 0 9 0 24787831 889360384 4942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27773/statm: 217129 4942 1744 9 0 211634 0
[pid=27773/tid=27774] ppid=27772 vsize=868516 CPUtime=0.64
/proc/27773/task/27774/stat : 27774 (java) R 27772 27759 22421 0 -1 64 2693 0 1 0 63 1 0 0 21 0 9 0 24787832 889360384 4942 996147200 134512640 134550932 4294955936 18446744073709551615 4126838232 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27773/tid=27775] ppid=27772 vsize=868516 CPUtime=0.04
/proc/27773/task/27775/stat : 27775 (java) S 27772 27759 22421 0 -1 64 691 0 0 0 4 0 0 0 16 0 9 0 24787833 889360384 4942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27773/tid=27776] ppid=27772 vsize=868516 CPUtime=0
/proc/27773/task/27776/stat : 27776 (java) S 27772 27759 22421 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24787833 889360384 4942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27773/tid=27777] ppid=27772 vsize=868516 CPUtime=0
/proc/27773/task/27777/stat : 27777 (java) S 27772 27759 22421 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24787833 889360384 4942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27773/tid=27778] ppid=27772 vsize=868516 CPUtime=0
/proc/27773/task/27778/stat : 27778 (java) S 27772 27759 22421 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24787835 889360384 4942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27773/tid=27779] ppid=27772 vsize=868516 CPUtime=0.15
/proc/27773/task/27779/stat : 27779 (java) S 27772 27759 22421 0 -1 64 1459 0 0 0 15 0 0 0 16 0 9 0 24787835 889360384 4942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27773/tid=27780] ppid=27772 vsize=868516 CPUtime=0
/proc/27773/task/27780/stat : 27780 (java) S 27772 27759 22421 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24787835 889360384 4942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27773/tid=27781] ppid=27772 vsize=868516 CPUtime=0
/proc/27773/task/27781/stat : 27781 (java) S 27772 27759 22421 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24787835 889360384 4942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890740

[startup+3.10206 s]
/proc/loadavg: 2.17 2.18 2.09 3/94 27781
/proc/meminfo: memFree=1194304/2055920 swapFree=4192952/4192956
[pid=27759] ppid=27757 vsize=16868 CPUtime=0.56
/proc/27759/stat : 27759 (sugar) S 27757 27759 22421 0 -1 4194304 1309 5502 0 1 5 1 46 4 15 0 1 0 24787768 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27759/statm: 4217 1111 409 3 0 796 0
[pid=27772] ppid=27759 vsize=5356 CPUtime=0
/proc/27772/stat : 27772 (sh) S 27759 27759 22421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24787830 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27772/statm: 1339 233 193 169 0 50 0
[pid=27773] ppid=27772 vsize=868604 CPUtime=2.44
/proc/27773/stat : 27773 (java) S 27772 27759 22421 0 -1 0 8523 0 1 0 238 6 0 0 18 0 9 0 24787831 889450496 7561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27773/statm: 217151 7561 2566 9 0 211656 0
[pid=27773/tid=27774] ppid=27772 vsize=868604 CPUtime=1.93
/proc/27773/task/27774/stat : 27774 (java) R 27772 27759 22421 0 -1 64 2870 0 1 0 192 1 0 0 25 0 9 0 24787832 889450496 7561 996147200 134512640 134550932 4294955936 18446744073709551615 4126510090 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27773/tid=27775] ppid=27772 vsize=868604 CPUtime=0.3
/proc/27773/task/27775/stat : 27775 (java) S 27772 27759 22421 0 -1 64 3484 0 0 0 28 2 0 0 16 0 9 0 24787833 889450496 7561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27773/tid=27776] ppid=27772 vsize=868604 CPUtime=0
/proc/27773/task/27776/stat : 27776 (java) S 27772 27759 22421 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24787833 889450496 7561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27773/tid=27777] ppid=27772 vsize=868604 CPUtime=0
/proc/27773/task/27777/stat : 27777 (java) S 27772 27759 22421 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24787833 889450496 7561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27773/tid=27778] ppid=27772 vsize=868604 CPUtime=0
/proc/27773/task/27778/stat : 27778 (java) S 27772 27759 22421 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24787835 889450496 7561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27773/tid=27779] ppid=27772 vsize=868604 CPUtime=0.17
/proc/27773/task/27779/stat : 27779 (java) S 27772 27759 22421 0 -1 64 1470 0 0 0 17 0 0 0 15 0 9 0 24787835 889450496 7561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27773/tid=27780] ppid=27772 vsize=868604 CPUtime=0
/proc/27773/task/27780/stat : 27780 (java) S 27772 27759 22421 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24787835 889450496 7561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27773/tid=27781] ppid=27772 vsize=868604 CPUtime=0
/proc/27773/task/27781/stat : 27781 (java) S 27772 27759 22421 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24787835 889450496 7561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890828

[startup+6.3026 s]
/proc/loadavg: 2.15 2.18 2.09 3/94 27781
/proc/meminfo: memFree=1183296/2055920 swapFree=4192952/4192956
[pid=27759] ppid=27757 vsize=16868 CPUtime=0.56
/proc/27759/stat : 27759 (sugar) S 27757 27759 22421 0 -1 4194304 1310 5502 0 1 5 1 46 4 15 0 1 0 24787768 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27759/statm: 4217 1111 409 3 0 796 0
[pid=27772] ppid=27759 vsize=5356 CPUtime=0
/proc/27772/stat : 27772 (sh) S 27759 27759 22421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24787830 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27772/statm: 1339 233 193 169 0 50 0
[pid=27773] ppid=27772 vsize=868716 CPUtime=5.6
/proc/27773/stat : 27773 (java) S 27772 27759 22421 0 -1 0 10369 0 1 0 550 10 0 0 18 0 9 0 24787831 889565184 9064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27773/statm: 217179 9064 2591 9 0 211656 0
[pid=27773/tid=27774] ppid=27772 vsize=868716 CPUtime=4.72
/proc/27773/task/27774/stat : 27774 (java) R 27772 27759 22421 0 -1 64 3197 0 1 0 469 3 0 0 25 0 9 0 24787832 889565184 9064 996147200 134512640 134550932 4294955936 18446744073709551615 4126982144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27773/tid=27775] ppid=27772 vsize=868716 CPUtime=0.63
/proc/27773/task/27775/stat : 27775 (java) S 27772 27759 22421 0 -1 64 4960 0 0 0 59 4 0 0 16 0 9 0 24787833 889565184 9064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27773/tid=27776] ppid=27772 vsize=868716 CPUtime=0
/proc/27773/task/27776/stat : 27776 (java) S 27772 27759 22421 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24787833 889565184 9064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27773/tid=27777] ppid=27772 vsize=868716 CPUtime=0
/proc/27773/task/27777/stat : 27777 (java) S 27772 27759 22421 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24787833 889565184 9064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27773/tid=27778] ppid=27772 vsize=868716 CPUtime=0
/proc/27773/task/27778/stat : 27778 (java) S 27772 27759 22421 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24787835 889565184 9064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27773/tid=27779] ppid=27772 vsize=868716 CPUtime=0.23
/proc/27773/task/27779/stat : 27779 (java) S 27772 27759 22421 0 -1 64 1513 0 0 0 22 1 0 0 15 0 9 0 24787835 889565184 9064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27773/tid=27780] ppid=27772 vsize=868716 CPUtime=0
/proc/27773/task/27780/stat : 27780 (java) S 27772 27759 22421 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24787835 889565184 9064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27773/tid=27781] ppid=27772 vsize=868716 CPUtime=0
/proc/27773/task/27781/stat : 27781 (java) S 27772 27759 22421 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24787835 889565184 9064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890940

[startup+12.7027 s]
/proc/loadavg: 2.14 2.17 2.09 3/94 27781
/proc/meminfo: memFree=1129728/2055920 swapFree=4192952/4192956
[pid=27759] ppid=27757 vsize=16868 CPUtime=0.56
/proc/27759/stat : 27759 (sugar) S 27757 27759 22421 0 -1 4194304 1310 5502 0 1 5 1 46 4 16 0 1 0 24787768 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27759/statm: 4217 1111 409 3 0 796 0
[pid=27772] ppid=27759 vsize=5356 CPUtime=0
/proc/27772/stat : 27772 (sh) S 27759 27759 22421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24787830 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27772/statm: 1339 233 193 169 0 50 0
[pid=27773] ppid=27772 vsize=868716 CPUtime=11.91
/proc/27773/stat : 27773 (java) S 27772 27759 22421 0 -1 0 11285 0 1 0 1138 53 0 0 18 0 9 0 24787831 889565184 9086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27773/statm: 217179 9086 2592 9 0 211656 0
[pid=27773/tid=27774] ppid=27772 vsize=868716 CPUtime=10.68
/proc/27773/task/27774/stat : 27774 (java) R 27772 27759 22421 0 -1 64 4094 0 1 0 1026 42 0 0 25 0 9 0 24787832 889565184 9086 996147200 134512640 134550932 4294955936 18446744073709551615 4126549311 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27773/tid=27775] ppid=27772 vsize=868716 CPUtime=0.95
/proc/27773/task/27775/stat : 27775 (java) S 27772 27759 22421 0 -1 64 4960 0 0 0 86 9 0 0 16 0 9 0 24787833 889565184 9086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27773/tid=27776] ppid=27772 vsize=868716 CPUtime=0
/proc/27773/task/27776/stat : 27776 (java) S 27772 27759 22421 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24787833 889565184 9086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27773/tid=27777] ppid=27772 vsize=868716 CPUtime=0
/proc/27773/task/27777/stat : 27777 (java) S 27772 27759 22421 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24787833 889565184 9086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27773/tid=27778] ppid=27772 vsize=868716 CPUtime=0
/proc/27773/task/27778/stat : 27778 (java) S 27772 27759 22421 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24787835 889565184 9086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27773/tid=27779] ppid=27772 vsize=868716 CPUtime=0.27
/proc/27773/task/27779/stat : 27779 (java) S 27772 27759 22421 0 -1 64 1532 0 0 0 26 1 0 0 15 0 9 0 24787835 889565184 9086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27773/tid=27780] ppid=27772 vsize=868716 CPUtime=0
/proc/27773/task/27780/stat : 27780 (java) S 27772 27759 22421 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24787835 889565184 9086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27773/tid=27781] ppid=27772 vsize=868716 CPUtime=0
/proc/27773/task/27781/stat : 27781 (java) S 27772 27759 22421 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24787835 889565184 9086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 890940

[startup+25.5019 s]
/proc/loadavg: 2.11 2.16 2.09 3/94 27781
/proc/meminfo: memFree=1015744/2055920 swapFree=4192952/4192956
[pid=27759] ppid=27757 vsize=16868 CPUtime=0.57
/proc/27759/stat : 27759 (sugar) S 27757 27759 22421 0 -1 4194304 1310 5502 0 1 6 1 46 4 16 0 1 0 24787768 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27759/statm: 4217 1111 409 3 0 796 0
[pid=27772] ppid=27759 vsize=5356 CPUtime=0
/proc/27772/stat : 27772 (sh) S 27759 27759 22421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24787830 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27772/statm: 1339 233 193 169 0 50 0
[pid=27773] ppid=27772 vsize=868716 CPUtime=24.53
/proc/27773/stat : 27773 (java) S 27772 27759 22421 0 -1 0 13101 0 1 0 2320 133 0 0 18 0 9 0 24787831 889565184 9087 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27773/statm: 217179 9087 2592 9 0 211656 0
[pid=27773/tid=27774] ppid=27772 vsize=868716 CPUtime=22.67
/proc/27773/task/27774/stat : 27774 (java) R 27772 27759 22421 0 -1 64 5909 0 1 0 2155 112 0 0 25 0 9 0 24787832 889565184 9087 996147200 134512640 134550932 4294955936 18446744073709551615 4126825047 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27773/tid=27775] ppid=27772 vsize=868716 CPUtime=1.58
/proc/27773/task/27775/stat : 27775 (java) S 27772 27759 22421 0 -1 64 4960 0 0 0 139 19 0 0 16 0 9 0 24787833 889565184 9087 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27773/tid=27776] ppid=27772 vsize=868716 CPUtime=0
/proc/27773/task/27776/stat : 27776 (java) S 27772 27759 22421 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24787833 889565184 9087 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27773/tid=27777] ppid=27772 vsize=868716 CPUtime=0
/proc/27773/task/27777/stat : 27777 (java) S 27772 27759 22421 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24787833 889565184 9087 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27773/tid=27778] ppid=27772 vsize=868716 CPUtime=0

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

/proc/loadavg: 2.03 2.12 2.08 3/86 27783
/proc/meminfo: memFree=650112/2055920 swapFree=4192952/4192956
[pid=27759] ppid=27757 vsize=16868 CPUtime=31.33
/proc/27759/stat : 27759 (sugar) S 27757 27759 22421 0 -1 4194304 1366 19866 0 2 6 2 2939 186 16 0 1 0 24787768 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27759/statm: 4217 1114 409 3 0 796 0
[pid=27782] ppid=27759 vsize=5356 CPUtime=0
/proc/27782/stat : 27782 (sh) S 27759 27759 22421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24790953 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 1339 232 193 169 0 50 0
[pid=27783] ppid=27782 vsize=385804 CPUtime=69.74
/proc/27783/stat : 27783 (picosat) R 27782 27759 22421 0 -1 4194304 82268 0 0 0 3206 3768 0 0 25 0 1 0 24790954 395063296 82254 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/27783/statm: 96451 82254 40 102 0 96346 0
Current children cumulated CPU time (s) 101.07
Current children cumulated vsize (KiB) 408028

[startup+162.301 s]
/proc/loadavg: 2.01 2.10 2.08 3/86 27783
/proc/meminfo: memFree=594368/2055920 swapFree=4192952/4192956
[pid=27759] ppid=27757 vsize=16868 CPUtime=31.33
/proc/27759/stat : 27759 (sugar) S 27757 27759 22421 0 -1 4194304 1366 19866 0 2 6 2 2939 186 16 0 1 0 24787768 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27759/statm: 4217 1114 409 3 0 796 0
[pid=27782] ppid=27759 vsize=5356 CPUtime=0
/proc/27782/stat : 27782 (sh) S 27759 27759 22421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24790953 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 1339 232 193 169 0 50 0
[pid=27783] ppid=27782 vsize=462832 CPUtime=129.18
/proc/27783/stat : 27783 (picosat) R 27782 27759 22421 0 -1 4194304 96181 0 0 0 8433 4485 0 0 25 0 1 0 24790954 473939968 96134 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/27783/statm: 115708 96134 42 102 0 115603 0
Current children cumulated CPU time (s) 160.51
Current children cumulated vsize (KiB) 485056

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

[startup+166.403 s]
/proc/loadavg: 2.01 2.10 2.08 3/86 27783
/proc/meminfo: memFree=594304/2055920 swapFree=4192952/4192956
[pid=27759] ppid=27757 vsize=16868 CPUtime=31.33
/proc/27759/stat : 27759 (sugar) S 27757 27759 22421 0 -1 4194304 1366 19866 0 2 6 2 2939 186 16 0 1 0 24787768 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27759/statm: 4217 1114 409 3 0 796 0
[pid=27782] ppid=27759 vsize=5356 CPUtime=0
/proc/27782/stat : 27782 (sh) S 27759 27759 22421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24790953 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 1339 232 193 169 0 50 0
[pid=27783] ppid=27782 vsize=462832 CPUtime=133.24
/proc/27783/stat : 27783 (picosat) R 27782 27759 22421 0 -1 4194304 96185 0 0 0 8839 4485 0 0 25 0 1 0 24790954 473939968 96138 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27783/statm: 115708 96138 42 102 0 115603 0
Current children cumulated CPU time (s) 164.57
Current children cumulated vsize (KiB) 485056

[startup+179.202 s]
/proc/loadavg: 2.01 2.09 2.08 3/86 27783
/proc/meminfo: memFree=594240/2055920 swapFree=4192952/4192956
[pid=27759] ppid=27757 vsize=16868 CPUtime=31.33
/proc/27759/stat : 27759 (sugar) S 27757 27759 22421 0 -1 4194304 1366 19866 0 2 6 2 2939 186 16 0 1 0 24787768 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27759/statm: 4217 1114 409 3 0 796 0
[pid=27782] ppid=27759 vsize=5356 CPUtime=0
/proc/27782/stat : 27782 (sh) S 27759 27759 22421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24790953 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 1339 232 193 169 0 50 0
[pid=27783] ppid=27782 vsize=462832 CPUtime=145.92
/proc/27783/stat : 27783 (picosat) R 27782 27759 22421 0 -1 4194304 96200 0 0 0 10107 4485 0 0 25 0 1 0 24790954 473939968 96153 996147200 134512640 134931368 4294956256 18446744073709551615 134530822 0 0 4096 0 0 0 0 17 1 0 0
/proc/27783/statm: 115708 96153 42 102 0 115603 0
Current children cumulated CPU time (s) 177.25
Current children cumulated vsize (KiB) 485056

[startup+185.603 s]
/proc/loadavg: 2.01 2.09 2.07 3/86 27783
/proc/meminfo: memFree=594240/2055920 swapFree=4192952/4192956
[pid=27759] ppid=27757 vsize=16868 CPUtime=31.33
/proc/27759/stat : 27759 (sugar) S 27757 27759 22421 0 -1 4194304 1366 19866 0 2 6 2 2939 186 16 0 1 0 24787768 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27759/statm: 4217 1114 409 3 0 796 0
[pid=27782] ppid=27759 vsize=5356 CPUtime=0
/proc/27782/stat : 27782 (sh) S 27759 27759 22421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24790953 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 1339 232 193 169 0 50 0
[pid=27783] ppid=27782 vsize=462832 CPUtime=152.26
/proc/27783/stat : 27783 (picosat) R 27782 27759 22421 0 -1 4194304 96207 0 0 0 10741 4485 0 0 25 0 1 0 24790954 473939968 96160 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/27783/statm: 115708 96160 42 102 0 115603 0
Current children cumulated CPU time (s) 183.59
Current children cumulated vsize (KiB) 485056

[startup+188.802 s]
/proc/loadavg: 2.00 2.09 2.07 3/86 27783
/proc/meminfo: memFree=593280/2055920 swapFree=4192952/4192956
[pid=27759] ppid=27757 vsize=16868 CPUtime=31.33
/proc/27759/stat : 27759 (sugar) S 27757 27759 22421 0 -1 4194304 1366 19866 0 2 6 2 2939 186 16 0 1 0 24787768 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27759/statm: 4217 1114 409 3 0 796 0
[pid=27782] ppid=27759 vsize=5356 CPUtime=0
/proc/27782/stat : 27782 (sh) S 27759 27759 22421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24790953 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 1339 232 193 169 0 50 0
[pid=27783] ppid=27782 vsize=462836 CPUtime=155.43
/proc/27783/stat : 27783 (picosat) R 27782 27759 22421 0 -1 4194304 96221 0 0 0 11053 4490 0 0 25 0 1 0 24790954 473944064 96174 996147200 134512640 134931368 4294956256 18446744073709551615 134580044 0 0 4096 0 0 0 0 17 1 0 0
/proc/27783/statm: 115709 96174 47 102 0 115604 0
Current children cumulated CPU time (s) 186.76
Current children cumulated vsize (KiB) 485060

[startup+190.408 s]
/proc/loadavg: 2.00 2.09 2.07 3/94 27793
/proc/meminfo: memFree=954496/2055920 swapFree=4192952/4192956
[pid=27759] ppid=27757 vsize=16868 CPUtime=187.07
/proc/27759/stat : 27759 (sugar) S 27757 27759 22421 0 -1 4194304 1447 116373 0 2 6 2 14016 4683 16 0 1 0 24787768 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27759/statm: 4217 1114 409 3 0 796 0
[pid=27784] ppid=27759 vsize=5356 CPUtime=0
/proc/27784/stat : 27784 (sh) S 27759 27759 22421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24806678 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27784/statm: 1339 233 193 169 0 50 0
[pid=27785] ppid=27784 vsize=862908 CPUtime=1.27
/proc/27785/stat : 27785 (java) S 27784 27759 22421 0 -1 0 6290 0 1 0 124 3 0 0 18 0 9 0 24806679 883617792 5561 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27785/statm: 215727 5561 2157 9 0 210640 0
[pid=27785/tid=27786] ppid=27784 vsize=862908 CPUtime=1.09
/proc/27785/task/27786/stat : 27786 (java) R 27784 27759 22421 0 -1 64 2062 0 1 0 107 2 0 0 25 0 9 0 24806680 883617792 5561 996147200 134512640 134550932 4294955984 18446744073709551615 4126556435 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27785/tid=27787] ppid=27784 vsize=862908 CPUtime=0.08
/proc/27785/task/27787/stat : 27787 (java) S 27784 27759 22421 0 -1 64 3037 0 0 0 8 0 0 0 16 0 9 0 24806681 883617792 5561 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27785/tid=27788] ppid=27784 vsize=862908 CPUtime=0
/proc/27785/task/27788/stat : 27788 (java) S 27784 27759 22421 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 24806681 883617792 5561 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27785/tid=27789] ppid=27784 vsize=862908 CPUtime=0
/proc/27785/task/27789/stat : 27789 (java) S 27784 27759 22421 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24806681 883617792 5561 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27785/tid=27790] ppid=27784 vsize=862908 CPUtime=0
/proc/27785/task/27790/stat : 27790 (java) S 27784 27759 22421 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24806683 883617792 5561 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27785/tid=27791] ppid=27784 vsize=862908 CPUtime=0.07
/proc/27785/task/27791/stat : 27791 (java) S 27784 27759 22421 0 -1 64 494 0 0 0 7 0 0 0 16 0 9 0 24806683 883617792 5561 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27785/tid=27792] ppid=27784 vsize=862908 CPUtime=0
/proc/27785/task/27792/stat : 27792 (java) S 27784 27759 22421 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24806683 883617792 5561 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27785/tid=27793] ppid=27784 vsize=862908 CPUtime=0
/proc/27785/task/27793/stat : 27793 (java) S 27784 27759 22421 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24806683 883617792 5561 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 188.34
Current children cumulated vsize (KiB) 885132

[startup+190.803 s]
/proc/loadavg: 2.00 2.09 2.07 3/94 27793
/proc/meminfo: memFree=954496/2055920 swapFree=4192952/4192956
[pid=27759] ppid=27757 vsize=16868 CPUtime=187.07
/proc/27759/stat : 27759 (sugar) S 27757 27759 22421 0 -1 4194304 1447 116373 0 2 6 2 14016 4683 16 0 1 0 24787768 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27759/statm: 4217 1114 409 3 0 796 0
[pid=27784] ppid=27759 vsize=5356 CPUtime=0
/proc/27784/stat : 27784 (sh) S 27759 27759 22421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24806678 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27784/statm: 1339 233 193 169 0 50 0
[pid=27785] ppid=27784 vsize=862908 CPUtime=1.67
/proc/27785/stat : 27785 (java) S 27784 27759 22421 0 -1 0 6360 0 1 0 163 4 0 0 18 0 9 0 24806679 883617792 5629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27785/statm: 215727 5629 2157 9 0 210640 0
[pid=27785/tid=27786] ppid=27784 vsize=862908 CPUtime=1.43
/proc/27785/task/27786/stat : 27786 (java) R 27784 27759 22421 0 -1 64 2064 0 1 0 141 2 0 0 25 0 9 0 24806680 883617792 5629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27785/tid=27787] ppid=27784 vsize=862908 CPUtime=0.13
/proc/27785/task/27787/stat : 27787 (java) S 27784 27759 22421 0 -1 64 3104 0 0 0 13 0 0 0 16 0 9 0 24806681 883617792 5629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27785/tid=27788] ppid=27784 vsize=862908 CPUtime=0
/proc/27785/task/27788/stat : 27788 (java) S 27784 27759 22421 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 24806681 883617792 5629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27785/tid=27789] ppid=27784 vsize=862908 CPUtime=0
/proc/27785/task/27789/stat : 27789 (java) S 27784 27759 22421 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24806681 883617792 5629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27785/tid=27790] ppid=27784 vsize=862908 CPUtime=0
/proc/27785/task/27790/stat : 27790 (java) S 27784 27759 22421 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24806683 883617792 5629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27785/tid=27791] ppid=27784 vsize=862908 CPUtime=0.08
/proc/27785/task/27791/stat : 27791 (java) S 27784 27759 22421 0 -1 64 495 0 0 0 8 0 0 0 16 0 9 0 24806683 883617792 5629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27785/tid=27792] ppid=27784 vsize=862908 CPUtime=0
/proc/27785/task/27792/stat : 27792 (java) S 27784 27759 22421 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24806683 883617792 5629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27785/tid=27793] ppid=27784 vsize=862908 CPUtime=0
/proc/27785/task/27793/stat : 27793 (java) S 27784 27759 22421 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24806683 883617792 5629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 188.74
Current children cumulated vsize (KiB) 885132

[startup+191.203 s]
/proc/loadavg: 2.00 2.09 2.07 3/94 27793
/proc/meminfo: memFree=954496/2055920 swapFree=4192952/4192956
[pid=27759] ppid=27757 vsize=16868 CPUtime=189.13
/proc/27759/stat : 27759 (sugar) R 27757 27759 22421 0 -1 4194304 1478 123540 0 3 6 3 14215 4689 16 0 1 0 24787768 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 209560769577 0 0 4224 16386 0 0 0 17 1 0 0
/proc/27759/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 189.13
Current children cumulated vsize (KiB) 16868

[startup+191.314 s]
/proc/loadavg: 2.00 2.09 2.07 3/94 27793
/proc/meminfo: memFree=954496/2055920 swapFree=4192952/4192956
[pid=27759] ppid=27757 vsize=16868 CPUtime=189.24
/proc/27759/stat : 27759 (sugar) R 27757 27759 22421 0 -1 4194304 1478 123540 0 3 6 14 14215 4689 16 0 1 0 24787768 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 209560769577 0 0 4224 16386 0 0 0 17 1 0 0
/proc/27759/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 189.24
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 191.323
CPU time (s): 189.267
CPU user time (s): 142.218
CPU system time (s): 47.0488
CPU usage (%): 98.9253
Max. virtual memory (cumulated for all children) (KiB): 891080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 142.218
system time used= 47.0488
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125079
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40141
involuntary context switches= 43971

runsolver used 0.246962 second user time and 0.6569 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-12 07:40:51
IDJOB=2083357
IDBENCH=57789
IDSOLVER=738
FILE ID=node68/2083357-1247377251
PBS_JOBID= 9507060
Free space on /tmp= 66452 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp21/normalized-fapp21-0500-4.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-2083357-1247377251/watcher-2083357-1247377251 -o /tmp/evaluation-result-2083357-1247377251/solver-2083357-1247377251 -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-2083357-1247377251.xml

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

MD5SUM BENCH= 6763a8e49185bfad346b8249a47748d7
RANDOM SEED=764326650

node68.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.258
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.258
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:       1214456 kB
Buffers:         77632 kB
Cached:         218912 kB
SwapCached:          4 kB
Active:         600984 kB
Inactive:       163172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1214456 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1708 kB
Writeback:           0 kB
Mapped:         485740 kB
Slab:            61292 kB
Committed_AS:   959636 kB
PageTables:       2848 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66448 MiB
End job on node68 at 2009-07-12 07:44:02