Trace number 1086212

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosatSAT 809.405 815.393

General information on the benchmark

Namecsp/fapp/fapp06/
normalized-fapp06-0500-9.xml
MD5SUM7fe976fa4ce71b2c5a4965beb0a6326a
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.804
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints6531
Maximum constraint arity2
Maximum domain size290
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6531
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 08:08:01 2008
0.00/0.04	c 0	PID 8943
0.00/0.05	c 0	HOST node2.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1086212-1215238081.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086212-1215238081.xml' 'HOME/temp.csp'
0.03/0.79	c 1	16 domains, 500 variables, 8 predicates, 0 relations, 6531 constraints
0.03/0.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.83	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.76/0.91	c 1	Parsing HOME/temp.csp
1.10/1.25	c 1	parsed 7055 expressions
1.10/1.25	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.10/1.25	c 1	Converting to clausal form CSP
1.59/1.79	c 2	converted 706 (10%) expressions
2.78/2.94	c 3	converted 1411 (20%) expressions
3.57/3.77	c 4	converted 2117 (30%) expressions
4.37/4.56	c 5	converted 2822 (40%) expressions
5.26/5.42	c 5	converted 3528 (50%) expressions
5.84/6.07	c 6	converted 4233 (60%) expressions
6.54/6.75	c 7	converted 4939 (70%) expressions
7.54/7.76	c 8	converted 5644 (80%) expressions
8.12/8.37	c 8	converted 6350 (90%) expressions
8.82/9.01	c 9	converted 7055 (100%) expressions
8.82/9.01	c 9	CSP : 1000 integers, 18998 booleans, 39999 clauses, largest domain size 2717
8.82/9.01	c 9	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.82/9.01	c 9	Propagation in CSP
9.30/9.50	c 9	108 values, 0 unsatisfiable literals, and 0 valid clauses are removed
9.30/9.50	c 9	CSP : 1000 integers, 18998 booleans, 39999 clauses, largest domain size 2717
9.30/9.50	c 9	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.30/9.52	c 9	Simplifing CSP by introducing new Boolean variables
9.41/9.60	c 10	CSP : 1000 integers, 32572 booleans, 53573 clauses, largest domain size 2717
9.41/9.60	c 10	Heap : 53 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.80/10.00	c 10	Encoding CSP to SAT : HOME/temp.cnf
10.30/10.51	c 10	100 (10%) CSP integer variables are encoded (21612 clauses, 302132 bytes)
10.69/10.95	c 11	200 (20%) CSP integer variables are encoded (42748 clauses, 619172 bytes)
11.10/11.37	c 11	300 (30%) CSP integer variables are encoded (63268 clauses, 926972 bytes)
11.59/11.84	c 12	400 (40%) CSP integer variables are encoded (85876 clauses, 1266092 bytes)
11.99/12.28	c 12	500 (50%) CSP integer variables are encoded (106988 clauses, 1597677 bytes)
12.28/12.57	c 13	600 (60%) CSP integer variables are encoded (330028 clauses, 5389357 bytes)
12.59/12.82	c 13	700 (70%) CSP integer variables are encoded (524558 clauses, 8696367 bytes)
12.78/13.09	c 13	800 (80%) CSP integer variables are encoded (738560 clauses, 12334401 bytes)
13.08/13.33	c 13	900 (90%) CSP integer variables are encoded (929100 clauses, 15573581 bytes)
13.28/13.55	c 14	1000 (100%) CSP integer variables are encoded (1099436 clauses, 18670050 bytes)
33.85/34.34	c 34	5358 (10%) CSP clauses are encoded (4436088 clauses, 93086535 bytes)
45.81/46.43	c 46	10715 (20%) CSP clauses are encoded (6836592 clauses, 147940400 bytes)
52.21/52.90	c 53	16072 (30%) CSP clauses are encoded (8578390 clauses, 190185643 bytes)
58.72/59.59	c 60	21430 (40%) CSP clauses are encoded (10393067 clauses, 234951007 bytes)
62.84/63.79	c 64	26787 (50%) CSP clauses are encoded (11689992 clauses, 267728260 bytes)
67.43/68.45	c 68	32144 (60%) CSP clauses are encoded (13164559 clauses, 305243514 bytes)
71.64/72.70	c 73	37502 (70%) CSP clauses are encoded (14600085 clauses, 341665178 bytes)
75.78/76.97	c 77	42859 (80%) CSP clauses are encoded (16024444 clauses, 378007800 bytes)
80.37/81.67	c 82	48216 (90%) CSP clauses are encoded (17641631 clauses, 418845126 bytes)
84.97/86.30	c 86	53573 (100%) CSP clauses are encoded (19210191 clauses, 458682069 bytes)
84.97/86.30	c 86	53573 CSP clauses encoded
84.97/86.30	c 86	Writing map file : HOME/temp.map
84.97/86.35	c 86	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
84.97/86.35	c 86	SAT : 1133008 SAT variables, 19210191 SAT clauses, 458682069 bytes
84.97/86.35	c 86	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
85.04/86.40	c 86	SOLVING HOME/temp.cnf
85.04/86.40	c 86	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
807.39/813.43	c 813	DECODING HOME/temp.out WITH HOME/temp.map
807.39/813.43	c 813	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
807.43/813.52	c 813	Decoding HOME/temp.out
809.07/815.13	s SATISFIABLE
809.07/815.14	v -2672 -2292 2676 -2480 2220 -2636 -2140 2392 -2340 2448 -2616 -2484 -2556 2448 2652 2560 2232 2608 -2148 2236 -2448 2596 -2284 2612 -2632 2696 -2404 -2304 -2140 2396 -2612 -2392 -2580 2372 2576 -2364 -2196 2388 -2152 -2152 2420 2184 -2532 2336 2308 2696 2608 2588 2396 2420 -2380 -2420 -2428 2368 -2356 2240 -2284 2716 -2552 2308 -2516 2716 2244 -2576 -2620 -2512 2576 2692 -2444 2548 -2200 2224 -2196 2304 -2536 -2152 -2312 2604 2156 2488 2284 -2400 -2360 -2524 -2716 -2676 -2516 2636 -2656 2220 -2456 -2552 -2660 -2536 -2384 -2512 2344 2180 -2464 -2472 -2600 2388 -2716 -2152 2676 -2232 -2696 -2340 2592 -2540 2520 2604 2536 2716 -2536 2332 -2560 -2356 -2628 -2324 -2616 2600 -2168 2376 2152 -2676 2672 2308 -2632 -2664 2432 2408 -2584 2260 -2316 -2324 -2336 -2392 -2260 2224 2280 -2512 2164 -2416 -2436 -2628 -2560 2512 2496 -2264 2176 2540 2512 2424 -2296 2528 2168 2404 2180 -2316 -2716 2404 -2444 -2512 2428 -2636 -2432 2504 2236 2188 2192 2420 -2516 -2556 -2428 2320 2424 -2212 2344 2296 2564 2552 2552 2252 2652 -2524 2684 2516 -2708 2172 2616 2344 2364 2572 2656 2156 2180 -2428 -2160 2488 -2496 2212 -2360 -2192 2712 -2596 -2552 2580 -2304 2716 2340 -2656 -2324 -2448 -2596 2684 2544 2508 2476 2460 2668 -2624 2468 2592 -2484 -2648 -2368 -2576 -2140 -2612 -2608 2616 -2384 2700 2504 2324 2520 2512 -2324 -2576 -2140 2460 2180 2628 -2380 2400 -2380 2556 2196 -2472 -2624 -2564 2428 2512 -2668 2340 -2636 2416 -2184 -2532 2452 -2352 -2644 2408 -2468 2308 2632 -2220 2204 -2444 2468 2240 2408 2268 2224 -2268 -2536 2460 2656 2540 2268 2480 2232 2576 2656 -2676 -2152 2364 -2156 2676 2192 -2512 2456 -2344 2696 -2388 2336 -2556 -2400 -2364 -2520 -2676 -2160 2292 -2408 2404 -2140 2576 -2180 2712 2296 2644 2676 -2360 -2552 2424 2696 2352 -2584 -2672 2196 2492 -2180 -2588 2548 -2584 -2348 2712 -2140 2160 2448 -2676 2424 2240 2652 2500 2536 2472 2400 2148 -2364 2604 -2484 -2580 2216 2644 -2464 -2140 2488 2616 -2676 2656 2636 -2596 -2552 -2212 -2292 -2272 2208 2472 -2388 2200 2592 2208 -2716 2676 2580 2668 -2300 -2244 2544 2716 -2280 -2704 -2648 -2568 2388 -2268 2556 2216 -2204 -2672 -2264 2620 2292 2556 2440 -2652 -2192 -2500 -2464 2640 2172 2140 -2448 -2416 2612 2284 -2192 -2536 -2552 2360 2180 -2516 -2200 2204 -2676 -2588 2700 2348 2560 -2548 2568 -2472 2212 -2664 -2192 2644 -2692 -2328 -2196 2600 -2244 -2640 -2656 2448 2520 2432 2632 -2648 -2252 -2156 2412 2608 -2356 -2364 2512 2460 -2272 -2680 2180 -2332 2660 2508 -2552 -2308 -2692 2696 -2408 -2476 2408 2256 -2412 2304 2324 2656 -2512 -2428 -2452 2544 -2200 2200 2348 -2596 -2384 2656 -2144 -2468 2396 -2688 -2180 2184 -2492 -2540 2656 -2436 -2396 2552 -2280 -2672 2172 2228 -2276 2592 2536 2592 2192 2188 2356 -2240 2320 2540 2332 -2500 -2572 2348 2652 -2252 -2696 2576
809.07/815.15	c 815	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
809.07/815.17	c 815	CPU 716.77 (0.04 0.01 716.73 92.37)
809.07/815.17	c 815	END Sat Jul  5 08:21:36 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086212-1215238081/watcher-1086212-1215238081 -o /tmp/evaluation-result-1086212-1215238081/solver-1086212-1215238081 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1086212-1215238081.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.95 1.98 1.99 4/80 8943
/proc/meminfo: memFree=1104744/2055920 swapFree=4180884/4192956
[pid=8943] ppid=8941 vsize=18572 CPUtime=0
/proc/8943/stat : 8943 (runsolver) R 8941 8943 6321 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 1008212712 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 206381313319 0 0 4096 24578 0 0 0 17 1 0 0
/proc/8943/statm: 4643 292 257 25 0 2626 0

[startup+0.0663191 s]
/proc/loadavg: 1.95 1.98 1.99 4/80 8943
/proc/meminfo: memFree=1104744/2055920 swapFree=4180884/4192956
[pid=8943] ppid=8941 vsize=13600 CPUtime=0.03
/proc/8943/stat : 8943 (sugar) S 8941 8943 6321 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1008212712 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8943/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102321 s]
/proc/loadavg: 1.95 1.98 1.99 4/80 8943
/proc/meminfo: memFree=1104744/2055920 swapFree=4180884/4192956
[pid=8943] ppid=8941 vsize=13600 CPUtime=0.03
/proc/8943/stat : 8943 (sugar) S 8941 8943 6321 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1008212712 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8943/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30234 s]
/proc/loadavg: 1.95 1.98 1.99 4/80 8943
/proc/meminfo: memFree=1104744/2055920 swapFree=4180884/4192956
[pid=8943] ppid=8941 vsize=13600 CPUtime=0.03
/proc/8943/stat : 8943 (sugar) S 8941 8943 6321 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1008212712 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8943/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701383 s]
/proc/loadavg: 1.95 1.98 1.99 4/80 8943
/proc/meminfo: memFree=1104744/2055920 swapFree=4180884/4192956
[pid=8943] ppid=8941 vsize=13600 CPUtime=0.03
/proc/8943/stat : 8943 (sugar) S 8941 8943 6321 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1008212712 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8943/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50146 s]
/proc/loadavg: 1.95 1.98 1.99 4/91 8965
/proc/meminfo: memFree=1096848/2055920 swapFree=4180884/4192956
[pid=8943] ppid=8941 vsize=13600 CPUtime=0.76
/proc/8943/stat : 8943 (sugar) S 8941 8943 6321 0 -1 4194304 974 7932 0 1 3 0 67 6 15 0 1 0 1008212712 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8943/statm: 3400 797 370 3 0 500 0
[pid=8956] ppid=8943 vsize=5356 CPUtime=0
/proc/8956/stat : 8956 (sh) S 8943 8943 6321 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008212795 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8956/statm: 1339 233 193 169 0 50 0
[pid=8957] ppid=8956 vsize=867192 CPUtime=0.63
/proc/8957/stat : 8957 (java) S 8956 8943 6321 0 -1 0 5357 0 1 0 60 3 0 0 18 0 9 0 1008212796 888004608 4778 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8957/statm: 216798 4778 1732 9 0 211373 0
[pid=8957/tid=8958] ppid=8956 vsize=867192 CPUtime=0.41
/proc/8957/task/8958/stat : 8958 (java) R 8956 8943 6321 0 -1 64 2676 0 1 0 40 1 0 0 18 0 9 0 1008212797 888004608 4778 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8957/tid=8959] ppid=8956 vsize=867192 CPUtime=0.05
/proc/8957/task/8959/stat : 8959 (java) S 8956 8943 6321 0 -1 64 908 0 0 0 5 0 0 0 16 0 9 0 1008212798 888004608 4778 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8957/tid=8960] ppid=8956 vsize=867192 CPUtime=0
/proc/8957/task/8960/stat : 8960 (java) S 8956 8943 6321 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1008212798 888004608 4778 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8957/tid=8961] ppid=8956 vsize=867192 CPUtime=0
/proc/8957/task/8961/stat : 8961 (java) S 8956 8943 6321 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1008212798 888004608 4778 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8957/tid=8962] ppid=8956 vsize=867192 CPUtime=0
/proc/8957/task/8962/stat : 8962 (java) S 8956 8943 6321 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1008212800 888004608 4778 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8957/tid=8963] ppid=8956 vsize=867192 CPUtime=0.14
/proc/8957/task/8963/stat : 8963 (java) R 8956 8943 6321 0 -1 64 1081 0 0 0 14 0 0 0 16 0 9 0 1008212800 888004608 4778 996147200 134512640 134550740 4294955952 18446744073709551615 102017091 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8957/tid=8964] ppid=8956 vsize=867192 CPUtime=0
/proc/8957/task/8964/stat : 8964 (java) S 8956 8943 6321 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1008212800 888004608 4778 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8957/tid=8965] ppid=8956 vsize=867192 CPUtime=0
/proc/8957/task/8965/stat : 8965 (java) S 8956 8943 6321 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1008212800 888004608 4778 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 886148

[startup+3.10383 s]
/proc/loadavg: 1.96 1.98 1.99 3/91 8965
/proc/meminfo: memFree=1085584/2055920 swapFree=4180884/4192956
[pid=8943] ppid=8941 vsize=13600 CPUtime=0.76
/proc/8943/stat : 8943 (sugar) S 8941 8943 6321 0 -1 4194304 974 7932 0 1 3 0 67 6 16 0 1 0 1008212712 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8943/statm: 3400 797 370 3 0 500 0
[pid=8956] ppid=8943 vsize=5356 CPUtime=0
/proc/8956/stat : 8956 (sh) S 8943 8943 6321 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008212795 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8956/statm: 1339 233 193 169 0 50 0
[pid=8957] ppid=8956 vsize=868388 CPUtime=2.23
/proc/8957/stat : 8957 (java) S 8956 8943 6321 0 -1 0 8796 0 1 0 217 6 0 0 18 0 9 0 1008212796 889229312 7891 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8957/statm: 217097 7891 2540 9 0 211672 0
[pid=8957/tid=8958] ppid=8956 vsize=868388 CPUtime=1.69
/proc/8957/task/8958/stat : 8958 (java) R 8956 8943 6321 0 -1 64 2808 0 1 0 168 1 0 0 25 0 9 0 1008212797 889229312 7891 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8957/tid=8959] ppid=8956 vsize=868388 CPUtime=0.29
/proc/8957/task/8959/stat : 8959 (java) S 8956 8943 6321 0 -1 64 3832 0 0 0 27 2 0 0 15 0 9 0 1008212798 889229312 7891 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8957/tid=8960] ppid=8956 vsize=868388 CPUtime=0
/proc/8957/task/8960/stat : 8960 (java) S 8956 8943 6321 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1008212798 889229312 7891 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8957/tid=8961] ppid=8956 vsize=868388 CPUtime=0
/proc/8957/task/8961/stat : 8961 (java) S 8956 8943 6321 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1008212798 889229312 7891 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8957/tid=8962] ppid=8956 vsize=868388 CPUtime=0
/proc/8957/task/8962/stat : 8962 (java) S 8956 8943 6321 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1008212800 889229312 7891 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8957/tid=8963] ppid=8956 vsize=868388 CPUtime=0.21
/proc/8957/task/8963/stat : 8963 (java) S 8956 8943 6321 0 -1 64 1463 0 0 0 20 1 0 0 15 0 9 0 1008212800 889229312 7891 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8957/tid=8964] ppid=8956 vsize=868388 CPUtime=0
/proc/8957/task/8964/stat : 8964 (java) S 8956 8943 6321 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1008212800 889229312 7891 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8957/tid=8965] ppid=8956 vsize=868388 CPUtime=0
/proc/8957/task/8965/stat : 8965 (java) S 8956 8943 6321 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1008212800 889229312 7891 996147200 134512640 134550740 4294955952 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) 887344

[startup+6.30296 s]
/proc/loadavg: 1.96 1.98 1.99 3/91 8965
/proc/meminfo: memFree=1066576/2055920 swapFree=4180884/4192956
[pid=8943] ppid=8941 vsize=13600 CPUtime=0.76
/proc/8943/stat : 8943 (sugar) S 8941 8943 6321 0 -1 4194304 974 7932 0 1 3 0 67 6 15 0 1 0 1008212712 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8943/statm: 3400 797 370 3 0 500 0
[pid=8956] ppid=8943 vsize=5356 CPUtime=0
/proc/8956/stat : 8956 (sh) S 8943 8943 6321 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008212795 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8956/statm: 1339 233 193 169 0 50 0
[pid=8957] ppid=8956 vsize=868388 CPUtime=5.39
/proc/8957/stat : 8957 (java) S 8956 8943 6321 0 -1 0 13802 0 1 0 529 10 0 0 18 0 9 0 1008212796 889229312 12713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8957/statm: 217097 12713 2540 9 0 211672 0
[pid=8957/tid=8958] ppid=8956 vsize=868388 CPUtime=4.3
/proc/8957/task/8958/stat : 8958 (java) R 8956 8943 6321 0 -1 64 3201 0 1 0 428 2 0 0 25 0 9 0 1008212797 889229312 12713 996147200 134512640 134550740 4294955952 18446744073709551615 4126428244 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8957/tid=8959] ppid=8956 vsize=868388 CPUtime=0.85
/proc/8957/task/8959/stat : 8959 (java) S 8956 8943 6321 0 -1 64 8444 0 0 0 79 6 0 0 16 0 9 0 1008212798 889229312 12713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8957/tid=8960] ppid=8956 vsize=868388 CPUtime=0
/proc/8957/task/8960/stat : 8960 (java) S 8956 8943 6321 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1008212798 889229312 12713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8957/tid=8961] ppid=8956 vsize=868388 CPUtime=0
/proc/8957/task/8961/stat : 8961 (java) S 8956 8943 6321 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1008212798 889229312 12713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8957/tid=8962] ppid=8956 vsize=868388 CPUtime=0
/proc/8957/task/8962/stat : 8962 (java) S 8956 8943 6321 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1008212800 889229312 12713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8957/tid=8963] ppid=8956 vsize=868388 CPUtime=0.21
/proc/8957/task/8963/stat : 8963 (java) S 8956 8943 6321 0 -1 64 1464 0 0 0 20 1 0 0 15 0 9 0 1008212800 889229312 12713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8957/tid=8964] ppid=8956 vsize=868388 CPUtime=0
/proc/8957/task/8964/stat : 8964 (java) S 8956 8943 6321 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1008212800 889229312 12713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8957/tid=8965] ppid=8956 vsize=868388 CPUtime=0
/proc/8957/task/8965/stat : 8965 (java) S 8956 8943 6321 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1008212800 889229312 12713 996147200 134512640 134550740 4294955952 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) 887344

[startup+12.7026 s]
/proc/loadavg: 1.96 1.98 1.99 3/91 8965
/proc/meminfo: memFree=1035152/2055920 swapFree=4180884/4192956
[pid=8943] ppid=8941 vsize=13600 CPUtime=0.77
/proc/8943/stat : 8943 (sugar) S 8941 8943 6321 0 -1 4194304 974 7932 0 1 4 0 67 6 15 0 1 0 1008212712 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8943/statm: 3400 797 370 3 0 500 0
[pid=8956] ppid=8943 vsize=5356 CPUtime=0
/proc/8956/stat : 8956 (sh) S 8943 8943 6321 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008212795 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8956/statm: 1339 233 193 169 0 50 0
[pid=8957] ppid=8956 vsize=868500 CPUtime=11.72
/proc/8957/stat : 8957 (java) S 8956 8943 6321 0 -1 0 25194 0 1 0 1152 20 0 0 18 0 9 0 1008212796 889344000 18831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8957/statm: 217125 18831 2566 9 0 211672 0
[pid=8957/tid=8958] ppid=8956 vsize=868500 CPUtime=9.49
/proc/8957/task/8958/stat : 8958 (java) R 8956 8943 6321 0 -1 64 3780 0 1 0 943 6 0 0 25 0 9 0 1008212797 889344000 18831 996147200 134512640 134550740 4294955952 18446744073709551615 4127031721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8957/tid=8959] ppid=8956 vsize=868500 CPUtime=1.93
/proc/8957/task/8959/stat : 8959 (java) S 8956 8943 6321 0 -1 64 19218 0 0 0 181 12 0 0 16 0 9 0 1008212798 889344000 18831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8957/tid=8960] ppid=8956 vsize=868500 CPUtime=0
/proc/8957/task/8960/stat : 8960 (java) S 8956 8943 6321 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1008212798 889344000 18831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8957/tid=8961] ppid=8956 vsize=868500 CPUtime=0
/proc/8957/task/8961/stat : 8961 (java) S 8956 8943 6321 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1008212798 889344000 18831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8957/tid=8962] ppid=8956 vsize=868500 CPUtime=0
/proc/8957/task/8962/stat : 8962 (java) S 8956 8943 6321 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1008212800 889344000 18831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8957/tid=8963] ppid=8956 vsize=868500 CPUtime=0.28
/proc/8957/task/8963/stat : 8963 (java) S 8956 8943 6321 0 -1 64 1503 0 0 0 27 1 0 0 16 0 9 0 1008212800 889344000 18831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8957/tid=8964] ppid=8956 vsize=868500 CPUtime=0
/proc/8957/task/8964/stat : 8964 (java) S 8956 8943 6321 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1008212800 889344000 18831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8957/tid=8965] ppid=8956 vsize=868500 CPUtime=0
/proc/8957/task/8965/stat : 8965 (java) S 8956 8943 6321 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1008212800 889344000 18831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887456

[startup+25.5029 s]
/proc/loadavg: 1.97 1.98 1.99 3/91 8965
/proc/meminfo: memFree=979984/2055920 swapFree=4180884/4192956
[pid=8943] ppid=8941 vsize=13600 CPUtime=0.77
/proc/8943/stat : 8943 (sugar) S 8941 8943 6321 0 -1 4194304 974 7932 0 1 4 0 67 6 15 0 1 0 1008212712 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8943/statm: 3400 797 370 3 0 500 0
[pid=8956] ppid=8943 vsize=5356 CPUtime=0
/proc/8956/stat : 8956 (sh) S 8943 8943 6321 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008212795 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8956/statm: 1339 233 193 169 0 50 0
[pid=8957] ppid=8956 vsize=868500 CPUtime=24.38
/proc/8957/stat : 8957 (java) S 8956 8943 6321 0 -1 0 25459 0 1 0 2384 54 0 0 18 0 9 0 1008212796 889344000 18841 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8957/statm: 217125 18841 2566 9 0 211672 0
[pid=8957/tid=8958] ppid=8956 vsize=868500 CPUtime=22.01
/proc/8957/task/8958/stat : 8958 (java) R 8956 8943 6321 0 -1 64 4036 0 1 0 2163 38 0 0 25 0 9 0 1008212797 889344000 18841 996147200 134512640 134550740 4294955952 18446744073709551615 4126967600 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8957/tid=8959] ppid=8956 vsize=868500 CPUtime=2.05
/proc/8957/task/8959/stat : 8959 (java) S 8956 8943 6321 0 -1 64 19218 0 0 0 191 14 0 0 16 0 9 0 1008212798 889344000 18841 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8957/tid=8960] ppid=8956 vsize=868500 CPUtime=0
/proc/8957/task/8960/stat : 8960 (java) S 8956 8943 6321 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1008212798 889344000 18841 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8957/tid=8961] ppid=8956 vsize=868500 CPUtime=0
/proc/8957/task/8961/stat : 8961 (java) S 8956 8943 6321 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1008212798 889344000 18841 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/8966/stat : 8966 (sh) S 8943 8943 6321 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1008221352 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8966/statm: 1339 232 193 169 0 50 0
[pid=8967] ppid=8966 vsize=771744 CPUtime=611.28
/proc/8967/stat : 8967 (picosat) R 8966 8943 6321 0 -1 4194304 169036 0 0 0 52226 8902 0 0 25 0 1 0 1008221353 790265856 169022 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 0 0 0
/proc/8967/statm: 192936 169022 42 102 0 192831 0
Current children cumulated CPU time (s) 696.34
Current children cumulated vsize (KiB) 790700

[startup+762.306 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 9052
/proc/meminfo: memFree=581136/2055920 swapFree=4180884/4192956
[pid=8943] ppid=8941 vsize=13600 CPUtime=85.06
/proc/8943/stat : 8943 (sugar) S 8941 8943 6321 0 -1 4194304 1022 35551 0 2 4 0 8189 313 16 0 1 0 1008212712 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8943/statm: 3400 799 370 3 0 500 0
[pid=8966] ppid=8943 vsize=5356 CPUtime=0
/proc/8966/stat : 8966 (sh) S 8943 8943 6321 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1008221352 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8966/statm: 1339 232 193 169 0 50 0
[pid=8967] ppid=8966 vsize=771744 CPUtime=671.26
/proc/8967/stat : 8967 (picosat) R 8966 8943 6321 0 -1 4194304 169053 0 0 0 58223 8903 0 0 25 0 1 0 1008221353 790265856 169039 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/8967/statm: 192936 169039 42 102 0 192831 0
Current children cumulated CPU time (s) 756.32
Current children cumulated vsize (KiB) 790700

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

[startup+767.903 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 9052
/proc/meminfo: memFree=581136/2055920 swapFree=4180884/4192956
[pid=8943] ppid=8941 vsize=13600 CPUtime=85.06
/proc/8943/stat : 8943 (sugar) S 8941 8943 6321 0 -1 4194304 1022 35551 0 2 4 0 8189 313 16 0 1 0 1008212712 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8943/statm: 3400 799 370 3 0 500 0
[pid=8966] ppid=8943 vsize=5356 CPUtime=0
/proc/8966/stat : 8966 (sh) S 8943 8943 6321 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1008221352 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8966/statm: 1339 232 193 169 0 50 0
[pid=8967] ppid=8966 vsize=771744 CPUtime=676.85
/proc/8967/stat : 8967 (picosat) R 8966 8943 6321 0 -1 4194304 169053 0 0 0 58782 8903 0 0 25 0 1 0 1008221353 790265856 169039 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8967/statm: 192936 169039 42 102 0 192831 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 790700

[startup+793.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 9052
/proc/meminfo: memFree=581072/2055920 swapFree=4180884/4192956
[pid=8943] ppid=8941 vsize=13600 CPUtime=85.06
/proc/8943/stat : 8943 (sugar) S 8941 8943 6321 0 -1 4194304 1022 35551 0 2 4 0 8189 313 16 0 1 0 1008212712 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8943/statm: 3400 799 370 3 0 500 0
[pid=8966] ppid=8943 vsize=5356 CPUtime=0
/proc/8966/stat : 8966 (sh) S 8943 8943 6321 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1008221352 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8966/statm: 1339 232 193 169 0 50 0
[pid=8967] ppid=8966 vsize=771744 CPUtime=702.44
/proc/8967/stat : 8967 (picosat) R 8966 8943 6321 0 -1 4194304 169058 0 0 0 61341 8903 0 0 25 0 1 0 1008221353 790265856 169044 996147200 134512640 134931368 4294956256 18446744073709551615 134544791 0 0 4096 0 0 0 0 17 0 0 0
/proc/8967/statm: 192936 169044 42 102 0 192831 0
Current children cumulated CPU time (s) 787.5
Current children cumulated vsize (KiB) 790700

[startup+806.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 9052
/proc/meminfo: memFree=580944/2055920 swapFree=4180884/4192956
[pid=8943] ppid=8941 vsize=13600 CPUtime=85.06
/proc/8943/stat : 8943 (sugar) S 8941 8943 6321 0 -1 4194304 1022 35551 0 2 4 0 8189 313 16 0 1 0 1008212712 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8943/statm: 3400 799 370 3 0 500 0
[pid=8966] ppid=8943 vsize=5356 CPUtime=0
/proc/8966/stat : 8966 (sh) S 8943 8943 6321 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1008221352 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8966/statm: 1339 232 193 169 0 50 0
[pid=8967] ppid=8966 vsize=771744 CPUtime=715.24
/proc/8967/stat : 8967 (picosat) R 8966 8943 6321 0 -1 4194304 169063 0 0 0 62621 8903 0 0 25 0 1 0 1008221353 790265856 169049 996147200 134512640 134931368 4294956256 18446744073709551615 134525929 0 0 4096 0 0 0 0 17 0 0 0
/proc/8967/statm: 192936 169049 42 102 0 192831 0
Current children cumulated CPU time (s) 800.3
Current children cumulated vsize (KiB) 790700

[startup+809.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 9052
/proc/meminfo: memFree=580880/2055920 swapFree=4180884/4192956
[pid=8943] ppid=8941 vsize=13600 CPUtime=85.06
/proc/8943/stat : 8943 (sugar) S 8941 8943 6321 0 -1 4194304 1022 35551 0 2 4 0 8189 313 16 0 1 0 1008212712 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8943/statm: 3400 799 370 3 0 500 0
[pid=8966] ppid=8943 vsize=5356 CPUtime=0
/proc/8966/stat : 8966 (sh) S 8943 8943 6321 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1008221352 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8966/statm: 1339 232 193 169 0 50 0
[pid=8967] ppid=8966 vsize=771744 CPUtime=718.44
/proc/8967/stat : 8967 (picosat) R 8966 8943 6321 0 -1 4194304 169065 0 0 0 62941 8903 0 0 25 0 1 0 1008221353 790265856 169051 996147200 134512640 134931368 4294956256 18446744073709551615 134525794 0 0 4096 0 0 0 0 17 0 0 0
/proc/8967/statm: 192936 169051 42 102 0 192831 0
Current children cumulated CPU time (s) 803.5
Current children cumulated vsize (KiB) 790700

[startup+812.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 9052
/proc/meminfo: memFree=580880/2055920 swapFree=4180884/4192956
[pid=8943] ppid=8941 vsize=13600 CPUtime=85.06
/proc/8943/stat : 8943 (sugar) S 8941 8943 6321 0 -1 4194304 1022 35551 0 2 4 0 8189 313 16 0 1 0 1008212712 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8943/statm: 3400 799 370 3 0 500 0
[pid=8966] ppid=8943 vsize=5356 CPUtime=0
/proc/8966/stat : 8966 (sh) S 8943 8943 6321 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1008221352 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8966/statm: 1339 232 193 169 0 50 0
[pid=8967] ppid=8966 vsize=771748 CPUtime=721.63
/proc/8967/stat : 8967 (picosat) R 8966 8943 6321 0 -1 4194304 169079 0 0 0 63256 8907 0 0 25 0 1 0 1008221353 790269952 169065 996147200 134512640 134931368 4294956256 18446744073709551615 134604509 0 0 4096 0 0 0 0 17 0 0 0
/proc/8967/statm: 192937 169065 47 102 0 192832 0
Current children cumulated CPU time (s) 806.69
Current children cumulated vsize (KiB) 790704

[startup+814.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 9062
/proc/meminfo: memFree=1236112/2055920 swapFree=4180884/4192956
[pid=8943] ppid=8941 vsize=13600 CPUtime=807.43
/proc/8943/stat : 8943 (sugar) S 8941 8943 6321 0 -1 4194304 1091 204916 0 2 4 0 71508 9231 16 0 1 0 1008212712 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8943/statm: 3400 799 370 3 0 500 0
[pid=9053] ppid=8943 vsize=5356 CPUtime=0
/proc/9053/stat : 9053 (sh) S 8943 8943 6321 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008294055 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9053/statm: 1339 233 193 169 0 50 0
[pid=9054] ppid=9053 vsize=864364 CPUtime=0.84
/proc/9054/stat : 9054 (java) S 9053 8943 6321 0 -1 0 6521 0 2 0 81 3 0 0 19 0 9 0 1008294056 885108736 5805 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9054/statm: 216091 5805 2531 9 0 210673 0
[pid=9054/tid=9055] ppid=9053 vsize=864364 CPUtime=0.65
/proc/9054/task/9055/stat : 9055 (java) R 9053 8943 6321 0 -1 64 2482 0 1 0 64 1 0 0 25 0 9 0 1008294057 885108736 5805 996147200 134512640 134550740 4294956000 18446744073709551615 4126558889 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9054/tid=9056] ppid=9053 vsize=864364 CPUtime=0.1
/proc/9054/task/9056/stat : 9056 (java) S 9053 8943 6321 0 -1 64 2917 0 0 0 9 1 0 0 16 0 9 0 1008294058 885108736 5805 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9054/tid=9057] ppid=9053 vsize=864364 CPUtime=0
/proc/9054/task/9057/stat : 9057 (java) S 9053 8943 6321 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1008294058 885108736 5805 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9054/tid=9058] ppid=9053 vsize=864364 CPUtime=0
/proc/9054/task/9058/stat : 9058 (java) S 9053 8943 6321 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1008294058 885108736 5805 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9054/tid=9059] ppid=9053 vsize=864364 CPUtime=0
/proc/9054/task/9059/stat : 9059 (java) S 9053 8943 6321 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1008294060 885108736 5805 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9054/tid=9060] ppid=9053 vsize=864364 CPUtime=0.06
/proc/9054/task/9060/stat : 9060 (java) S 9053 8943 6321 0 -1 64 430 0 1 0 6 0 0 0 16 0 9 0 1008294060 885108736 5805 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9054/tid=9061] ppid=9053 vsize=864364 CPUtime=0
/proc/9054/task/9061/stat : 9061 (java) S 9053 8943 6321 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1008294060 885108736 5805 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9054/tid=9062] ppid=9053 vsize=864364 CPUtime=0
/proc/9054/task/9062/stat : 9062 (java) S 9053 8943 6321 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1008294060 885108736 5805 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 808.27
Current children cumulated vsize (KiB) 883320

[startup+815.107 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 9062
/proc/meminfo: memFree=1235408/2055920 swapFree=4180884/4192956
[pid=8943] ppid=8941 vsize=13600 CPUtime=807.43
/proc/8943/stat : 8943 (sugar) S 8941 8943 6321 0 -1 4194304 1091 204916 0 2 4 0 71508 9231 16 0 1 0 1008212712 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8943/statm: 3400 799 370 3 0 500 0
[pid=9053] ppid=8943 vsize=5356 CPUtime=0
/proc/9053/stat : 9053 (sh) S 8943 8943 6321 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008294055 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9053/statm: 1339 233 193 169 0 50 0
[pid=9054] ppid=9053 vsize=864364 CPUtime=1.64
/proc/9054/stat : 9054 (java) S 9053 8943 6321 0 -1 0 6649 0 2 0 160 4 0 0 19 0 9 0 1008294056 885108736 5908 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9054/statm: 216091 5908 2532 9 0 210673 0
[pid=9054/tid=9055] ppid=9053 vsize=864364 CPUtime=1.44
/proc/9054/task/9055/stat : 9055 (java) R 9053 8943 6321 0 -1 64 2508 0 1 0 142 2 0 0 25 0 9 0 1008294057 885108736 5908 996147200 134512640 134550740 4294956000 18446744073709551615 4126409748 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9054/tid=9056] ppid=9053 vsize=864364 CPUtime=0.11
/proc/9054/task/9056/stat : 9056 (java) S 9053 8943 6321 0 -1 64 3015 0 0 0 10 1 0 0 16 0 9 0 1008294058 885108736 5908 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9054/tid=9057] ppid=9053 vsize=864364 CPUtime=0
/proc/9054/task/9057/stat : 9057 (java) S 9053 8943 6321 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1008294058 885108736 5908 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9054/tid=9058] ppid=9053 vsize=864364 CPUtime=0
/proc/9054/task/9058/stat : 9058 (java) S 9053 8943 6321 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1008294058 885108736 5908 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9054/tid=9059] ppid=9053 vsize=864364 CPUtime=0
/proc/9054/task/9059/stat : 9059 (java) S 9053 8943 6321 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1008294060 885108736 5908 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9054/tid=9060] ppid=9053 vsize=864364 CPUtime=0.07
/proc/9054/task/9060/stat : 9060 (java) S 9053 8943 6321 0 -1 64 434 0 1 0 7 0 0 0 16 0 9 0 1008294060 885108736 5908 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9054/tid=9061] ppid=9053 vsize=864364 CPUtime=0
/proc/9054/task/9061/stat : 9061 (java) S 9053 8943 6321 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1008294060 885108736 5908 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9054/tid=9062] ppid=9053 vsize=864364 CPUtime=0
/proc/9054/task/9062/stat : 9062 (java) S 9053 8943 6321 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1008294060 885108736 5908 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 809.07
Current children cumulated vsize (KiB) 883320

[startup+815.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 9062
/proc/meminfo: memFree=1235408/2055920 swapFree=4180884/4192956
[pid=8943] ppid=8941 vsize=13600 CPUtime=809.29
/proc/8943/stat : 8943 (sugar) R 8941 8943 6321 0 -1 4194304 1119 211893 0 4 4 15 71673 9237 16 0 1 0 1008212712 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 206381487145 0 0 4224 16386 0 0 0 17 0 0 0
/proc/8943/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 809.29
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 815.393
CPU time (s): 809.405
CPU user time (s): 716.782
CPU system time (s): 92.6229
CPU usage (%): 99.2656
Max. virtual memory (cumulated for all children) (KiB): 897592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 716.782
system time used= 92.6229
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213042
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23138
involuntary context switches= 46004

runsolver used 1.05284 second user time and 2.6396 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-05 08:08:01
IDJOB=1086212
IDBENCH=57779
IDSOLVER=345
FILE ID=node2/1086212-1215238081
PBS_JOBID= 7881831
Free space on /tmp= 66504 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp06/normalized-fapp06-0500-9.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086212-1215238081/watcher-1086212-1215238081 -o /tmp/evaluation-result-1086212-1215238081/solver-1086212-1215238081 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1086212-1215238081.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7fe976fa4ce71b2c5a4965beb0a6326a
RANDOM SEED=2089237946

node2.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.236
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.236
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:       1105224 kB
Buffers:         67664 kB
Cached:         195648 kB
SwapCached:       5968 kB
Active:         764388 kB
Inactive:       117512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1105224 kB
SwapTotal:     4192956 kB
SwapFree:      4180884 kB
Dirty:            2768 kB
Writeback:           0 kB
Mapped:         632120 kB
Slab:            52772 kB
Committed_AS:  2434748 kB
PageTables:       3180 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66508 MiB
End job on node2 at 2008-07-05 08:21:36