Trace number 2057948

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+minisatUNSAT 1356.53 1357.5

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-e-2_ext.xml
MD5SUMf21ccc0da74fb345380c65d4914b72c4
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.046992
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1261
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension1261
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.04/0.14	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.14	c 0	BEGIN Sat Jul 11 15:43:56 2009
0.04/0.14	c 0	PID 13636
0.04/0.15	c 0	HOST node75.alineos.net
0.04/0.15	c 0	CONVERTING HOME/instance-2057948-1247319836.xml TO HOME/temp.csp
0.04/0.15	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2057948-1247319836.xml' 'HOME/temp.csp'
0.07/0.52	c 1	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.07/0.53	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.53	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.42/0.61	c 1	Parsing HOME/temp.csp
0.42/0.68	c 1	parsed 1385 expressions
0.42/0.70	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.42/0.70	c 1	Converting to clausal form CSP
0.42/0.73	c 1	converted 139 (10%) expressions
0.42/0.75	c 1	converted 277 (20%) expressions
0.42/0.77	c 1	converted 416 (30%) expressions
0.42/0.79	c 1	converted 554 (40%) expressions
0.42/0.82	c 1	converted 693 (50%) expressions
0.42/0.84	c 1	converted 831 (60%) expressions
0.42/0.90	c 1	converted 970 (70%) expressions
0.42/0.92	c 1	converted 1108 (80%) expressions
0.42/0.94	c 1	converted 1247 (90%) expressions
0.42/0.95	c 1	converted 1385 (100%) expressions
0.42/0.95	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.42/0.95	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.42/0.95	c 1	Propagation in CSP
0.42/0.96	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.42/0.96	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.42/0.96	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.42/0.96	c 1	Simplifing CSP by introducing new Boolean variables
0.42/0.96	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.42/0.96	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.86/1.02	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.86/1.04	c 1	12 (10%) CSP integer variables are encoded (176 clauses, 1798 bytes)
0.86/1.05	c 1	23 (20%) CSP integer variables are encoded (399 clauses, 4251 bytes)
0.86/1.05	c 1	34 (30%) CSP integer variables are encoded (601 clauses, 6473 bytes)
0.86/1.05	c 1	45 (40%) CSP integer variables are encoded (803 clauses, 8695 bytes)
0.86/1.05	c 1	56 (50%) CSP integer variables are encoded (1026 clauses, 11303 bytes)
0.86/1.05	c 1	68 (60%) CSP integer variables are encoded (1254 clauses, 14267 bytes)
0.86/1.05	c 1	79 (70%) CSP integer variables are encoded (1456 clauses, 16893 bytes)
0.86/1.06	c 1	90 (80%) CSP integer variables are encoded (1616 clauses, 18973 bytes)
0.86/1.06	c 1	101 (90%) CSP integer variables are encoded (1748 clauses, 20689 bytes)
0.86/1.06	c 1	112 (100%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
0.96/1.11	c 1	127 (10%) CSP clauses are encoded (2700 clauses, 35211 bytes)
0.96/1.14	c 1	253 (20%) CSP clauses are encoded (4192 clauses, 60500 bytes)
0.96/1.16	c 1	379 (30%) CSP clauses are encoded (5874 clauses, 92613 bytes)
0.96/1.19	c 1	505 (40%) CSP clauses are encoded (7534 clauses, 123689 bytes)
1.05/1.21	c 1	631 (50%) CSP clauses are encoded (9122 clauses, 153560 bytes)
1.05/1.25	c 2	757 (60%) CSP clauses are encoded (10782 clauses, 185279 bytes)
1.05/1.27	c 2	883 (70%) CSP clauses are encoded (12304 clauses, 213790 bytes)
1.05/1.30	c 2	1009 (80%) CSP clauses are encoded (13960 clauses, 245649 bytes)
1.15/1.32	c 2	1135 (90%) CSP clauses are encoded (15672 clauses, 280209 bytes)
1.15/1.34	c 2	1261 (100%) CSP clauses are encoded (17532 clauses, 317576 bytes)
1.15/1.34	c 2	1261 CSP clauses encoded
1.15/1.35	c 2	Writing map file : HOME/temp.map
1.15/1.35	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.15/1.35	c 2	SAT : 1990 SAT variables, 17532 SAT clauses, 317576 bytes
1.15/1.35	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.15/1.36	c 2	SOLVING HOME/temp.cnf
1.15/1.36	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.15/1.37	c 2	This is MiniSat 2.0 beta
1.15/1.37	c 2	WARNING: for repeatability, setting FPU to use double precision
1.15/1.37	c 2	============================[ Problem Statistics ]=============================
1.15/1.37	c 2	|                                                                             |
1.15/1.37	c 2	|  Number of variables:  1990                                                 |
1.15/1.37	c 2	|  Number of clauses:    17532                                                |
1.15/1.38	c 2	|  Parsing time:         0.01         s                                       |
1.15/1.38	c 2	============================[ Search Statistics ]==============================
1.15/1.38	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.15/1.38	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.15/1.38	c 2	===============================================================================
1.15/1.38	c 2	|         0 |    1888    15423    50622 |     5141        0    nan |  0.000 % |
1.15/1.38	c 2	|       100 |    1888    15423    50622 |     5655      100     10 |  5.127 % |
1.15/1.39	c 2	|       251 |    1888    15423    50622 |     6220      251     11 |  5.128 % |
1.22/1.40	c 2	|       476 |    1888    15423    50622 |     6842      476     12 |  5.127 % |
1.22/1.41	c 2	|       814 |    1888    15423    50622 |     7526      814     14 |  5.127 % |
1.22/1.44	c 2	|      1322 |    1884    15382    50534 |     8279     1320     14 |  5.330 % |
1.22/1.47	c 2	|      2082 |    1884    15382    50534 |     9107     2080     16 |  5.329 % |
1.22/1.53	c 2	|      3223 |    1884    15382    50534 |    10018     3221     18 |  5.328 % |
1.22/1.63	c 2	|      4931 |    1884    15382    50534 |    11020     4929     19 |  5.328 % |
1.22/1.80	c 2	|      7493 |    1884    15382    50534 |    12122     7491     19 |  5.328 % |
1.22/2.07	c 2	|     11337 |    1884    15382    50534 |    13334    11335     19 |  5.329 % |
2.34/2.52	c 3	|     17103 |    1884    15382    50534 |    14667    10164     19 |  5.328 % |
3.04/3.29	c 4	|     25752 |    1884    15382    50534 |    16134    11081     22 |  5.328 % |
4.54/4.73	c 5	|     38726 |    1884    15382    50534 |    17748    15692     21 |  5.329 % |
6.44/6.63	c 7	|     58189 |    1884    15382    50534 |    19522    16841     18 |  5.330 % |
9.34/9.58	c 10	|     87382 |    1884    15382    50534 |    21475    15849     19 |  5.327 % |
14.04/14.23	c 15	|    131172 |    1879    15339    50442 |    23622    15386     17 |  5.580 % |
21.33/21.59	c 22	|    196856 |    1879    15339    50442 |    25985    20673     17 |  5.580 % |
33.83/34.01	c 34	|    295383 |    1879    15339    50442 |    28583    26360     19 |  5.580 % |
53.82/54.02	c 54	|    443173 |    1879    15339    50442 |    31441    22158     17 |  5.581 % |
87.00/87.28	c 88	|    664856 |    1879    15339    50442 |    34586    29715     24 |  5.580 % |
138.88/139.13	c 139	|    997381 |    1877    15328    50414 |    38044    24429     16 |  5.680 % |
223.35/223.65	c 224	|   1496169 |    1877    15328    50414 |    41849    20759     20 |  5.680 % |
354.00/354.31	c 355	|   2244351 |    1874    15314    50380 |    46034    21127     19 |  5.831 % |
568.01/568.44	c 569	|   3366625 |    1874    15314    50380 |    50637    26038     17 |  5.831 % |
952.97/953.55	c 954	|   5050036 |    1874    15314    50380 |    55701    22350     18 |  5.831 % |
1356.34/1357.32	c 1358	===============================================================================
1356.34/1357.32	c 1358	restarts              : 26
1356.34/1357.32	c 1358	conflicts             : 6769166        (4995 /sec)
1356.34/1357.32	c 1358	decisions             : 12286261       (1.43 % random) (9067 /sec)
1356.34/1357.32	c 1358	propagations          : 616078299      (454638 /sec)
1356.34/1357.32	c 1358	conflict literals     : 136870886      (28.97 % deleted)
1356.34/1357.32	c 1358	Memory used           : 16.36 MB
1356.34/1357.32	c 1358	CPU time              : 1355.1 s
1356.34/1357.32	c 1358	
1356.34/1357.32	c 1358	UNSATISFIABLE
1356.34/1357.33	c 1358	DECODING HOME/temp.out WITH HOME/temp.map
1356.34/1357.33	c 1358	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'
1356.37/1357.41	c 1358	Decoding HOME/temp.out
1356.37/1357.43	s UNSATISFIABLE
1356.37/1357.46	c 1358	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1356.37/1357.49	c 1358	CPU 1356.51 (0.06 0.02 1356.27 0.16)
1356.37/1357.49	c 1358	END Sat Jul 11 16:06:34 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2057948-1247319836/watcher-2057948-1247319836 -o /tmp/evaluation-result-2057948-1247319836/solver-2057948-1247319836 -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-2057948-1247319836.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: 1.77 1.92 1.69 4/81 13636
/proc/meminfo: memFree=1089128/2055920 swapFree=4192956/4192956
[pid=13636] ppid=13634 vsize=12268 CPUtime=0
/proc/13636/stat : 13636 (sugar) D 13634 13636 13301 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 19048078 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 231882848869 0 2147483391 4224 0 18446744072099855350 0 0 17 0 0 0
/proc/13636/statm: 3067 316 241 3 0 167 0

[startup+0.0826789 s]
/proc/loadavg: 1.77 1.92 1.69 4/81 13636
/proc/meminfo: memFree=1089128/2055920 swapFree=4192956/4192956
[pid=13636] ppid=13634 vsize=13336 CPUtime=0.03
/proc/13636/stat : 13636 (sugar) D 13634 13636 13301 0 -1 4194304 739 0 0 0 2 1 0 0 18 0 1 0 19048078 13656064 707 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/13636/statm: 3334 707 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.10168 s]
/proc/loadavg: 1.77 1.92 1.69 4/81 13636
/proc/meminfo: memFree=1089128/2055920 swapFree=4192956/4192956
[pid=13636] ppid=13634 vsize=13600 CPUtime=0.04
/proc/13636/stat : 13636 (sugar) D 13634 13636 13301 0 -1 4194304 787 0 0 0 3 1 0 0 18 0 1 0 19048078 13926400 755 996147200 4194304 4206940 548682068608 18446744073709551615 231882848869 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/13636/statm: 3400 755 341 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301709 s]
/proc/loadavg: 1.77 1.92 1.69 4/81 13636
/proc/meminfo: memFree=1089128/2055920 swapFree=4192956/4192956
[pid=13636] ppid=13634 vsize=16868 CPUtime=0.07
/proc/13636/stat : 13636 (sugar) S 13634 13636 13301 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19048078 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13636/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701748 s]
/proc/loadavg: 1.77 1.92 1.69 4/81 13636
/proc/meminfo: memFree=1089128/2055920 swapFree=4192956/4192956
[pid=13636] ppid=13634 vsize=16868 CPUtime=0.42
/proc/13636/stat : 13636 (sugar) S 13634 13636 13301 0 -1 4194304 1309 4784 0 1 5 2 32 3 16 0 1 0 19048078 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13636/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 16868

[startup+1.50184 s]
/proc/loadavg: 1.77 1.92 1.69 4/92 13658
/proc/meminfo: memFree=1071504/2055920 swapFree=4192956/4192956
[pid=13636] ppid=13634 vsize=16868 CPUtime=1.22
/proc/13636/stat : 13636 (sugar) S 13634 13636 13301 0 -1 4194304 1376 11943 0 4 5 2 108 7 15 0 1 0 19048078 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13636/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 16868

[startup+3.10202 s]
/proc/loadavg: 1.77 1.92 1.69 3/84 13660
/proc/meminfo: memFree=1081680/2055920 swapFree=4192956/4192956
[pid=13636] ppid=13634 vsize=16868 CPUtime=1.22
/proc/13636/stat : 13636 (sugar) S 13634 13636 13301 0 -1 4194304 1376 11943 0 4 5 2 108 7 15 0 1 0 19048078 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13636/statm: 4217 1113 409 3 0 796 0
[pid=13659] ppid=13636 vsize=5356 CPUtime=0
/proc/13659/stat : 13659 (sh) S 13636 13636 13301 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13659/statm: 1339 232 193 169 0 50 0
[pid=13660] ppid=13659 vsize=4596 CPUtime=1.72
/proc/13660/stat : 13660 (minisat) R 13659 13636 13301 0 -1 4194304 871 0 0 0 172 0 0 0 25 0 1 0 19048215 4706304 857 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 0 0 0
/proc/13660/statm: 1149 857 75 150 0 996 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 26820

[startup+6.30239 s]
/proc/loadavg: 1.79 1.92 1.69 3/84 13660
/proc/meminfo: memFree=1080464/2055920 swapFree=4192956/4192956
[pid=13636] ppid=13634 vsize=16868 CPUtime=1.22
/proc/13636/stat : 13636 (sugar) S 13634 13636 13301 0 -1 4194304 1376 11943 0 4 5 2 108 7 16 0 1 0 19048078 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13636/statm: 4217 1113 409 3 0 796 0
[pid=13659] ppid=13636 vsize=5356 CPUtime=0
/proc/13659/stat : 13659 (sh) S 13636 13636 13301 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13659/statm: 1339 232 193 169 0 50 0
[pid=13660] ppid=13659 vsize=5192 CPUtime=4.92
/proc/13660/stat : 13660 (minisat) R 13659 13636 13301 0 -1 4194304 1010 0 0 0 492 0 0 0 25 0 1 0 19048215 5316608 996 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 0 0 0
/proc/13660/statm: 1298 996 75 150 0 1145 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 27416

[startup+12.7011 s]
/proc/loadavg: 1.81 1.92 1.69 3/84 13660
/proc/meminfo: memFree=1079696/2055920 swapFree=4192956/4192956
[pid=13636] ppid=13634 vsize=16868 CPUtime=1.22
/proc/13636/stat : 13636 (sugar) S 13634 13636 13301 0 -1 4194304 1376 11943 0 4 5 2 108 7 16 0 1 0 19048078 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13636/statm: 4217 1113 409 3 0 796 0
[pid=13659] ppid=13636 vsize=5356 CPUtime=0
/proc/13659/stat : 13659 (sh) S 13636 13636 13301 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13659/statm: 1339 232 193 169 0 50 0
[pid=13660] ppid=13659 vsize=5984 CPUtime=11.31
/proc/13660/stat : 13660 (minisat) R 13659 13636 13301 0 -1 4194304 1224 0 0 0 1131 0 0 0 25 0 1 0 19048215 6127616 1210 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13660/statm: 1496 1210 75 150 0 1343 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 28208

[startup+25.5016 s]
/proc/loadavg: 1.85 1.93 1.70 3/84 13660
/proc/meminfo: memFree=1079056/2055920 swapFree=4192956/4192956
[pid=13636] ppid=13634 vsize=16868 CPUtime=1.22
/proc/13636/stat : 13636 (sugar) S 13634 13636 13301 0 -1 4194304 1376 11943 0 4 5 2 108 7 16 0 1 0 19048078 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13636/statm: 4217 1113 409 3 0 796 0
[pid=13659] ppid=13636 vsize=5356 CPUtime=0
/proc/13659/stat : 13659 (sh) S 13636 13636 13301 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13659/statm: 1339 232 193 169 0 50 0
[pid=13660] ppid=13659 vsize=6776 CPUtime=24.11
/proc/13660/stat : 13660 (minisat) R 13659 13636 13301 0 -1 4194304 1415 0 0 0 2411 0 0 0 25 0 1 0 19048215 6938624 1401 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/13660/statm: 1694 1401 75 150 0 1541 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 29000

[startup+51.1016 s]
/proc/loadavg: 1.90 1.93 1.70 3/84 13660
/proc/meminfo: memFree=1077904/2055920 swapFree=4192956/4192956
[pid=13636] ppid=13634 vsize=16868 CPUtime=1.22
/proc/13636/stat : 13636 (sugar) S 13634 13636 13301 0 -1 4194304 1376 11943 0 4 5 2 108 7 16 0 1 0 19048078 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13636/statm: 4217 1113 409 3 0 796 0
[pid=13659] ppid=13636 vsize=5356 CPUtime=0
/proc/13659/stat : 13659 (sh) S 13636 13636 13301 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13659/statm: 1339 232 193 169 0 50 0
[pid=13660] ppid=13659 vsize=7740 CPUtime=49.7
/proc/13660/stat : 13660 (minisat) R 13659 13636 13301 0 -1 4194304 1660 0 0 0 4969 1 0 0 25 0 1 0 19048215 7925760 1646 996147200 134512640 135127466 4294956256 18446744073709551615 134523403 0 0 4096 3 0 0 0 17 0 0 0
/proc/13660/statm: 1935 1646 75 150 0 1782 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 29964

[startup+102.306 s]
/proc/loadavg: 1.95 1.94 1.72 3/84 13660
/proc/meminfo: memFree=1076176/2055920 swapFree=4192956/4192956
[pid=13636] ppid=13634 vsize=16868 CPUtime=1.22
/proc/13636/stat : 13636 (sugar) S 13634 13636 13301 0 -1 4194304 1376 11943 0 4 5 2 108 7 16 0 1 0 19048078 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13636/statm: 4217 1113 409 3 0 796 0
[pid=13659] ppid=13636 vsize=5356 CPUtime=0
/proc/13659/stat : 13659 (sh) S 13636 13636 13301 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13659/statm: 1339 232 193 169 0 50 0
[pid=13660] ppid=13659 vsize=9340 CPUtime=100.88
/proc/13660/stat : 13660 (minisat) R 13659 13636 13301 0 -1 4194304 2066 0 0 0 10087 1 0 0 25 0 1 0 19048215 9564160 2052 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/13660/statm: 2335 2052 75 150 0 2182 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 31564

[startup+162.301 s]
/proc/loadavg: 1.98 1.95 1.73 3/84 13660
/proc/meminfo: memFree=1075664/2055920 swapFree=4192956/4192956
[pid=13636] ppid=13634 vsize=16868 CPUtime=1.22
/proc/13636/stat : 13636 (sugar) S 13634 13636 13301 0 -1 4194304 1376 11943 0 4 5 2 108 7 16 0 1 0 19048078 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13636/statm: 4217 1113 409 3 0 796 0
[pid=13659] ppid=13636 vsize=5356 CPUtime=0
/proc/13659/stat : 13659 (sh) S 13636 13636 13301 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13659/statm: 1339 232 193 169 0 50 0
[pid=13660] ppid=13659 vsize=9888 CPUtime=160.86
/proc/13660/stat : 13660 (minisat) R 13659 13636 13301 0 -1 4194304 2186 0 0 0 16084 2 0 0 25 0 1 0 19048215 10125312 2172 996147200 134512640 135127466 4294956256 18446744073709551615 134530759 0 0 4096 3 0 0 0 17 0 0 0
/proc/13660/statm: 2472 2172 75 150 0 2319 0
Current children cumulated CPU time (s) 162.08
Current children cumulated vsize (KiB) 32112

[startup+222.301 s]
/proc/loadavg: 1.99 1.95 1.75 3/84 13660
/proc/meminfo: memFree=1074960/2055920 swapFree=4192956/4192956
[pid=13636] ppid=13634 vsize=16868 CPUtime=1.22
/proc/13636/stat : 13636 (sugar) S 13634 13636 13301 0 -1 4194304 1376 11943 0 4 5 2 108 7 16 0 1 0 19048078 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13636/statm: 4217 1113 409 3 0 796 0
[pid=13659] ppid=13636 vsize=5356 CPUtime=0
/proc/13659/stat : 13659 (sh) S 13636 13636 13301 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13659/statm: 1339 232 193 169 0 50 0
[pid=13660] ppid=13659 vsize=10416 CPUtime=220.83
/proc/13660/stat : 13660 (minisat) R 13659 13636 13301 0 -1 4194304 2343 0 0 0 22081 2 0 0 25 0 1 0 19048215 10665984 2329 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13660/statm: 2604 2329 75 150 0 2451 0
Current children cumulated CPU time (s) 222.05
Current children cumulated vsize (KiB) 32640

[startup+282.301 s]
/proc/loadavg: 1.99 1.96 1.76 3/84 13660
/proc/meminfo: memFree=1073616/2055920 swapFree=4192956/4192956
[pid=13636] ppid=13634 vsize=16868 CPUtime=1.22
/proc/13636/stat : 13636 (sugar) S 13634 13636 13301 0 -1 4194304 1376 11943 0 4 5 2 108 7 16 0 1 0 19048078 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13636/statm: 4217 1113 409 3 0 796 0
[pid=13659] ppid=13636 vsize=5356 CPUtime=0
/proc/13659/stat : 13659 (sh) S 13636 13636 13301 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13659/statm: 1339 232 193 169 0 50 0
[pid=13660] ppid=13659 vsize=11860 CPUtime=280.81
/proc/13660/stat : 13660 (minisat) R 13659 13636 13301 0 -1 4194304 2684 0 0 0 28079 2 0 0 25 0 1 0 19048215 12144640 2670 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/13660/statm: 2965 2670 75 150 0 2812 0
Current children cumulated CPU time (s) 282.03
Current children cumulated vsize (KiB) 34084

[startup+342.301 s]

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

/proc/13636/statm: 4217 1113 409 3 0 796 0
[pid=13659] ppid=13636 vsize=5356 CPUtime=0
/proc/13659/stat : 13659 (sh) S 13636 13636 13301 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13659/statm: 1339 232 193 169 0 50 0
[pid=13660] ppid=13659 vsize=16200 CPUtime=1180.45
/proc/13660/stat : 13660 (minisat) R 13659 13636 13301 0 -1 4194304 3754 0 0 0 118041 4 0 0 25 0 1 0 19048215 16588800 3740 996147200 134512640 135127466 4294956256 18446744073709551615 134527115 0 0 4096 3 0 0 0 17 0 0 0
/proc/13660/statm: 4050 3740 75 150 0 3897 0
Current children cumulated CPU time (s) 1181.67
Current children cumulated vsize (KiB) 38424

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.88 3/84 13668
/proc/meminfo: memFree=1068744/2055920 swapFree=4192956/4192956
[pid=13636] ppid=13634 vsize=16868 CPUtime=1.22
/proc/13636/stat : 13636 (sugar) S 13634 13636 13301 0 -1 4194304 1376 11943 0 4 5 2 108 7 16 0 1 0 19048078 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13636/statm: 4217 1113 409 3 0 796 0
[pid=13659] ppid=13636 vsize=5356 CPUtime=0
/proc/13659/stat : 13659 (sh) S 13636 13636 13301 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13659/statm: 1339 232 193 169 0 50 0
[pid=13660] ppid=13659 vsize=16344 CPUtime=1240.43
/proc/13660/stat : 13660 (minisat) R 13659 13636 13301 0 -1 4194304 3793 0 0 0 124039 4 0 0 25 0 1 0 19048215 16736256 3779 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13660/statm: 4086 3779 75 150 0 3933 0
Current children cumulated CPU time (s) 1241.65
Current children cumulated vsize (KiB) 38568

[startup+1302.3 s]
/proc/loadavg: 1.93 1.95 1.88 3/87 13709
/proc/meminfo: memFree=1011448/2055920 swapFree=4192956/4192956
[pid=13636] ppid=13634 vsize=16868 CPUtime=1.22
/proc/13636/stat : 13636 (sugar) S 13634 13636 13301 0 -1 4194304 1376 11943 0 4 5 2 108 7 16 0 1 0 19048078 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13636/statm: 4217 1113 409 3 0 796 0
[pid=13659] ppid=13636 vsize=5356 CPUtime=0
/proc/13659/stat : 13659 (sh) S 13636 13636 13301 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13659/statm: 1339 232 193 169 0 50 0
[pid=13660] ppid=13659 vsize=16612 CPUtime=1300.34
/proc/13660/stat : 13660 (minisat) R 13659 13636 13301 0 -1 4194304 3852 0 0 0 130029 5 0 0 25 0 1 0 19048215 17010688 3838 996147200 134512640 135127466 4294956256 18446744073709551615 134528546 0 0 4096 3 0 0 0 17 1 0 0
/proc/13660/statm: 4153 3838 75 150 0 4000 0
Current children cumulated CPU time (s) 1301.56
Current children cumulated vsize (KiB) 38836

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

[startup+1331.1 s]
/proc/loadavg: 1.95 1.96 1.88 3/87 13709
/proc/meminfo: memFree=1011328/2055920 swapFree=4192956/4192956
[pid=13636] ppid=13634 vsize=16868 CPUtime=1.22
/proc/13636/stat : 13636 (sugar) S 13634 13636 13301 0 -1 4194304 1376 11943 0 4 5 2 108 7 16 0 1 0 19048078 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13636/statm: 4217 1113 409 3 0 796 0
[pid=13659] ppid=13636 vsize=5356 CPUtime=0
/proc/13659/stat : 13659 (sh) S 13636 13636 13301 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13659/statm: 1339 232 193 169 0 50 0
[pid=13660] ppid=13659 vsize=16744 CPUtime=1329.02
/proc/13660/stat : 13660 (minisat) R 13659 13636 13301 0 -1 4194304 3873 0 0 0 132897 5 0 0 25 0 1 0 19048215 17145856 3859 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13660/statm: 4186 3859 75 150 0 4033 0
Current children cumulated CPU time (s) 1330.24
Current children cumulated vsize (KiB) 38968

[startup+1343.9 s]
/proc/loadavg: 1.96 1.96 1.89 3/87 13709
/proc/meminfo: memFree=1011328/2055920 swapFree=4192956/4192956
[pid=13636] ppid=13634 vsize=16868 CPUtime=1.22
/proc/13636/stat : 13636 (sugar) S 13634 13636 13301 0 -1 4194304 1376 11943 0 4 5 2 108 7 16 0 1 0 19048078 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13636/statm: 4217 1113 409 3 0 796 0
[pid=13659] ppid=13636 vsize=5356 CPUtime=0
/proc/13659/stat : 13659 (sh) S 13636 13636 13301 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13659/statm: 1339 232 193 169 0 50 0
[pid=13660] ppid=13659 vsize=16744 CPUtime=1341.77
/proc/13660/stat : 13660 (minisat) R 13659 13636 13301 0 -1 4194304 3873 0 0 0 134172 5 0 0 25 0 1 0 19048215 17145856 3859 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/13660/statm: 4186 3859 75 150 0 4033 0
Current children cumulated CPU time (s) 1342.99
Current children cumulated vsize (KiB) 38968

[startup+1350.3 s]
/proc/loadavg: 1.97 1.96 1.89 3/87 13709
/proc/meminfo: memFree=1011328/2055920 swapFree=4192956/4192956
[pid=13636] ppid=13634 vsize=16868 CPUtime=1.22
/proc/13636/stat : 13636 (sugar) S 13634 13636 13301 0 -1 4194304 1376 11943 0 4 5 2 108 7 16 0 1 0 19048078 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13636/statm: 4217 1113 409 3 0 796 0
[pid=13659] ppid=13636 vsize=5356 CPUtime=0
/proc/13659/stat : 13659 (sh) S 13636 13636 13301 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13659/statm: 1339 232 193 169 0 50 0
[pid=13660] ppid=13659 vsize=16744 CPUtime=1348.15
/proc/13660/stat : 13660 (minisat) R 13659 13636 13301 0 -1 4194304 3873 0 0 0 134810 5 0 0 25 0 1 0 19048215 17145856 3859 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13660/statm: 4186 3859 75 150 0 4033 0
Current children cumulated CPU time (s) 1349.37
Current children cumulated vsize (KiB) 38968

[startup+1353.5 s]
/proc/loadavg: 1.97 1.96 1.89 3/87 13709
/proc/meminfo: memFree=1011328/2055920 swapFree=4192956/4192956
[pid=13636] ppid=13634 vsize=16868 CPUtime=1.22
/proc/13636/stat : 13636 (sugar) S 13634 13636 13301 0 -1 4194304 1376 11943 0 4 5 2 108 7 16 0 1 0 19048078 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13636/statm: 4217 1113 409 3 0 796 0
[pid=13659] ppid=13636 vsize=5356 CPUtime=0
/proc/13659/stat : 13659 (sh) S 13636 13636 13301 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13659/statm: 1339 232 193 169 0 50 0
[pid=13660] ppid=13659 vsize=16744 CPUtime=1351.33
/proc/13660/stat : 13660 (minisat) R 13659 13636 13301 0 -1 4194304 3873 0 0 0 135128 5 0 0 25 0 1 0 19048215 17145856 3859 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13660/statm: 4186 3859 75 150 0 4033 0
Current children cumulated CPU time (s) 1352.55
Current children cumulated vsize (KiB) 38968

[startup+1355.1 s]
/proc/loadavg: 1.97 1.96 1.89 3/87 13709
/proc/meminfo: memFree=1011328/2055920 swapFree=4192956/4192956
[pid=13636] ppid=13634 vsize=16868 CPUtime=1.22
/proc/13636/stat : 13636 (sugar) S 13634 13636 13301 0 -1 4194304 1376 11943 0 4 5 2 108 7 16 0 1 0 19048078 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13636/statm: 4217 1113 409 3 0 796 0
[pid=13659] ppid=13636 vsize=5356 CPUtime=0
/proc/13659/stat : 13659 (sh) S 13636 13636 13301 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13659/statm: 1339 232 193 169 0 50 0
[pid=13660] ppid=13659 vsize=16744 CPUtime=1352.93
/proc/13660/stat : 13660 (minisat) R 13659 13636 13301 0 -1 4194304 3873 0 0 0 135288 5 0 0 25 0 1 0 19048215 17145856 3859 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13660/statm: 4186 3859 75 150 0 4033 0
Current children cumulated CPU time (s) 1354.15
Current children cumulated vsize (KiB) 38968

[startup+1356.7 s]
/proc/loadavg: 1.97 1.96 1.89 3/87 13709
/proc/meminfo: memFree=1011328/2055920 swapFree=4192956/4192956
[pid=13636] ppid=13634 vsize=16868 CPUtime=1.22
/proc/13636/stat : 13636 (sugar) S 13634 13636 13301 0 -1 4194304 1376 11943 0 4 5 2 108 7 16 0 1 0 19048078 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13636/statm: 4217 1113 409 3 0 796 0
[pid=13659] ppid=13636 vsize=5356 CPUtime=0
/proc/13659/stat : 13659 (sh) S 13636 13636 13301 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13659/statm: 1339 232 193 169 0 50 0
[pid=13660] ppid=13659 vsize=16744 CPUtime=1354.52
/proc/13660/stat : 13660 (minisat) R 13659 13636 13301 0 -1 4194304 3873 0 0 0 135447 5 0 0 25 0 1 0 19048215 17145856 3859 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13660/statm: 4186 3859 75 150 0 4033 0
Current children cumulated CPU time (s) 1355.74
Current children cumulated vsize (KiB) 38968

[startup+1357.1 s]
/proc/loadavg: 1.97 1.96 1.89 3/87 13709
/proc/meminfo: memFree=1011328/2055920 swapFree=4192956/4192956
[pid=13636] ppid=13634 vsize=16868 CPUtime=1.22
/proc/13636/stat : 13636 (sugar) S 13634 13636 13301 0 -1 4194304 1376 11943 0 4 5 2 108 7 16 0 1 0 19048078 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13636/statm: 4217 1113 409 3 0 796 0
[pid=13659] ppid=13636 vsize=5356 CPUtime=0
/proc/13659/stat : 13659 (sh) S 13636 13636 13301 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13659/statm: 1339 232 193 169 0 50 0
[pid=13660] ppid=13659 vsize=16744 CPUtime=1354.92
/proc/13660/stat : 13660 (minisat) R 13659 13636 13301 0 -1 4194304 3873 0 0 0 135487 5 0 0 25 0 1 0 19048215 17145856 3859 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13660/statm: 4186 3859 75 150 0 4033 0
Current children cumulated CPU time (s) 1356.14
Current children cumulated vsize (KiB) 38968

[startup+1357.3 s]
/proc/loadavg: 1.97 1.96 1.89 3/87 13709
/proc/meminfo: memFree=1011328/2055920 swapFree=4192956/4192956
[pid=13636] ppid=13634 vsize=16868 CPUtime=1.22
/proc/13636/stat : 13636 (sugar) S 13634 13636 13301 0 -1 4194304 1376 11943 0 4 5 2 108 7 16 0 1 0 19048078 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13636/statm: 4217 1113 409 3 0 796 0
[pid=13659] ppid=13636 vsize=5356 CPUtime=0
/proc/13659/stat : 13659 (sh) S 13636 13636 13301 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13659/statm: 1339 232 193 169 0 50 0
[pid=13660] ppid=13659 vsize=16744 CPUtime=1355.12
/proc/13660/stat : 13660 (minisat) R 13659 13636 13301 0 -1 4194304 3873 0 0 0 135507 5 0 0 25 0 1 0 19048215 17145856 3859 996147200 134512640 135127466 4294956256 18446744073709551615 134530786 0 0 4096 3 0 0 0 17 1 0 0
/proc/13660/statm: 4186 3859 75 150 0 4033 0
Current children cumulated CPU time (s) 1356.34
Current children cumulated vsize (KiB) 38968

[startup+1357.41 s]
/proc/loadavg: 1.97 1.96 1.89 3/87 13709
/proc/meminfo: memFree=1011328/2055920 swapFree=4192956/4192956
[pid=13636] ppid=13634 vsize=16868 CPUtime=1356.37
/proc/13636/stat : 13636 (sugar) S 13634 13636 13301 0 -1 4194304 1430 16110 0 4 5 2 135617 13 16 0 1 0 19048078 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13636/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1356.37
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1357.5
CPU time (s): 1356.53
CPU user time (s): 1356.34
CPU system time (s): 0.19297
CPU usage (%): 99.9286
Max. virtual memory (cumulated for all children) (KiB): 886668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1356.34
system time used= 0.19297
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21395
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2192
involuntary context switches= 6589

runsolver used 1.3278 second user time and 3.62545 second system time

The end

Launcher Data

Begin job on node75 at 2009-07-11 15:43:56
IDJOB=2057948
IDBENCH=53426
IDSOLVER=739
FILE ID=node75/2057948-1247319836
PBS_JOBID= 9506484
Free space on /tmp= 66256 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/BH-4-7/normalized-BlackHole-4-7-e-2_ext.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-2057948-1247319836/watcher-2057948-1247319836 -o /tmp/evaluation-result-2057948-1247319836/solver-2057948-1247319836 -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-2057948-1247319836.xml

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

MD5SUM BENCH= f21ccc0da74fb345380c65d4914b72c4
RANDOM SEED=176310195

node75.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:       1089608 kB
Buffers:         60580 kB
Cached:         802612 kB
SwapCached:          0 kB
Active:          65968 kB
Inactive:       830620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1089608 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1572 kB
Writeback:           0 kB
Mapped:          53692 kB
Slab:            54836 kB
Committed_AS:   200056 kB
PageTables:       1896 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= 66256 MiB
End job on node75 at 2009-07-11 16:06:34