Trace number 2083335

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 214.174 216.825

General information on the benchmark

Namecsp/fapp/fapp21/
normalized-fapp21-0500-9.xml
MD5SUMdf17b803234115e4f44c4b6c29f818f0
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark21.9297
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.03/0.30	c 0	Sugar v1-14-6 + HOME/picosat
0.03/0.30	c 0	BEGIN Sun Jul 12 07:40:26 2009
0.03/0.30	c 0	PID 24379
0.07/0.31	c 0	HOST node11.alineos.net
0.07/0.31	c 0	CONVERTING HOME/instance-2083335-1247377225.xml TO HOME/temp.csp
0.07/0.31	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083335-1247377225.xml' 'HOME/temp.csp'
0.07/0.86	c 0	6 domains, 500 variables, 8 predicates, 0 relations, 2852 constraints
0.07/0.90	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.90	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.61/0.98	c 0	Parsing HOME/temp.csp
0.89/1.23	c 1	parsed 3366 expressions
0.89/1.24	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.89/1.24	c 1	Converting to clausal form CSP
0.89/1.28	c 1	converted 337 (10%) expressions
1.28/1.69	c 1	converted 674 (20%) expressions
1.68/2.09	c 2	converted 1010 (30%) expressions
2.16/2.50	c 2	converted 1347 (40%) expressions
2.47/2.83	c 2	converted 1683 (50%) expressions
2.76/3.17	c 3	converted 2020 (60%) expressions
3.05/3.43	c 3	converted 2357 (70%) expressions
3.26/3.66	c 3	converted 2693 (80%) expressions
3.45/3.89	c 3	converted 3030 (90%) expressions
3.75/4.18	c 4	converted 3366 (100%) expressions
3.75/4.18	c 4	CSP : 986 integers, 7620 booleans, 17530 clauses, largest domain size 2701
3.75/4.18	c 4	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.75/4.18	c 4	Propagation in CSP
4.05/4.43	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.05/4.43	c 4	CSP : 986 integers, 7620 booleans, 17530 clauses, largest domain size 2701
4.05/4.43	c 4	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.05/4.45	c 4	Simplifing CSP by introducing new Boolean variables
4.05/4.49	c 4	CSP : 986 integers, 14142 booleans, 24052 clauses, largest domain size 2701
4.05/4.50	c 4	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.24/4.62	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.74/5.14	c 5	99 (10%) CSP integer variables are encoded (22954 clauses, 322258 bytes)
5.13/5.58	c 5	198 (20%) CSP integer variables are encoded (44581 clauses, 646663 bytes)
5.63/6.01	c 5	296 (30%) CSP integer variables are encoded (66531 clauses, 975913 bytes)
6.04/6.47	c 6	395 (40%) CSP integer variables are encoded (89097 clauses, 1314403 bytes)
6.52/6.91	c 6	493 (50%) CSP integer variables are encoded (110914 clauses, 1664373 bytes)
6.83/7.25	c 7	592 (60%) CSP integer variables are encoded (332964 clauses, 5439223 bytes)
7.22/7.61	c 7	691 (70%) CSP integer variables are encoded (588771 clauses, 9787942 bytes)
7.52/7.94	c 7	789 (80%) CSP integer variables are encoded (838211 clauses, 14028422 bytes)
7.81/8.29	c 8	888 (90%) CSP integer variables are encoded (1095704 clauses, 18598918 bytes)
8.10/8.59	c 8	986 (100%) CSP integer variables are encoded (1313532 clauses, 22737650 bytes)
10.57/11.05	c 11	2406 (10%) CSP clauses are encoded (2063184 clauses, 40811325 bytes)
13.11/13.63	c 13	4811 (20%) CSP clauses are encoded (2890790 clauses, 60918416 bytes)
15.59/16.11	c 16	7216 (30%) CSP clauses are encoded (3707239 clauses, 80970953 bytes)
17.94/18.59	c 18	9621 (40%) CSP clauses are encoded (4566667 clauses, 102304711 bytes)
20.02/20.67	c 20	12026 (50%) CSP clauses are encoded (5298625 clauses, 120733725 bytes)
22.39/23.09	c 23	14432 (60%) CSP clauses are encoded (6159447 clauses, 142588024 bytes)
24.65/25.32	c 25	16837 (70%) CSP clauses are encoded (6956349 clauses, 162789262 bytes)
26.99/27.72	c 27	19242 (80%) CSP clauses are encoded (7846612 clauses, 185315656 bytes)
29.26/30.07	c 30	21647 (90%) CSP clauses are encoded (8719687 clauses, 207159473 bytes)
31.91/32.74	c 32	24052 (100%) CSP clauses are encoded (9750973 clauses, 233036669 bytes)
31.91/32.74	c 32	24052 CSP clauses encoded
31.91/32.74	c 32	Writing map file : HOME/temp.map
31.91/32.79	c 32	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
31.91/32.79	c 32	SAT : 1328660 SAT variables, 9750973 SAT clauses, 233036669 bytes
31.91/32.79	c 32	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
32.00/32.84	c 32	SOLVING HOME/temp.cnf
32.00/32.84	c 32	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
211.78/214.48	c 214	DECODING HOME/temp.out WITH HOME/temp.map
211.78/214.48	c 214	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'
211.87/214.57	c 214	Decoding HOME/temp.out
213.95/216.63	s SATISFIABLE
213.95/216.65	v 2656 -2312 2588 2404 2632 -2660 2384 -2292 2624 -2228 2328 -2480 -2228 2396 -2520 2496 -2368 2220 2284 -2660 2416 2600 2492 2588 -2536 -2424 2260 -2456 -2272 2268 -2700 -2548 -2620 2220 2700 -2280 -2588 -2380 -2472 2612 2648 2416 -2696 2688 -2224 2700 2600 2512 -2388 -2368 2424 -2464 2292 -2376 2276 2304 -2264 -2628 2312 2608 2260 -2612 -2356 -2264 2536 -2608 2280 -2476 2260 -2440 -2496 2232 2700 2372 -2384 2620 2408 2668 -2304 2404 2356 -2452 -2572 2428 2224 2244 2260 -2700 2280 2336 2580 -2368 -2592 2520 2292 -2264 -2296 2636 -2624 -2224 -2432 -2660 2224 -2276 2280 -2360 2504 -2632 2296 2568 2260 2456 2648 -2628 -2632 -2344 -2440 -2260 2252 2428 2352 -2360 -2304 -2660 -2360 -2264 -2312 2304 2552 2228 -2480 -2244 2408 2460 2316 -2460 2392 -2696 -2284 2688 -2516 -2412 -2460 -2416 -2600 -2420 -2644 -2696 2328 -2236 2560 2692 2360 -2372 -2268 -2628 2412 2272 2444 2652 2220 -2500 2344 2416 2660 2656 -2424 -2552 -2588 -2260 -2376 2532 -2652 -2456 -2660 -2224 2460 -2524 -2424 -2700 2644 2308 2476 -2624 -2400 2220 -2628 -2320 -2564 2412 -2400 2336 -2304 -2608 -2260 2584 2660 2648 -2300 -2228 -2376 -2592 -2496 -2608 -2220 -2660 2648 2508 2576 2272 2412 2400 2220 2656 -2408 -2408 2268 -2648 2512 -2468 -2612 2468 2316 2224 -2352 -2652 -2612 -2656 2308 2700 2372 -2220 2660 -2660 -2544 2604 -2672 2568 -2696 2420 2648 -2420 -2360 2696 2528 2552 -2444 -2384 2368 -2448 -2252 -2592 2332 2324 2504 2328 -2468 -2684 2548 -2592 -2660 2660 2604 2356 2668 2304 -2444 2332 -2700 2308 -2620 -2448 -2220 -2572 -2304 -2288 2636 2700 2244 -2516 -2288 2288 -2500 -2356 2616 2604 -2656 2656 -2444 -2548 2536 -2508 -2272 -2552 2300 2260 -2700 -2464 2384 -2632 -2504 -2364 -2488 -2572 -2584 -2240 -2696 -2540 -2232 -2608 2240 -2372 -2344 -2248 2400 -2416 -2592 2304 2308 2560 2400 2260 2268 -2292 -2676 -2700 -2456 -2344 -2336 -2424 -2324 2684 2656 2544 2464 2444 2252 2548 -2260 2432 -2540 2428 2460 -2588 2384 -2312 -2316 2592 2376 2628 -2696 -2628 2480 -2220 -2260 2500 -2504 -2384 2696 -2492 -2344 -2584 2592 -2700 -2380 -2464 -2492 -2272 -2220 2512 -2460 2684 -2268 2520 2352 -2568 -2644 2452 -2464 2648 2588 -2272 -2284 2296 -2520 2232 2348 -2528 -2264 2264 -2588 -2548 -2220 2264 -2628 -2336 -2616 -2284 -2328 2368 2572 -2668 -2336 -2644 -2580 -2640 -2332 2232 -2344 2220 -2532 -2240 -2608 2684 2456 -2532 -2688 -2660 -2260 2264 -2464 2632 -2656 2300 2444 -2640 2500 2392 -2660 2284 2484 -2340 -2232 -2268 -2260 -2504 2404 -2392 2692 2552 2504 2448 2484 2688 2596 2220 -2264 -2472 2560 -2344 2500 -2644 -2592 -2656 -2664 -2260 -2260 2588 2300 -2700 -2304 -2296 2660 -2264 2648 2628 2480 2264 2420 -2488 -2416 2668 2564 2504 2220 2224 2352 2660 2404 2336 2268 2280 2600 -2352 2240 2404 -2292 2700 2656 2268 -2240 -2420 -2260 2624 -2236 -2308 2540 -2552 -2324 2408
213.95/216.66	c 216	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
213.95/216.69	c 216	CPU 214.02 (0.06 0.03 166.14 47.79)
213.95/216.69	c 216	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-2083335-1247377225/watcher-2083335-1247377225 -o /tmp/evaluation-result-2083335-1247377225/solver-2083335-1247377225 -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-2083335-1247377225.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.87 2.42 2.18 4/83 24379
/proc/meminfo: memFree=1243848/2055920 swapFree=4192812/4192956
[pid=24379] ppid=24377 vsize=18576 CPUtime=0
/proc/24379/stat : 24379 (runsolver) R 24377 24379 19734 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24789557 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 262910045479 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24379/statm: 4644 284 249 26 0 2626 0

[startup+0.055569 s]
/proc/loadavg: 2.87 2.42 2.18 4/83 24379
/proc/meminfo: memFree=1243848/2055920 swapFree=4192812/4192956
[pid=24379] ppid=24377 vsize=2504 CPUtime=0
/proc/24379/stat : 24379 (sugar) D 24377 24379 19734 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 24789557 2564096 23 996147200 4194304 4206940 548682068608 18446744073709551615 262907429584 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/24379/statm: 626 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+0.10158 s]
/proc/loadavg: 2.87 2.42 2.18 4/83 24379
/proc/meminfo: memFree=1243848/2055920 swapFree=4192812/4192956
[pid=24379] ppid=24377 vsize=12268 CPUtime=0
/proc/24379/stat : 24379 (sugar) D 24377 24379 19734 0 -1 4194304 349 0 3 0 0 0 0 0 18 0 1 0 24789557 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/24379/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.30173 s]
/proc/loadavg: 2.87 2.42 2.18 4/83 24379
/proc/meminfo: memFree=1243848/2055920 swapFree=4192812/4192956
[pid=24379] ppid=24377 vsize=16740 CPUtime=0.07
/proc/24379/stat : 24379 (sugar) S 24377 24379 19734 0 -1 4194304 1147 0 5 0 5 2 0 0 18 0 1 0 24789557 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24379/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701704 s]
/proc/loadavg: 2.87 2.42 2.18 4/83 24379
/proc/meminfo: memFree=1243848/2055920 swapFree=4192812/4192956
[pid=24379] ppid=24377 vsize=16868 CPUtime=0.07
/proc/24379/stat : 24379 (sugar) S 24377 24379 19734 0 -1 4194304 1222 128 5 0 5 2 0 0 18 0 1 0 24789557 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24379/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50287 s]
/proc/loadavg: 2.87 2.42 2.18 4/94 24401
/proc/meminfo: memFree=1233392/2055920 swapFree=4192812/4192956
[pid=24379] ppid=24377 vsize=16868 CPUtime=0.61
/proc/24379/stat : 24379 (sugar) S 24377 24379 19734 0 -1 4194304 1304 5504 5 1 5 3 48 5 16 0 1 0 24789557 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24379/statm: 4217 1111 409 3 0 796 0
[pid=24392] ppid=24379 vsize=5356 CPUtime=0
/proc/24392/stat : 24392 (sh) S 24379 24379 19734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24789647 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24392/statm: 1339 233 193 169 0 50 0
[pid=24393] ppid=24392 vsize=867596 CPUtime=0.57
/proc/24393/stat : 24393 (java) S 24392 24379 19734 0 -1 0 4978 0 1 0 54 3 0 0 18 0 9 0 24789647 888418304 4435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24393/statm: 216899 4435 1742 9 0 211404 0
[pid=24393/tid=24394] ppid=24392 vsize=867596 CPUtime=0.41
/proc/24393/task/24394/stat : 24394 (java) R 24392 24379 19734 0 -1 64 2665 0 1 0 40 1 0 0 20 0 9 0 24789648 888418304 4435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24393/tid=24395] ppid=24392 vsize=867596 CPUtime=0.02
/proc/24393/task/24395/stat : 24395 (java) S 24392 24379 19734 0 -1 64 479 0 0 0 2 0 0 0 16 0 9 0 24789650 888418304 4435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24393/tid=24396] ppid=24392 vsize=867596 CPUtime=0
/proc/24393/task/24396/stat : 24396 (java) S 24392 24379 19734 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 24789650 888418304 4435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24393/tid=24397] ppid=24392 vsize=867596 CPUtime=0
/proc/24393/task/24397/stat : 24397 (java) S 24392 24379 19734 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24789650 888418304 4435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24393/tid=24398] ppid=24392 vsize=867596 CPUtime=0
/proc/24393/task/24398/stat : 24398 (java) S 24392 24379 19734 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24789652 888418304 4435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24393/tid=24399] ppid=24392 vsize=867596 CPUtime=0.11
/proc/24393/task/24399/stat : 24399 (java) R 24392 24379 19734 0 -1 64 1140 0 0 0 11 0 0 0 16 0 9 0 24789652 888418304 4435 996147200 134512640 134550932 4294955936 18446744073709551615 102027635 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24393/tid=24400] ppid=24392 vsize=867596 CPUtime=0
/proc/24393/task/24400/stat : 24400 (java) S 24392 24379 19734 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24789652 888418304 4435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24393/tid=24401] ppid=24392 vsize=867596 CPUtime=0
/proc/24393/task/24401/stat : 24401 (java) S 24392 24379 19734 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24789652 888418304 4435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 889820

[startup+3.10218 s]
/proc/loadavg: 2.87 2.42 2.18 4/94 24401
/proc/meminfo: memFree=1223408/2055920 swapFree=4192812/4192956
[pid=24379] ppid=24377 vsize=16868 CPUtime=0.61
/proc/24379/stat : 24379 (sugar) S 24377 24379 19734 0 -1 4194304 1304 5504 5 1 5 3 48 5 16 0 1 0 24789557 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24379/statm: 4217 1111 409 3 0 796 0
[pid=24392] ppid=24379 vsize=5356 CPUtime=0
/proc/24392/stat : 24392 (sh) S 24379 24379 19734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24789647 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24392/statm: 1339 233 193 169 0 50 0
[pid=24393] ppid=24392 vsize=868604 CPUtime=2.15
/proc/24393/stat : 24393 (java) S 24392 24379 19734 0 -1 0 8066 0 1 0 209 6 0 0 18 0 9 0 24789647 889450496 7146 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24393/statm: 217151 7146 2566 9 0 211656 0
[pid=24393/tid=24394] ppid=24392 vsize=868604 CPUtime=1.68
/proc/24393/task/24394/stat : 24394 (java) R 24392 24379 19734 0 -1 64 2829 0 1 0 166 2 0 0 25 0 9 0 24789648 889450496 7146 996147200 134512640 134550932 4294955936 18446744073709551615 4126510074 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24393/tid=24395] ppid=24392 vsize=868604 CPUtime=0.26
/proc/24393/task/24395/stat : 24395 (java) S 24392 24379 19734 0 -1 64 3066 0 0 0 24 2 0 0 16 0 9 0 24789650 889450496 7146 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24393/tid=24396] ppid=24392 vsize=868604 CPUtime=0
/proc/24393/task/24396/stat : 24396 (java) S 24392 24379 19734 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24789650 889450496 7146 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24393/tid=24397] ppid=24392 vsize=868604 CPUtime=0
/proc/24393/task/24397/stat : 24397 (java) S 24392 24379 19734 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24789650 889450496 7146 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24393/tid=24398] ppid=24392 vsize=868604 CPUtime=0
/proc/24393/task/24398/stat : 24398 (java) S 24392 24379 19734 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24789652 889450496 7146 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24393/tid=24399] ppid=24392 vsize=868604 CPUtime=0.19
/proc/24393/task/24399/stat : 24399 (java) S 24392 24379 19734 0 -1 64 1472 0 0 0 18 1 0 0 15 0 9 0 24789652 889450496 7146 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24393/tid=24400] ppid=24392 vsize=868604 CPUtime=0
/proc/24393/task/24400/stat : 24400 (java) S 24392 24379 19734 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24789652 889450496 7146 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24393/tid=24401] ppid=24392 vsize=868604 CPUtime=0
/proc/24393/task/24401/stat : 24401 (java) S 24392 24379 19734 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24789652 889450496 7146 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 890828

[startup+6.30281 s]
/proc/loadavg: 2.80 2.41 2.17 3/94 24401
/proc/meminfo: memFree=1209968/2055920 swapFree=4192812/4192956
[pid=24379] ppid=24377 vsize=16868 CPUtime=0.62
/proc/24379/stat : 24379 (sugar) S 24377 24379 19734 0 -1 4194304 1305 5504 5 1 6 3 48 5 16 0 1 0 24789557 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24379/statm: 4217 1111 409 3 0 796 0
[pid=24392] ppid=24379 vsize=5356 CPUtime=0
/proc/24392/stat : 24392 (sh) S 24379 24379 19734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24789647 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24392/statm: 1339 233 193 169 0 50 0
[pid=24393] ppid=24392 vsize=868716 CPUtime=5.32
/proc/24393/stat : 24393 (java) S 24392 24379 19734 0 -1 0 10463 0 2 0 522 10 0 0 18 0 9 0 24789647 889565184 9176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24393/statm: 217179 9176 2591 9 0 211656 0
[pid=24393/tid=24394] ppid=24392 vsize=868716 CPUtime=4.42
/proc/24393/task/24394/stat : 24394 (java) R 24392 24379 19734 0 -1 64 3182 0 2 0 439 3 0 0 25 0 9 0 24789648 889565184 9176 996147200 134512640 134550932 4294955936 18446744073709551615 4126981217 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24393/tid=24395] ppid=24392 vsize=868716 CPUtime=0.63
/proc/24393/task/24395/stat : 24395 (java) S 24392 24379 19734 0 -1 64 5065 0 0 0 59 4 0 0 16 0 9 0 24789650 889565184 9176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24393/tid=24396] ppid=24392 vsize=868716 CPUtime=0
/proc/24393/task/24396/stat : 24396 (java) S 24392 24379 19734 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24789650 889565184 9176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24393/tid=24397] ppid=24392 vsize=868716 CPUtime=0
/proc/24393/task/24397/stat : 24397 (java) S 24392 24379 19734 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24789650 889565184 9176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24393/tid=24398] ppid=24392 vsize=868716 CPUtime=0
/proc/24393/task/24398/stat : 24398 (java) S 24392 24379 19734 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24789652 889565184 9176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24393/tid=24399] ppid=24392 vsize=868716 CPUtime=0.24
/proc/24393/task/24399/stat : 24399 (java) S 24392 24379 19734 0 -1 64 1517 0 0 0 23 1 0 0 15 0 9 0 24789652 889565184 9176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24393/tid=24400] ppid=24392 vsize=868716 CPUtime=0
/proc/24393/task/24400/stat : 24400 (java) S 24392 24379 19734 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24789652 889565184 9176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24393/tid=24401] ppid=24392 vsize=868716 CPUtime=0
/proc/24393/task/24401/stat : 24401 (java) S 24392 24379 19734 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24789652 889565184 9176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 890940

[startup+12.7021 s]
/proc/loadavg: 2.74 2.41 2.17 3/94 24401
/proc/meminfo: memFree=1162544/2055920 swapFree=4192812/4192956
[pid=24379] ppid=24377 vsize=16868 CPUtime=0.62
/proc/24379/stat : 24379 (sugar) S 24377 24379 19734 0 -1 4194304 1305 5504 5 1 6 3 48 5 16 0 1 0 24789557 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24379/statm: 4217 1111 409 3 0 796 0
[pid=24392] ppid=24379 vsize=5356 CPUtime=0
/proc/24392/stat : 24392 (sh) S 24379 24379 19734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24789647 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24392/statm: 1339 233 193 169 0 50 0
[pid=24393] ppid=24392 vsize=868716 CPUtime=11.62
/proc/24393/stat : 24393 (java) S 24392 24379 19734 0 -1 0 11320 0 2 0 1111 51 0 0 18 0 9 0 24789647 889565184 9197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24393/statm: 217179 9197 2592 9 0 211656 0
[pid=24393/tid=24394] ppid=24392 vsize=868716 CPUtime=10.38
/proc/24393/task/24394/stat : 24394 (java) R 24392 24379 19734 0 -1 64 4021 0 2 0 1000 38 0 0 25 0 9 0 24789648 889565184 9197 996147200 134512640 134550932 4294955936 18446744073709551615 4126980379 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24393/tid=24395] ppid=24392 vsize=868716 CPUtime=0.95
/proc/24393/task/24395/stat : 24395 (java) S 24392 24379 19734 0 -1 64 5065 0 0 0 84 11 0 0 16 0 9 0 24789650 889565184 9197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24393/tid=24396] ppid=24392 vsize=868716 CPUtime=0
/proc/24393/task/24396/stat : 24396 (java) S 24392 24379 19734 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24789650 889565184 9197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24393/tid=24397] ppid=24392 vsize=868716 CPUtime=0
/proc/24393/task/24397/stat : 24397 (java) S 24392 24379 19734 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24789650 889565184 9197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24393/tid=24398] ppid=24392 vsize=868716 CPUtime=0
/proc/24393/task/24398/stat : 24398 (java) S 24392 24379 19734 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24789652 889565184 9197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24393/tid=24399] ppid=24392 vsize=868716 CPUtime=0.27
/proc/24393/task/24399/stat : 24399 (java) S 24392 24379 19734 0 -1 64 1535 0 0 0 26 1 0 0 15 0 9 0 24789652 889565184 9197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24393/tid=24400] ppid=24392 vsize=868716 CPUtime=0
/proc/24393/task/24400/stat : 24400 (java) S 24392 24379 19734 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24789652 889565184 9197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24393/tid=24401] ppid=24392 vsize=868716 CPUtime=0
/proc/24393/task/24401/stat : 24401 (java) S 24392 24379 19734 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24789652 889565184 9197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 890940

[startup+25.5026 s]
/proc/loadavg: 2.80 2.44 2.19 4/94 24401
/proc/meminfo: memFree=1049904/2055920 swapFree=4192812/4192956
[pid=24379] ppid=24377 vsize=16868 CPUtime=0.62
/proc/24379/stat : 24379 (sugar) S 24377 24379 19734 0 -1 4194304 1305 5504 5 1 6 3 48 5 16 0 1 0 24789557 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24379/statm: 4217 1111 409 3 0 796 0
[pid=24392] ppid=24379 vsize=5356 CPUtime=0
/proc/24392/stat : 24392 (sh) S 24379 24379 19734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24789647 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24392/statm: 1339 233 193 169 0 50 0
[pid=24393] ppid=24392 vsize=868716 CPUtime=24.23
/proc/24393/stat : 24393 (java) S 24392 24379 19734 0 -1 0 13089 0 2 0 2284 139 0 0 18 0 9 0 24789647 889565184 9199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24393/statm: 217179 9199 2592 9 0 211656 0
[pid=24393/tid=24394] ppid=24392 vsize=868716 CPUtime=22.29
/proc/24393/task/24394/stat : 24394 (java) R 24392 24379 19734 0 -1 64 5788 0 2 0 2116 113 0 0 25 0 9 0 24789648 889565184 9199 996147200 134512640 134550932 4294955936 18446744073709551615 4126985500 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24393/tid=24395] ppid=24392 vsize=868716 CPUtime=1.62
/proc/24393/task/24395/stat : 24395 (java) S 24392 24379 19734 0 -1 64 5065 0 0 0 139 23 0 0 16 0 9 0 24789650 889565184 9199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24393/tid=24396] ppid=24392 vsize=868716 CPUtime=0
/proc/24393/task/24396/stat : 24396 (java) S 24392 24379 19734 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24789650 889565184 9199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24393/tid=24397] ppid=24392 vsize=868716 CPUtime=0
/proc/24393/task/24397/stat : 24397 (java) S 24392 24379 19734 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24789650 889565184 9199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24393/tid=24398] ppid=24392 vsize=868716 CPUtime=0

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

/proc/loadavg: 2.10 2.29 2.17 3/86 24403
/proc/meminfo: memFree=619312/2055920 swapFree=4192812/4192956
[pid=24379] ppid=24377 vsize=16868 CPUtime=32.02
/proc/24379/stat : 24379 (sugar) S 24377 24379 19734 0 -1 4194304 1361 19977 5 3 6 3 2995 198 17 0 1 0 24789557 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24379/statm: 4217 1114 409 3 0 796 0
[pid=24402] ppid=24379 vsize=5356 CPUtime=0
/proc/24402/stat : 24402 (sh) S 24379 24379 19734 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24792842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24402/statm: 1339 232 193 169 0 50 0
[pid=24403] ppid=24402 vsize=463084 CPUtime=128.17
/proc/24403/stat : 24403 (picosat) R 24402 24379 19734 0 -1 4194304 96226 0 0 0 8254 4563 0 0 25 0 1 0 24792842 474198016 96181 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 1 0 0
/proc/24403/statm: 115771 96181 42 102 0 115666 0
Current children cumulated CPU time (s) 160.19
Current children cumulated vsize (KiB) 485308

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

[startup+179.102 s]
/proc/loadavg: 2.08 2.28 2.16 3/86 24403
/proc/meminfo: memFree=618992/2055920 swapFree=4192812/4192956
[pid=24379] ppid=24377 vsize=16868 CPUtime=32.02
/proc/24379/stat : 24379 (sugar) S 24377 24379 19734 0 -1 4194304 1361 19977 5 3 6 3 2995 198 17 0 1 0 24789557 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24379/statm: 4217 1114 409 3 0 796 0
[pid=24402] ppid=24379 vsize=5356 CPUtime=0
/proc/24402/stat : 24402 (sh) S 24379 24379 19734 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24792842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24402/statm: 1339 232 193 169 0 50 0
[pid=24403] ppid=24402 vsize=463084 CPUtime=144.81
/proc/24403/stat : 24403 (picosat) R 24402 24379 19734 0 -1 4194304 96255 0 0 0 9918 4563 0 0 25 0 1 0 24792842 474198016 96210 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/24403/statm: 115771 96210 42 102 0 115666 0
Current children cumulated CPU time (s) 176.83
Current children cumulated vsize (KiB) 485308

[startup+191.901 s]
/proc/loadavg: 2.06 2.26 2.16 3/86 24403
/proc/meminfo: memFree=619056/2055920 swapFree=4192812/4192956
[pid=24379] ppid=24377 vsize=16868 CPUtime=32.02
/proc/24379/stat : 24379 (sugar) S 24377 24379 19734 0 -1 4194304 1361 19977 5 3 6 3 2995 198 17 0 1 0 24789557 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24379/statm: 4217 1114 409 3 0 796 0
[pid=24402] ppid=24379 vsize=5356 CPUtime=0
/proc/24402/stat : 24402 (sh) S 24379 24379 19734 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24792842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24402/statm: 1339 232 193 169 0 50 0
[pid=24403] ppid=24402 vsize=463084 CPUtime=157.48
/proc/24403/stat : 24403 (picosat) R 24402 24379 19734 0 -1 4194304 96257 0 0 0 11185 4563 0 0 25 0 1 0 24792842 474198016 96212 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/24403/statm: 115771 96212 42 102 0 115666 0
Current children cumulated CPU time (s) 189.5
Current children cumulated vsize (KiB) 485308

[startup+204.702 s]
/proc/loadavg: 2.05 2.25 2.16 3/86 24403
/proc/meminfo: memFree=618928/2055920 swapFree=4192812/4192956
[pid=24379] ppid=24377 vsize=16868 CPUtime=32.02
/proc/24379/stat : 24379 (sugar) S 24377 24379 19734 0 -1 4194304 1361 19977 5 3 6 3 2995 198 17 0 1 0 24789557 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24379/statm: 4217 1114 409 3 0 796 0
[pid=24402] ppid=24379 vsize=5356 CPUtime=0
/proc/24402/stat : 24402 (sh) S 24379 24379 19734 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24792842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24402/statm: 1339 232 193 169 0 50 0
[pid=24403] ppid=24402 vsize=463084 CPUtime=170.15
/proc/24403/stat : 24403 (picosat) R 24402 24379 19734 0 -1 4194304 96274 0 0 0 12452 4563 0 0 25 0 1 0 24792842 474198016 96229 996147200 134512640 134931368 4294956256 18446744073709551615 134525522 0 0 4096 0 0 0 0 17 1 0 0
/proc/24403/statm: 115771 96229 42 102 0 115666 0
Current children cumulated CPU time (s) 202.17
Current children cumulated vsize (KiB) 485308

[startup+211.102 s]
/proc/loadavg: 2.04 2.25 2.16 3/86 24403
/proc/meminfo: memFree=618928/2055920 swapFree=4192812/4192956
[pid=24379] ppid=24377 vsize=16868 CPUtime=32.02
/proc/24379/stat : 24379 (sugar) S 24377 24379 19734 0 -1 4194304 1361 19977 5 3 6 3 2995 198 17 0 1 0 24789557 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24379/statm: 4217 1114 409 3 0 796 0
[pid=24402] ppid=24379 vsize=5356 CPUtime=0
/proc/24402/stat : 24402 (sh) S 24379 24379 19734 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24792842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24402/statm: 1339 232 193 169 0 50 0
[pid=24403] ppid=24402 vsize=463084 CPUtime=176.49
/proc/24403/stat : 24403 (picosat) R 24402 24379 19734 0 -1 4194304 96280 0 0 0 13086 4563 0 0 25 0 1 0 24792842 474198016 96235 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/24403/statm: 115771 96235 42 102 0 115666 0
Current children cumulated CPU time (s) 208.51
Current children cumulated vsize (KiB) 485308

[startup+214.302 s]
/proc/loadavg: 2.04 2.25 2.16 3/86 24403
/proc/meminfo: memFree=620720/2055920 swapFree=4192812/4192956
[pid=24379] ppid=24377 vsize=16868 CPUtime=32.02
/proc/24379/stat : 24379 (sugar) S 24377 24379 19734 0 -1 4194304 1361 19977 5 3 6 3 2995 198 17 0 1 0 24789557 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24379/statm: 4217 1114 409 3 0 796 0
[pid=24402] ppid=24379 vsize=5356 CPUtime=0
/proc/24402/stat : 24402 (sh) S 24379 24379 19734 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24792842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24402/statm: 1339 232 193 169 0 50 0
[pid=24403] ppid=24402 vsize=430316 CPUtime=179.67
/proc/24403/stat : 24403 (picosat) R 24402 24379 19734 0 -1 4194304 96295 0 0 0 13399 4568 0 0 25 0 1 0 24792842 440643584 89090 996147200 134512640 134931368 4294956256 18446744073709551615 134580596 0 0 4096 0 0 0 0 17 1 0 0
/proc/24403/statm: 107579 89090 47 102 0 107474 0
Current children cumulated CPU time (s) 211.69
Current children cumulated vsize (KiB) 452540

[startup+215.902 s]
/proc/loadavg: 2.04 2.24 2.15 3/94 24413
/proc/meminfo: memFree=979696/2055920 swapFree=4192812/4192956
[pid=24379] ppid=24377 vsize=16868 CPUtime=211.87
/proc/24379/stat : 24379 (sugar) S 24377 24379 19734 0 -1 4194304 1442 116558 5 3 6 3 16405 4773 16 0 1 0 24789557 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24379/statm: 4217 1114 409 3 0 796 0
[pid=24404] ppid=24379 vsize=5356 CPUtime=0
/proc/24404/stat : 24404 (sh) S 24379 24379 19734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24811006 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24404/statm: 1339 233 193 169 0 50 0
[pid=24405] ppid=24404 vsize=862908 CPUtime=1.39
/proc/24405/stat : 24405 (java) S 24404 24379 19734 0 -1 0 6291 0 1 0 135 4 0 0 18 0 9 0 24811006 883617792 5562 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24405/statm: 215727 5562 2157 9 0 210640 0
[pid=24405/tid=24406] ppid=24404 vsize=862908 CPUtime=1.19
/proc/24405/task/24406/stat : 24406 (java) R 24404 24379 19734 0 -1 64 2063 0 1 0 118 1 0 0 25 0 9 0 24811007 883617792 5562 996147200 134512640 134550932 4294955984 18446744073709551615 4126556633 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24405/tid=24407] ppid=24404 vsize=862908 CPUtime=0.09
/proc/24405/task/24407/stat : 24407 (java) S 24404 24379 19734 0 -1 64 3041 0 0 0 8 1 0 0 16 0 9 0 24811009 883617792 5562 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24405/tid=24408] ppid=24404 vsize=862908 CPUtime=0
/proc/24405/task/24408/stat : 24408 (java) S 24404 24379 19734 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 24811009 883617792 5562 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24405/tid=24409] ppid=24404 vsize=862908 CPUtime=0
/proc/24405/task/24409/stat : 24409 (java) S 24404 24379 19734 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24811009 883617792 5562 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24405/tid=24410] ppid=24404 vsize=862908 CPUtime=0
/proc/24405/task/24410/stat : 24410 (java) S 24404 24379 19734 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24811011 883617792 5562 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24405/tid=24411] ppid=24404 vsize=862908 CPUtime=0.08
/proc/24405/task/24411/stat : 24411 (java) S 24404 24379 19734 0 -1 64 490 0 0 0 8 0 0 0 16 0 9 0 24811011 883617792 5562 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24405/tid=24412] ppid=24404 vsize=862908 CPUtime=0
/proc/24405/task/24412/stat : 24412 (java) S 24404 24379 19734 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24811011 883617792 5562 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24405/tid=24413] ppid=24404 vsize=862908 CPUtime=0
/proc/24405/task/24413/stat : 24413 (java) S 24404 24379 19734 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24811011 883617792 5562 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 213.26
Current children cumulated vsize (KiB) 885132

[startup+216.302 s]
/proc/loadavg: 2.04 2.24 2.15 3/94 24413
/proc/meminfo: memFree=979696/2055920 swapFree=4192812/4192956
[pid=24379] ppid=24377 vsize=16868 CPUtime=211.87
/proc/24379/stat : 24379 (sugar) S 24377 24379 19734 0 -1 4194304 1442 116558 5 3 6 3 16405 4773 16 0 1 0 24789557 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24379/statm: 4217 1114 409 3 0 796 0
[pid=24404] ppid=24379 vsize=5356 CPUtime=0
/proc/24404/stat : 24404 (sh) S 24379 24379 19734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24811006 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24404/statm: 1339 233 193 169 0 50 0
[pid=24405] ppid=24404 vsize=862908 CPUtime=1.78
/proc/24405/stat : 24405 (java) S 24404 24379 19734 0 -1 0 6359 0 1 0 174 4 0 0 18 0 9 0 24811006 883617792 5628 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24405/statm: 215727 5628 2157 9 0 210640 0
[pid=24405/tid=24406] ppid=24404 vsize=862908 CPUtime=1.54
/proc/24405/task/24406/stat : 24406 (java) R 24404 24379 19734 0 -1 64 2065 0 1 0 152 2 0 0 25 0 9 0 24811007 883617792 5628 996147200 134512640 134550932 4294955984 18446744073709551615 4126556435 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24405/tid=24407] ppid=24404 vsize=862908 CPUtime=0.14
/proc/24405/task/24407/stat : 24407 (java) S 24404 24379 19734 0 -1 64 3107 0 0 0 13 1 0 0 16 0 9 0 24811009 883617792 5628 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24405/tid=24408] ppid=24404 vsize=862908 CPUtime=0
/proc/24405/task/24408/stat : 24408 (java) S 24404 24379 19734 0 -1 64 13 0 0 0 0 0 0 0 17 0 9 0 24811009 883617792 5628 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24405/tid=24409] ppid=24404 vsize=862908 CPUtime=0
/proc/24405/task/24409/stat : 24409 (java) S 24404 24379 19734 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 24811009 883617792 5628 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24405/tid=24410] ppid=24404 vsize=862908 CPUtime=0
/proc/24405/task/24410/stat : 24410 (java) S 24404 24379 19734 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24811011 883617792 5628 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24405/tid=24411] ppid=24404 vsize=862908 CPUtime=0.08
/proc/24405/task/24411/stat : 24411 (java) S 24404 24379 19734 0 -1 64 490 0 0 0 8 0 0 0 16 0 9 0 24811011 883617792 5628 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24405/tid=24412] ppid=24404 vsize=862908 CPUtime=0
/proc/24405/task/24412/stat : 24412 (java) S 24404 24379 19734 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24811011 883617792 5628 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24405/tid=24413] ppid=24404 vsize=862908 CPUtime=0
/proc/24405/task/24413/stat : 24413 (java) S 24404 24379 19734 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24811011 883617792 5628 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 213.65
Current children cumulated vsize (KiB) 885132

[startup+216.707 s]
/proc/loadavg: 2.04 2.24 2.15 3/94 24413
/proc/meminfo: memFree=979248/2055920 swapFree=4192812/4192956
[pid=24379] ppid=24377 vsize=16868 CPUtime=214.04
/proc/24379/stat : 24379 (sugar) R 24377 24379 19734 0 -1 4194304 1473 123723 5 4 6 5 16614 4779 16 0 1 0 24789557 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 262910219305 0 0 4224 16386 0 0 0 17 1 0 0
/proc/24379/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 214.04
Current children cumulated vsize (KiB) 16868

[startup+216.815 s]
/proc/loadavg: 2.04 2.24 2.15 3/94 24413
/proc/meminfo: memFree=979248/2055920 swapFree=4192812/4192956
[pid=24379] ppid=24377 vsize=16868 CPUtime=214.14
/proc/24379/stat : 24379 (sugar) R 24377 24379 19734 0 -1 4194304 1473 123723 5 4 6 15 16614 4779 16 0 1 0 24789557 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 262910219305 0 0 4224 16386 0 0 0 17 1 0 0
/proc/24379/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 214.14
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 216.825
CPU time (s): 214.174
CPU user time (s): 166.213
CPU system time (s): 47.9617
CPU usage (%): 98.7776
Max. virtual memory (cumulated for all children) (KiB): 891080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 166.213
system time used= 47.9617
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125257
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40329
involuntary context switches= 47959

runsolver used 0.289955 second user time and 0.728889 second system time

The end

Launcher Data

Begin job on node11 at 2009-07-12 07:40:25
IDJOB=2083335
IDBENCH=57787
IDSOLVER=738
FILE ID=node11/2083335-1247377225
PBS_JOBID= 9507062
Free space on /tmp= 66448 MiB

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

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

MD5SUM BENCH= df17b803234115e4f44c4b6c29f818f0
RANDOM SEED=1130092613

node11.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.274
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.274
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:       1244328 kB
Buffers:          3584 kB
Cached:          50136 kB
SwapCached:          0 kB
Active:         740656 kB
Inactive:        19268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1244328 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1692 kB
Writeback:           0 kB
Mapped:         721912 kB
Slab:            35464 kB
Committed_AS:   871924 kB
PageTables:       3216 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

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