Trace number 2084061

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 944.91 950.827

General information on the benchmark

Namecsp/fapp/fapp09/
normalized-fapp09-0800-3.xml
MD5SUMcf1d24903f4691458c5fef6fc63c431f
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 benchmark32.945
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints8975
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8975
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 08:05:27 2009
0.00/0.08	c 0	PID 25450
0.06/0.08	c 0	HOST node49.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2084061-1247378727.xml TO HOME/temp.csp
0.06/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-2084061-1247378727.xml' 'HOME/temp.csp'
1.05/1.16	c 1	33 domains, 800 variables, 7 predicates, 0 relations, 8975 constraints
1.05/1.18	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.05/1.18	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.11/1.26	c 1	Parsing HOME/temp.csp
1.11/1.45	c 1	parsed 9815 expressions
1.11/1.46	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.46	c 1	Converting to clausal form CSP
2.01/2.19	c 2	converted 982 (10%) expressions
5.07/5.24	c 5	converted 1963 (20%) expressions
7.54/7.74	c 8	converted 2945 (30%) expressions
9.42/9.65	c 9	converted 3926 (40%) expressions
11.39/11.61	c 11	converted 4908 (50%) expressions
13.66/13.92	c 14	converted 5889 (60%) expressions
15.35/15.61	c 15	converted 6871 (70%) expressions
16.83/17.14	c 17	converted 7852 (80%) expressions
19.21/19.52	c 19	converted 8834 (90%) expressions
20.90/21.21	c 21	converted 9815 (100%) expressions
20.90/21.21	c 21	CSP : 1600 integers, 25569 booleans, 51898 clauses, largest domain size 2717
20.90/21.21	c 21	Heap : 113 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
20.90/21.21	c 21	Propagation in CSP
21.49/21.86	c 22	50 values, 0 unsatisfiable literals, and 0 valid clauses are removed
21.49/21.86	c 22	CSP : 1600 integers, 25569 booleans, 51898 clauses, largest domain size 2717
21.49/21.86	c 22	Heap : 113 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
21.61/21.91	c 22	Simplifing CSP by introducing new Boolean variables
21.61/21.99	c 22	CSP : 1600 integers, 42235 booleans, 68564 clauses, largest domain size 2717
21.61/21.99	c 22	Heap : 116 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
22.49/22.86	c 23	Encoding CSP to SAT : HOME/temp.cnf
23.09/23.45	c 23	160 (10%) CSP integer variables are encoded (25496 clauses, 360442 bytes)
23.49/23.88	c 24	320 (20%) CSP integer variables are encoded (46648 clauses, 677722 bytes)
24.08/24.40	c 24	480 (30%) CSP integer variables are encoded (71096 clauses, 1044442 bytes)
24.58/24.91	c 25	640 (40%) CSP integer variables are encoded (95352 clauses, 1408282 bytes)
25.08/25.43	c 25	800 (50%) CSP integer variables are encoded (120164 clauses, 1822127 bytes)
25.28/25.67	c 25	960 (60%) CSP integer variables are encoded (302186 clauses, 4916501 bytes)
25.48/25.87	c 26	1120 (70%) CSP integer variables are encoded (446597 clauses, 7371488 bytes)
25.67/26.09	c 26	1280 (80%) CSP integer variables are encoded (612531 clauses, 10192366 bytes)
25.98/26.34	c 26	1440 (90%) CSP integer variables are encoded (793941 clauses, 13276336 bytes)
26.16/26.54	c 26	1600 (100%) CSP integer variables are encoded (940699 clauses, 15771222 bytes)
28.85/29.29	c 29	6857 (10%) CSP clauses are encoded (1608470 clauses, 31281792 bytes)
31.43/31.84	c 32	13713 (20%) CSP clauses are encoded (2323176 clauses, 47987279 bytes)
34.22/34.67	c 34	20570 (30%) CSP clauses are encoded (3163314 clauses, 67840523 bytes)
37.28/37.72	c 38	27426 (40%) CSP clauses are encoded (4104393 clauses, 90503627 bytes)
39.18/39.68	c 39	34282 (50%) CSP clauses are encoded (4714522 clauses, 105014373 bytes)
41.44/41.95	c 42	41139 (60%) CSP clauses are encoded (5436439 clauses, 122314357 bytes)
43.73/44.28	c 44	47995 (70%) CSP clauses are encoded (6200358 clauses, 140610317 bytes)
46.61/47.17	c 47	54852 (80%) CSP clauses are encoded (7190595 clauses, 164224028 bytes)
48.59/49.20	c 49	61708 (90%) CSP clauses are encoded (7854263 clauses, 180202479 bytes)
51.25/51.87	c 52	68564 (100%) CSP clauses are encoded (8723914 clauses, 201065557 bytes)
51.25/51.87	c 52	68564 CSP clauses encoded
51.25/51.87	c 52	Writing map file : HOME/temp.map
51.35/51.93	c 52	Heap : 112 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
51.35/51.93	c 52	SAT : 984533 SAT variables, 8723914 SAT clauses, 201065557 bytes
51.35/51.93	c 52	Heap : 112 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
51.35/51.98	c 52	SOLVING HOME/temp.cnf
51.35/51.98	c 52	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
942.81/948.76	c 949	DECODING HOME/temp.out WITH HOME/temp.map
942.81/948.76	c 949	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'
942.89/948.85	c 949	Decoding HOME/temp.out
944.68/950.64	s SATISFIABLE
944.68/950.68	v -2584 2552 -2192 -2580 2660 -2580 -2496 -2112 2580 2716 2504 2616 2212 2236 2608 2588 -2692 -2248 -2272 2640 -2528 -2488 -2596 -2264 -2468 -2568 2128 2472 -2508 2564 2540 -2160 2160 -2652 2340 -2284 -2456 -2656 2676 -2456 2220 2680 2308 -2464 2616 -2352 2348 -2500 -2588 -2544 -2100 2560 -2488 2076 -2596 2236 -2240 2564 2260 2100 -2288 -2160 -2424 2176 -2656 -2340 2124 2516 2532 -2680 2476 -2268 2200 -2276 -2440 -2160 2348 -2512 2628 2668 2560 2648 -2708 2312 2516 -2564 2024 -2636 2108 2268 2588 -2620 -2356 -2448 2144 -2684 2616 -2624 2160 2576 2060 2656 2576 -2256 -2692 -2572 2608 2296 2324 -2668 2632 2456 2224 -2684 -2584 -2116 -2620 -2128 2212 -2412 2660 2552 2252 -2656 -2496 -2580 2660 -2248 2260 -2528 -2540 -2268 2568 -2616 2116 2292 2600 -2612 -2640 2280 2020 -2140 -2108 -2612 -2088 2588 2500 -2248 2548 2228 -2624 2112 -2696 2148 -2552 2288 -2616 -2656 2700 -2644 -2668 -2628 2640 2632 2628 2616 -2316 -2568 -2352 2060 2120 2584 2668 2236 2252 2464 2508 2644 2320 2528 2520 -2044 2700 -2512 2588 2396 -2244 -2632 -2316 2020 -2420 -2224 2600 2652 -2208 2444 -2624 -2184 -2496 -2296 2552 2672 -2320 2428 2544 -2252 2152 2088 2624 2352 2120 2540 -2020 2628 2148 -2504 -2464 2204 2628 -2068 -2440 -2160 -2504 2272 -2064 -2292 -2304 2568 -2328 2580 -2128 -2400 -2708 2600 2600 2672 2264 -2124 -2172 -2556 -2448 2208 -2532 2300 -2200 -2540 2184 -2504 2308 -2608 2120 2692 -2540 -2540 -2700 2236 2484 2492 -2444 -2164 -2356 2640 2024 -2632 2704 -2552 2424 -2024 -2020 -2604 2668 2684 2508 -2064 -2588 2540 -2348 2556 2632 2148 -2492 2456 -2268 -2656 2572 2172 -2628 2576 2380 2452 2616 -2568 2624 -2224 -2512 2644 2508 -2640 2660 2600 -2416 -2308 2372 2300 2616 -2556 2696 -2580 2656 -2220 2196 2560 -2356 2572 -2480 2468 2268 -2520 -2312 -2252 -2628 -2400 -2608 2264 2608 -2584 2120 2624 2500 2160 -2316 2560 -2380 -2668 -2448 -2124 2128 2656 -2600 -2400 -2080 2404 -2616 2488 -2020 -2520 2136 -2544 -2256 2664 -2684 2548 2628 -2648 -2324 -2424 2080 2228 -2064 2428 2556 -2364 -2648 2416 2332 -2344 2664 2528 -2516 -2664 2232 2524 -2488 2472 -2676 2060 2512 -2208 -2648 2540 2336 2528 -2496 -2620 -2256 -2608 -2212 2536 2040 -2488 2252 -2640 2404 2600 -2400 -2624 2240 2600 -2372 2284 -2332 2096 -2092 2388 -2156 2424 2628 -2516 -2316 -2516 -2668 -2252 2656 2676 2620 -2552 -2108 2448 2484 2620 -2588 -2708 -2620 -2672 2632 -2628 2572 -2020 2640 2660 2636 -2120 2164 2380 2516 2640 2116 2232 2532 -2512 2236 2544 -2172 2228 -2412 -2516 2208 -2628 -2636 -2540 -2072 -2580 -2628 -2660 -2212 2412 2580 2636 2352 -2464 2516 -2356 -2132 2160 2568 2612 2252 2364 2636 2660 -2500 2412 2548 -2632 -2460 2552 2528 -2388 -2216 2656 -2272 -2168 2608 -2260 2340 2076 2500 2120 -2532 2220 2616 2484 2588 2592 -2212 2484 2392 -2652 -2636 -2308 -2212 -2468 -2556 2512 -2476 2020 -2272 -2636 -2476 2580 2500 2392 -2216 2600 2160 -2520 -2280 -2368 2452 2340 -2248 -2056 -2512 2272 2696 2268 2652 2404 -2488 -2528 -2252 -2244 -2592 -2140 2544 -2648 2524 2580 -2596 -2360 2600 2332 2604 -2588 -2152 -2700 2084 2628 -2472 -2644 -2512 -2112 -2580 -2652 2232 -2672 -2084 2540 2308 2492 2212 2616 2360 -2648 2372 2476 -2224 2268 2484 -2500 -2440 2240 -2276 -2628 2472 -2064 -2388 -2172 2592 2392 -2148 -2168 -2412 -2596 2408 2500 -2264 -2444 -2532 -2420 -2464 2508 -2664 2296 -2512 -2628 -2480 2532 -2292 2328 2280 -2684 -2656 -2072 2356 2548 -2520 -2212 -2516 2680 2292 -2600 2688 -2716 2596 -2188 -2324 -2060 -2260 -2488 -2676 -2540 2616 -2184 -2648 2696 -2644 -2416 -2588 2492 -2608 2652 -2592 -2492 2308 -2564 -2400 -2660 -2048 -2648 2556 -2580 2076 2360 2168 -2596 2524 -2312 2668 -2268 2620 -2536 -2684 2560 -2264 -2560 -2428 2328 -2620 -2292 -2504 2164 2524 2108 2124 -2336 2384 2540 -2292 2568 2424 2104 -2656 -2144 2608 -2676 -2292 -2664 2524 2292 2548 2320 2308 2676 -2196 2108 2380 -2160 2148 2304 -2584 -2060 2672 2224 2640 -2184 -2552 2316 -2444 -2060 2356 -2632 -2460 2604 2212 2292 2124 2164 2252 -2212 2060 2488 2692 2560 -2372 2120 2028 -2560 -2544 -2644 2316 2592 2264 2600 2688 -2200 2188 -2036 -2300 -2348 2020 -2068 2088 -2592 -2060 -2104 -2040 2628 2284 2552 -2640 2628 2508 2356 2116 -2668 -2672 -2632 -2600 2120 2376 -2224 2592 -2584 2224 -2572 -2560 2252 2640 2612 2368 -2156 -2676 -2696 2716 2488 -2256 -2644 2536 2584 2620 -2468 -2620 2224 2668 -2656 -2624 -2600 2288 2716 -2588 -2620 2660 -2500 -2624 2576 -2496 -2456 2332 2540 2276 -2360 2476 -2620 -2612 2660 2688 2308 -2332 -2688
944.68/950.68	c 950	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
944.76/950.72	c 951	CPU 944.77 (0.06 0.02 902.37 42.32)
944.76/950.72	c 951	END Sun Jul 12 08:21:18 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-2084061-1247378727/watcher-2084061-1247378727 -o /tmp/evaluation-result-2084061-1247378727/solver-2084061-1247378727 -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-2084061-1247378727.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.26 2.12 2.03 4/80 25450
/proc/meminfo: memFree=1257136/2055920 swapFree=4192812/4192956
[pid=25450] ppid=25448 vsize=18576 CPUtime=0
/proc/25450/stat : 25450 (runsolver) R 25448 25450 20697 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24933022 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 224627584295 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25450/statm: 4644 284 249 26 0 2626 0

[startup+0.083445 s]
/proc/loadavg: 2.26 2.12 2.03 4/80 25450
/proc/meminfo: memFree=1257136/2055920 swapFree=4192812/4192956
[pid=25450] ppid=25448 vsize=16740 CPUtime=0.06
/proc/25450/stat : 25450 (sugar) S 25448 25450 20697 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24933022 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25450/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101022 s]
/proc/loadavg: 2.26 2.12 2.03 4/80 25450
/proc/meminfo: memFree=1257136/2055920 swapFree=4192812/4192956
[pid=25450] ppid=25448 vsize=16868 CPUtime=0.06
/proc/25450/stat : 25450 (sugar) S 25448 25450 20697 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24933022 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25450/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301046 s]
/proc/loadavg: 2.26 2.12 2.03 4/80 25450
/proc/meminfo: memFree=1257136/2055920 swapFree=4192812/4192956
[pid=25450] ppid=25448 vsize=16868 CPUtime=0.06
/proc/25450/stat : 25450 (sugar) S 25448 25450 20697 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24933022 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25450/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701104 s]
/proc/loadavg: 2.26 2.12 2.03 4/80 25450
/proc/meminfo: memFree=1257136/2055920 swapFree=4192812/4192956
[pid=25450] ppid=25448 vsize=16868 CPUtime=0.06
/proc/25450/stat : 25450 (sugar) S 25448 25450 20697 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24933022 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25450/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50122 s]
/proc/loadavg: 2.24 2.11 2.03 3/91 25462
/proc/meminfo: memFree=1234200/2055920 swapFree=4192812/4192956
[pid=25450] ppid=25448 vsize=16868 CPUtime=1.11
/proc/25450/stat : 25450 (sugar) S 25448 25450 20697 0 -1 4194304 1309 8969 0 1 5 1 99 6 15 0 1 0 24933022 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25450/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 16868

[startup+3.10245 s]
/proc/loadavg: 2.24 2.11 2.03 3/91 25472
/proc/meminfo: memFree=1235992/2055920 swapFree=4192812/4192956
[pid=25450] ppid=25448 vsize=16868 CPUtime=1.11
/proc/25450/stat : 25450 (sugar) S 25448 25450 20697 0 -1 4194304 1309 8969 0 1 5 1 99 6 15 0 1 0 24933022 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25450/statm: 4217 1111 409 3 0 796 0
[pid=25463] ppid=25450 vsize=5356 CPUtime=0
/proc/25463/stat : 25463 (sh) S 25450 25450 20697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24933140 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25463/statm: 1339 233 193 169 0 50 0
[pid=25464] ppid=25463 vsize=868564 CPUtime=1.88
/proc/25464/stat : 25464 (java) S 25463 25450 20697 0 -1 0 8879 0 1 0 183 5 0 0 18 0 9 0 24933141 889409536 8002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25464/statm: 217141 8002 2567 9 0 211646 0
[pid=25464/tid=25465] ppid=25463 vsize=868564 CPUtime=1.44
/proc/25464/task/25465/stat : 25465 (java) R 25463 25450 20697 0 -1 64 2746 0 1 0 143 1 0 0 25 0 9 0 24933142 889409536 8002 996147200 134512640 134550932 4294955936 18446744073709551615 4126546896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25464/tid=25466] ppid=25463 vsize=868564 CPUtime=0.25
/proc/25464/task/25466/stat : 25466 (java) S 25463 25450 20697 0 -1 64 3958 0 0 0 23 2 0 0 16 0 9 0 24933143 889409536 8002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25464/tid=25467] ppid=25463 vsize=868564 CPUtime=0
/proc/25464/task/25467/stat : 25467 (java) S 25463 25450 20697 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24933143 889409536 8002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25464/tid=25468] ppid=25463 vsize=868564 CPUtime=0
/proc/25464/task/25468/stat : 25468 (java) S 25463 25450 20697 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24933143 889409536 8002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25464/tid=25469] ppid=25463 vsize=868564 CPUtime=0
/proc/25464/task/25469/stat : 25469 (java) S 25463 25450 20697 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24933145 889409536 8002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25464/tid=25470] ppid=25463 vsize=868564 CPUtime=0.15
/proc/25464/task/25470/stat : 25470 (java) S 25463 25450 20697 0 -1 64 1475 0 0 0 15 0 0 0 15 0 9 0 24933145 889409536 8002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25464/tid=25471] ppid=25463 vsize=868564 CPUtime=0
/proc/25464/task/25471/stat : 25471 (java) S 25463 25450 20697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24933145 889409536 8002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25464/tid=25472] ppid=25463 vsize=868564 CPUtime=0
/proc/25464/task/25472/stat : 25472 (java) S 25463 25450 20697 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24933145 889409536 8002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890788

[startup+6.30295 s]
/proc/loadavg: 2.24 2.11 2.03 4/91 25472
/proc/meminfo: memFree=1220184/2055920 swapFree=4192812/4192956
[pid=25450] ppid=25448 vsize=16868 CPUtime=1.11
/proc/25450/stat : 25450 (sugar) S 25448 25450 20697 0 -1 4194304 1309 8969 0 1 5 1 99 6 16 0 1 0 24933022 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25450/statm: 4217 1111 409 3 0 796 0
[pid=25463] ppid=25450 vsize=5356 CPUtime=0
/proc/25463/stat : 25463 (sh) S 25450 25450 20697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24933140 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25463/statm: 1339 233 193 169 0 50 0
[pid=25464] ppid=25463 vsize=868564 CPUtime=5.04
/proc/25464/stat : 25464 (java) S 25463 25450 20697 0 -1 0 12908 0 1 0 496 8 0 0 18 0 9 0 24933141 889409536 11882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25464/statm: 217141 11882 2566 9 0 211646 0
[pid=25464/tid=25465] ppid=25463 vsize=868564 CPUtime=4.11
/proc/25464/task/25465/stat : 25465 (java) R 25463 25450 20697 0 -1 64 3120 0 1 0 409 2 0 0 25 0 9 0 24933142 889409536 11882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25464/tid=25466] ppid=25463 vsize=868564 CPUtime=0.73
/proc/25464/task/25466/stat : 25466 (java) S 25463 25450 20697 0 -1 64 7606 0 0 0 69 4 0 0 15 0 9 0 24933143 889409536 11882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25464/tid=25467] ppid=25463 vsize=868564 CPUtime=0
/proc/25464/task/25467/stat : 25467 (java) S 25463 25450 20697 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24933143 889409536 11882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25464/tid=25468] ppid=25463 vsize=868564 CPUtime=0
/proc/25464/task/25468/stat : 25468 (java) S 25463 25450 20697 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24933143 889409536 11882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25464/tid=25469] ppid=25463 vsize=868564 CPUtime=0
/proc/25464/task/25469/stat : 25469 (java) S 25463 25450 20697 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24933145 889409536 11882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25464/tid=25470] ppid=25463 vsize=868564 CPUtime=0.17
/proc/25464/task/25470/stat : 25470 (java) S 25463 25450 20697 0 -1 64 1482 0 0 0 17 0 0 0 15 0 9 0 24933145 889409536 11882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25464/tid=25471] ppid=25463 vsize=868564 CPUtime=0
/proc/25464/task/25471/stat : 25471 (java) S 25463 25450 20697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24933145 889409536 11882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25464/tid=25472] ppid=25463 vsize=868564 CPUtime=0
/proc/25464/task/25472/stat : 25472 (java) S 25463 25450 20697 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24933145 889409536 11882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890788

[startup+12.7028 s]
/proc/loadavg: 2.20 2.11 2.03 4/91 25472
/proc/meminfo: memFree=1180440/2055920 swapFree=4192812/4192956
[pid=25450] ppid=25448 vsize=16868 CPUtime=1.11
/proc/25450/stat : 25450 (sugar) S 25448 25450 20697 0 -1 4194304 1309 8969 0 1 5 1 99 6 16 0 1 0 24933022 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25450/statm: 4217 1111 409 3 0 796 0
[pid=25463] ppid=25450 vsize=5356 CPUtime=0
/proc/25463/stat : 25463 (sh) S 25450 25450 20697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24933140 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25463/statm: 1339 233 193 169 0 50 0
[pid=25464] ppid=25463 vsize=868564 CPUtime=11.37
/proc/25464/stat : 25464 (java) S 25463 25450 20697 0 -1 0 30191 0 1 0 1121 16 0 0 18 0 9 0 24933141 889409536 21683 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25464/statm: 217141 21683 2567 9 0 211646 0
[pid=25464/tid=25465] ppid=25463 vsize=868564 CPUtime=9.11
/proc/25464/task/25465/stat : 25465 (java) R 25463 25450 20697 0 -1 64 3905 0 1 0 908 3 0 0 25 0 9 0 24933142 889409536 21683 996147200 134512640 134550932 4294955936 18446744073709551615 4126448576 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25464/tid=25466] ppid=25463 vsize=868564 CPUtime=2.05
/proc/25464/task/25466/stat : 25466 (java) S 25463 25450 20697 0 -1 64 24102 0 0 0 195 10 0 0 16 0 9 0 24933143 889409536 21683 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25464/tid=25467] ppid=25463 vsize=868564 CPUtime=0
/proc/25464/task/25467/stat : 25467 (java) S 25463 25450 20697 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24933143 889409536 21683 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25464/tid=25468] ppid=25463 vsize=868564 CPUtime=0
/proc/25464/task/25468/stat : 25468 (java) S 25463 25450 20697 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24933143 889409536 21683 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25464/tid=25469] ppid=25463 vsize=868564 CPUtime=0
/proc/25464/task/25469/stat : 25469 (java) S 25463 25450 20697 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24933145 889409536 21683 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25464/tid=25470] ppid=25463 vsize=868564 CPUtime=0.18
/proc/25464/task/25470/stat : 25470 (java) S 25463 25450 20697 0 -1 64 1484 0 0 0 18 0 0 0 17 0 9 0 24933145 889409536 21683 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25464/tid=25471] ppid=25463 vsize=868564 CPUtime=0
/proc/25464/task/25471/stat : 25471 (java) S 25463 25450 20697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24933145 889409536 21683 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25464/tid=25472] ppid=25463 vsize=868564 CPUtime=0
/proc/25464/task/25472/stat : 25472 (java) S 25463 25450 20697 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24933145 889409536 21683 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890788

[startup+25.5016 s]
/proc/loadavg: 2.17 2.11 2.03 3/91 25472
/proc/meminfo: memFree=1114328/2055920 swapFree=4192812/4192956
[pid=25450] ppid=25448 vsize=16868 CPUtime=1.12
/proc/25450/stat : 25450 (sugar) S 25448 25450 20697 0 -1 4194304 1310 8969 0 1 6 1 99 6 16 0 1 0 24933022 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25450/statm: 4217 1111 409 3 0 796 0
[pid=25463] ppid=25450 vsize=5356 CPUtime=0
/proc/25463/stat : 25463 (sh) S 25450 25450 20697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24933140 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25463/statm: 1339 233 193 169 0 50 0
[pid=25464] ppid=25463 vsize=868676 CPUtime=24.06
/proc/25464/stat : 25464 (java) S 25463 25450 20697 0 -1 0 50493 0 1 0 2378 28 0 0 18 0 9 0 24933141 889524224 36752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25464/statm: 217169 36752 2593 9 0 211646 0
[pid=25464/tid=25465] ppid=25463 vsize=868676 CPUtime=19.37
/proc/25464/task/25465/stat : 25465 (java) R 25463 25450 20697 0 -1 64 4743 0 1 0 1932 5 0 0 25 0 9 0 24933142 889524224 36752 996147200 134512640 134550932 4294955936 18446744073709551615 4127019288 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25464/tid=25466] ppid=25463 vsize=868676 CPUtime=4.42
/proc/25464/task/25466/stat : 25466 (java) S 25463 25450 20697 0 -1 64 43529 0 0 0 421 21 0 0 16 0 9 0 24933143 889524224 36752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25464/tid=25467] ppid=25463 vsize=868676 CPUtime=0
/proc/25464/task/25467/stat : 25467 (java) S 25463 25450 20697 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24933143 889524224 36752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25464/tid=25468] ppid=25463 vsize=868676 CPUtime=0
/proc/25464/task/25468/stat : 25468 (java) S 25463 25450 20697 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24933143 889524224 36752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25464/tid=25469] ppid=25463 vsize=868676 CPUtime=0
/proc/25464/task/25469/stat : 25469 (java) S 25463 25450 20697 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24933145 889524224 36752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25464/tid=25470] ppid=25463 vsize=868676 CPUtime=0.24
/proc/25464/task/25470/stat : 25470 (java) S 25463 25450 20697 0 -1 64 1521 0 0 0 23 1 0 0 15 0 9 0 24933145 889524224 36752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25464/tid=25471] ppid=25463 vsize=868676 CPUtime=0
/proc/25464/task/25471/stat : 25471 (java) S 25463 25450 20697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24933145 889524224 36752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25464/tid=25472] ppid=25463 vsize=868676 CPUtime=0
/proc/25464/task/25472/stat : 25472 (java) S 25463 25450 20697 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24933145 889524224 36752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 890900

[startup+51.1013 s]
/proc/loadavg: 2.11 2.10 2.03 2/91 25472
/proc/meminfo: memFree=927000/2055920 swapFree=4192812/4192956
[pid=25450] ppid=25448 vsize=16868 CPUtime=1.12
/proc/25450/stat : 25450 (sugar) S 25448 25450 20697 0 -1 4194304 1310 8969 0 1 6 1 99 6 16 0 1 0 24933022 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25450/statm: 4217 1111 409 3 0 796 0
[pid=25463] ppid=25450 vsize=5356 CPUtime=0
/proc/25463/stat : 25463 (sh) S 25450 25450 20697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24933140 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25463/statm: 1339 233 193 169 0 50 0
[pid=25464] ppid=25463 vsize=868676 CPUtime=49.45
/proc/25464/stat : 25464 (java) S 25463 25450 20697 0 -1 0 50898 0 1 0 4797 148 0 0 18 0 9 0 24933141 889524224 36773 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25464/statm: 217169 36773 2593 9 0 211646 0

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

/proc/25473/statm: 1339 232 193 169 0 50 0
[pid=25474] ppid=25473 vsize=360332 CPUtime=766.17
/proc/25474/stat : 25474 (picosat) R 25473 25450 20697 0 -1 4194304 84626 0 0 0 72560 4057 0 0 25 0 1 0 24938220 368979968 84580 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/25474/statm: 90083 84580 42 102 0 89978 0
Current children cumulated CPU time (s) 817.6
Current children cumulated vsize (KiB) 382556

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 25543
/proc/meminfo: memFree=959800/2055920 swapFree=4192812/4192956
[pid=25450] ppid=25448 vsize=16868 CPUtime=51.43
/proc/25450/stat : 25450 (sugar) S 25448 25450 20697 0 -1 4194304 1366 60188 0 2 6 2 4975 160 16 0 1 0 24933022 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25450/statm: 4217 1114 409 3 0 796 0
[pid=25473] ppid=25450 vsize=5356 CPUtime=0
/proc/25473/stat : 25473 (sh) S 25450 25450 20697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24938220 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25473/statm: 1339 232 193 169 0 50 0
[pid=25474] ppid=25473 vsize=360332 CPUtime=825.61
/proc/25474/stat : 25474 (picosat) R 25473 25450 20697 0 -1 4194304 84629 0 0 0 78504 4057 0 0 25 0 1 0 24938220 368979968 84583 996147200 134512640 134931368 4294956256 18446744073709551615 134530153 0 0 4096 0 0 0 0 17 1 0 0
/proc/25474/statm: 90083 84583 42 102 0 89978 0
Current children cumulated CPU time (s) 877.04
Current children cumulated vsize (KiB) 382556

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 25543
/proc/meminfo: memFree=943928/2055920 swapFree=4192812/4192956
[pid=25450] ppid=25448 vsize=16868 CPUtime=51.43
/proc/25450/stat : 25450 (sugar) S 25448 25450 20697 0 -1 4194304 1366 60188 0 2 6 2 4975 160 16 0 1 0 24933022 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25450/statm: 4217 1114 409 3 0 796 0
[pid=25473] ppid=25450 vsize=5356 CPUtime=0
/proc/25473/stat : 25473 (sh) S 25450 25450 20697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24938220 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25473/statm: 1339 232 193 169 0 50 0
[pid=25474] ppid=25473 vsize=360332 CPUtime=885.04
/proc/25474/stat : 25474 (picosat) R 25473 25450 20697 0 -1 4194304 84642 0 0 0 84447 4057 0 0 25 0 1 0 24938220 368979968 84596 996147200 134512640 134931368 4294956256 18446744073709551615 134525941 0 0 4096 0 0 0 0 17 1 0 0
/proc/25474/statm: 90083 84596 42 102 0 89978 0
Current children cumulated CPU time (s) 936.47
Current children cumulated vsize (KiB) 382556

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

[startup+947.107 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 25543
/proc/meminfo: memFree=943928/2055920 swapFree=4192812/4192956
[pid=25450] ppid=25448 vsize=16868 CPUtime=51.43
/proc/25450/stat : 25450 (sugar) S 25448 25450 20697 0 -1 4194304 1366 60188 0 2 6 2 4975 160 16 0 1 0 24933022 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25450/statm: 4217 1114 409 3 0 796 0
[pid=25473] ppid=25450 vsize=5356 CPUtime=0
/proc/25473/stat : 25473 (sh) S 25450 25450 20697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24938220 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25473/statm: 1339 232 193 169 0 50 0
[pid=25474] ppid=25473 vsize=360332 CPUtime=889.8
/proc/25474/stat : 25474 (picosat) R 25473 25450 20697 0 -1 4194304 84649 0 0 0 84923 4057 0 0 25 0 1 0 24938220 368979968 84603 996147200 134512640 134931368 4294956256 18446744073709551615 134544751 0 0 4096 0 0 0 0 17 1 0 0
/proc/25474/statm: 90083 84603 42 102 0 89978 0
Current children cumulated CPU time (s) 941.23
Current children cumulated vsize (KiB) 382556

[startup+948.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 25543
/proc/meminfo: memFree=939896/2055920 swapFree=4192812/4192956
[pid=25450] ppid=25448 vsize=16868 CPUtime=51.43
/proc/25450/stat : 25450 (sugar) S 25448 25450 20697 0 -1 4194304 1366 60188 0 2 6 2 4975 160 16 0 1 0 24933022 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25450/statm: 4217 1114 409 3 0 796 0
[pid=25473] ppid=25450 vsize=5356 CPUtime=0
/proc/25473/stat : 25473 (sh) S 25450 25450 20697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24938220 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25473/statm: 1339 232 193 169 0 50 0
[pid=25474] ppid=25473 vsize=327564 CPUtime=891.38
/proc/25474/stat : 25474 (picosat) R 25473 25450 20697 0 -1 4194304 84660 0 0 0 85078 4060 0 0 25 0 1 0 24938220 335425536 77837 996147200 134512640 134931368 4294956256 18446744073709551615 134533825 0 0 4096 0 0 0 0 17 1 0 0
/proc/25474/statm: 81891 77837 47 102 0 81786 0
Current children cumulated CPU time (s) 942.81
Current children cumulated vsize (KiB) 349788

[startup+949.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 25553
/proc/meminfo: memFree=1265272/2055920 swapFree=4192812/4192956
[pid=25450] ppid=25448 vsize=16868 CPUtime=942.89
/proc/25450/stat : 25450 (sugar) S 25448 25450 20697 0 -1 4194304 1447 145134 0 2 6 2 90055 4226 16 0 1 0 24933022 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25450/statm: 4217 1114 409 3 0 796 0
[pid=25544] ppid=25450 vsize=5356 CPUtime=0
/proc/25544/stat : 25544 (sh) S 25450 25450 20697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25027898 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25544/statm: 1339 233 193 169 0 50 0
[pid=25545] ppid=25544 vsize=862912 CPUtime=0.7
/proc/25545/stat : 25545 (java) S 25544 25450 20697 0 -1 0 6326 0 1 0 67 3 0 0 18 0 9 0 25027899 883621888 5600 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25545/statm: 215728 5600 2157 9 0 210641 0
[pid=25545/tid=25546] ppid=25544 vsize=862912 CPUtime=0.46
/proc/25545/task/25546/stat : 25546 (java) R 25544 25450 20697 0 -1 64 2067 0 1 0 45 1 0 0 21 0 9 0 25027901 883621888 5600 996147200 134512640 134550932 4294955984 18446744073709551615 4126575635 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25545/tid=25547] ppid=25544 vsize=862912 CPUtime=0.14
/proc/25545/task/25547/stat : 25547 (java) S 25544 25450 20697 0 -1 64 3078 0 0 0 14 0 0 0 16 0 9 0 25027902 883621888 5600 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25545/tid=25548] ppid=25544 vsize=862912 CPUtime=0
/proc/25545/task/25548/stat : 25548 (java) S 25544 25450 20697 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 25027902 883621888 5600 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25545/tid=25549] ppid=25544 vsize=862912 CPUtime=0
/proc/25545/task/25549/stat : 25549 (java) S 25544 25450 20697 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25027902 883621888 5600 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25545/tid=25550] ppid=25544 vsize=862912 CPUtime=0
/proc/25545/task/25550/stat : 25550 (java) S 25544 25450 20697 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25027904 883621888 5600 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25545/tid=25551] ppid=25544 vsize=862912 CPUtime=0.07
/proc/25545/task/25551/stat : 25551 (java) S 25544 25450 20697 0 -1 64 484 0 0 0 7 0 0 0 16 0 9 0 25027904 883621888 5600 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25545/tid=25552] ppid=25544 vsize=862912 CPUtime=0
/proc/25545/task/25552/stat : 25552 (java) S 25544 25450 20697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25027904 883621888 5600 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25545/tid=25553] ppid=25544 vsize=862912 CPUtime=0
/proc/25545/task/25553/stat : 25553 (java) S 25544 25450 20697 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25027904 883621888 5600 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 943.59
Current children cumulated vsize (KiB) 885136

[startup+950.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 25553
/proc/meminfo: memFree=1260472/2055920 swapFree=4192812/4192956
[pid=25450] ppid=25448 vsize=16868 CPUtime=942.89
/proc/25450/stat : 25450 (sugar) S 25448 25450 20697 0 -1 4194304 1447 145134 0 2 6 2 90055 4226 16 0 1 0 24933022 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25450/statm: 4217 1114 409 3 0 796 0
[pid=25544] ppid=25450 vsize=5356 CPUtime=0
/proc/25544/stat : 25544 (sh) S 25450 25450 20697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25027898 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25544/statm: 1339 233 193 169 0 50 0
[pid=25545] ppid=25544 vsize=862912 CPUtime=1.49
/proc/25545/stat : 25545 (java) S 25544 25450 20697 0 -1 0 6442 0 1 0 145 4 0 0 18 0 9 0 25027899 883621888 5711 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25545/statm: 215728 5711 2157 9 0 210641 0
[pid=25545/tid=25546] ppid=25544 vsize=862912 CPUtime=1.24
/proc/25545/task/25546/stat : 25546 (java) R 25544 25450 20697 0 -1 64 2072 0 1 0 122 2 0 0 25 0 9 0 25027901 883621888 5711 996147200 134512640 134550932 4294955984 18446744073709551615 4126575807 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25545/tid=25547] ppid=25544 vsize=862912 CPUtime=0.15
/proc/25545/task/25547/stat : 25547 (java) S 25544 25450 20697 0 -1 64 3186 0 0 0 14 1 0 0 16 0 9 0 25027902 883621888 5711 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25545/tid=25548] ppid=25544 vsize=862912 CPUtime=0
/proc/25545/task/25548/stat : 25548 (java) S 25544 25450 20697 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 25027902 883621888 5711 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25545/tid=25549] ppid=25544 vsize=862912 CPUtime=0
/proc/25545/task/25549/stat : 25549 (java) S 25544 25450 20697 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25027902 883621888 5711 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25545/tid=25550] ppid=25544 vsize=862912 CPUtime=0
/proc/25545/task/25550/stat : 25550 (java) S 25544 25450 20697 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25027904 883621888 5711 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25545/tid=25551] ppid=25544 vsize=862912 CPUtime=0.08
/proc/25545/task/25551/stat : 25551 (java) S 25544 25450 20697 0 -1 64 487 0 0 0 8 0 0 0 16 0 9 0 25027904 883621888 5711 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25545/tid=25552] ppid=25544 vsize=862912 CPUtime=0
/proc/25545/task/25552/stat : 25552 (java) S 25544 25450 20697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25027904 883621888 5711 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25545/tid=25553] ppid=25544 vsize=862912 CPUtime=0
/proc/25545/task/25553/stat : 25553 (java) S 25544 25450 20697 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25027904 883621888 5711 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 944.38
Current children cumulated vsize (KiB) 885136

[startup+950.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 25553
/proc/meminfo: memFree=1260472/2055920 swapFree=4192812/4192956
[pid=25450] ppid=25448 vsize=16868 CPUtime=942.89
/proc/25450/stat : 25450 (sugar) S 25448 25450 20697 0 -1 4194304 1453 145134 0 2 6 2 90055 4226 16 0 1 0 24933022 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25450/statm: 4217 1115 409 3 0 796 0
[pid=25544] ppid=25450 vsize=5356 CPUtime=0
/proc/25544/stat : 25544 (sh) S 25450 25450 20697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25027898 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25544/statm: 1339 233 193 169 0 50 0
[pid=25545] ppid=25544 vsize=864748 CPUtime=1.87
/proc/25545/stat : 25545 (java) S 25544 25450 20697 0 -1 0 6971 0 1 0 182 5 0 0 18 0 9 0 25027899 885501952 6201 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25545/statm: 216187 6201 2567 9 0 210692 0
[pid=25545/tid=25546] ppid=25544 vsize=864748 CPUtime=1.6
/proc/25545/task/25546/stat : 25546 (java) S 25544 25450 20697 0 -1 64 2594 0 1 0 157 3 0 0 25 0 9 0 25027901 885501952 6201 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25545/tid=25547] ppid=25544 vsize=864748 CPUtime=0.16
/proc/25545/task/25547/stat : 25547 (java) S 25544 25450 20697 0 -1 64 3188 0 0 0 15 1 0 0 16 0 9 0 25027902 885501952 6201 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25545/tid=25548] ppid=25544 vsize=864748 CPUtime=0
/proc/25545/task/25548/stat : 25548 (java) S 25544 25450 20697 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 25027902 885501952 6201 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25545/tid=25549] ppid=25544 vsize=864748 CPUtime=0
/proc/25545/task/25549/stat : 25549 (java) S 25544 25450 20697 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25027902 885501952 6201 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25545/tid=25550] ppid=25544 vsize=864748 CPUtime=0
/proc/25545/task/25550/stat : 25550 (java) S 25544 25450 20697 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25027904 885501952 6201 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25545/tid=25551] ppid=25544 vsize=864748 CPUtime=0.09
/proc/25545/task/25551/stat : 25551 (java) S 25544 25450 20697 0 -1 64 492 0 0 0 9 0 0 0 16 0 9 0 25027904 885501952 6201 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25545/tid=25552] ppid=25544 vsize=864748 CPUtime=0
/proc/25545/task/25552/stat : 25552 (java) S 25544 25450 20697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25027904 885501952 6201 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25545/tid=25553] ppid=25544 vsize=864748 CPUtime=0
/proc/25545/task/25553/stat : 25553 (java) S 25544 25450 20697 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25027904 885501952 6201 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 944.76
Current children cumulated vsize (KiB) 886972

[startup+950.802 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 25553
/proc/meminfo: memFree=1260472/2055920 swapFree=4192812/4192956
[pid=25450] ppid=25448 vsize=16868 CPUtime=944.86
/proc/25450/stat : 25450 (sugar) R 25448 25450 20697 0 -1 4194304 1479 152394 0 3 6 11 90237 4232 17 0 1 0 24933022 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 224627758121 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25450/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 944.86
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 950.827
CPU time (s): 944.91
CPU user time (s): 902.445
CPU system time (s): 42.4655
CPU usage (%): 99.3778
Max. virtual memory (cumulated for all children) (KiB): 901036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 902.445
system time used= 42.4655
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153934
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= 11981
involuntary context switches= 23593

runsolver used 1.12283 second user time and 3.22751 second system time

The end

Launcher Data

Begin job on node49 at 2009-07-12 08:05:27
IDJOB=2084061
IDBENCH=58023
IDSOLVER=738
FILE ID=node49/2084061-1247378727
PBS_JOBID= 9507076
Free space on /tmp= 66416 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp09/normalized-fapp09-0800-3.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-2084061-1247378727/watcher-2084061-1247378727 -o /tmp/evaluation-result-2084061-1247378727/solver-2084061-1247378727 -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-2084061-1247378727.xml

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

MD5SUM BENCH= cf1d24903f4691458c5fef6fc63c431f
RANDOM SEED=78717496

node49.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.232
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.232
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:       1257616 kB
Buffers:         58220 kB
Cached:         188892 kB
SwapCached:          0 kB
Active:         629028 kB
Inactive:       102824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1257616 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2540 kB
Writeback:           0 kB
Mapped:         502604 kB
Slab:            50556 kB
Committed_AS:   951716 kB
PageTables:       2704 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= 66420 MiB
End job on node49 at 2009-07-12 08:21:18