Trace number 2083787

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatSAT 320.099 322.13

General information on the benchmark

Namecsp/fapp/fapp02/
normalized-fapp02-0250-5.xml
MD5SUM12e743886345c8ed1c98bc98af799e15
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 benchmark19.1681
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

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 07:56:38 2009
0.00/0.07	c 0	PID 27141
0.00/0.08	c 0	HOST node86.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2083787-1247378198.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083787-1247378198.xml' 'HOME/temp.csp'
0.06/0.61	c 1	13 domains, 250 variables, 8 predicates, 0 relations, 3055 constraints
0.06/0.65	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.65	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.59/0.73	c 1	Parsing HOME/temp.csp
0.59/0.96	c 1	parsed 3326 expressions
0.59/0.97	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.59/0.97	c 1	Converting to clausal form CSP
1.03/1.16	c 2	converted 333 (10%) expressions
2.01/2.17	c 3	converted 666 (20%) expressions
2.62/2.77	c 3	converted 998 (30%) expressions
3.11/3.26	c 4	converted 1331 (40%) expressions
3.61/3.75	c 4	converted 1663 (50%) expressions
4.10/4.22	c 5	converted 1996 (60%) expressions
4.40/4.50	c 5	converted 2329 (70%) expressions
4.70/4.89	c 5	converted 2661 (80%) expressions
5.19/5.31	c 6	converted 2994 (90%) expressions
5.89/6.01	c 6	converted 3326 (100%) expressions
5.89/6.01	c 6	CSP : 498 integers, 8693 booleans, 18543 clauses, largest domain size 2657
5.89/6.01	c 6	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.89/6.01	c 6	Propagation in CSP
5.99/6.19	c 7	100 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.99/6.19	c 7	CSP : 498 integers, 8693 booleans, 18543 clauses, largest domain size 2657
5.99/6.19	c 7	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.09/6.22	c 7	Simplifing CSP by introducing new Boolean variables
6.09/6.26	c 7	CSP : 498 integers, 15073 booleans, 24923 clauses, largest domain size 2657
6.09/6.26	c 7	Heap : 36 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.39/6.57	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.59/6.76	c 7	50 (10%) CSP integer variables are encoded (7676 clauses, 97651 bytes)
6.69/6.88	c 7	100 (20%) CSP integer variables are encoded (14794 clauses, 199914 bytes)
6.89/7.01	c 7	150 (30%) CSP integer variables are encoded (22238 clauses, 311574 bytes)
6.99/7.13	c 8	200 (40%) CSP integer variables are encoded (29342 clauses, 418134 bytes)
7.08/7.24	c 8	249 (50%) CSP integer variables are encoded (35938 clauses, 517074 bytes)
7.19/7.36	c 8	299 (60%) CSP integer variables are encoded (129111 clauses, 1973450 bytes)
7.29/7.45	c 8	349 (70%) CSP integer variables are encoded (199065 clauses, 3162668 bytes)
7.38/7.54	c 8	399 (80%) CSP integer variables are encoded (272079 clauses, 4403906 bytes)
7.48/7.64	c 8	449 (90%) CSP integer variables are encoded (349687 clauses, 5723242 bytes)
7.58/7.72	c 8	498 (100%) CSP integer variables are encoded (406258 clauses, 6684949 bytes)
8.68/8.88	c 9	2493 (10%) CSP clauses are encoded (818741 clauses, 16146835 bytes)
9.77/10.00	c 10	4985 (20%) CSP clauses are encoded (1237565 clauses, 25956595 bytes)
10.76/10.99	c 11	7477 (30%) CSP clauses are encoded (1640465 clauses, 35440627 bytes)
11.75/11.93	c 12	9970 (40%) CSP clauses are encoded (2030156 clauses, 44786799 bytes)
12.46/12.63	c 13	12462 (50%) CSP clauses are encoded (2296607 clauses, 51034041 bytes)
13.65/13.81	c 14	14954 (60%) CSP clauses are encoded (2818423 clauses, 63318851 bytes)
14.72/14.93	c 15	17447 (70%) CSP clauses are encoded (3309625 clauses, 75029650 bytes)
15.62/15.88	c 16	19939 (80%) CSP clauses are encoded (3701052 clauses, 84441034 bytes)
16.51/16.74	c 17	22431 (90%) CSP clauses are encoded (4074855 clauses, 93228596 bytes)
17.33/17.82	c 18	24923 (100%) CSP clauses are encoded (4425779 clauses, 101461048 bytes)
17.33/17.82	c 18	24923 CSP clauses encoded
17.33/17.82	c 18	Writing map file : HOME/temp.map
17.33/17.84	c 18	Heap : 37 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
17.33/17.84	c 18	SAT : 421829 SAT variables, 4425779 SAT clauses, 101461048 bytes
17.33/17.84	c 18	Heap : 37 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
17.33/17.90	c 18	SOLVING HOME/temp.cnf
17.33/17.90	c 18	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
17.40/17.90	c 18	This is MiniSat 2.0 beta
17.40/17.90	c 18	WARNING: for repeatability, setting FPU to use double precision
17.40/17.90	c 18	============================[ Problem Statistics ]=============================
17.40/17.90	c 18	|                                                                             |
17.40/17.90	c 18	|  Number of variables:  421829                                               |
17.40/17.90	c 18	|  Number of clauses:    4425779                                              |
19.86/20.43	c 21	|  Parsing time:         2.12         s                                       |
19.96/20.56	c 21	============================[ Search Statistics ]==============================
19.96/20.56	c 21	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
19.96/20.56	c 21	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
19.96/20.56	c 21	===============================================================================
19.96/20.56	c 21	|         0 |  421826  4425775 12461195 |  1475258        0    nan |  0.000 % |
20.55/21.14	c 22	|       100 |  421823  4425775 12461195 |  1622784       98      3 |  0.017 % |
22.15/22.75	c 23	|       250 |  421814  4425775 12461195 |  1785062      240      3 |  1.152 % |
24.05/24.68	c 25	|       475 |  421809  4425775 12461195 |  1963568      461      3 |  1.155 % |
26.93/27.57	c 28	|       814 |  412517  4306102 12120878 |  2159925      797      4 |  2.209 % |
30.12/30.74	c 31	|      1321 |  412419  4306102 12120878 |  2375918     1299      4 |  3.574 % |
34.69/35.39	c 36	|      2080 |  397370  4151881 11688730 |  2613510     2040      5 |  5.814 % |
41.26/41.92	c 42	|      3219 |  388309  4063211 11440893 |  2874861     3168      5 |  7.992 % |
50.71/51.46	c 52	|      4927 |  378899  3973323 11190150 |  3162347     4869      6 | 11.230 % |
62.85/63.70	c 64	|      7489 |  356532  3729526 10503582 |  3478581     7419      7 | 17.583 % |
83.85/84.76	c 85	|     11333 |  324150  3392488  9557409 |  3826440    11235      9 | 27.454 % |
112.31/113.33	c 114	|     17099 |  278814  2911926  8206726 |  4209084    16987     11 | 36.008 % |
152.31/153.56	c 154	|     25748 |  238252  2459802  6932946 |  4629992    25257     12 | 44.580 % |
210.02/211.53	c 212	|     38723 |  217402  2253675  6355232 |  5092991    38101     14 | 50.586 % |
306.74/308.73	c 309	|     58185 |  199050  2023739  5704013 |  5602291    57433     16 | 52.813 % |
318.98/321.07	c 321	===============================================================================
318.98/321.09	c 321	restarts              : 15
318.98/321.09	c 321	conflicts             : 60442          (201 /sec)
318.98/321.09	c 321	decisions             : 2014827        (0.54 % random) (6688 /sec)
318.98/321.09	c 321	propagations          : 539694084      (1791473 /sec)
318.98/321.09	c 321	conflict literals     : 959016         (16.41 % deleted)
318.98/321.09	c 321	Memory used           : 218.69 MB
318.98/321.09	c 321	CPU time              : 301.257 s
318.98/321.09	c 321	
319.19/321.25	c 322	SATISFIABLE
319.19/321.28	c 322	DECODING HOME/temp.out WITH HOME/temp.map
319.19/321.28	c 322	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
319.29/321.36	c 322	Decoding HOME/temp.out
319.29/322.01	s SATISFIABLE
319.29/322.02	v 2388 2464 -2616 2296 -2500 -2248 -2456 2392 2340 2272 2644 2280 2604 2528 2380 2488 2428 2424 -2552 2656 2456 -2512 -2488 -2616 2296 2412 2336 -2352 2436 2536 -2584 2280 -2448 -2392 2252 2616 -2572 2372 2616 2312 2564 2248 -2656 2436 2288 -2624 -2388 2556 -2240 -2296 2520 2576 2252 -2512 -2576 -2560 -2596 -2416 2580 2348 -2580 2364 2612 2576 2436 2556 2456 2408 2240 2296 -2368 2516 -2332 -2656 -2464 -2524 -2656 2240 2444 -2544 -2620 -2560 2620 -2656 2448 2596 2432 -2388 2644 2472 2524 -2272 2504 2296 2444 -2496 -2252 -2596 -2424 2368 -2652 -2424 2368 2336 2612 -2656 -2448 2644 2516 2488 -2484 2436 2580 -2460 -2616 -2528 -2332 2524 2408 -2328 2312 2312 2556 -2372 2556 2612 2656 2472 -2512 2452 -2292 2616 -2272 2556 -2624 -2616 -2556 2396 2396 2648 2420 2656 -2644 -2476 2300 2404 2432 2616 -2620 2568 2504 2428 2312 2532 -2584 -2292 2480 2260 2604 -2272 2612 2584 -2504 -2632 -2492 -2292 2604 2548 -2576 2256 2300 2564 2616 -2580 2496 2472 2652 2408 2596 -2408 2624 -2476 2564 2312 -2644 2608 2612 2592 2336 -2332 2524 -2644 2528 2616 -2552 2340 2568 2304 2528 -2484 2620 -2596 2516 2408 2492 2580 2540 2472 -2568 2380 -2456 -2584 -2512 -2448 -2476 2624 -2396 2600 2384 -2292 -2336 2452 2604 -2616 -2288 2344 2512 2604 2592 2520 -2564 -2300 2540 2384 -2416 2388 2428 -2368 -2464 -2380 2572 2572 2580 -2292 2588 2420 -2340 -2280 -2604 -2332
319.29/322.03	c 322	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
319.29/322.08	c 322	CPU 320.03 (0.06 0.02 318.61 1.34)
319.29/322.08	c 322	END Sun Jul 12 08:02:00 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083787-1247378198/watcher-2083787-1247378198 -o /tmp/evaluation-result-2083787-1247378198/solver-2083787-1247378198 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2083787-1247378198.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.99 2.66 2.31 4/81 27141
/proc/meminfo: memFree=1170400/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=9648 CPUtime=0
/proc/27141/stat : 27141 (sugar) R 27139 27141 25469 0 -1 4194304 74 0 0 0 0 0 0 0 20 0 1 0 24885120 9879552 59 996147200 4194304 4206940 548682068608 18446744073709551615 240151195944 0 0 4096 0 0 0 0 17 1 0 0
/proc/27141/statm: 2412 59 44 3 0 59 0

[startup+0.0928231 s]
/proc/loadavg: 2.99 2.66 2.31 4/81 27141
/proc/meminfo: memFree=1170400/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=16868 CPUtime=0.06
/proc/27141/stat : 27141 (sugar) S 27139 27141 25469 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24885120 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27141/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.102826 s]
/proc/loadavg: 2.99 2.66 2.31 4/81 27141
/proc/meminfo: memFree=1170400/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=16868 CPUtime=0.06
/proc/27141/stat : 27141 (sugar) S 27139 27141 25469 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24885120 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27141/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302865 s]
/proc/loadavg: 2.99 2.66 2.31 4/81 27141
/proc/meminfo: memFree=1170400/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=16868 CPUtime=0.06
/proc/27141/stat : 27141 (sugar) S 27139 27141 25469 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24885120 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27141/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701942 s]
/proc/loadavg: 2.99 2.66 2.31 4/81 27141
/proc/meminfo: memFree=1170400/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=16868 CPUtime=0.59
/proc/27141/stat : 27141 (sugar) S 27139 27141 25469 0 -1 4194304 1292 6736 0 1 5 1 49 4 16 0 1 0 24885120 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27141/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 16868

[startup+1.50109 s]
/proc/loadavg: 2.99 2.66 2.31 3/92 27163
/proc/meminfo: memFree=1160008/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=16868 CPUtime=0.59
/proc/27141/stat : 27141 (sugar) S 27139 27141 25469 0 -1 4194304 1309 6736 0 1 5 1 49 4 16 0 1 0 24885120 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27141/statm: 4217 1111 409 3 0 796 0
[pid=27154] ppid=27141 vsize=5356 CPUtime=0
/proc/27154/stat : 27154 (sh) S 27141 27141 25469 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24885185 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27154/statm: 1339 233 193 169 0 50 0
[pid=27155] ppid=27154 vsize=868516 CPUtime=0.82
/proc/27155/stat : 27155 (java) S 27154 27141 25469 0 -1 0 5589 0 1 0 79 3 0 0 18 0 9 0 24885185 889360384 5004 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27155/statm: 217129 5004 1742 9 0 211634 0
[pid=27155/tid=27156] ppid=27154 vsize=868516 CPUtime=0.64
/proc/27155/task/27156/stat : 27156 (java) R 27154 27141 25469 0 -1 64 2682 0 1 0 63 1 0 0 23 0 9 0 24885186 889360384 5004 996147200 134512640 134550932 4294955936 18446744073709551615 4126508788 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27155/tid=27157] ppid=27154 vsize=868516 CPUtime=0.03
/proc/27155/task/27157/stat : 27157 (java) S 27154 27141 25469 0 -1 64 762 0 0 0 3 0 0 0 16 0 9 0 24885187 889360384 5004 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27155/tid=27158] ppid=27154 vsize=868516 CPUtime=0
/proc/27155/task/27158/stat : 27158 (java) S 27154 27141 25469 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24885188 889360384 5004 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27155/tid=27159] ppid=27154 vsize=868516 CPUtime=0
/proc/27155/task/27159/stat : 27159 (java) S 27154 27141 25469 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24885188 889360384 5004 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27155/tid=27160] ppid=27154 vsize=868516 CPUtime=0
/proc/27155/task/27160/stat : 27160 (java) S 27154 27141 25469 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24885189 889360384 5004 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27155/tid=27161] ppid=27154 vsize=868516 CPUtime=0.13
/proc/27155/task/27161/stat : 27161 (java) S 27154 27141 25469 0 -1 64 1451 0 0 0 13 0 0 0 16 0 9 0 24885189 889360384 5004 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27155/tid=27162] ppid=27154 vsize=868516 CPUtime=0
/proc/27155/task/27162/stat : 27162 (java) S 27154 27141 25469 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24885190 889360384 5004 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27155/tid=27163] ppid=27154 vsize=868516 CPUtime=0
/proc/27155/task/27163/stat : 27163 (java) S 27154 27141 25469 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24885190 889360384 5004 996147200 134512640 134550932 4294955936 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) 890740

[startup+3.1024 s]
/proc/loadavg: 2.99 2.66 2.31 3/92 27163
/proc/meminfo: memFree=1149576/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=16868 CPUtime=0.59
/proc/27141/stat : 27141 (sugar) S 27139 27141 25469 0 -1 4194304 1309 6736 0 1 5 1 49 4 15 0 1 0 24885120 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27141/statm: 4217 1111 409 3 0 796 0
[pid=27154] ppid=27141 vsize=5356 CPUtime=0
/proc/27154/stat : 27154 (sh) S 27141 27141 25469 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24885185 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27154/statm: 1339 233 193 169 0 50 0
[pid=27155] ppid=27154 vsize=868604 CPUtime=2.42
/proc/27155/stat : 27155 (java) S 27154 27141 25469 0 -1 0 9473 0 1 0 236 6 0 0 18 0 9 0 24885185 889450496 8597 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27155/statm: 217151 8597 2568 9 0 211656 0
[pid=27155/tid=27156] ppid=27154 vsize=868604 CPUtime=1.87
/proc/27155/task/27156/stat : 27156 (java) R 27154 27141 25469 0 -1 64 2901 0 1 0 186 1 0 0 25 0 9 0 24885186 889450496 8597 996147200 134512640 134550932 4294955936 18446744073709551615 4126529427 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27155/tid=27157] ppid=27154 vsize=868604 CPUtime=0.34
/proc/27155/task/27157/stat : 27157 (java) S 27154 27141 25469 0 -1 64 4402 0 0 0 32 2 0 0 16 0 9 0 24885187 889450496 8597 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27155/tid=27158] ppid=27154 vsize=868604 CPUtime=0
/proc/27155/task/27158/stat : 27158 (java) S 27154 27141 25469 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24885188 889450496 8597 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27155/tid=27159] ppid=27154 vsize=868604 CPUtime=0
/proc/27155/task/27159/stat : 27159 (java) S 27154 27141 25469 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24885188 889450496 8597 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27155/tid=27160] ppid=27154 vsize=868604 CPUtime=0
/proc/27155/task/27160/stat : 27160 (java) S 27154 27141 25469 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24885189 889450496 8597 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27155/tid=27161] ppid=27154 vsize=868604 CPUtime=0.17
/proc/27155/task/27161/stat : 27161 (java) S 27154 27141 25469 0 -1 64 1471 0 0 0 17 0 0 0 15 0 9 0 24885189 889450496 8597 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27155/tid=27162] ppid=27154 vsize=868604 CPUtime=0
/proc/27155/task/27162/stat : 27162 (java) S 27154 27141 25469 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24885190 889450496 8597 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27155/tid=27163] ppid=27154 vsize=868604 CPUtime=0
/proc/27155/task/27163/stat : 27163 (java) S 27154 27141 25469 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24885190 889450496 8597 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890828

[startup+6.30201 s]
/proc/loadavg: 2.91 2.65 2.30 3/92 27163
/proc/meminfo: memFree=1122376/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=16868 CPUtime=0.59
/proc/27141/stat : 27141 (sugar) S 27139 27141 25469 0 -1 4194304 1310 6736 0 1 5 1 49 4 15 0 1 0 24885120 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27141/statm: 4217 1111 409 3 0 796 0
[pid=27154] ppid=27141 vsize=5356 CPUtime=0
/proc/27154/stat : 27154 (sh) S 27141 27141 25469 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24885185 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27154/statm: 1339 233 193 169 0 50 0
[pid=27155] ppid=27154 vsize=868604 CPUtime=5.6
/proc/27155/stat : 27155 (java) S 27154 27141 25469 0 -1 0 21292 0 1 0 547 13 0 0 18 0 9 0 24885185 889450496 15164 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27155/statm: 217151 15164 2569 9 0 211656 0
[pid=27155/tid=27156] ppid=27154 vsize=868604 CPUtime=4.21
/proc/27155/task/27156/stat : 27156 (java) R 27154 27141 25469 0 -1 64 3381 0 1 0 419 2 0 0 25 0 9 0 24885186 889450496 15164 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27155/tid=27157] ppid=27154 vsize=868604 CPUtime=1.16
/proc/27155/task/27157/stat : 27157 (java) R 27154 27141 25469 0 -1 64 15728 0 0 0 108 8 0 0 16 0 9 0 24885187 889450496 15164 996147200 134512640 134550932 4294955936 18446744073709551615 103732400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27155/tid=27158] ppid=27154 vsize=868604 CPUtime=0
/proc/27155/task/27158/stat : 27158 (java) S 27154 27141 25469 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24885188 889450496 15164 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27155/tid=27159] ppid=27154 vsize=868604 CPUtime=0
/proc/27155/task/27159/stat : 27159 (java) S 27154 27141 25469 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24885188 889450496 15164 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27155/tid=27160] ppid=27154 vsize=868604 CPUtime=0
/proc/27155/task/27160/stat : 27160 (java) S 27154 27141 25469 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24885189 889450496 15164 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27155/tid=27161] ppid=27154 vsize=868604 CPUtime=0.19
/proc/27155/task/27161/stat : 27161 (java) S 27154 27141 25469 0 -1 64 1484 0 0 0 19 0 0 0 15 0 9 0 24885189 889450496 15164 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27155/tid=27162] ppid=27154 vsize=868604 CPUtime=0
/proc/27155/task/27162/stat : 27162 (java) S 27154 27141 25469 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24885190 889450496 15164 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27155/tid=27163] ppid=27154 vsize=868604 CPUtime=0
/proc/27155/task/27163/stat : 27163 (java) S 27154 27141 25469 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24885190 889450496 15164 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890828

[startup+12.7022 s]
/proc/loadavg: 2.84 2.64 2.30 4/92 27163
/proc/meminfo: memFree=1069256/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=16868 CPUtime=0.59
/proc/27141/stat : 27141 (sugar) S 27139 27141 25469 0 -1 4194304 1310 6736 0 1 5 1 49 4 15 0 1 0 24885120 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27141/statm: 4217 1111 409 3 0 796 0
[pid=27154] ppid=27141 vsize=5356 CPUtime=0
/proc/27154/stat : 27154 (sh) S 27141 27141 25469 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24885185 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27154/statm: 1339 233 193 169 0 50 0
[pid=27155] ppid=27154 vsize=868716 CPUtime=11.96
/proc/27155/stat : 27155 (java) S 27154 27141 25469 0 -1 0 25493 0 1 0 1147 49 0 0 18 0 9 0 24885185 889565184 15518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27155/statm: 217179 15518 2593 9 0 211656 0
[pid=27155/tid=27156] ppid=27154 vsize=868716 CPUtime=10.1
/proc/27155/task/27156/stat : 27156 (java) R 27154 27141 25469 0 -1 64 3743 0 1 0 976 34 0 0 25 0 9 0 24885186 889565184 15518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27155/tid=27157] ppid=27154 vsize=868716 CPUtime=1.57
/proc/27155/task/27157/stat : 27157 (java) S 27154 27141 25469 0 -1 64 19527 0 0 0 145 12 0 0 16 0 9 0 24885187 889565184 15518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27155/tid=27158] ppid=27154 vsize=868716 CPUtime=0
/proc/27155/task/27158/stat : 27158 (java) S 27154 27141 25469 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24885188 889565184 15518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27155/tid=27159] ppid=27154 vsize=868716 CPUtime=0
/proc/27155/task/27159/stat : 27159 (java) S 27154 27141 25469 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24885188 889565184 15518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27155/tid=27160] ppid=27154 vsize=868716 CPUtime=0
/proc/27155/task/27160/stat : 27160 (java) S 27154 27141 25469 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24885189 889565184 15518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27155/tid=27161] ppid=27154 vsize=868716 CPUtime=0.26
/proc/27155/task/27161/stat : 27161 (java) S 27154 27141 25469 0 -1 64 1524 0 0 0 25 1 0 0 15 0 9 0 24885189 889565184 15518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27155/tid=27162] ppid=27154 vsize=868716 CPUtime=0
/proc/27155/task/27162/stat : 27162 (java) S 27154 27141 25469 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24885190 889565184 15518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27155/tid=27163] ppid=27154 vsize=868716 CPUtime=0
/proc/27155/task/27163/stat : 27163 (java) S 27154 27141 25469 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24885190 889565184 15518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 890940

[startup+25.5027 s]
/proc/loadavg: 2.81 2.64 2.31 3/84 27165
/proc/meminfo: memFree=851016/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=16868 CPUtime=17.41
/proc/27141/stat : 27141 (sugar) S 27139 27141 25469 0 -1 4194304 1377 32833 0 2 6 1 1650 84 16 0 1 0 24885120 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27141/statm: 4217 1114 409 3 0 796 0
[pid=27164] ppid=27141 vsize=5356 CPUtime=0
/proc/27164/stat : 27164 (sh) S 27141 27141 25469 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24886910 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27164/statm: 1339 232 193 169 0 50 0
[pid=27165] ppid=27164 vsize=221976 CPUtime=7.53
/proc/27165/stat : 27165 (minisat) R 27164 27141 25469 0 -1 4194304 53576 0 0 0 712 41 0 0 25 0 1 0 24886910 227303424 53562 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27165/statm: 55494 53562 76 150 0 55341 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 244200

[startup+51.1026 s]
/proc/loadavg: 2.53 2.59 2.30 3/84 27165
/proc/meminfo: memFree=850248/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=16868 CPUtime=17.41
/proc/27141/stat : 27141 (sugar) S 27139 27141 25469 0 -1 4194304 1377 32833 0 2 6 1 1650 84 16 0 1 0 24885120 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27141/statm: 4217 1114 409 3 0 796 0
[pid=27164] ppid=27141 vsize=5356 CPUtime=0
/proc/27164/stat : 27164 (sh) S 27141 27141 25469 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24886910 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27164/statm: 1339 232 193 169 0 50 0
[pid=27165] ppid=27164 vsize=223280 CPUtime=33
/proc/27165/stat : 27165 (minisat) R 27164 27141 25469 0 -1 4194304 53817 0 0 0 3259 41 0 0 25 0 1 0 24886910 228638720 53803 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27165/statm: 55820 53803 76 150 0 55667 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 245504

[startup+102.306 s]
/proc/loadavg: 2.21 2.49 2.27 3/84 27165
/proc/meminfo: memFree=850184/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=16868 CPUtime=17.41
/proc/27141/stat : 27141 (sugar) S 27139 27141 25469 0 -1 4194304 1377 32833 0 2 6 1 1650 84 16 0 1 0 24885120 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27141/statm: 4217 1114 409 3 0 796 0
[pid=27164] ppid=27141 vsize=5356 CPUtime=0
/proc/27164/stat : 27164 (sh) S 27141 27141 25469 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24886910 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27164/statm: 1339 232 193 169 0 50 0
[pid=27165] ppid=27164 vsize=223280 CPUtime=83.95
/proc/27165/stat : 27165 (minisat) R 27164 27141 25469 0 -1 4194304 53860 0 0 0 8354 41 0 0 25 0 1 0 24886910 228638720 53846 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27165/statm: 55820 53846 76 150 0 55667 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 245504

[startup+162.303 s]
/proc/loadavg: 2.08 2.40 2.26 3/84 27165
/proc/meminfo: memFree=849800/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=16868 CPUtime=17.41
/proc/27141/stat : 27141 (sugar) S 27139 27141 25469 0 -1 4194304 1377 32833 0 2 6 1 1650 84 16 0 1 0 24885120 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27141/statm: 4217 1114 409 3 0 796 0
[pid=27164] ppid=27141 vsize=5356 CPUtime=0
/proc/27164/stat : 27164 (sh) S 27141 27141 25469 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24886910 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27164/statm: 1339 232 193 169 0 50 0
[pid=27165] ppid=27164 vsize=223280 CPUtime=143.66
/proc/27165/stat : 27165 (minisat) R 27164 27141 25469 0 -1 4194304 53877 0 0 0 14325 41 0 0 25 0 1 0 24886910 228638720 53863 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27165/statm: 55820 53863 76 150 0 55667 0
Current children cumulated CPU time (s) 161.07
Current children cumulated vsize (KiB) 245504

[startup+222.301 s]
/proc/loadavg: 2.03 2.33 2.24 3/84 27165
/proc/meminfo: memFree=849544/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=16868 CPUtime=17.41
/proc/27141/stat : 27141 (sugar) S 27139 27141 25469 0 -1 4194304 1377 32833 0 2 6 1 1650 84 16 0 1 0 24885120 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27141/statm: 4217 1114 409 3 0 796 0
[pid=27164] ppid=27141 vsize=5356 CPUtime=0
/proc/27164/stat : 27164 (sh) S 27141 27141 25469 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24886910 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27164/statm: 1339 232 193 169 0 50 0
[pid=27165] ppid=27164 vsize=223444 CPUtime=203.36
/proc/27165/stat : 27165 (minisat) R 27164 27141 25469 0 -1 4194304 53940 0 0 0 20295 41 0 0 25 0 1 0 24886910 228806656 53926 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27165/statm: 55861 53926 76 150 0 55708 0
Current children cumulated CPU time (s) 220.77
Current children cumulated vsize (KiB) 245668

[startup+282.302 s]
/proc/loadavg: 2.01 2.26 2.22 3/84 27171
/proc/meminfo: memFree=849416/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=16868 CPUtime=17.41
/proc/27141/stat : 27141 (sugar) S 27139 27141 25469 0 -1 4194304 1377 32833 0 2 6 1 1650 84 16 0 1 0 24885120 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27141/statm: 4217 1114 409 3 0 796 0
[pid=27164] ppid=27141 vsize=5356 CPUtime=0
/proc/27164/stat : 27164 (sh) S 27141 27141 25469 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24886910 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27164/statm: 1339 232 193 169 0 50 0
[pid=27165] ppid=27164 vsize=223524 CPUtime=263.06
/proc/27165/stat : 27165 (minisat) R 27164 27141 25469 0 -1 4194304 53953 0 0 0 26265 41 0 0 25 0 1 0 24886910 228888576 53939 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27165/statm: 55881 53939 76 150 0 55728 0
Current children cumulated CPU time (s) 280.47
Current children cumulated vsize (KiB) 245748

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

[startup+307.102 s]
/proc/loadavg: 2.00 2.24 2.22 3/84 27171
/proc/meminfo: memFree=849416/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=16868 CPUtime=17.41
/proc/27141/stat : 27141 (sugar) S 27139 27141 25469 0 -1 4194304 1377 32833 0 2 6 1 1650 84 16 0 1 0 24885120 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27141/statm: 4217 1114 409 3 0 796 0
[pid=27164] ppid=27141 vsize=5356 CPUtime=0
/proc/27164/stat : 27164 (sh) S 27141 27141 25469 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24886910 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27164/statm: 1339 232 193 169 0 50 0
[pid=27165] ppid=27164 vsize=223524 CPUtime=287.74
/proc/27165/stat : 27165 (minisat) R 27164 27141 25469 0 -1 4194304 53958 0 0 0 28733 41 0 0 25 0 1 0 24886910 228888576 53944 996147200 134512640 135127466 4294956256 18446744073709551615 134521703 0 0 4096 3 0 0 0 17 1 0 0
/proc/27165/statm: 55881 53944 76 150 0 55728 0
Current children cumulated CPU time (s) 305.15
Current children cumulated vsize (KiB) 245748

[startup+313.507 s]
/proc/loadavg: 2.00 2.23 2.21 3/84 27171
/proc/meminfo: memFree=849416/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=16868 CPUtime=17.41
/proc/27141/stat : 27141 (sugar) S 27139 27141 25469 0 -1 4194304 1377 32833 0 2 6 1 1650 84 16 0 1 0 24885120 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27141/statm: 4217 1114 409 3 0 796 0
[pid=27164] ppid=27141 vsize=5356 CPUtime=0
/proc/27164/stat : 27164 (sh) S 27141 27141 25469 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24886910 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27164/statm: 1339 232 193 169 0 50 0
[pid=27165] ppid=27164 vsize=223524 CPUtime=294.11
/proc/27165/stat : 27165 (minisat) R 27164 27141 25469 0 -1 4194304 53960 0 0 0 29370 41 0 0 25 0 1 0 24886910 228888576 53946 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/27165/statm: 55881 53946 76 150 0 55728 0
Current children cumulated CPU time (s) 311.52
Current children cumulated vsize (KiB) 245748

[startup+316.701 s]
/proc/loadavg: 2.00 2.23 2.21 3/84 27171
/proc/meminfo: memFree=849416/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=16868 CPUtime=17.41
/proc/27141/stat : 27141 (sugar) S 27139 27141 25469 0 -1 4194304 1377 32833 0 2 6 1 1650 84 16 0 1 0 24885120 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27141/statm: 4217 1114 409 3 0 796 0
[pid=27164] ppid=27141 vsize=5356 CPUtime=0
/proc/27164/stat : 27164 (sh) S 27141 27141 25469 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24886910 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27164/statm: 1339 232 193 169 0 50 0
[pid=27165] ppid=27164 vsize=223524 CPUtime=297.29
/proc/27165/stat : 27165 (minisat) R 27164 27141 25469 0 -1 4194304 53960 0 0 0 29688 41 0 0 25 0 1 0 24886910 228888576 53946 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/27165/statm: 55881 53946 76 150 0 55728 0
Current children cumulated CPU time (s) 314.7
Current children cumulated vsize (KiB) 245748

[startup+319.903 s]
/proc/loadavg: 2.00 2.23 2.21 3/84 27171
/proc/meminfo: memFree=849416/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=16868 CPUtime=17.41
/proc/27141/stat : 27141 (sugar) S 27139 27141 25469 0 -1 4194304 1377 32833 0 2 6 1 1650 84 16 0 1 0 24885120 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27141/statm: 4217 1114 409 3 0 796 0
[pid=27164] ppid=27141 vsize=5356 CPUtime=0
/proc/27164/stat : 27164 (sh) S 27141 27141 25469 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24886910 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27164/statm: 1339 232 193 169 0 50 0
[pid=27165] ppid=27164 vsize=223524 CPUtime=300.48
/proc/27165/stat : 27165 (minisat) R 27164 27141 25469 0 -1 4194304 53961 0 0 0 30007 41 0 0 25 0 1 0 24886910 228888576 53947 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27165/statm: 55881 53947 76 150 0 55728 0
Current children cumulated CPU time (s) 317.89
Current children cumulated vsize (KiB) 245748

[startup+321.501 s]
/proc/loadavg: 2.00 2.23 2.21 3/84 27171
/proc/meminfo: memFree=848840/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=16868 CPUtime=319.29
/proc/27141/stat : 27141 (sugar) S 27139 27141 25469 0 -1 4194304 1449 87194 0 2 6 1 31791 131 15 0 1 0 24885120 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27141/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 319.29
Current children cumulated vsize (KiB) 16868

[startup+321.901 s]
/proc/loadavg: 2.00 2.23 2.21 3/84 27171
/proc/meminfo: memFree=848840/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=16868 CPUtime=319.29
/proc/27141/stat : 27141 (sugar) S 27139 27141 25469 0 -1 4194304 1449 87194 0 2 6 1 31791 131 15 0 1 0 24885120 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27141/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 319.29
Current children cumulated vsize (KiB) 16868

[startup+322.101 s]
/proc/loadavg: 2.00 2.23 2.21 3/84 27171
/proc/meminfo: memFree=848840/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=16868 CPUtime=320.05
/proc/27141/stat : 27141 (sugar) R 27139 27141 25469 0 -1 4194304 1480 91905 0 3 6 4 31861 134 16 0 1 0 24885120 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 240154022953 0 0 4224 16386 0 0 0 17 0 0 0
/proc/27141/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 320.05
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 322.13
CPU time (s): 320.099
CPU user time (s): 318.677
CPU system time (s): 1.42278
CPU usage (%): 99.3697
Max. virtual memory (cumulated for all children) (KiB): 901328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 318.677
system time used= 1.42278
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93445
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= 10407
involuntary context switches= 13708

runsolver used 0.452931 second user time and 1.00885 second system time

The end

Launcher Data

Begin job on node86 at 2009-07-12 07:56:38
IDJOB=2083787
IDBENCH=57933
IDSOLVER=739
FILE ID=node86/2083787-1247378198
PBS_JOBID= 9507131
Free space on /tmp= 66312 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp02/normalized-fapp02-0250-5.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083787-1247378198/watcher-2083787-1247378198 -o /tmp/evaluation-result-2083787-1247378198/solver-2083787-1247378198 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2083787-1247378198.xml

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

MD5SUM BENCH= 12e743886345c8ed1c98bc98af799e15
RANDOM SEED=1099419366

node86.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.265
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.265
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:       1170816 kB
Buffers:         50236 kB
Cached:         194904 kB
SwapCached:          0 kB
Active:         719552 kB
Inactive:       104632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1170816 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1832 kB
Writeback:           0 kB
Mapped:         596768 kB
Slab:            45012 kB
Committed_AS:   931600 kB
PageTables:       2992 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= 66312 MiB
End job on node86 at 2009-07-12 08:02:01