Trace number 1094994

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+minisatSAT 167.822 169.424

General information on the benchmark

Namecsp/fapp/fapp17/
normalized-fapp17-0300-4.xml
MD5SUM6aaa661c05cede3ed88b267795412528
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 benchmark1.13383
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3865
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3865
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 19:53:59 2008
0.00/0.04	c 0	PID 8190
0.00/0.04	c 0	HOST node88.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1094994-1215280439.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1094994-1215280439.xml' 'HOME/temp.csp'
0.02/0.60	c 0	12 domains, 300 variables, 6 predicates, 0 relations, 3865 constraints
0.02/0.61	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.02/0.61	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.02/0.69	c 1	Parsing HOME/temp.csp
0.57/0.94	c 1	parsed 4183 expressions
0.57/0.95	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.57/0.95	c 1	Converting to clausal form CSP
1.13/1.24	c 1	converted 419 (10%) expressions
1.73/1.80	c 2	converted 837 (20%) expressions
2.13/2.25	c 2	converted 1255 (30%) expressions
2.54/2.60	c 2	converted 1674 (40%) expressions
2.84/2.99	c 3	converted 2092 (50%) expressions
3.13/3.29	c 3	converted 2510 (60%) expressions
3.53/3.62	c 3	converted 2929 (70%) expressions
3.83/3.92	c 4	converted 3347 (80%) expressions
4.23/4.35	c 4	converted 3765 (90%) expressions
4.53/4.65	c 5	converted 4183 (100%) expressions
4.53/4.65	c 5	CSP : 598 integers, 11136 booleans, 23617 clauses, largest domain size 2721
4.53/4.65	c 5	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.53/4.65	c 5	Propagation in CSP
4.73/4.87	c 5	4160 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.73/4.87	c 5	CSP : 598 integers, 11136 booleans, 23617 clauses, largest domain size 2721
4.73/4.88	c 5	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.73/4.89	c 5	Simplifing CSP by introducing new Boolean variables
4.83/4.94	c 5	CSP : 598 integers, 19114 booleans, 31595 clauses, largest domain size 2721
4.83/4.94	c 5	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.12/5.21	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.32/5.49	c 5	60 (10%) CSP integer variables are encoded (12366 clauses, 163454 bytes)
5.61/5.72	c 6	120 (20%) CSP integer variables are encoded (24590 clauses, 346814 bytes)
5.81/5.96	c 6	180 (30%) CSP integer variables are encoded (37050 clauses, 533714 bytes)
6.11/6.21	c 6	240 (40%) CSP integer variables are encoded (49854 clauses, 725774 bytes)
6.31/6.47	c 6	299 (50%) CSP integer variables are encoded (63358 clauses, 928334 bytes)
6.51/6.65	c 7	359 (60%) CSP integer variables are encoded (214177 clauses, 3419604 bytes)
6.61/6.79	c 7	419 (70%) CSP integer variables are encoded (332609 clauses, 5432948 bytes)
6.81/6.93	c 7	479 (80%) CSP integer variables are encoded (441815 clauses, 7289450 bytes)
6.91/7.07	c 7	539 (90%) CSP integer variables are encoded (559905 clauses, 9296980 bytes)
7.01/7.19	c 7	598 (100%) CSP integer variables are encoded (668300 clauses, 11139695 bytes)
18.43/18.66	c 19	3160 (10%) CSP clauses are encoded (2706122 clauses, 54371439 bytes)
23.99/24.21	c 24	6319 (20%) CSP clauses are encoded (3967843 clauses, 82004300 bytes)
27.96/28.25	c 28	9479 (30%) CSP clauses are encoded (5084265 clauses, 107599106 bytes)
30.84/31.16	c 31	12638 (40%) CSP clauses are encoded (5922515 clauses, 127056090 bytes)
33.21/33.53	c 33	15798 (50%) CSP clauses are encoded (6742761 clauses, 146424747 bytes)
35.30/35.60	c 35	18957 (60%) CSP clauses are encoded (7546411 clauses, 165747921 bytes)
37.39/37.79	c 38	22117 (70%) CSP clauses are encoded (8406418 clauses, 186649597 bytes)
39.60/40.50	c 40	25276 (80%) CSP clauses are encoded (9242543 clauses, 206826186 bytes)
41.49/42.41	c 42	28436 (90%) CSP clauses are encoded (10003798 clauses, 225223284 bytes)
43.76/44.71	c 45	31595 (100%) CSP clauses are encoded (10879390 clauses, 246314206 bytes)
43.76/44.71	c 45	31595 CSP clauses encoded
43.76/44.71	c 45	Writing map file : HOME/temp.map
43.76/44.74	c 45	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
43.76/44.74	c 45	SAT : 688012 SAT variables, 10879390 SAT clauses, 246314206 bytes
43.76/44.74	c 45	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
43.76/44.78	c 45	SOLVING HOME/temp.cnf
43.76/44.78	c 45	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
43.76/44.78	c 45	This is MiniSat 2.0 beta
43.76/44.78	c 45	WARNING: for repeatability, setting FPU to use double precision
43.76/44.78	c 45	============================[ Problem Statistics ]=============================
43.76/44.78	c 45	|                                                                             |
43.76/44.79	c 45	|  Number of variables:  688012                                               |
43.76/44.79	c 45	|  Number of clauses:    10879390                                             |
49.62/50.66	c 51	|  Parsing time:         5.11         s                                       |
49.91/50.94	c 51	============================[ Search Statistics ]==============================
49.91/50.94	c 51	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
49.91/50.94	c 51	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
49.91/50.94	c 51	===============================================================================
49.91/50.94	c 51	|         0 |  688012 10879390 30148899 |  3626463        0    nan |  0.000 % |
50.60/51.63	c 52	|       100 |  688010 10879390 30148899 |  3989109       98      3 |  0.698 % |
51.69/52.77	c 53	|       250 |  688002 10879390 30148899 |  4388020      245      3 |  1.853 % |
53.78/54.87	c 55	|       475 |  687985 10879390 30148899 |  4826822      466      3 |  3.836 % |
57.36/58.48	c 58	|       812 |  687905 10879390 30148899 |  5309504      793      3 |  4.949 % |
64.72/65.90	c 66	|      1318 |  653659 10321957 28610166 |  5840455     1256      3 | 10.467 % |
86.42/87.65	c 88	|      2077 |  613266  9742517 27022242 |  6424501     1952      4 | 12.093 % |
135.48/136.97	c 137	|      3216 |  556804  8821728 24478897 |  7066951     2957      3 | 19.089 % |
166.13/167.71	c 168	===============================================================================
166.13/167.73	c 168	restarts              : 8
166.13/167.73	c 168	conflicts             : 3759           (31 /sec)
166.13/167.73	c 168	decisions             : 3971124        (0.14 % random) (32669 /sec)
166.13/167.73	c 168	propagations          : 252547941      (2077600 /sec)
166.13/167.73	c 168	conflict literals     : 12838          (6.48 % deleted)
166.13/167.73	c 168	Memory used           : 500.30 MB
166.13/167.73	c 168	CPU time              : 121.558 s
166.13/167.73	c 168	
166.43/168.00	c 168	SATISFIABLE
166.43/168.08	c 168	DECODING HOME/temp.out WITH HOME/temp.map
166.43/168.08	c 168	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
166.53/168.16	c 168	Decoding HOME/temp.out
167.62/169.22	s SATISFIABLE
167.62/169.23	v 2640 2180 2356 2592 2544 2400 2608 2460 2396 2132 2176 2460 2608 2460 2416 2136 2544 2628 2380 2136 2600 2520 2200 2456 2372 2284 2492 2692 2380 2496 2424 2460 2528 2504 2720 2588 2440 2128 2680 2604 -2424 2600 2652 2504 2536 2304 2560 -2536 2420 2456 2500 2652 -2496 -2284 2176 2720 -2220 2644 2228 2456 2664 2288 2504 2136 2396 2176 2536 2568 2296 2680 2628 2376 2176 2408 2176 2416 2536 -2192 2256 -2256 2420 2628 2692 -2504 2544 2516 2460 -2676 2552 2504 2612 2136 2168 2120 2316 2168 2416 2416 2604 2456 2456 2420 2356 2456 2368 2680 2380 2668 2496 -2576 2184 2360 2208 2720 2176 -2160 2380 2164 2140 2324 2256 2656 2336 2656 2544 2420 2136 2504 2264 2504 2416 -2616 2500 2240 2152 2504 2248 2232 2612 2416 2324 2316 2504 2568 2144 2668 2176 2692 2420 2368 2544 2480 2568 2456 2528 2180 2544 2136 2420 2644 2324 2152 2616 2184 2456 2456 2208 2276 2544 2376 2456 2668 2692 2616 2704 2568 2328 2652 2668 2544 2272 2420 2652 2276 -2524 2400 2200 2460 2268 2396 2420 2652 2168 2476 2324 -2244 2636 2608 2332 2504 -2524 2288 2436 2628 2284 -2416 2144 2204 2496 2136 2396 2416 2652 2640 2484 2120 2416 2296 2384 2232 2668 2420 -2440 2204 -2316 2272 2548 2304 2416 2396 2504 2480 2284 2380 2708 2496 2172 2472 2208 2132 2456 2536 -2416 2160 2488 2628 2608 2416 2416 2544 -2132 2628 2384 2264 2568 2416 2484 2172 2524 2544 2220 2172 2496 2376 2588 2296 2332 2136 2628 2568 2456 2292 2668 2544 2448 2144 2456 2184 2176 2456 -2440 2628 2508 2512 2416 2192 -2532 2180 2484 2164 2532 2492 2284 2248 -2436 2276 2248 2240 -2668 2436
167.62/169.24	c 169	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
167.62/169.29	c 169	CPU 165 (0.03 0.01 164.97 2.67)
167.62/169.29	c 169	END Sat Jul  5 19:56:48 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-1094994-1215280439/watcher-1094994-1215280439 -o /tmp/evaluation-result-1094994-1215280439/solver-1094994-1215280439 -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/minisat -tmp=HOME/temp HOME/instance-1094994-1215280439.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.92 1.98 1.99 4/82 8190
/proc/meminfo: memFree=1737832/2055920 swapFree=4179952/4192956
[pid=8190] ppid=8188 vsize=12268 CPUtime=0
/proc/8190/stat : 8190 (sugar) R 8188 8190 8153 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 640291134 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 270187330149 0 0 4224 0 0 0 0 17 1 0 0
/proc/8190/statm: 3067 316 241 3 0 167 0

[startup+0.0768491 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 8190
/proc/meminfo: memFree=1737832/2055920 swapFree=4179952/4192956
[pid=8190] ppid=8188 vsize=13600 CPUtime=0.02
/proc/8190/stat : 8190 (sugar) S 8188 8190 8153 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 640291134 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8190/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.101853 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 8190
/proc/meminfo: memFree=1737832/2055920 swapFree=4179952/4192956
[pid=8190] ppid=8188 vsize=13600 CPUtime=0.02
/proc/8190/stat : 8190 (sugar) S 8188 8190 8153 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 640291134 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8190/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.30187 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 8190
/proc/meminfo: memFree=1737832/2055920 swapFree=4179952/4192956
[pid=8190] ppid=8188 vsize=13600 CPUtime=0.02
/proc/8190/stat : 8190 (sugar) S 8188 8190 8153 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 640291134 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8190/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.701918 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 8190
/proc/meminfo: memFree=1737832/2055920 swapFree=4179952/4192956
[pid=8190] ppid=8188 vsize=13600 CPUtime=0.57
/proc/8190/stat : 8190 (sugar) S 8188 8190 8153 0 -1 4194304 973 6938 0 1 2 0 52 3 15 0 1 0 640291134 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8190/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 13600

[startup+1.50301 s]
/proc/loadavg: 1.92 1.98 1.99 3/93 8212
/proc/meminfo: memFree=1727696/2055920 swapFree=4179952/4192956
[pid=8190] ppid=8188 vsize=13600 CPUtime=0.57
/proc/8190/stat : 8190 (sugar) S 8188 8190 8153 0 -1 4194304 974 6938 0 1 2 0 52 3 15 0 1 0 640291134 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8190/statm: 3400 797 370 3 0 500 0
[pid=8203] ppid=8190 vsize=5356 CPUtime=0
/proc/8203/stat : 8203 (sh) S 8190 8190 8153 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 640291196 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8203/statm: 1339 233 193 169 0 50 0
[pid=8204] ppid=8203 vsize=868260 CPUtime=0.87
/proc/8204/stat : 8204 (java) S 8203 8190 8153 0 -1 0 5813 0 1 0 84 3 0 0 20 0 9 0 640291196 889098240 5178 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8204/statm: 217065 5178 1734 9 0 211640 0
[pid=8204/tid=8205] ppid=8203 vsize=868260 CPUtime=0.6
/proc/8204/task/8205/stat : 8205 (java) R 8203 8190 8153 0 -1 64 2691 0 1 0 59 1 0 0 25 0 9 0 640291197 889098240 5178 996147200 134512640 134550740 4294955952 18446744073709551615 4126569475 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8204/tid=8206] ppid=8203 vsize=868260 CPUtime=0.06
/proc/8204/task/8206/stat : 8206 (java) S 8203 8190 8153 0 -1 64 962 0 0 0 6 0 0 0 16 0 9 0 640291198 889098240 5178 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8204/tid=8207] ppid=8203 vsize=868260 CPUtime=0
/proc/8204/task/8207/stat : 8207 (java) S 8203 8190 8153 0 -1 64 10 0 0 0 0 0 0 0 24 0 9 0 640291198 889098240 5178 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8204/tid=8208] ppid=8203 vsize=868260 CPUtime=0
/proc/8204/task/8208/stat : 8208 (java) S 8203 8190 8153 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 640291198 889098240 5178 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8204/tid=8209] ppid=8203 vsize=868260 CPUtime=0
/proc/8204/task/8209/stat : 8209 (java) S 8203 8190 8153 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 640291200 889098240 5178 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8204/tid=8210] ppid=8203 vsize=868260 CPUtime=0.17
/proc/8204/task/8210/stat : 8210 (java) S 8203 8190 8153 0 -1 64 1469 0 0 0 17 0 0 0 16 0 9 0 640291200 889098240 5178 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8204/tid=8211] ppid=8203 vsize=868260 CPUtime=0
/proc/8204/task/8211/stat : 8211 (java) S 8203 8190 8153 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 640291200 889098240 5178 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8204/tid=8212] ppid=8203 vsize=868260 CPUtime=0
/proc/8204/task/8212/stat : 8212 (java) S 8203 8190 8153 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 640291200 889098240 5178 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887216

[startup+3.1022 s]
/proc/loadavg: 1.93 1.98 1.99 3/93 8212
/proc/meminfo: memFree=1717136/2055920 swapFree=4179952/4192956
[pid=8190] ppid=8188 vsize=13600 CPUtime=0.58
/proc/8190/stat : 8190 (sugar) S 8188 8190 8153 0 -1 4194304 974 6938 0 1 3 0 52 3 15 0 1 0 640291134 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8190/statm: 3400 797 370 3 0 500 0
[pid=8203] ppid=8190 vsize=5356 CPUtime=0
/proc/8203/stat : 8203 (sh) S 8190 8190 8153 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 640291196 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8203/statm: 1339 233 193 169 0 50 0
[pid=8204] ppid=8203 vsize=868376 CPUtime=2.46
/proc/8204/stat : 8204 (java) S 8203 8190 8153 0 -1 0 9834 0 1 0 240 6 0 0 20 0 9 0 640291196 889217024 8877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8204/statm: 217094 8877 2540 9 0 211669 0
[pid=8204/tid=8205] ppid=8203 vsize=868376 CPUtime=1.83
/proc/8204/task/8205/stat : 8205 (java) R 8203 8190 8153 0 -1 64 2939 0 1 0 182 1 0 0 25 0 9 0 640291197 889217024 8877 996147200 134512640 134550740 4294955952 18446744073709551615 4126604024 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8204/tid=8206] ppid=8203 vsize=868376 CPUtime=0.41
/proc/8204/task/8206/stat : 8206 (java) S 8203 8190 8153 0 -1 64 4726 0 0 0 38 3 0 0 16 0 9 0 640291198 889217024 8877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8204/tid=8207] ppid=8203 vsize=868376 CPUtime=0
/proc/8204/task/8207/stat : 8207 (java) S 8203 8190 8153 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 640291198 889217024 8877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8204/tid=8208] ppid=8203 vsize=868376 CPUtime=0
/proc/8204/task/8208/stat : 8208 (java) S 8203 8190 8153 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 640291198 889217024 8877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8204/tid=8209] ppid=8203 vsize=868376 CPUtime=0
/proc/8204/task/8209/stat : 8209 (java) S 8203 8190 8153 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 640291200 889217024 8877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8204/tid=8210] ppid=8203 vsize=868376 CPUtime=0.18
/proc/8204/task/8210/stat : 8210 (java) S 8203 8190 8153 0 -1 64 1477 0 0 0 18 0 0 0 15 0 9 0 640291200 889217024 8877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8204/tid=8211] ppid=8203 vsize=868376 CPUtime=0
/proc/8204/task/8211/stat : 8211 (java) S 8203 8190 8153 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 640291200 889217024 8877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8204/tid=8212] ppid=8203 vsize=868376 CPUtime=0
/proc/8204/task/8212/stat : 8212 (java) S 8203 8190 8153 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 640291200 889217024 8877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 887332

[startup+6.30156 s]
/proc/loadavg: 1.93 1.98 1.99 3/93 8212
/proc/meminfo: memFree=1695248/2055920 swapFree=4179952/4192956
[pid=8190] ppid=8188 vsize=13600 CPUtime=0.58
/proc/8190/stat : 8190 (sugar) S 8188 8190 8153 0 -1 4194304 974 6938 0 1 3 0 52 3 15 0 1 0 640291134 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8190/statm: 3400 797 370 3 0 500 0
[pid=8203] ppid=8190 vsize=5356 CPUtime=0
/proc/8203/stat : 8203 (sh) S 8190 8190 8153 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 640291196 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8203/statm: 1339 233 193 169 0 50 0
[pid=8204] ppid=8203 vsize=868488 CPUtime=5.63
/proc/8204/stat : 8204 (java) S 8203 8190 8153 0 -1 0 18705 0 1 0 551 12 0 0 20 0 9 0 640291196 889331712 12440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8204/statm: 217122 12440 2566 9 0 211669 0
[pid=8204/tid=8205] ppid=8203 vsize=868488 CPUtime=4.34
/proc/8204/task/8205/stat : 8205 (java) R 8203 8190 8153 0 -1 64 3287 0 1 0 432 2 0 0 25 0 9 0 640291197 889331712 12440 996147200 134512640 134550740 4294955952 18446744073709551615 4126596232 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8204/tid=8206] ppid=8203 vsize=868488 CPUtime=1.03
/proc/8204/task/8206/stat : 8206 (java) S 8203 8190 8153 0 -1 64 13216 0 0 0 95 8 0 0 16 0 9 0 640291198 889331712 12440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8204/tid=8207] ppid=8203 vsize=868488 CPUtime=0
/proc/8204/task/8207/stat : 8207 (java) S 8203 8190 8153 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 640291198 889331712 12440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8204/tid=8208] ppid=8203 vsize=868488 CPUtime=0
/proc/8204/task/8208/stat : 8208 (java) S 8203 8190 8153 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 640291198 889331712 12440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8204/tid=8209] ppid=8203 vsize=868488 CPUtime=0
/proc/8204/task/8209/stat : 8209 (java) S 8203 8190 8153 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 640291200 889331712 12440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8204/tid=8210] ppid=8203 vsize=868488 CPUtime=0.23
/proc/8204/task/8210/stat : 8210 (java) S 8203 8190 8153 0 -1 64 1510 0 0 0 23 0 0 0 15 0 9 0 640291200 889331712 12440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8204/tid=8211] ppid=8203 vsize=868488 CPUtime=0
/proc/8204/task/8211/stat : 8211 (java) S 8203 8190 8153 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 640291200 889331712 12440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8204/tid=8212] ppid=8203 vsize=868488 CPUtime=0
/proc/8204/task/8212/stat : 8212 (java) S 8203 8190 8153 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 640291200 889331712 12440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 887444

[startup+12.7023 s]
/proc/loadavg: 1.94 1.98 1.99 3/93 8212
/proc/meminfo: memFree=1666384/2055920 swapFree=4179952/4192956
[pid=8190] ppid=8188 vsize=13600 CPUtime=0.58
/proc/8190/stat : 8190 (sugar) S 8188 8190 8153 0 -1 4194304 974 6938 0 1 3 0 52 3 15 0 1 0 640291134 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8190/statm: 3400 797 370 3 0 500 0
[pid=8203] ppid=8190 vsize=5356 CPUtime=0
/proc/8203/stat : 8203 (sh) S 8190 8190 8153 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 640291196 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8203/statm: 1339 233 193 169 0 50 0
[pid=8204] ppid=8203 vsize=868488 CPUtime=12
/proc/8204/stat : 8204 (java) S 8203 8190 8153 0 -1 0 19005 0 1 0 1169 31 0 0 20 0 9 0 640291196 889331712 12456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8204/statm: 217122 12456 2566 9 0 211669 0
[pid=8204/tid=8205] ppid=8203 vsize=868488 CPUtime=10.58
/proc/8204/task/8205/stat : 8205 (java) R 8203 8190 8153 0 -1 64 3573 0 1 0 1039 19 0 0 25 0 9 0 640291197 889331712 12456 996147200 134512640 134550740 4294955952 18446744073709551615 4127019167 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8204/tid=8206] ppid=8203 vsize=868488 CPUtime=1.13
/proc/8204/task/8206/stat : 8206 (java) S 8203 8190 8153 0 -1 64 13216 0 0 0 103 10 0 0 16 0 9 0 640291198 889331712 12456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8204/tid=8207] ppid=8203 vsize=868488 CPUtime=0
/proc/8204/task/8207/stat : 8207 (java) S 8203 8190 8153 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 640291198 889331712 12456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8204/tid=8208] ppid=8203 vsize=868488 CPUtime=0
/proc/8204/task/8208/stat : 8208 (java) S 8203 8190 8153 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 640291198 889331712 12456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8204/tid=8209] ppid=8203 vsize=868488 CPUtime=0
/proc/8204/task/8209/stat : 8209 (java) S 8203 8190 8153 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 640291200 889331712 12456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8204/tid=8210] ppid=8203 vsize=868488 CPUtime=0.25
/proc/8204/task/8210/stat : 8210 (java) S 8203 8190 8153 0 -1 64 1524 0 0 0 25 0 0 0 17 0 9 0 640291200 889331712 12456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8204/tid=8211] ppid=8203 vsize=868488 CPUtime=0
/proc/8204/task/8211/stat : 8211 (java) S 8203 8190 8153 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 640291200 889331712 12456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8204/tid=8212] ppid=8203 vsize=868488 CPUtime=0
/proc/8204/task/8212/stat : 8212 (java) S 8203 8190 8153 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 640291200 889331712 12456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 887444

[startup+25.5028 s]
/proc/loadavg: 1.95 1.98 1.99 4/93 8212
/proc/meminfo: memFree=1608400/2055920 swapFree=4179952/4192956
[pid=8190] ppid=8188 vsize=13600 CPUtime=0.58
/proc/8190/stat : 8190 (sugar) S 8188 8190 8153 0 -1 4194304 974 6938 0 1 3 0 52 3 16 0 1 0 640291134 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8190/statm: 3400 797 370 3 0 500 0
[pid=8203] ppid=8190 vsize=5356 CPUtime=0
/proc/8203/stat : 8203 (sh) S 8190 8190 8153 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 640291196 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8203/statm: 1339 233 193 169 0 50 0
[pid=8204] ppid=8203 vsize=868488 CPUtime=24.7
/proc/8204/stat : 8204 (java) S 8203 8190 8153 0 -1 0 19549 0 1 0 2403 67 0 0 20 0 9 0 640291196 889331712 12459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8204/statm: 217122 12459 2566 9 0 211669 0
[pid=8204/tid=8205] ppid=8203 vsize=868488 CPUtime=23.06
/proc/8204/task/8205/stat : 8205 (java) R 8203 8190 8153 0 -1 64 4114 0 1 0 2254 52 0 0 25 0 9 0 640291197 889331712 12459 996147200 134512640 134550740 4294955952 18446744073709551615 4127050975 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8204/tid=8206] ppid=8203 vsize=868488 CPUtime=1.35
/proc/8204/task/8206/stat : 8206 (java) S 8203 8190 8153 0 -1 64 13216 0 0 0 122 13 0 0 16 0 9 0 640291198 889331712 12459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8204/tid=8207] ppid=8203 vsize=868488 CPUtime=0
/proc/8204/task/8207/stat : 8207 (java) S 8203 8190 8153 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 640291198 889331712 12459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8204/tid=8208] ppid=8203 vsize=868488 CPUtime=0
/proc/8204/task/8208/stat : 8208 (java) S 8203 8190 8153 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 640291198 889331712 12459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8204/tid=8209] ppid=8203 vsize=868488 CPUtime=0
/proc/8204/task/8209/stat : 8209 (java) S 8203 8190 8153 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 640291200 889331712 12459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8204/tid=8210] ppid=8203 vsize=868488 CPUtime=0.26
/proc/8204/task/8210/stat : 8210 (java) S 8203 8190 8153 0 -1 64 1527 0 0 0 26 0 0 0 16 0 9 0 640291200 889331712 12459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8204/tid=8211] ppid=8203 vsize=868488 CPUtime=0
/proc/8204/task/8211/stat : 8211 (java) S 8203 8190 8153 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 640291200 889331712 12459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8204/tid=8212] ppid=8203 vsize=868488 CPUtime=0
/proc/8204/task/8212/stat : 8212 (java) S 8203 8190 8153 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 640291200 889331712 12459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 887444

[startup+51.1017 s]
/proc/loadavg: 2.32 2.06 2.02 3/85 8214
/proc/meminfo: memFree=1038032/2055920 swapFree=4179952/4192956
[pid=8190] ppid=8188 vsize=13600 CPUtime=43.83
/proc/8190/stat : 8190 (sugar) S 8188 8190 8153 0 -1 4194304 1033 28138 0 2 3 1 4206 173 15 0 1 0 640291134 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8190/statm: 3400 799 370 3 0 500 0
[pid=8213] ppid=8190 vsize=5356 CPUtime=0
/proc/8213/stat : 8213 (sh) S 8190 8190 8153 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640295612 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8213/statm: 1339 232 193 169 0 50 0
[pid=8214] ppid=8213 vsize=471716 CPUtime=6.27
/proc/8214/stat : 8214 (minisat) R 8213 8190 8153 0 -1 4194304 116047 0 0 0 553 74 0 0 25 0 1 0 640295613 483037184 116033 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8214/statm: 117929 116033 72 150 0 117776 0
Current children cumulated CPU time (s) 50.1
Current children cumulated vsize (KiB) 490672

[startup+102.307 s]
/proc/loadavg: 2.16 2.07 2.02 3/85 8214
/proc/meminfo: memFree=984528/2055920 swapFree=4179952/4192956
[pid=8190] ppid=8188 vsize=13600 CPUtime=43.83
/proc/8190/stat : 8190 (sugar) S 8188 8190 8153 0 -1 4194304 1033 28138 0 2 3 1 4206 173 16 0 1 0 640291134 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8190/statm: 3400 799 370 3 0 500 0
[pid=8213] ppid=8190 vsize=5356 CPUtime=0
/proc/8213/stat : 8213 (sh) S 8190 8190 8153 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640295612 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8213/statm: 1339 232 193 169 0 50 0
[pid=8214] ppid=8213 vsize=511636 CPUtime=57.22
/proc/8214/stat : 8214 (minisat) R 8213 8190 8153 0 -1 4194304 125973 0 0 0 5644 78 0 0 25 0 1 0 640295613 523915264 125959 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8214/statm: 127909 125959 76 150 0 127756 0
Current children cumulated CPU time (s) 101.05
Current children cumulated vsize (KiB) 530592

[startup+162.302 s]
/proc/loadavg: 2.06 2.05 2.01 3/85 8214
/proc/meminfo: memFree=984592/2055920 swapFree=4179952/4192956
[pid=8190] ppid=8188 vsize=13600 CPUtime=43.83
/proc/8190/stat : 8190 (sugar) S 8188 8190 8153 0 -1 4194304 1033 28138 0 2 3 1 4206 173 16 0 1 0 640291134 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8190/statm: 3400 799 370 3 0 500 0
[pid=8213] ppid=8190 vsize=5356 CPUtime=0
/proc/8213/stat : 8213 (sh) S 8190 8190 8153 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640295612 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8213/statm: 1339 232 193 169 0 50 0
[pid=8214] ppid=8213 vsize=511636 CPUtime=116.92
/proc/8214/stat : 8214 (minisat) R 8213 8190 8153 0 -1 4194304 125973 0 0 0 11614 78 0 0 25 0 1 0 640295613 523915264 125959 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/8214/statm: 127909 125959 76 150 0 127756 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 530592

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

[startup+166.303 s]
/proc/loadavg: 2.06 2.05 2.01 3/85 8214
/proc/meminfo: memFree=984592/2055920 swapFree=4179952/4192956
[pid=8190] ppid=8188 vsize=13600 CPUtime=43.83
/proc/8190/stat : 8190 (sugar) S 8188 8190 8153 0 -1 4194304 1033 28138 0 2 3 1 4206 173 16 0 1 0 640291134 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8190/statm: 3400 799 370 3 0 500 0
[pid=8213] ppid=8190 vsize=5356 CPUtime=0
/proc/8213/stat : 8213 (sh) S 8190 8190 8153 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640295612 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8213/statm: 1339 232 193 169 0 50 0
[pid=8214] ppid=8213 vsize=511636 CPUtime=120.9
/proc/8214/stat : 8214 (minisat) R 8213 8190 8153 0 -1 4194304 125973 0 0 0 12012 78 0 0 25 0 1 0 640295613 523915264 125959 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8214/statm: 127909 125959 76 150 0 127756 0
Current children cumulated CPU time (s) 164.73
Current children cumulated vsize (KiB) 530592

[startup+167.902 s]
/proc/loadavg: 2.05 2.05 2.01 3/85 8214
/proc/meminfo: memFree=984592/2055920 swapFree=4179952/4192956
[pid=8190] ppid=8188 vsize=13600 CPUtime=43.83
/proc/8190/stat : 8190 (sugar) S 8188 8190 8153 0 -1 4194304 1033 28138 0 2 3 1 4206 173 16 0 1 0 640291134 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8190/statm: 3400 799 370 3 0 500 0
[pid=8213] ppid=8190 vsize=5356 CPUtime=0
/proc/8213/stat : 8213 (sh) S 8190 8190 8153 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640295612 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8213/statm: 1339 232 193 169 0 50 0
[pid=8214] ppid=8213 vsize=512320 CPUtime=122.5
/proc/8214/stat : 8214 (minisat) R 8213 8190 8153 0 -1 4194304 126151 0 0 0 12171 79 0 0 25 0 1 0 640295613 524615680 126136 996147200 134512640 135127466 4294956256 18446744073709551615 134785439 0 0 4096 3 0 0 0 17 1 0 0
/proc/8214/statm: 128080 126136 82 150 0 127927 0
Current children cumulated CPU time (s) 166.33
Current children cumulated vsize (KiB) 531276

[startup+168.701 s]
/proc/loadavg: 2.05 2.05 2.01 3/93 8224
/proc/meminfo: memFree=1479504/2055920 swapFree=4179952/4192956
[pid=8190] ppid=8188 vsize=13600 CPUtime=166.53
/proc/8190/stat : 8190 (sugar) S 8188 8190 8153 0 -1 4194304 1090 154574 0 2 3 1 16387 262 15 0 1 0 640291134 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8190/statm: 3400 799 370 3 0 500 0
[pid=8215] ppid=8190 vsize=5356 CPUtime=0
/proc/8215/stat : 8215 (sh) S 8190 8190 8153 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 640307942 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8215/statm: 1339 233 193 169 0 50 0
[pid=8216] ppid=8215 vsize=864364 CPUtime=0.6
/proc/8216/stat : 8216 (java) S 8215 8190 8153 0 -1 0 4562 0 1 0 57 3 0 0 19 0 9 0 640307943 885108736 4025 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8216/statm: 216091 4025 1678 9 0 210673 0
[pid=8216/tid=8217] ppid=8215 vsize=864364 CPUtime=0.48
/proc/8216/task/8217/stat : 8217 (java) R 8215 8190 8153 0 -1 64 2493 0 1 0 47 1 0 0 25 0 9 0 640307944 885108736 4025 996147200 134512640 134550740 4294956000 18446744073709551615 4126517929 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8216/tid=8218] ppid=8215 vsize=864364 CPUtime=0.03
/proc/8216/task/8218/stat : 8218 (java) S 8215 8190 8153 0 -1 64 970 0 0 0 3 0 0 0 16 0 9 0 640307945 885108736 4025 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8216/tid=8219] ppid=8215 vsize=864364 CPUtime=0
/proc/8216/task/8219/stat : 8219 (java) S 8215 8190 8153 0 -1 64 9 0 0 0 0 0 0 0 22 0 9 0 640307945 885108736 4025 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8216/tid=8220] ppid=8215 vsize=864364 CPUtime=0
/proc/8216/task/8220/stat : 8220 (java) S 8215 8190 8153 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 640307945 885108736 4025 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8216/tid=8221] ppid=8215 vsize=864364 CPUtime=0
/proc/8216/task/8221/stat : 8221 (java) S 8215 8190 8153 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 640307947 885108736 4025 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8216/tid=8222] ppid=8215 vsize=864364 CPUtime=0.05
/proc/8216/task/8222/stat : 8222 (java) S 8215 8190 8153 0 -1 64 407 0 0 0 5 0 0 0 16 0 9 0 640307947 885108736 4025 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8216/tid=8223] ppid=8215 vsize=864364 CPUtime=0
/proc/8216/task/8223/stat : 8223 (java) S 8215 8190 8153 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 640307947 885108736 4025 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8216/tid=8224] ppid=8215 vsize=864364 CPUtime=0
/proc/8216/task/8224/stat : 8224 (java) S 8215 8190 8153 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 640307947 885108736 4025 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 167.13
Current children cumulated vsize (KiB) 883320

[startup+169.101 s]
/proc/loadavg: 2.05 2.05 2.01 3/93 8224
/proc/meminfo: memFree=1479504/2055920 swapFree=4179952/4192956
[pid=8190] ppid=8188 vsize=13600 CPUtime=166.53
/proc/8190/stat : 8190 (sugar) S 8188 8190 8153 0 -1 4194304 1090 154574 0 2 3 1 16387 262 15 0 1 0 640291134 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8190/statm: 3400 799 370 3 0 500 0
[pid=8215] ppid=8190 vsize=5356 CPUtime=0
/proc/8215/stat : 8215 (sh) S 8190 8190 8153 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 640307942 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8215/statm: 1339 233 193 169 0 50 0
[pid=8216] ppid=8215 vsize=864364 CPUtime=0.99
/proc/8216/stat : 8216 (java) S 8215 8190 8153 0 -1 0 5888 0 1 0 96 3 0 0 19 0 9 0 640307943 885108736 5166 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8216/statm: 216091 5166 2531 9 0 210673 0
[pid=8216/tid=8217] ppid=8215 vsize=864364 CPUtime=0.84
/proc/8216/task/8217/stat : 8217 (java) R 8215 8190 8153 0 -1 64 2505 0 1 0 83 1 0 0 25 0 9 0 640307944 885108736 5166 996147200 134512640 134550740 4294956000 18446744073709551615 4126409844 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8216/tid=8218] ppid=8215 vsize=864364 CPUtime=0.06
/proc/8216/task/8218/stat : 8218 (java) S 8215 8190 8153 0 -1 64 2279 0 0 0 6 0 0 0 16 0 9 0 640307945 885108736 5166 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8216/tid=8219] ppid=8215 vsize=864364 CPUtime=0
/proc/8216/task/8219/stat : 8219 (java) S 8215 8190 8153 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 640307945 885108736 5166 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8216/tid=8220] ppid=8215 vsize=864364 CPUtime=0
/proc/8216/task/8220/stat : 8220 (java) S 8215 8190 8153 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 640307945 885108736 5166 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8216/tid=8221] ppid=8215 vsize=864364 CPUtime=0
/proc/8216/task/8221/stat : 8221 (java) S 8215 8190 8153 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 640307947 885108736 5166 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8216/tid=8222] ppid=8215 vsize=864364 CPUtime=0.06
/proc/8216/task/8222/stat : 8222 (java) S 8215 8190 8153 0 -1 64 410 0 0 0 6 0 0 0 16 0 9 0 640307947 885108736 5166 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8216/tid=8223] ppid=8215 vsize=864364 CPUtime=0
/proc/8216/task/8223/stat : 8223 (java) S 8215 8190 8153 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 640307947 885108736 5166 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8216/tid=8224] ppid=8215 vsize=864364 CPUtime=0
/proc/8216/task/8224/stat : 8224 (java) S 8215 8190 8153 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 640307947 885108736 5166 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 167.52
Current children cumulated vsize (KiB) 883320

[startup+169.301 s]
/proc/loadavg: 2.05 2.05 2.01 3/83 8224
/proc/meminfo: memFree=1510496/2055920 swapFree=4179952/4192956
[pid=8190] ppid=8188 vsize=13600 CPUtime=167.69
/proc/8190/stat : 8190 (sugar) R 8188 8190 8153 0 -1 4194304 1119 160800 0 3 3 2 16497 267 16 0 1 0 640291134 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 0 0 0 17 0 0 0
/proc/8190/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 167.69
Current children cumulated vsize (KiB) 13600

[startup+169.419 s]
/proc/loadavg: 2.05 2.05 2.01 3/83 8224
/proc/meminfo: memFree=1510496/2055920 swapFree=4179952/4192956
[pid=8190] ppid=8188 vsize=13600 CPUtime=167.8
/proc/8190/stat : 8190 (sugar) R 8188 8190 8153 0 -1 4194304 1119 160800 0 3 3 13 16497 267 16 0 1 0 640291134 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 0 0 0 17 0 0 0
/proc/8190/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 167.8
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 169.424
CPU time (s): 167.822
CPU user time (s): 165.011
CPU system time (s): 2.81157
CPU usage (%): 99.0548
Max. virtual memory (cumulated for all children) (KiB): 897832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 165.011
system time used= 2.81157
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 161949
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= 21255
involuntary context switches= 25413

runsolver used 0.217966 second user time and 0.505923 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-05 19:53:59
IDJOB=1094994
IDBENCH=58861
IDSOLVER=346
FILE ID=node88/1094994-1215280439
PBS_JOBID= 7882315
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp17/normalized-fapp17-0300-4.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1094994-1215280439/watcher-1094994-1215280439 -o /tmp/evaluation-result-1094994-1215280439/solver-1094994-1215280439 -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/minisat" -tmp="HOME/temp" HOME/instance-1094994-1215280439.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6aaa661c05cede3ed88b267795412528
RANDOM SEED=1742983176

node88.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1738312 kB
Buffers:         40076 kB
Cached:         188288 kB
SwapCached:       6780 kB
Active:         191096 kB
Inactive:        77324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1738312 kB
SwapTotal:     4192956 kB
SwapFree:      4179952 kB
Dirty:            1984 kB
Writeback:           0 kB
Mapped:          56488 kB
Slab:            34280 kB
Committed_AS:  1123700 kB
PageTables:       1968 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66496 MiB
End job on node88 at 2008-07-05 19:56:48