Trace number 1086968

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 319.265 320.081

General information on the benchmark

Namecsp/fapp/fapp04/
normalized-fapp04-0300-6.xml
MD5SUMc69528fd65a2520fb81be713348cca16
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 benchmark25.9351
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3360
Maximum constraint arity2
Maximum domain size270
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3360
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.17	c 0	Sugar v1-13 + HOME/picosat
0.00/0.17	c 0	BEGIN Sat Jul  5 09:16:02 2008
0.00/0.17	c 0	PID 11145
0.00/0.17	c 0	HOST node63.alineos.net
0.00/0.17	c 0	CONVERTING HOME/instance-1086968-1215242162.xml TO HOME/temp.csp
0.00/0.17	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086968-1215242162.xml' 'HOME/temp.csp'
0.04/0.73	c 1	13 domains, 300 variables, 8 predicates, 0 relations, 3360 constraints
0.04/0.75	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.75	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.58/0.84	c 1	Parsing HOME/temp.csp
0.81/1.06	c 1	parsed 3681 expressions
0.81/1.07	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.81/1.07	c 1	Converting to clausal form CSP
1.01/1.24	c 1	converted 369 (10%) expressions
1.71/1.92	c 2	converted 737 (20%) expressions
2.21/2.41	c 2	converted 1105 (30%) expressions
2.50/2.78	c 3	converted 1473 (40%) expressions
3.01/3.22	c 3	converted 1841 (50%) expressions
3.20/3.49	c 3	converted 2209 (60%) expressions
3.61/3.88	c 4	converted 2577 (70%) expressions
4.11/4.32	c 4	converted 2945 (80%) expressions
4.30/4.60	c 5	converted 3313 (90%) expressions
4.70/4.94	c 5	converted 3681 (100%) expressions
4.70/4.94	c 5	CSP : 598 integers, 9633 booleans, 20372 clauses, largest domain size 2697
4.70/4.94	c 5	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.70/4.94	c 5	Propagation in CSP
4.90/5.17	c 5	4240 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.90/5.17	c 5	CSP : 598 integers, 9633 booleans, 20372 clauses, largest domain size 2697
4.90/5.17	c 5	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.90/5.19	c 5	Simplifing CSP by introducing new Boolean variables
5.00/5.23	c 5	CSP : 598 integers, 16601 booleans, 27340 clauses, largest domain size 2697
5.00/5.23	c 5	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.30/5.55	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.60/5.83	c 6	60 (10%) CSP integer variables are encoded (11833 clauses, 155465 bytes)
5.80/6.06	c 6	120 (20%) CSP integer variables are encoded (23990 clauses, 337820 bytes)
6.09/6.31	c 6	180 (30%) CSP integer variables are encoded (36826 clauses, 530360 bytes)
6.30/6.53	c 6	240 (40%) CSP integer variables are encoded (48330 clauses, 702920 bytes)
6.49/6.77	c 7	299 (50%) CSP integer variables are encoded (61074 clauses, 894080 bytes)
6.69/6.92	c 7	359 (60%) CSP integer variables are encoded (188145 clauses, 2977078 bytes)
6.79/7.06	c 7	419 (70%) CSP integer variables are encoded (296679 clauses, 4822156 bytes)
6.99/7.21	c 7	479 (80%) CSP integer variables are encoded (409999 clauses, 6748596 bytes)
7.09/7.33	c 7	539 (90%) CSP integer variables are encoded (508153 clauses, 8417214 bytes)
7.19/7.47	c 7	598 (100%) CSP integer variables are encoded (624076 clauses, 10387905 bytes)
16.77/17.03	c 17	2734 (10%) CSP clauses are encoded (2177441 clauses, 43147485 bytes)
22.55/22.80	c 23	5468 (20%) CSP clauses are encoded (3400432 clauses, 70188056 bytes)
26.34/26.64	c 27	8202 (30%) CSP clauses are encoded (4260254 clauses, 89289403 bytes)
29.33/29.70	c 30	10936 (40%) CSP clauses are encoded (5066795 clauses, 107679317 bytes)
31.72/32.01	c 32	13670 (50%) CSP clauses are encoded (5724898 clauses, 123035707 bytes)
34.12/34.44	c 34	16404 (60%) CSP clauses are encoded (6593391 clauses, 143836224 bytes)
35.70/36.02	c 36	19138 (70%) CSP clauses are encoded (7141655 clauses, 156783464 bytes)
38.01/38.30	c 38	21872 (80%) CSP clauses are encoded (7996801 clauses, 177393604 bytes)
40.09/40.44	c 40	24606 (90%) CSP clauses are encoded (8822849 clauses, 197181077 bytes)
41.88/42.21	c 42	27340 (100%) CSP clauses are encoded (9464337 clauses, 212767435 bytes)
41.88/42.21	c 42	27340 CSP clauses encoded
41.88/42.21	c 42	Writing map file : HOME/temp.map
41.88/42.24	c 42	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
41.88/42.24	c 42	SAT : 641275 SAT variables, 9464337 SAT clauses, 212767435 bytes
41.88/42.24	c 42	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
41.88/42.26	c 42	SOLVING HOME/temp.cnf
41.88/42.26	c 42	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
318.06/318.98	c 319	DECODING HOME/temp.out WITH HOME/temp.map
318.06/318.98	c 319	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
318.17/319.06	c 319	Decoding HOME/temp.out
318.17/319.95	s SATISFIABLE
318.17/319.96	v -2644 2456 2324 -2168 -2248 2436 -2628 2276 -2664 -2392 2644 2484 -2520 -2472 -2552 2476 2492 -2524 -2160 2232 2172 2660 -2228 2384 2236 -2532 2304 -2308 2220 -2612 -2316 2508 2160 2628 -2388 -2308 -2544 -2208 -2612 -2164 2160 -2428 -2584 -2364 -2300 2328 2544 -2600 2424 -2624 2200 -2648 2564 -2564 -2300 -2548 -2168 -2172 -2240 2656 -2188 2200 -2200 2480 2496 -2520 2552 2684 2384 -2332 -2664 -2312 2364 2312 2264 2584 2604 -2572 -2420 -2208 -2588 2268 2620 2668 -2396 2656 2552 -2548 2200 2228 2668 2668 -2696 -2480 -2308 2268 -2512 -2212 2624 2432 -2220 2528 2696 2452 -2220 2384 -2392 2596 2560 -2672 2268 -2628 2460 -2668 -2276 2572 2688 2600 -2260 2604 2616 -2668 2568 2456 2624 2344 -2512 2692 -2372 2508 2584 -2272 -2604 2696 2260 -2200 -2272 -2324 2652 2520 -2224 2332 2564 2160 -2520 -2436 -2160 -2596 -2368 2656 -2300 2616 -2160 2280 2160 2608 2180 -2548 2272 -2680 -2332 2320 -2220 -2624 -2332 -2624 -2280 -2664 -2512 -2476 2576 2560 -2692 -2656 2624 2176 -2692 2212 2372 -2656 2424 -2176 2340 2160 -2288 -2620 -2500 -2160 -2652 -2656 2208 2540 -2272 -2664 -2564 -2200 2660 2496 -2472 2604 -2180 -2600 -2572 2416 2604 -2632 2272 2180 -2348 2252 -2488 2640 -2216 2224 -2412 2552 -2592 -2312 2204 2548 -2612 2592 2636 2580 -2696 2220 -2372 2520 -2552 -2628 2624 -2556 -2280 -2628 -2536 2628 -2476 2640 2380 2160 -2652 2200 2644 2464 -2456 -2436 2184 2432 -2420 2584 -2292 -2328 2260 -2652 2200 -2292 -2648 2428 2656 -2588 -2472 2512 -2656 2432 -2696 -2388 2584 -2560 -2608 2344 2488 2216 -2160 2200 2516 2524 -2580 -2200 -2200 -2160 -2588 -2592 2532 2480 2620 -2696 2260 -2232 2624 -2540 2288 2480 2328 2200 2320 -2292 -2492 -2664 -2448 -2344
318.17/319.97	c 320	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
318.17/319.98	c 320	CPU 276.01 (0.04 0.02 275.97 43.12)
318.17/319.98	c 320	END Sat Jul  5 09:21:22 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-1086968-1215242162/watcher-1086968-1215242162 -o /tmp/evaluation-result-1086968-1215242162/solver-1086968-1215242162 -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-1086968-1215242162.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 11145
/proc/meminfo: memFree=1551920/2055920 swapFree=4191676/4192956
[pid=11145] ppid=11143 vsize=124 CPUtime=0
/proc/11145/stat : 11145 (sugar) D 11143 11145 8486 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 136211514 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 244274230665 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/11145/statm: 31 23 17 3 0 3 0

[startup+0.013948 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 11145
/proc/meminfo: memFree=1551920/2055920 swapFree=4191676/4192956
[pid=11145] ppid=11143 vsize=124 CPUtime=0
/proc/11145/stat : 11145 (sugar) R 11143 11145 8486 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 136211514 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 244274230761 0 0 4096 0 0 0 0 17 0 0 0
/proc/11145/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101965 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 11145
/proc/meminfo: memFree=1551920/2055920 swapFree=4191676/4192956
[pid=11145] ppid=11143 vsize=12272 CPUtime=0
/proc/11145/stat : 11145 (sugar) R 11143 11145 8486 0 -1 4194304 397 0 0 0 0 0 0 0 18 0 1 0 136211514 12566528 365 996147200 4194304 4206940 548682068608 18446744073709551615 244285750270 0 0 4224 0 0 0 0 17 0 0 0
/proc/11145/statm: 3068 365 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.302011 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 11145
/proc/meminfo: memFree=1551920/2055920 swapFree=4191676/4192956
[pid=11145] ppid=11143 vsize=13600 CPUtime=0.04
/proc/11145/stat : 11145 (sugar) S 11143 11145 8486 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 136211514 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11145/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701085 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 11145
/proc/meminfo: memFree=1551920/2055920 swapFree=4191676/4192956
[pid=11145] ppid=11143 vsize=13600 CPUtime=0.04
/proc/11145/stat : 11145 (sugar) S 11143 11145 8486 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 136211514 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11145/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50224 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 11167
/proc/meminfo: memFree=1543320/2055920 swapFree=4191676/4192956
[pid=11145] ppid=11143 vsize=13600 CPUtime=0.58
/proc/11145/stat : 11145 (sugar) S 11143 11145 8486 0 -1 4194304 974 6769 0 1 3 1 49 5 15 0 1 0 136211514 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11145/statm: 3400 797 370 3 0 500 0
[pid=11158] ppid=11145 vsize=5356 CPUtime=0
/proc/11158/stat : 11158 (sh) S 11145 11145 8486 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 136211590 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11158/statm: 1339 233 193 169 0 50 0
[pid=11159] ppid=11158 vsize=868240 CPUtime=0.72
/proc/11159/stat : 11159 (java) S 11158 11145 8486 0 -1 0 5619 0 1 0 67 5 0 0 20 0 9 0 136211591 889077760 4999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11159/statm: 217060 4999 1732 9 0 211635 0
[pid=11159/tid=11160] ppid=11158 vsize=868240 CPUtime=0.49
/proc/11159/task/11160/stat : 11160 (java) R 11158 11145 8486 0 -1 64 2673 0 1 0 47 2 0 0 25 0 9 0 136211592 889077760 4999 996147200 134512640 134550740 4294955952 18446744073709551615 4126690206 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11159/tid=11161] ppid=11158 vsize=868240 CPUtime=0.05
/proc/11159/task/11161/stat : 11161 (java) S 11158 11145 8486 0 -1 64 796 0 0 0 4 1 0 0 16 0 9 0 136211593 889077760 4999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11159/tid=11162] ppid=11158 vsize=868240 CPUtime=0
/proc/11159/task/11162/stat : 11162 (java) S 11158 11145 8486 0 -1 64 10 0 0 0 0 0 0 0 24 0 9 0 136211593 889077760 4999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11159/tid=11163] ppid=11158 vsize=868240 CPUtime=0
/proc/11159/task/11163/stat : 11163 (java) S 11158 11145 8486 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 136211593 889077760 4999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11159/tid=11164] ppid=11158 vsize=868240 CPUtime=0
/proc/11159/task/11164/stat : 11164 (java) S 11158 11145 8486 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 136211595 889077760 4999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11159/tid=11165] ppid=11158 vsize=868240 CPUtime=0.16
/proc/11159/task/11165/stat : 11165 (java) S 11158 11145 8486 0 -1 64 1459 0 0 0 15 1 0 0 16 0 9 0 136211595 889077760 4999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11159/tid=11166] ppid=11158 vsize=868240 CPUtime=0
/proc/11159/task/11166/stat : 11166 (java) S 11158 11145 8486 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 136211595 889077760 4999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11159/tid=11167] ppid=11158 vsize=868240 CPUtime=0
/proc/11159/task/11167/stat : 11167 (java) S 11158 11145 8486 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 136211595 889077760 4999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 887196

[startup+3.10154 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 11167
/proc/meminfo: memFree=1532440/2055920 swapFree=4191676/4192956
[pid=11145] ppid=11143 vsize=13600 CPUtime=0.58
/proc/11145/stat : 11145 (sugar) S 11143 11145 8486 0 -1 4194304 974 6769 0 1 3 1 49 5 15 0 1 0 136211514 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11145/statm: 3400 797 370 3 0 500 0
[pid=11158] ppid=11145 vsize=5356 CPUtime=0
/proc/11158/stat : 11158 (sh) S 11145 11145 8486 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 136211590 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11158/statm: 1339 233 193 169 0 50 0
[pid=11159] ppid=11158 vsize=868352 CPUtime=2.33
/proc/11159/stat : 11159 (java) S 11158 11145 8486 0 -1 0 9433 0 1 0 224 9 0 0 20 0 9 0 136211591 889192448 8506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11159/statm: 217088 8506 2540 9 0 211663 0
[pid=11159/tid=11160] ppid=11158 vsize=868352 CPUtime=1.71
/proc/11159/task/11160/stat : 11160 (java) R 11158 11145 8486 0 -1 64 2906 0 1 0 168 3 0 0 25 0 9 0 136211592 889192448 8506 996147200 134512640 134550740 4294955952 18446744073709551615 4126372979 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11159/tid=11161] ppid=11158 vsize=868352 CPUtime=0.4
/proc/11159/task/11161/stat : 11161 (java) S 11158 11145 8486 0 -1 64 4363 0 0 0 37 3 0 0 16 0 9 0 136211593 889192448 8506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11159/tid=11162] ppid=11158 vsize=868352 CPUtime=0
/proc/11159/task/11162/stat : 11162 (java) S 11158 11145 8486 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 136211593 889192448 8506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11159/tid=11163] ppid=11158 vsize=868352 CPUtime=0
/proc/11159/task/11163/stat : 11163 (java) S 11158 11145 8486 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 136211593 889192448 8506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11159/tid=11164] ppid=11158 vsize=868352 CPUtime=0
/proc/11159/task/11164/stat : 11164 (java) S 11158 11145 8486 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 136211595 889192448 8506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11159/tid=11165] ppid=11158 vsize=868352 CPUtime=0.18
/proc/11159/task/11165/stat : 11165 (java) S 11158 11145 8486 0 -1 64 1472 0 0 0 17 1 0 0 16 0 9 0 136211595 889192448 8506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11159/tid=11166] ppid=11158 vsize=868352 CPUtime=0
/proc/11159/task/11166/stat : 11166 (java) S 11158 11145 8486 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 136211595 889192448 8506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11159/tid=11167] ppid=11158 vsize=868352 CPUtime=0
/proc/11159/task/11167/stat : 11167 (java) S 11158 11145 8486 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 136211595 889192448 8506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 887308

[startup+6.30216 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 11167
/proc/meminfo: memFree=1498968/2055920 swapFree=4191676/4192956
[pid=11145] ppid=11143 vsize=13600 CPUtime=0.58
/proc/11145/stat : 11145 (sugar) S 11143 11145 8486 0 -1 4194304 974 6769 0 1 3 1 49 5 15 0 1 0 136211514 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11145/statm: 3400 797 370 3 0 500 0
[pid=11158] ppid=11145 vsize=5356 CPUtime=0
/proc/11158/stat : 11158 (sh) S 11145 11145 8486 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 136211590 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11158/statm: 1339 233 193 169 0 50 0
[pid=11159] ppid=11158 vsize=868464 CPUtime=5.51
/proc/11159/stat : 11159 (java) S 11158 11145 8486 0 -1 0 18726 0 1 0 535 16 0 0 20 0 9 0 136211591 889307136 12462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11159/statm: 217116 12462 2566 9 0 211663 0
[pid=11159/tid=11160] ppid=11158 vsize=868464 CPUtime=4.12
/proc/11159/task/11160/stat : 11160 (java) R 11158 11145 8486 0 -1 64 3301 0 1 0 408 4 0 0 25 0 9 0 136211592 889307136 12462 996147200 134512640 134550740 4294955952 18446744073709551615 4126997863 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11159/tid=11161] ppid=11158 vsize=868464 CPUtime=1.13
/proc/11159/task/11161/stat : 11161 (java) S 11158 11145 8486 0 -1 64 13226 0 0 0 104 9 0 0 16 0 9 0 136211593 889307136 12462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11159/tid=11162] ppid=11158 vsize=868464 CPUtime=0
/proc/11159/task/11162/stat : 11162 (java) S 11158 11145 8486 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 136211593 889307136 12462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11159/tid=11163] ppid=11158 vsize=868464 CPUtime=0
/proc/11159/task/11163/stat : 11163 (java) S 11158 11145 8486 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 136211593 889307136 12462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11159/tid=11164] ppid=11158 vsize=868464 CPUtime=0
/proc/11159/task/11164/stat : 11164 (java) S 11158 11145 8486 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 136211595 889307136 12462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11159/tid=11165] ppid=11158 vsize=868464 CPUtime=0.23
/proc/11159/task/11165/stat : 11165 (java) S 11158 11145 8486 0 -1 64 1507 0 0 0 22 1 0 0 15 0 9 0 136211595 889307136 12462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11159/tid=11166] ppid=11158 vsize=868464 CPUtime=0
/proc/11159/task/11166/stat : 11166 (java) S 11158 11145 8486 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 136211595 889307136 12462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11159/tid=11167] ppid=11158 vsize=868464 CPUtime=0
/proc/11159/task/11167/stat : 11167 (java) S 11158 11145 8486 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 136211595 889307136 12462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 887420

[startup+12.7014 s]
/proc/loadavg: 2.08 2.02 2.01 3/83 11167
/proc/meminfo: memFree=1484312/2055920 swapFree=4191676/4192956
[pid=11145] ppid=11143 vsize=13600 CPUtime=0.58
/proc/11145/stat : 11145 (sugar) S 11143 11145 8486 0 -1 4194304 974 6769 0 1 3 1 49 5 15 0 1 0 136211514 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11145/statm: 3400 797 370 3 0 500 0
[pid=11158] ppid=11145 vsize=5356 CPUtime=0
/proc/11158/stat : 11158 (sh) S 11145 11145 8486 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 136211590 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11158/statm: 1339 233 193 169 0 50 0
[pid=11159] ppid=11158 vsize=868464 CPUtime=11.9
/proc/11159/stat : 11159 (java) S 11158 11145 8486 0 -1 0 18976 0 1 0 1155 35 0 0 20 0 9 0 136211591 889307136 12478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11159/statm: 217116 12478 2566 9 0 211663 0
[pid=11159/tid=11160] ppid=11158 vsize=868464 CPUtime=10.36
/proc/11159/task/11160/stat : 11160 (java) R 11158 11145 8486 0 -1 64 3537 0 1 0 1015 21 0 0 25 0 9 0 136211592 889307136 12478 996147200 134512640 134550740 4294955952 18446744073709551615 4126577974 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11159/tid=11161] ppid=11158 vsize=868464 CPUtime=1.25
/proc/11159/task/11161/stat : 11161 (java) S 11158 11145 8486 0 -1 64 13226 0 0 0 114 11 0 0 16 0 9 0 136211593 889307136 12478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11159/tid=11162] ppid=11158 vsize=868464 CPUtime=0
/proc/11159/task/11162/stat : 11162 (java) S 11158 11145 8486 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 136211593 889307136 12478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11159/tid=11163] ppid=11158 vsize=868464 CPUtime=0
/proc/11159/task/11163/stat : 11163 (java) S 11158 11145 8486 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 136211593 889307136 12478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11159/tid=11164] ppid=11158 vsize=868464 CPUtime=0
/proc/11159/task/11164/stat : 11164 (java) S 11158 11145 8486 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 136211595 889307136 12478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11159/tid=11165] ppid=11158 vsize=868464 CPUtime=0.26
/proc/11159/task/11165/stat : 11165 (java) S 11158 11145 8486 0 -1 64 1521 0 0 0 25 1 0 0 17 0 9 0 136211595 889307136 12478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11159/tid=11166] ppid=11158 vsize=868464 CPUtime=0
/proc/11159/task/11166/stat : 11166 (java) S 11158 11145 8486 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 136211595 889307136 12478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11159/tid=11167] ppid=11158 vsize=868464 CPUtime=0
/proc/11159/task/11167/stat : 11167 (java) S 11158 11145 8486 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 136211595 889307136 12478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887420

[startup+25.5028 s]
/proc/loadavg: 2.29 2.07 2.02 3/83 11167
/proc/meminfo: memFree=1427928/2055920 swapFree=4191676/4192956
[pid=11145] ppid=11143 vsize=13600 CPUtime=0.58
/proc/11145/stat : 11145 (sugar) S 11143 11145 8486 0 -1 4194304 974 6769 0 1 3 1 49 5 16 0 1 0 136211514 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11145/statm: 3400 797 370 3 0 500 0
[pid=11158] ppid=11145 vsize=5356 CPUtime=0
/proc/11158/stat : 11158 (sh) S 11145 11145 8486 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 136211590 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11158/statm: 1339 233 193 169 0 50 0
[pid=11159] ppid=11158 vsize=868464 CPUtime=24.66
/proc/11159/stat : 11159 (java) S 11158 11145 8486 0 -1 0 19469 0 1 0 2392 74 0 0 20 0 9 0 136211591 889307136 12482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11159/statm: 217116 12482 2566 9 0 211663 0
[pid=11159/tid=11160] ppid=11158 vsize=868464 CPUtime=22.86
/proc/11159/task/11160/stat : 11160 (java) R 11158 11145 8486 0 -1 64 4027 0 1 0 2229 57 0 0 25 0 9 0 136211592 889307136 12482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11159/tid=11161] ppid=11158 vsize=868464 CPUtime=1.5
/proc/11159/task/11161/stat : 11161 (java) S 11158 11145 8486 0 -1 64 13226 0 0 0 136 14 0 0 16 0 9 0 136211593 889307136 12482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11159/tid=11162] ppid=11158 vsize=868464 CPUtime=0
/proc/11159/task/11162/stat : 11162 (java) S 11158 11145 8486 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 136211593 889307136 12482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11159/tid=11163] ppid=11158 vsize=868464 CPUtime=0
/proc/11159/task/11163/stat : 11163 (java) S 11158 11145 8486 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 136211593 889307136 12482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/meminfo: memFree=1262744/2055920 swapFree=4191676/4192956
[pid=11145] ppid=11143 vsize=13600 CPUtime=41.94
/proc/11145/stat : 11145 (sugar) S 11143 11145 8486 0 -1 4194304 1022 27594 0 2 3 2 4020 169 16 0 1 0 136211514 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11145/statm: 3400 799 370 3 0 500 0
[pid=11168] ppid=11145 vsize=5356 CPUtime=0
/proc/11168/stat : 11168 (sh) S 11145 11145 8486 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 136215741 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11168/statm: 1339 232 193 169 0 50 0
[pid=11169] ppid=11168 vsize=102100 CPUtime=8.81
/proc/11169/stat : 11169 (picosat) R 11168 11145 8486 0 -1 4194304 18966 0 0 0 393 488 0 0 25 0 1 0 136215741 104550400 18952 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/11169/statm: 25525 18953 40 102 0 25420 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 121056

[startup+102.306 s]
/proc/loadavg: 2.19 2.10 2.03 3/75 11169
/proc/meminfo: memFree=1065888/2055920 swapFree=4191676/4192956
[pid=11145] ppid=11143 vsize=13600 CPUtime=41.94
/proc/11145/stat : 11145 (sugar) S 11143 11145 8486 0 -1 4194304 1022 27594 0 2 3 2 4020 169 16 0 1 0 136211514 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11145/statm: 3400 799 370 3 0 500 0
[pid=11168] ppid=11145 vsize=5356 CPUtime=0
/proc/11168/stat : 11168 (sh) S 11145 11145 8486 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 136215741 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11168/statm: 1339 232 193 169 0 50 0
[pid=11169] ppid=11168 vsize=308620 CPUtime=59.84
/proc/11169/stat : 11169 (picosat) R 11168 11145 8486 0 -1 4194304 67677 0 0 0 2707 3277 0 0 25 0 1 0 136215741 316026880 67663 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/11169/statm: 77155 67663 40 102 0 77050 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 327576

[startup+162.302 s]
/proc/loadavg: 2.07 2.08 2.03 3/75 11169
/proc/meminfo: memFree=1002784/2055920 swapFree=4191676/4192956
[pid=11145] ppid=11143 vsize=13600 CPUtime=41.94
/proc/11145/stat : 11145 (sugar) S 11143 11145 8486 0 -1 4194304 1022 27594 0 2 3 2 4020 169 16 0 1 0 136211514 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11145/statm: 3400 799 370 3 0 500 0
[pid=11168] ppid=11145 vsize=5356 CPUtime=0
/proc/11168/stat : 11168 (sh) S 11145 11145 8486 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 136215741 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11168/statm: 1339 232 193 169 0 50 0
[pid=11169] ppid=11168 vsize=378080 CPUtime=119.81
/proc/11169/stat : 11169 (picosat) R 11168 11145 8486 0 -1 4194304 83319 0 0 0 7852 4129 0 0 25 0 1 0 136215741 387153920 83305 996147200 134512640 134931368 4294956256 18446744073709551615 134530829 0 0 4096 0 0 0 0 17 0 0 0
/proc/11169/statm: 94520 83305 42 102 0 94415 0
Current children cumulated CPU time (s) 161.75
Current children cumulated vsize (KiB) 397036

[startup+222.301 s]
/proc/loadavg: 2.02 2.06 2.02 3/75 11169
/proc/meminfo: memFree=1002592/2055920 swapFree=4191676/4192956
[pid=11145] ppid=11143 vsize=13600 CPUtime=41.94
/proc/11145/stat : 11145 (sugar) S 11143 11145 8486 0 -1 4194304 1022 27594 0 2 3 2 4020 169 16 0 1 0 136211514 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11145/statm: 3400 799 370 3 0 500 0
[pid=11168] ppid=11145 vsize=5356 CPUtime=0
/proc/11168/stat : 11168 (sh) S 11145 11145 8486 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 136215741 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11168/statm: 1339 232 193 169 0 50 0
[pid=11169] ppid=11168 vsize=378080 CPUtime=179.78
/proc/11169/stat : 11169 (picosat) R 11168 11145 8486 0 -1 4194304 83320 0 0 0 13849 4129 0 0 25 0 1 0 136215741 387153920 83306 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11169/statm: 94520 83306 42 102 0 94415 0
Current children cumulated CPU time (s) 221.72
Current children cumulated vsize (KiB) 397036

[startup+282.302 s]
/proc/loadavg: 2.01 2.05 2.02 3/83 11205
/proc/meminfo: memFree=1225824/2055920 swapFree=4191676/4192956
[pid=11145] ppid=11143 vsize=13600 CPUtime=41.94
/proc/11145/stat : 11145 (sugar) S 11143 11145 8486 0 -1 4194304 1022 27594 0 2 3 2 4020 169 16 0 1 0 136211514 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11145/statm: 3400 799 370 3 0 500 0
[pid=11168] ppid=11145 vsize=5356 CPUtime=0
/proc/11168/stat : 11168 (sh) S 11145 11145 8486 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 136215741 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11168/statm: 1339 232 193 169 0 50 0
[pid=11169] ppid=11168 vsize=378080 CPUtime=239.71
/proc/11169/stat : 11169 (picosat) R 11168 11145 8486 0 -1 4194304 83341 0 0 0 19842 4129 0 0 25 0 1 0 136215741 387153920 83327 996147200 134512640 134931368 4294956256 18446744073709551615 134544783 0 0 4096 0 0 0 0 17 0 0 0
/proc/11169/statm: 94520 83327 42 102 0 94415 0
Current children cumulated CPU time (s) 281.65
Current children cumulated vsize (KiB) 397036

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

[startup+307.101 s]
/proc/loadavg: 2.00 2.04 2.01 3/75 11236
/proc/meminfo: memFree=1312864/2055920 swapFree=4191676/4192956
[pid=11145] ppid=11143 vsize=13600 CPUtime=41.94
/proc/11145/stat : 11145 (sugar) S 11143 11145 8486 0 -1 4194304 1022 27594 0 2 3 2 4020 169 16 0 1 0 136211514 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11145/statm: 3400 799 370 3 0 500 0
[pid=11168] ppid=11145 vsize=5356 CPUtime=0
/proc/11168/stat : 11168 (sh) S 11145 11145 8486 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 136215741 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11168/statm: 1339 232 193 169 0 50 0
[pid=11169] ppid=11168 vsize=378080 CPUtime=264.37
/proc/11169/stat : 11169 (picosat) R 11168 11145 8486 0 -1 4194304 83341 0 0 0 22307 4130 0 0 25 0 1 0 136215741 387153920 83327 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/11169/statm: 94520 83327 42 102 0 94415 0
Current children cumulated CPU time (s) 306.31
Current children cumulated vsize (KiB) 397036

[startup+313.507 s]
/proc/loadavg: 2.00 2.04 2.01 3/75 11236
/proc/meminfo: memFree=1312864/2055920 swapFree=4191676/4192956
[pid=11145] ppid=11143 vsize=13600 CPUtime=41.94
/proc/11145/stat : 11145 (sugar) S 11143 11145 8486 0 -1 4194304 1022 27594 0 2 3 2 4020 169 16 0 1 0 136211514 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11145/statm: 3400 799 370 3 0 500 0
[pid=11168] ppid=11145 vsize=5356 CPUtime=0
/proc/11168/stat : 11168 (sh) S 11145 11145 8486 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 136215741 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11168/statm: 1339 232 193 169 0 50 0
[pid=11169] ppid=11168 vsize=378080 CPUtime=270.75
/proc/11169/stat : 11169 (picosat) R 11168 11145 8486 0 -1 4194304 83343 0 0 0 22945 4130 0 0 25 0 1 0 136215741 387153920 83329 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/11169/statm: 94520 83329 42 102 0 94415 0
Current children cumulated CPU time (s) 312.69
Current children cumulated vsize (KiB) 397036

[startup+316.702 s]
/proc/loadavg: 2.00 2.04 2.01 3/75 11236
/proc/meminfo: memFree=1312864/2055920 swapFree=4191676/4192956
[pid=11145] ppid=11143 vsize=13600 CPUtime=41.94
/proc/11145/stat : 11145 (sugar) S 11143 11145 8486 0 -1 4194304 1022 27594 0 2 3 2 4020 169 16 0 1 0 136211514 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11145/statm: 3400 799 370 3 0 500 0
[pid=11168] ppid=11145 vsize=5356 CPUtime=0
/proc/11168/stat : 11168 (sh) S 11145 11145 8486 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 136215741 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11168/statm: 1339 232 193 169 0 50 0
[pid=11169] ppid=11168 vsize=378080 CPUtime=273.94
/proc/11169/stat : 11169 (picosat) R 11168 11145 8486 0 -1 4194304 83346 0 0 0 23264 4130 0 0 25 0 1 0 136215741 387153920 83332 996147200 134512640 134931368 4294956256 18446744073709551615 134544809 0 0 4096 0 0 0 0 17 1 0 0
/proc/11169/statm: 94520 83332 42 102 0 94415 0
Current children cumulated CPU time (s) 315.88
Current children cumulated vsize (KiB) 397036

[startup+318.301 s]
/proc/loadavg: 2.00 2.04 2.01 3/75 11236
/proc/meminfo: memFree=1312864/2055920 swapFree=4191676/4192956
[pid=11145] ppid=11143 vsize=13600 CPUtime=41.94
/proc/11145/stat : 11145 (sugar) S 11143 11145 8486 0 -1 4194304 1022 27594 0 2 3 2 4020 169 16 0 1 0 136211514 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11145/statm: 3400 799 370 3 0 500 0
[pid=11168] ppid=11145 vsize=5356 CPUtime=0
/proc/11168/stat : 11168 (sh) S 11145 11145 8486 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 136215741 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11168/statm: 1339 232 193 169 0 50 0
[pid=11169] ppid=11168 vsize=378080 CPUtime=275.53
/proc/11169/stat : 11169 (picosat) R 11168 11145 8486 0 -1 4194304 83352 0 0 0 23423 4130 0 0 25 0 1 0 136215741 387153920 83338 996147200 134512640 134931368 4294956256 18446744073709551615 134544751 0 0 4096 0 0 0 0 17 1 0 0
/proc/11169/statm: 94520 83338 42 102 0 94415 0
Current children cumulated CPU time (s) 317.47
Current children cumulated vsize (KiB) 397036

[startup+319.102 s]
/proc/loadavg: 2.00 2.04 2.01 3/75 11236
/proc/meminfo: memFree=1335520/2055920 swapFree=4191676/4192956
[pid=11145] ppid=11143 vsize=13600 CPUtime=318.17
/proc/11145/stat : 11145 (sugar) S 11143 11145 8486 0 -1 4194304 1091 111239 0 2 3 2 27504 4308 15 0 1 0 136211514 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11145/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 318.17
Current children cumulated vsize (KiB) 13600

[startup+319.502 s]
/proc/loadavg: 2.00 2.04 2.01 3/75 11236
/proc/meminfo: memFree=1335520/2055920 swapFree=4191676/4192956
[pid=11145] ppid=11143 vsize=13600 CPUtime=318.17
/proc/11145/stat : 11145 (sugar) S 11143 11145 8486 0 -1 4194304 1091 111239 0 2 3 2 27504 4308 15 0 1 0 136211514 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11145/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 318.17
Current children cumulated vsize (KiB) 13600

[startup+319.902 s]
/proc/loadavg: 2.00 2.04 2.01 3/75 11236
/proc/meminfo: memFree=1335520/2055920 swapFree=4191676/4192956
[pid=11145] ppid=11143 vsize=13600 CPUtime=318.17
/proc/11145/stat : 11145 (sugar) S 11143 11145 8486 0 -1 4194304 1091 111239 0 2 3 2 27504 4308 15 0 1 0 136211514 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11145/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 318.17
Current children cumulated vsize (KiB) 13600

[startup+320.002 s]
/proc/loadavg: 2.00 2.04 2.01 3/73 11246
/proc/meminfo: memFree=1702704/2055920 swapFree=4191676/4192956
[pid=11145] ppid=11143 vsize=13600 CPUtime=319.18
/proc/11145/stat : 11145 (sugar) R 11143 11145 8486 0 -1 4194304 1119 116222 0 4 4 5 27597 4312 16 0 1 0 136211514 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 244277023785 0 0 4224 16386 0 0 0 17 0 0 0
/proc/11145/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 319.18
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 320.081
CPU time (s): 319.265
CPU user time (s): 276.016
CPU system time (s): 43.2494
CPU usage (%): 99.7453
Max. virtual memory (cumulated for all children) (KiB): 897808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 276.016
system time used= 43.2494
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117371
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= 18393
involuntary context switches= 19894

runsolver used 0.329949 second user time and 0.888864 second system time

The end

Launcher Data (download as text)

Begin job on node63 at 2008-07-05 09:16:02
IDJOB=1086968
IDBENCH=57908
IDSOLVER=345
FILE ID=node63/1086968-1215242162
PBS_JOBID= 7881861
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp04/normalized-fapp04-0300-6.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-1086968-1215242162/watcher-1086968-1215242162 -o /tmp/evaluation-result-1086968-1215242162/solver-1086968-1215242162 -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-1086968-1215242162.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c69528fd65a2520fb81be713348cca16
RANDOM SEED=1327356968

node63.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.256
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.256
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1552336 kB
Buffers:          9284 kB
Cached:         106940 kB
SwapCached:        260 kB
Active:         415796 kB
Inactive:        28172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1552336 kB
SwapTotal:     4192956 kB
SwapFree:      4191676 kB
Dirty:            1800 kB
Writeback:           0 kB
Mapped:         340740 kB
Slab:            44428 kB
Committed_AS:   776552 kB
PageTables:       2288 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66520 MiB
End job on node63 at 2008-07-05 09:21:22