Trace number 1087052

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 156.903 157.831

General information on the benchmark

Namecsp/fapp/fapp02/
normalized-fapp02-0250-9.xml
MD5SUM796561b8470ec3e16b4bf0f5e79f6e0d
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 benchmark13.9729
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of constraints3055
Maximum constraint arity2
Maximum domain size210
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3055
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 09:20:59 2008
0.00/0.04	c 0	PID 5125
0.03/0.05	c 0	HOST node32.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1087052-1215242459.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087052-1215242459.xml' 'HOME/temp.csp'
0.04/0.68	c 0	13 domains, 250 variables, 8 predicates, 0 relations, 3055 constraints
0.04/0.73	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.73	c 0	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.66/0.81	c 0	Parsing HOME/temp.csp
0.91/1.04	c 1	parsed 3326 expressions
0.91/1.05	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.91/1.05	c 1	Converting to clausal form CSP
1.10/1.22	c 1	converted 333 (10%) expressions
2.10/2.24	c 2	converted 666 (20%) expressions
2.70/2.82	c 2	converted 998 (30%) expressions
3.20/3.35	c 3	converted 1331 (40%) expressions
3.69/3.86	c 3	converted 1663 (50%) expressions
3.99/4.20	c 4	converted 1996 (60%) expressions
4.49/4.64	c 4	converted 2329 (70%) expressions
4.88/5.06	c 5	converted 2661 (80%) expressions
5.38/5.53	c 5	converted 2994 (90%) expressions
5.78/5.92	c 6	converted 3326 (100%) expressions
5.78/5.92	c 6	CSP : 498 integers, 8777 booleans, 18579 clauses, largest domain size 2657
5.78/5.92	c 6	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.78/5.92	c 6	Propagation in CSP
6.37/6.52	c 6	4532 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.37/6.52	c 6	CSP : 498 integers, 8777 booleans, 18579 clauses, largest domain size 2657
6.37/6.52	c 6	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.37/6.53	c 6	Simplifing CSP by introducing new Boolean variables
6.37/6.56	c 6	CSP : 498 integers, 15197 booleans, 24999 clauses, largest domain size 2657
6.37/6.56	c 6	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.67/6.87	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.86/7.07	c 7	50 (10%) CSP integer variables are encoded (7676 clauses, 97651 bytes)
7.06/7.20	c 7	100 (20%) CSP integer variables are encoded (14794 clauses, 199914 bytes)
7.17/7.34	c 7	150 (30%) CSP integer variables are encoded (22238 clauses, 311574 bytes)
7.27/7.47	c 7	200 (40%) CSP integer variables are encoded (29342 clauses, 418134 bytes)
7.37/7.59	c 7	249 (50%) CSP integer variables are encoded (35938 clauses, 517074 bytes)
7.57/7.72	c 7	299 (60%) CSP integer variables are encoded (129111 clauses, 1973450 bytes)
7.66/7.81	c 7	349 (70%) CSP integer variables are encoded (199065 clauses, 3162668 bytes)
7.76/7.91	c 8	399 (80%) CSP integer variables are encoded (272079 clauses, 4403906 bytes)
7.86/8.01	c 8	449 (90%) CSP integer variables are encoded (349687 clauses, 5723242 bytes)
7.86/8.09	c 8	498 (100%) CSP integer variables are encoded (406258 clauses, 6684949 bytes)
13.63/13.88	c 13	2500 (10%) CSP clauses are encoded (1535753 clauses, 30035135 bytes)
17.60/17.81	c 17	5000 (20%) CSP clauses are encoded (2358123 clauses, 47851651 bytes)
19.67/19.94	c 20	7500 (30%) CSP clauses are encoded (2952347 clauses, 61272944 bytes)
21.27/21.57	c 21	10000 (40%) CSP clauses are encoded (3455401 clauses, 72914694 bytes)
22.27/22.59	c 22	12500 (50%) CSP clauses are encoded (3765402 clauses, 80101394 bytes)
23.75/24.05	c 24	15000 (60%) CSP clauses are encoded (4324360 clauses, 93237049 bytes)
25.13/25.45	c 25	17500 (70%) CSP clauses are encoded (4850794 clauses, 105769168 bytes)
26.33/26.65	c 26	20000 (80%) CSP clauses are encoded (5268497 clauses, 115768056 bytes)
27.32/27.69	c 27	22500 (90%) CSP clauses are encoded (5661565 clauses, 125035898 bytes)
28.32/28.66	c 28	24999 (100%) CSP clauses are encoded (6025294 clauses, 133576623 bytes)
28.32/28.66	c 28	24999 CSP clauses encoded
28.32/28.66	c 28	Writing map file : HOME/temp.map
28.32/28.68	c 28	Heap : 40 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.32/28.68	c 28	SAT : 421953 SAT variables, 6025294 SAT clauses, 133576623 bytes
28.32/28.68	c 28	Heap : 40 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.40/28.72	c 28	SOLVING HOME/temp.cnf
28.40/28.72	c 28	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
155.86/156.86	c 156	DECODING HOME/temp.out WITH HOME/temp.map
155.86/156.86	c 156	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
155.93/156.94	c 157	Decoding HOME/temp.out
156.74/157.73	s SATISFIABLE
156.74/157.74	v -2364 -2544 -2616 -2352 -2584 -2312 -2492 -2396 2324 2280 -2632 2308 2644 2524 2428 -2488 -2404 2504 2624 2460 -2372 -2540 -2520 2616 -2296 2432 2336 2384 -2452 2528 -2528 2264 -2420 -2496 -2244 -2600 -2528 -2316 2500 -2244 2552 2240 2404 2436 -2280 2616 2372 -2548 -2304 -2296 2536 -2552 2240 2584 -2624 2528 2548 2452 2580 2316 -2468 2356 -2584 2568 2448 -2588 2508 2340 2268 -2360 -2300 -2396 -2276 2548 2424 -2520 2616 -2240 -2420 -2544 -2508 2576 -2556 2464 2560 2616 -2456 -2356 2588 2464 2512 2240 2384 2264 -2492 -2548 2272 -2648 2384 -2404 -2652 -2420 2352 2312 -2612 -2656 -2528 -2512 2460 2488 -2460 -2400 2596 2544 -2620 -2576 -2348 2608 -2460 2392 -2280 2320 -2492 -2388 -2608 -2512 -2580 -2512 2476 2452 2284 -2588 2284 2576 2532 2656 2584 2396 2440 2656 -2408 -2640 -2608 -2500 2284 2396 -2436 -2592 2620 2552 -2504 2424 2344 2564 2576 -2280 2608 2240 -2548 2372 2472 -2616 -2432 -2572 -2492 2292 2552 2564 2576 2400 -2280 -2560 2364 2608 -2412 -2516 -2544 -2600 2544 2372 -2488 2412 2568 -2332 -2640 2616 2568 2616 2336 -2332 2520 -2604 2528 -2424 -2576 2336 2564 2260 -2592 -2452 2648 -2588 -2452 2444 -2604 2580 2620 -2500 -2616 2332 -2340 -2572 -2504 -2640 2436 2656 2408 2488 -2380 2312 -2304 2392 -2592 -2584 2352 -2300 2472 2600 -2612 -2568 2560 2376 -2536 -2424 -2380 2384 2412 -2412 -2472 2448 2512 2472 2576 -2344 2604 -2468 2292 2280 2648 2304
156.74/157.74	c 157	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
156.74/157.76	c 157	CPU 127.92 (0.03 0.02 127.89 28.87)
156.74/157.76	c 157	END Sat Jul  5 09:23: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-1087052-1215242459/watcher-1087052-1215242459 -o /tmp/evaluation-result-1087052-1215242459/solver-1087052-1215242459 -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-1087052-1215242459.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.38 1.11 1.30 4/73 5125
/proc/meminfo: memFree=1450120/2055920 swapFree=4098020/4192956
[pid=5125] ppid=5123 vsize=12268 CPUtime=0
/proc/5125/stat : 5125 (sugar) R 5123 5125 4472 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1553918044 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 268213910117 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/5125/statm: 3067 316 241 3 0 167 0

[startup+0.0496449 s]
/proc/loadavg: 1.38 1.11 1.30 4/73 5125
/proc/meminfo: memFree=1450120/2055920 swapFree=4098020/4192956
[pid=5125] ppid=5123 vsize=13600 CPUtime=0.03
/proc/5125/stat : 5125 (sugar) S 5123 5125 4472 0 -1 4194304 837 0 0 0 2 1 0 0 18 0 1 0 1553918044 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5125/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101088 s]
/proc/loadavg: 1.38 1.11 1.30 4/73 5125
/proc/meminfo: memFree=1450120/2055920 swapFree=4098020/4192956
[pid=5125] ppid=5123 vsize=13600 CPUtime=0.04
/proc/5125/stat : 5125 (sugar) S 5123 5125 4472 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1553918044 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5125/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301105 s]
/proc/loadavg: 1.38 1.11 1.30 4/73 5125
/proc/meminfo: memFree=1450120/2055920 swapFree=4098020/4192956
[pid=5125] ppid=5123 vsize=13600 CPUtime=0.04
/proc/5125/stat : 5125 (sugar) S 5123 5125 4472 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1553918044 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5125/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701153 s]
/proc/loadavg: 1.38 1.11 1.30 4/73 5125
/proc/meminfo: memFree=1450120/2055920 swapFree=4098020/4192956
[pid=5125] ppid=5123 vsize=13600 CPUtime=0.04
/proc/5125/stat : 5125 (sugar) S 5123 5125 4472 0 -1 4194304 918 127 0 0 3 1 0 0 15 0 1 0 1553918044 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5125/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50125 s]
/proc/loadavg: 1.38 1.11 1.30 3/84 5147
/proc/meminfo: memFree=1441712/2055920 swapFree=4098020/4192956
[pid=5125] ppid=5123 vsize=13600 CPUtime=0.66
/proc/5125/stat : 5125 (sugar) S 5123 5125 4472 0 -1 4194304 974 6662 0 1 3 1 59 3 15 0 1 0 1553918044 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5125/statm: 3400 797 370 3 0 500 0
[pid=5138] ppid=5125 vsize=5356 CPUtime=0
/proc/5138/stat : 5138 (sh) S 5125 5125 4472 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553918117 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5138/statm: 1339 233 193 169 0 50 0
[pid=5139] ppid=5138 vsize=868352 CPUtime=0.75
/proc/5139/stat : 5139 (java) S 5138 5125 4472 0 -1 0 5473 0 1 0 72 3 0 0 18 0 9 0 1553918118 889192448 4882 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5139/statm: 217088 4882 1732 9 0 211663 0
[pid=5139/tid=5140] ppid=5138 vsize=868352 CPUtime=0.5
/proc/5139/task/5140/stat : 5140 (java) R 5138 5125 4472 0 -1 64 2665 0 1 0 49 1 0 0 20 0 9 0 1553918119 889192448 4882 996147200 134512640 134550740 4294955952 18446744073709551615 4126566923 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5139/tid=5141] ppid=5138 vsize=868352 CPUtime=0.04
/proc/5139/task/5141/stat : 5141 (java) S 5138 5125 4472 0 -1 64 682 0 0 0 4 0 0 0 16 0 9 0 1553918120 889192448 4882 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5139/tid=5142] ppid=5138 vsize=868352 CPUtime=0
/proc/5139/task/5142/stat : 5142 (java) S 5138 5125 4472 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1553918120 889192448 4882 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5139/tid=5143] ppid=5138 vsize=868352 CPUtime=0
/proc/5139/task/5143/stat : 5143 (java) S 5138 5125 4472 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1553918120 889192448 4882 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5139/tid=5144] ppid=5138 vsize=868352 CPUtime=0
/proc/5139/task/5144/stat : 5144 (java) S 5138 5125 4472 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1553918122 889192448 4882 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5139/tid=5145] ppid=5138 vsize=868352 CPUtime=0.17
/proc/5139/task/5145/stat : 5145 (java) S 5138 5125 4472 0 -1 64 1434 0 0 0 17 0 0 0 16 0 9 0 1553918122 889192448 4882 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5139/tid=5146] ppid=5138 vsize=868352 CPUtime=0
/proc/5139/task/5146/stat : 5146 (java) S 5138 5125 4472 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1553918122 889192448 4882 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5139/tid=5147] ppid=5138 vsize=868352 CPUtime=0
/proc/5139/task/5147/stat : 5147 (java) S 5138 5125 4472 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553918122 889192448 4882 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887308

[startup+3.10244 s]
/proc/loadavg: 1.38 1.11 1.30 3/84 5147
/proc/meminfo: memFree=1431344/2055920 swapFree=4098020/4192956
[pid=5125] ppid=5123 vsize=13600 CPUtime=0.66
/proc/5125/stat : 5125 (sugar) S 5123 5125 4472 0 -1 4194304 974 6662 0 1 3 1 59 3 15 0 1 0 1553918044 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5125/statm: 3400 797 370 3 0 500 0
[pid=5138] ppid=5125 vsize=5356 CPUtime=0
/proc/5138/stat : 5138 (sh) S 5125 5125 4472 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553918117 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5138/statm: 1339 233 193 169 0 50 0
[pid=5139] ppid=5138 vsize=868352 CPUtime=2.34
/proc/5139/stat : 5139 (java) S 5138 5125 4472 0 -1 0 9096 0 1 0 229 5 0 0 18 0 9 0 1553918118 889192448 8226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5139/statm: 217088 8226 2540 9 0 211663 0
[pid=5139/tid=5140] ppid=5138 vsize=868352 CPUtime=1.78
/proc/5139/task/5140/stat : 5140 (java) R 5138 5125 4472 0 -1 64 2774 0 1 0 177 1 0 0 25 0 9 0 1553918119 889192448 8226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5139/tid=5141] ppid=5138 vsize=868352 CPUtime=0.33
/proc/5139/task/5141/stat : 5141 (java) R 5138 5125 4472 0 -1 64 4182 0 0 0 31 2 0 0 16 0 9 0 1553918120 889192448 8226 996147200 134512640 134550740 4294955952 18446744073709551615 104181377 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5139/tid=5142] ppid=5138 vsize=868352 CPUtime=0
/proc/5139/task/5142/stat : 5142 (java) S 5138 5125 4472 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1553918120 889192448 8226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5139/tid=5143] ppid=5138 vsize=868352 CPUtime=0
/proc/5139/task/5143/stat : 5143 (java) S 5138 5125 4472 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1553918120 889192448 8226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5139/tid=5144] ppid=5138 vsize=868352 CPUtime=0
/proc/5139/task/5144/stat : 5144 (java) S 5138 5125 4472 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1553918122 889192448 8226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5139/tid=5145] ppid=5138 vsize=868352 CPUtime=0.2
/proc/5139/task/5145/stat : 5145 (java) S 5138 5125 4472 0 -1 64 1447 0 0 0 20 0 0 0 15 0 9 0 1553918122 889192448 8226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5139/tid=5146] ppid=5138 vsize=868352 CPUtime=0
/proc/5139/task/5146/stat : 5146 (java) S 5138 5125 4472 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1553918122 889192448 8226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5139/tid=5147] ppid=5138 vsize=868352 CPUtime=0
/proc/5139/task/5147/stat : 5147 (java) S 5138 5125 4472 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553918122 889192448 8226 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887308

[startup+6.30279 s]
/proc/loadavg: 1.43 1.12 1.30 3/84 5147
/proc/meminfo: memFree=1406576/2055920 swapFree=4098020/4192956
[pid=5125] ppid=5123 vsize=13600 CPUtime=0.66
/proc/5125/stat : 5125 (sugar) S 5123 5125 4472 0 -1 4194304 974 6662 0 1 3 1 59 3 15 0 1 0 1553918044 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5125/statm: 3400 797 370 3 0 500 0
[pid=5138] ppid=5125 vsize=5356 CPUtime=0
/proc/5138/stat : 5138 (sh) S 5125 5125 4472 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553918117 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5138/statm: 1339 233 193 169 0 50 0
[pid=5139] ppid=5138 vsize=868352 CPUtime=5.51
/proc/5139/stat : 5139 (java) S 5138 5125 4472 0 -1 0 19566 0 1 0 539 12 0 0 18 0 9 0 1553918118 889192448 14147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5139/statm: 217088 14147 2540 9 0 211663 0
[pid=5139/tid=5140] ppid=5138 vsize=868352 CPUtime=4.09
/proc/5139/task/5140/stat : 5140 (java) R 5138 5125 4472 0 -1 64 3342 0 1 0 407 2 0 0 25 0 9 0 1553918119 889192448 14147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5139/tid=5141] ppid=5138 vsize=868352 CPUtime=1.17
/proc/5139/task/5141/stat : 5141 (java) R 5138 5125 4472 0 -1 64 14076 0 0 0 109 8 0 0 16 0 9 0 1553918120 889192448 14147 996147200 134512640 134550740 4294955952 18446744073709551615 102723287 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5139/tid=5142] ppid=5138 vsize=868352 CPUtime=0
/proc/5139/task/5142/stat : 5142 (java) S 5138 5125 4472 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1553918120 889192448 14147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5139/tid=5143] ppid=5138 vsize=868352 CPUtime=0
/proc/5139/task/5143/stat : 5143 (java) S 5138 5125 4472 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1553918120 889192448 14147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5139/tid=5144] ppid=5138 vsize=868352 CPUtime=0
/proc/5139/task/5144/stat : 5144 (java) S 5138 5125 4472 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1553918122 889192448 14147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5139/tid=5145] ppid=5138 vsize=868352 CPUtime=0.21
/proc/5139/task/5145/stat : 5145 (java) S 5138 5125 4472 0 -1 64 1455 0 0 0 21 0 0 0 15 0 9 0 1553918122 889192448 14147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5139/tid=5146] ppid=5138 vsize=868352 CPUtime=0
/proc/5139/task/5146/stat : 5146 (java) S 5138 5125 4472 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1553918122 889192448 14147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5139/tid=5147] ppid=5138 vsize=868352 CPUtime=0
/proc/5139/task/5147/stat : 5147 (java) S 5138 5125 4472 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553918122 889192448 14147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887308

[startup+12.7025 s]
/proc/loadavg: 1.47 1.14 1.31 3/84 5147
/proc/meminfo: memFree=1374000/2055920 swapFree=4098020/4192956
[pid=5125] ppid=5123 vsize=13600 CPUtime=0.66
/proc/5125/stat : 5125 (sugar) S 5123 5125 4472 0 -1 4194304 974 6662 0 1 3 1 59 3 15 0 1 0 1553918044 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5125/statm: 3400 797 370 3 0 500 0
[pid=5138] ppid=5125 vsize=5356 CPUtime=0
/proc/5138/stat : 5138 (sh) S 5125 5125 4472 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553918117 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5138/statm: 1339 233 193 169 0 50 0
[pid=5139] ppid=5138 vsize=868464 CPUtime=11.88
/proc/5139/stat : 5139 (java) S 5138 5125 4472 0 -1 0 24488 0 1 0 1157 31 0 0 18 0 9 0 1553918118 889307136 15356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5139/statm: 217116 15356 2566 9 0 211663 0
[pid=5139/tid=5140] ppid=5138 vsize=868464 CPUtime=9.99
/proc/5139/task/5140/stat : 5140 (java) R 5138 5125 4472 0 -1 64 3577 0 1 0 982 17 0 0 25 0 9 0 1553918119 889307136 15356 996147200 134512640 134550740 4294955952 18446744073709551615 4126486664 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5139/tid=5141] ppid=5138 vsize=868464 CPUtime=1.57
/proc/5139/task/5141/stat : 5141 (java) S 5138 5125 4472 0 -1 64 18717 0 0 0 145 12 0 0 16 0 9 0 1553918120 889307136 15356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5139/tid=5142] ppid=5138 vsize=868464 CPUtime=0
/proc/5139/task/5142/stat : 5142 (java) S 5138 5125 4472 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1553918120 889307136 15356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5139/tid=5143] ppid=5138 vsize=868464 CPUtime=0
/proc/5139/task/5143/stat : 5143 (java) S 5138 5125 4472 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1553918120 889307136 15356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5139/tid=5144] ppid=5138 vsize=868464 CPUtime=0
/proc/5139/task/5144/stat : 5144 (java) S 5138 5125 4472 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1553918122 889307136 15356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5139/tid=5145] ppid=5138 vsize=868464 CPUtime=0.28
/proc/5139/task/5145/stat : 5145 (java) S 5138 5125 4472 0 -1 64 1501 0 0 0 28 0 0 0 16 0 9 0 1553918122 889307136 15356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5139/tid=5146] ppid=5138 vsize=868464 CPUtime=0
/proc/5139/task/5146/stat : 5146 (java) S 5138 5125 4472 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1553918122 889307136 15356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5139/tid=5147] ppid=5138 vsize=868464 CPUtime=0
/proc/5139/task/5147/stat : 5147 (java) S 5138 5125 4472 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553918122 889307136 15356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 887420

[startup+25.502 s]
/proc/loadavg: 1.74 1.21 1.33 3/84 5147
/proc/meminfo: memFree=1291952/2055920 swapFree=4098020/4192956
[pid=5125] ppid=5123 vsize=13600 CPUtime=0.66
/proc/5125/stat : 5125 (sugar) S 5123 5125 4472 0 -1 4194304 974 6662 0 1 3 1 59 3 16 0 1 0 1553918044 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5125/statm: 3400 797 370 3 0 500 0
[pid=5138] ppid=5125 vsize=5356 CPUtime=0
/proc/5138/stat : 5138 (sh) S 5125 5125 4472 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553918117 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5138/statm: 1339 233 193 169 0 50 0
[pid=5139] ppid=5138 vsize=868464 CPUtime=24.57
/proc/5139/stat : 5139 (java) S 5138 5125 4472 0 -1 0 24987 0 1 0 2375 82 0 0 18 0 9 0 1553918118 889307136 15360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5139/statm: 217116 15360 2566 9 0 211663 0
[pid=5139/tid=5140] ppid=5138 vsize=868464 CPUtime=22.44
/proc/5139/task/5140/stat : 5140 (java) R 5138 5125 4472 0 -1 64 4072 0 1 0 2179 65 0 0 25 0 9 0 1553918119 889307136 15360 996147200 134512640 134550740 4294955952 18446744073709551615 4127007456 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5139/tid=5141] ppid=5138 vsize=868464 CPUtime=1.8
/proc/5139/task/5141/stat : 5141 (java) S 5138 5125 4472 0 -1 64 18717 0 0 0 166 14 0 0 16 0 9 0 1553918120 889307136 15360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5139/tid=5142] ppid=5138 vsize=868464 CPUtime=0
/proc/5139/task/5142/stat : 5142 (java) S 5138 5125 4472 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1553918120 889307136 15360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5139/tid=5143] ppid=5138 vsize=868464 CPUtime=0
/proc/5139/task/5143/stat : 5143 (java) S 5138 5125 4472 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1553918120 889307136 15360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/5148/stat : 5148 (sh) S 5125 5125 4472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1553920917 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5148/statm: 1339 232 193 169 0 50 0
[pid=5149] ppid=5148 vsize=241032 CPUtime=73.2
/proc/5149/stat : 5149 (picosat) R 5148 5125 4472 0 -1 4194304 53108 0 0 0 4546 2774 0 0 25 0 1 0 1553920917 246816768 53083 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5149/statm: 60258 53083 42 102 0 60153 0
Current children cumulated CPU time (s) 101.63
Current children cumulated vsize (KiB) 259988

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

[startup+127.902 s]
/proc/loadavg: 1.97 1.44 1.40 3/76 5149
/proc/meminfo: memFree=1101552/2055920 swapFree=4098020/4192956
[pid=5125] ppid=5123 vsize=13600 CPUtime=28.43
/proc/5125/stat : 5125 (sugar) S 5123 5125 4472 0 -1 4194304 1022 32120 0 2 3 1 2735 104 16 0 1 0 1553918044 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5125/statm: 3400 799 370 3 0 500 0
[pid=5148] ppid=5125 vsize=5356 CPUtime=0
/proc/5148/stat : 5148 (sh) S 5125 5125 4472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1553920917 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5148/statm: 1339 232 193 169 0 50 0
[pid=5149] ppid=5148 vsize=241032 CPUtime=98.67
/proc/5149/stat : 5149 (picosat) R 5148 5125 4472 0 -1 4194304 53162 0 0 0 7093 2774 0 0 25 0 1 0 1553920917 246816768 53137 996147200 134512640 134931368 4294956256 18446744073709551615 134544751 0 0 4096 0 0 0 0 17 1 0 0
/proc/5149/statm: 60258 53137 42 102 0 60153 0
Current children cumulated CPU time (s) 127.1
Current children cumulated vsize (KiB) 259988

[startup+140.702 s]
/proc/loadavg: 1.97 1.47 1.40 3/76 5149
/proc/meminfo: memFree=1101616/2055920 swapFree=4098020/4192956
[pid=5125] ppid=5123 vsize=13600 CPUtime=28.43
/proc/5125/stat : 5125 (sugar) S 5123 5125 4472 0 -1 4194304 1022 32120 0 2 3 1 2735 104 16 0 1 0 1553918044 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5125/statm: 3400 799 370 3 0 500 0
[pid=5148] ppid=5125 vsize=5356 CPUtime=0
/proc/5148/stat : 5148 (sh) S 5125 5125 4472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1553920917 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5148/statm: 1339 232 193 169 0 50 0
[pid=5149] ppid=5148 vsize=241032 CPUtime=111.41
/proc/5149/stat : 5149 (picosat) R 5148 5125 4472 0 -1 4194304 53168 0 0 0 8367 2774 0 0 25 0 1 0 1553920917 246816768 53143 996147200 134512640 134931368 4294956256 18446744073709551615 134524107 0 0 4096 0 0 0 0 17 1 0 0
/proc/5149/statm: 60258 53143 42 102 0 60153 0
Current children cumulated CPU time (s) 139.84
Current children cumulated vsize (KiB) 259988

[startup+147.102 s]
/proc/loadavg: 1.97 1.48 1.41 3/76 5149
/proc/meminfo: memFree=1101616/2055920 swapFree=4098020/4192956
[pid=5125] ppid=5123 vsize=13600 CPUtime=28.43
/proc/5125/stat : 5125 (sugar) S 5123 5125 4472 0 -1 4194304 1022 32120 0 2 3 1 2735 104 16 0 1 0 1553918044 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5125/statm: 3400 799 370 3 0 500 0
[pid=5148] ppid=5125 vsize=5356 CPUtime=0
/proc/5148/stat : 5148 (sh) S 5125 5125 4472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1553920917 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5148/statm: 1339 232 193 169 0 50 0
[pid=5149] ppid=5148 vsize=241032 CPUtime=117.78
/proc/5149/stat : 5149 (picosat) R 5148 5125 4472 0 -1 4194304 53169 0 0 0 9004 2774 0 0 25 0 1 0 1553920917 246816768 53144 996147200 134512640 134931368 4294956256 18446744073709551615 134544751 0 0 4096 0 0 0 0 17 1 0 0
/proc/5149/statm: 60258 53144 42 102 0 60153 0
Current children cumulated CPU time (s) 146.21
Current children cumulated vsize (KiB) 259988

[startup+153.501 s]
/proc/loadavg: 1.98 1.49 1.41 3/76 5149
/proc/meminfo: memFree=1101552/2055920 swapFree=4098020/4192956
[pid=5125] ppid=5123 vsize=13600 CPUtime=28.43
/proc/5125/stat : 5125 (sugar) S 5123 5125 4472 0 -1 4194304 1022 32120 0 2 3 1 2735 104 16 0 1 0 1553918044 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5125/statm: 3400 799 370 3 0 500 0
[pid=5148] ppid=5125 vsize=5356 CPUtime=0
/proc/5148/stat : 5148 (sh) S 5125 5125 4472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1553920917 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5148/statm: 1339 232 193 169 0 50 0
[pid=5149] ppid=5148 vsize=241032 CPUtime=124.15
/proc/5149/stat : 5149 (picosat) R 5148 5125 4472 0 -1 4194304 53171 0 0 0 9641 2774 0 0 25 0 1 0 1553920917 246816768 53146 996147200 134512640 134931368 4294956256 18446744073709551615 134544698 0 0 4096 0 0 0 0 17 1 0 0
/proc/5149/statm: 60258 53146 42 102 0 60153 0
Current children cumulated CPU time (s) 152.58
Current children cumulated vsize (KiB) 259988

[startup+155.107 s]
/proc/loadavg: 1.98 1.50 1.41 3/76 5149
/proc/meminfo: memFree=1101552/2055920 swapFree=4098020/4192956
[pid=5125] ppid=5123 vsize=13600 CPUtime=28.43
/proc/5125/stat : 5125 (sugar) S 5123 5125 4472 0 -1 4194304 1022 32120 0 2 3 1 2735 104 16 0 1 0 1553918044 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5125/statm: 3400 799 370 3 0 500 0
[pid=5148] ppid=5125 vsize=5356 CPUtime=0
/proc/5148/stat : 5148 (sh) S 5125 5125 4472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1553920917 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5148/statm: 1339 232 193 169 0 50 0
[pid=5149] ppid=5148 vsize=241032 CPUtime=125.74
/proc/5149/stat : 5149 (picosat) R 5148 5125 4472 0 -1 4194304 53171 0 0 0 9800 2774 0 0 25 0 1 0 1553920917 246816768 53146 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/5149/statm: 60258 53146 42 102 0 60153 0
Current children cumulated CPU time (s) 154.17
Current children cumulated vsize (KiB) 259988

[startup+156.702 s]
/proc/loadavg: 1.98 1.50 1.41 3/76 5149
/proc/meminfo: memFree=1101552/2055920 swapFree=4098020/4192956
[pid=5125] ppid=5123 vsize=13600 CPUtime=28.43
/proc/5125/stat : 5125 (sugar) S 5123 5125 4472 0 -1 4194304 1022 32120 0 2 3 1 2735 104 16 0 1 0 1553918044 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5125/statm: 3400 799 370 3 0 500 0
[pid=5148] ppid=5125 vsize=5356 CPUtime=0
/proc/5148/stat : 5148 (sh) S 5125 5125 4472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1553920917 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5148/statm: 1339 232 193 169 0 50 0
[pid=5149] ppid=5148 vsize=241036 CPUtime=127.33
/proc/5149/stat : 5149 (picosat) R 5148 5125 4472 0 -1 4194304 53184 0 0 0 9958 2775 0 0 25 0 1 0 1553920917 246820864 53159 996147200 134512640 134931368 4294956256 18446744073709551615 134580599 0 0 4096 0 0 0 0 17 1 0 0
/proc/5149/statm: 60259 53159 47 102 0 60154 0
Current children cumulated CPU time (s) 155.76
Current children cumulated vsize (KiB) 259992

[startup+157.503 s]
/proc/loadavg: 1.98 1.50 1.41 4/84 5159
/proc/meminfo: memFree=1304176/2055920 swapFree=4098020/4192956
[pid=5125] ppid=5123 vsize=13600 CPUtime=155.93
/proc/5125/stat : 5125 (sugar) S 5123 5125 4472 0 -1 4194304 1091 85590 0 2 3 1 12705 2884 16 0 1 0 1553918044 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5125/statm: 3400 799 370 3 0 500 0
[pid=5150] ppid=5125 vsize=5356 CPUtime=0
/proc/5150/stat : 5150 (sh) S 5125 5125 4472 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553933730 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5150/statm: 1339 233 193 169 0 50 0
[pid=5151] ppid=5150 vsize=864460 CPUtime=0.61
/proc/5151/stat : 5151 (java) S 5150 5125 4472 0 -1 0 4222 0 1 0 59 2 0 0 18 0 9 0 1553933731 885207040 3687 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5151/statm: 216115 3687 1678 9 0 210697 0
[pid=5151/tid=5152] ppid=5150 vsize=864460 CPUtime=0.53
/proc/5151/task/5152/stat : 5152 (java) R 5150 5125 4472 0 -1 64 2491 0 1 0 52 1 0 0 21 0 9 0 1553933732 885207040 3687 996147200 134512640 134550740 4294956000 18446744073709551615 4126517839 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5151/tid=5153] ppid=5150 vsize=864460 CPUtime=0.02
/proc/5151/task/5153/stat : 5153 (java) S 5150 5125 4472 0 -1 64 635 0 0 0 2 0 0 0 16 0 9 0 1553933733 885207040 3687 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5151/tid=5154] ppid=5150 vsize=864460 CPUtime=0
/proc/5151/task/5154/stat : 5154 (java) S 5150 5125 4472 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1553933733 885207040 3687 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5151/tid=5155] ppid=5150 vsize=864460 CPUtime=0
/proc/5151/task/5155/stat : 5155 (java) S 5150 5125 4472 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1553933733 885207040 3687 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5151/tid=5156] ppid=5150 vsize=864460 CPUtime=0
/proc/5151/task/5156/stat : 5156 (java) S 5150 5125 4472 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553933735 885207040 3687 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5151/tid=5157] ppid=5150 vsize=864460 CPUtime=0.05
/proc/5151/task/5157/stat : 5157 (java) S 5150 5125 4472 0 -1 64 405 0 0 0 5 0 0 0 16 0 9 0 1553933735 885207040 3687 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5151/tid=5158] ppid=5150 vsize=864460 CPUtime=0
/proc/5151/task/5158/stat : 5158 (java) S 5150 5125 4472 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1553933735 885207040 3687 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5151/tid=5159] ppid=5150 vsize=864460 CPUtime=0
/proc/5151/task/5159/stat : 5159 (java) S 5150 5125 4472 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1553933736 885207040 3687 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 156.54
Current children cumulated vsize (KiB) 883416

[startup+157.703 s]
/proc/loadavg: 1.98 1.50 1.41 4/84 5159
/proc/meminfo: memFree=1304176/2055920 swapFree=4098020/4192956
[pid=5125] ppid=5123 vsize=13600 CPUtime=155.93
/proc/5125/stat : 5125 (sugar) S 5123 5125 4472 0 -1 4194304 1091 85590 0 2 3 1 12705 2884 16 0 1 0 1553918044 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5125/statm: 3400 799 370 3 0 500 0
[pid=5150] ppid=5125 vsize=5356 CPUtime=0
/proc/5150/stat : 5150 (sh) S 5125 5125 4472 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553933730 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5150/statm: 1339 233 193 169 0 50 0
[pid=5151] ppid=5150 vsize=864460 CPUtime=0.81
/proc/5151/stat : 5151 (java) S 5150 5125 4472 0 -1 0 4258 0 1 0 79 2 0 0 18 0 9 0 1553933731 885207040 3714 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5151/statm: 216115 3714 1680 9 0 210697 0
[pid=5151/tid=5152] ppid=5150 vsize=864460 CPUtime=0.72
/proc/5151/task/5152/stat : 5152 (java) R 5150 5125 4472 0 -1 64 2501 0 1 0 71 1 0 0 23 0 9 0 1553933732 885207040 3714 996147200 134512640 134550740 4294956000 18446744073709551615 4126537320 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5151/tid=5153] ppid=5150 vsize=864460 CPUtime=0.02
/proc/5151/task/5153/stat : 5153 (java) S 5150 5125 4472 0 -1 64 658 0 0 0 2 0 0 0 16 0 9 0 1553933733 885207040 3714 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5151/tid=5154] ppid=5150 vsize=864460 CPUtime=0
/proc/5151/task/5154/stat : 5154 (java) S 5150 5125 4472 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1553933733 885207040 3714 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5151/tid=5155] ppid=5150 vsize=864460 CPUtime=0
/proc/5151/task/5155/stat : 5155 (java) S 5150 5125 4472 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1553933733 885207040 3714 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5151/tid=5156] ppid=5150 vsize=864460 CPUtime=0
/proc/5151/task/5156/stat : 5156 (java) S 5150 5125 4472 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553933735 885207040 3714 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5151/tid=5157] ppid=5150 vsize=864460 CPUtime=0.05
/proc/5151/task/5157/stat : 5157 (java) S 5150 5125 4472 0 -1 64 408 0 0 0 5 0 0 0 16 0 9 0 1553933735 885207040 3714 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5151/tid=5158] ppid=5150 vsize=864460 CPUtime=0
/proc/5151/task/5158/stat : 5158 (java) S 5150 5125 4472 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1553933735 885207040 3714 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5151/tid=5159] ppid=5150 vsize=864460 CPUtime=0
/proc/5151/task/5159/stat : 5159 (java) S 5150 5125 4472 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1553933736 885207040 3714 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 156.74
Current children cumulated vsize (KiB) 883416

[startup+157.803 s]
/proc/loadavg: 1.98 1.50 1.41 4/84 5159
/proc/meminfo: memFree=1304176/2055920 swapFree=4098020/4192956
[pid=5125] ppid=5123 vsize=13600 CPUtime=156.85
/proc/5125/stat : 5125 (sugar) R 5123 5125 4472 0 -1 4194304 1119 90200 0 3 3 6 12789 2887 16 0 1 0 1553918044 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 268213916713 0 0 4224 16386 0 0 0 17 1 0 0
/proc/5125/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 156.85
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 157.831
CPU time (s): 156.903
CPU user time (s): 127.938
CPU system time (s): 28.9656
CPU usage (%): 99.4122
Max. virtual memory (cumulated for all children) (KiB): 897620

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

runsolver used 0.218966 second user time and 0.518921 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-05 09:20:59
IDJOB=1087052
IDBENCH=57928
IDSOLVER=345
FILE ID=node32/1087052-1215242459
PBS_JOBID= 7881967
Free space on /tmp= 66444 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp02/normalized-fapp02-0250-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-1087052-1215242459/watcher-1087052-1215242459 -o /tmp/evaluation-result-1087052-1215242459/solver-1087052-1215242459 -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-1087052-1215242459.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 796561b8470ec3e16b4bf0f5e79f6e0d
RANDOM SEED=270453462

node32.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.218
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.218
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:       1450664 kB
Buffers:         82804 kB
Cached:         314832 kB
SwapCached:      88292 kB
Active:         340580 kB
Inactive:       204176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1450664 kB
SwapTotal:     4192956 kB
SwapFree:      4098020 kB
Dirty:            1872 kB
Writeback:           0 kB
Mapped:         154184 kB
Slab:            45364 kB
Committed_AS:  3377072 kB
PageTables:       2124 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= 66440 MiB
End job on node32 at 2008-07-05 09:23:37