Trace number 2057860

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 797.556 798.766

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-h-6_ext.xml
MD5SUMf8515fe51afe0fd2f188b8c24fadcade
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.053991
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.08	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.08	c 0	BEGIN Sat Jul 11 15:42:42 2009
0.04/0.08	c 0	PID 11289
0.04/0.08	c 0	HOST node32.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-2057860-1247319762.xml TO HOME/temp.csp
0.04/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-2057860-1247319762.xml' 'HOME/temp.csp'
0.07/0.47	c 0	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.07/0.51	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.51	c 0	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.07/0.59	c 0	Parsing HOME/temp.csp
0.44/0.67	c 1	parsed 1385 expressions
0.44/0.68	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.44/0.68	c 1	Converting to clausal form CSP
0.44/0.71	c 1	converted 139 (10%) expressions
0.44/0.74	c 1	converted 277 (20%) expressions
0.44/0.76	c 1	converted 416 (30%) expressions
0.44/0.78	c 1	converted 554 (40%) expressions
0.44/0.81	c 1	converted 693 (50%) expressions
0.44/0.83	c 1	converted 831 (60%) expressions
0.44/0.90	c 1	converted 970 (70%) expressions
0.44/0.92	c 1	converted 1108 (80%) expressions
0.44/0.94	c 1	converted 1247 (90%) expressions
0.44/0.95	c 1	converted 1385 (100%) expressions
0.44/0.95	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.44/0.95	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.44/0.95	c 1	Propagation in CSP
0.44/0.95	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.44/0.96	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.44/0.96	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.44/0.96	c 1	Simplifing CSP by introducing new Boolean variables
0.44/0.96	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.44/0.96	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.90/1.03	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.90/1.04	c 1	12 (10%) CSP integer variables are encoded (176 clauses, 1798 bytes)
0.90/1.05	c 1	23 (20%) CSP integer variables are encoded (399 clauses, 4251 bytes)
0.90/1.05	c 1	34 (30%) CSP integer variables are encoded (601 clauses, 6473 bytes)
0.90/1.05	c 1	45 (40%) CSP integer variables are encoded (803 clauses, 8695 bytes)
0.90/1.05	c 1	56 (50%) CSP integer variables are encoded (1026 clauses, 11303 bytes)
0.90/1.05	c 1	68 (60%) CSP integer variables are encoded (1254 clauses, 14267 bytes)
0.90/1.06	c 1	79 (70%) CSP integer variables are encoded (1456 clauses, 16893 bytes)
0.90/1.06	c 1	90 (80%) CSP integer variables are encoded (1616 clauses, 18973 bytes)
0.90/1.06	c 1	101 (90%) CSP integer variables are encoded (1748 clauses, 20689 bytes)
0.90/1.06	c 1	112 (100%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.00/1.11	c 1	127 (10%) CSP clauses are encoded (2700 clauses, 35211 bytes)
1.00/1.15	c 1	253 (20%) CSP clauses are encoded (4192 clauses, 60457 bytes)
1.00/1.18	c 1	379 (30%) CSP clauses are encoded (5898 clauses, 93077 bytes)
1.10/1.21	c 1	505 (40%) CSP clauses are encoded (7534 clauses, 123604 bytes)
1.10/1.24	c 1	631 (50%) CSP clauses are encoded (9146 clauses, 153831 bytes)
1.10/1.27	c 1	757 (60%) CSP clauses are encoded (10830 clauses, 185728 bytes)
1.19/1.30	c 1	883 (70%) CSP clauses are encoded (12322 clauses, 214105 bytes)
1.19/1.33	c 1	1009 (80%) CSP clauses are encoded (14008 clauses, 246442 bytes)
1.19/1.35	c 1	1135 (90%) CSP clauses are encoded (15744 clauses, 281392 bytes)
1.19/1.38	c 1	1261 (100%) CSP clauses are encoded (17532 clauses, 317472 bytes)
1.19/1.38	c 1	1261 CSP clauses encoded
1.19/1.38	c 1	Writing map file : HOME/temp.map
1.19/1.39	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.19/1.39	c 1	SAT : 1990 SAT variables, 17532 SAT clauses, 317472 bytes
1.19/1.39	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.28/1.40	c 1	SOLVING HOME/temp.cnf
1.28/1.40	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.28/1.41	c 1	This is MiniSat 2.0 beta
1.28/1.41	c 1	WARNING: for repeatability, setting FPU to use double precision
1.28/1.41	c 1	============================[ Problem Statistics ]=============================
1.28/1.41	c 1	|                                                                             |
1.28/1.41	c 1	|  Number of variables:  1990                                                 |
1.28/1.41	c 1	|  Number of clauses:    17532                                                |
1.28/1.42	c 1	|  Parsing time:         0.01         s                                       |
1.28/1.42	c 1	============================[ Search Statistics ]==============================
1.28/1.42	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.28/1.42	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.28/1.42	c 1	===============================================================================
1.28/1.42	c 1	|         0 |    1888    15423    50628 |     5141        0    nan |  0.000 % |
1.28/1.42	c 1	|       100 |    1888    15423    50628 |     5655      100     10 |  5.127 % |
1.28/1.43	c 1	|       250 |    1888    15423    50628 |     6220      250      9 |  5.128 % |
1.28/1.44	c 1	|       475 |    1888    15423    50628 |     6842      475     10 |  5.127 % |
1.28/1.46	c 1	|       815 |    1888    15423    50628 |     7526      815     14 |  5.127 % |
1.28/1.48	c 1	|      1321 |    1888    15423    50628 |     8279     1321     14 |  5.127 % |
1.30/1.52	c 1	|      2080 |    1888    15423    50628 |     9107     2080     16 |  5.127 % |
1.30/1.59	c 1	|      3219 |    1884    15382    50540 |    10018     3217     16 |  5.328 % |
1.30/1.70	c 2	|      4927 |    1884    15382    50540 |    11020     4925     17 |  5.328 % |
1.30/1.88	c 2	|      7489 |    1884    15382    50540 |    12122     7487     17 |  5.328 % |
1.97/2.19	c 2	|     11333 |    1884    15382    50540 |    13334    11331     19 |  5.329 % |
2.47/2.67	c 3	|     17100 |    1884    15382    50540 |    14667    10162     19 |  5.328 % |
3.26/3.41	c 3	|     25749 |    1884    15382    50540 |    16134    11098     22 |  5.328 % |
4.45/4.68	c 5	|     38723 |    1884    15382    50540 |    17748    15820     22 |  5.329 % |
6.52/6.77	c 7	|     58184 |    1884    15382    50540 |    19522    16929     22 |  5.328 % |
9.79/10.02	c 10	|     87376 |    1884    15382    50540 |    21475    15830     17 |  5.329 % |
15.84/16.16	c 16	|    131165 |    1879    15339    50448 |    23622    15437     18 |  5.580 % |
24.75/25.14	c 25	|    196850 |    1879    15339    50448 |    25985    20657     18 |  5.580 % |
38.42/38.90	c 39	|    295376 |    1879    15339    50448 |    28583    25976     18 |  5.580 % |
59.72/60.49	c 60	|    443165 |    1877    15328    50420 |    31441    23511     17 |  5.680 % |
93.76/94.74	c 95	|    664848 |    1874    15314    50386 |    34586    31071     18 |  5.831 % |
146.74/147.70	c 148	|    997373 |    1874    15314    50386 |    38044    21324     17 |  5.831 % |
230.41/231.50	c 231	|   1496163 |    1874    15314    50386 |    41849    31342     17 |  5.831 % |
363.95/365.02	c 365	|   2244345 |    1874    15314    50386 |    46034    37984     18 |  5.831 % |
587.17/588.38	c 588	|   3366619 |    1861    15188    50005 |    50637    39350     18 |  6.483 % |
797.30/798.59	c 798	===============================================================================
797.30/798.59	c 798	restarts              : 25
797.30/798.59	c 798	conflicts             : 4351850        (5467 /sec)
797.30/798.59	c 798	decisions             : 8159202        (1.44 % random) (10250 /sec)
797.30/798.59	c 798	propagations          : 393202463      (493940 /sec)
797.30/798.59	c 798	conflict literals     : 80550051       (30.24 % deleted)
797.30/798.59	c 798	Memory used           : 13.63 MB
797.30/798.59	c 798	CPU time              : 796.053 s
797.30/798.59	c 798	
797.30/798.59	c 798	UNSATISFIABLE
797.30/798.60	c 798	DECODING HOME/temp.out WITH HOME/temp.map
797.30/798.60	c 798	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'
797.41/798.68	c 799	Decoding HOME/temp.out
797.41/798.70	s UNSATISFIABLE
797.41/798.73	c 799	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
797.41/798.76	c 799	CPU 797.53 (0.06 0.02 797.29 0.16)
797.41/798.76	c 799	END Sat Jul 11 15:56:01 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-2057860-1247319762/watcher-2057860-1247319762 -o /tmp/evaluation-result-2057860-1247319762/solver-2057860-1247319762 -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-2057860-1247319762.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.91 1.95 1.69 4/75 11289
/proc/meminfo: memFree=773392/2055920 swapFree=4192956/4192956
[pid=11289] ppid=11287 vsize=18576 CPUtime=0
/proc/11289/stat : 11289 (runsolver) R 11287 11289 10986 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 19042673 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 268213742887 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11289/statm: 4644 284 249 26 0 2626 0

[startup+0.058464 s]
/proc/loadavg: 1.91 1.95 1.69 4/75 11289
/proc/meminfo: memFree=773392/2055920 swapFree=4192956/4192956
[pid=11289] ppid=11287 vsize=14908 CPUtime=0.04
/proc/11289/stat : 11289 (sugar) R 11287 11289 10986 0 -1 4194304 887 0 0 0 3 1 0 0 18 0 1 0 19042673 15265792 855 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 0 0 0 0 17 1 0 0
/proc/11289/statm: 3727 855 378 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14908

[startup+0.101471 s]
/proc/loadavg: 1.91 1.95 1.69 4/75 11289
/proc/meminfo: memFree=773392/2055920 swapFree=4192956/4192956
[pid=11289] ppid=11287 vsize=16868 CPUtime=0.07
/proc/11289/stat : 11289 (sugar) S 11287 11289 10986 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19042673 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11289/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301492 s]
/proc/loadavg: 1.91 1.95 1.69 4/75 11289
/proc/meminfo: memFree=773392/2055920 swapFree=4192956/4192956
[pid=11289] ppid=11287 vsize=16868 CPUtime=0.07
/proc/11289/stat : 11289 (sugar) S 11287 11289 10986 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19042673 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11289/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701538 s]
/proc/loadavg: 1.91 1.95 1.69 4/75 11289
/proc/meminfo: memFree=773392/2055920 swapFree=4192956/4192956
[pid=11289] ppid=11287 vsize=16868 CPUtime=0.44
/proc/11289/stat : 11289 (sugar) S 11287 11289 10986 0 -1 4194304 1309 4784 0 1 5 2 33 4 16 0 1 0 19042673 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11289/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 16868

[startup+1.50262 s]
/proc/loadavg: 1.91 1.95 1.69 4/86 11311
/proc/meminfo: memFree=756600/2055920 swapFree=4192956/4192956
[pid=11289] ppid=11287 vsize=16868 CPUtime=1.3
/proc/11289/stat : 11289 (sugar) S 11287 11289 10986 0 -1 4194304 1376 11945 0 2 6 2 114 8 16 0 1 0 19042673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11289/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 16868

[startup+3.10282 s]
/proc/loadavg: 1.91 1.95 1.69 3/78 11313
/proc/meminfo: memFree=767160/2055920 swapFree=4192956/4192956
[pid=11289] ppid=11287 vsize=16868 CPUtime=1.3
/proc/11289/stat : 11289 (sugar) S 11287 11289 10986 0 -1 4194304 1376 11945 0 2 6 2 114 8 15 0 1 0 19042673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11289/statm: 4217 1113 409 3 0 796 0
[pid=11312] ppid=11289 vsize=5356 CPUtime=0
/proc/11312/stat : 11312 (sh) S 11289 11289 10986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19042814 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11312/statm: 1339 232 193 169 0 50 0
[pid=11313] ppid=11312 vsize=4496 CPUtime=1.66
/proc/11313/stat : 11313 (minisat) R 11312 11289 10986 0 -1 4194304 855 0 0 0 166 0 0 0 25 0 1 0 19042815 4603904 841 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11313/statm: 1124 841 75 150 0 971 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 26720

[startup+6.30117 s]
/proc/loadavg: 1.92 1.95 1.69 3/78 11313
/proc/meminfo: memFree=765624/2055920 swapFree=4192956/4192956
[pid=11289] ppid=11287 vsize=16868 CPUtime=1.3
/proc/11289/stat : 11289 (sugar) S 11287 11289 10986 0 -1 4194304 1376 11945 0 2 6 2 114 8 16 0 1 0 19042673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11289/statm: 4217 1113 409 3 0 796 0
[pid=11312] ppid=11289 vsize=5356 CPUtime=0
/proc/11312/stat : 11312 (sh) S 11289 11289 10986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19042814 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11312/statm: 1339 232 193 169 0 50 0
[pid=11313] ppid=11312 vsize=5328 CPUtime=4.83
/proc/11313/stat : 11313 (minisat) R 11312 11289 10986 0 -1 4194304 1050 0 0 0 483 0 0 0 25 0 1 0 19042815 5455872 1036 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/11313/statm: 1332 1036 75 150 0 1179 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 27552

[startup+12.7019 s]
/proc/loadavg: 1.93 1.95 1.69 3/78 11313
/proc/meminfo: memFree=765112/2055920 swapFree=4192956/4192956
[pid=11289] ppid=11287 vsize=16868 CPUtime=1.3
/proc/11289/stat : 11289 (sugar) S 11287 11289 10986 0 -1 4194304 1376 11945 0 2 6 2 114 8 16 0 1 0 19042673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11289/statm: 4217 1113 409 3 0 796 0
[pid=11312] ppid=11289 vsize=5356 CPUtime=0
/proc/11312/stat : 11312 (sh) S 11289 11289 10986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19042814 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11312/statm: 1339 232 193 169 0 50 0
[pid=11313] ppid=11312 vsize=5860 CPUtime=11.17
/proc/11313/stat : 11313 (minisat) R 11312 11289 10986 0 -1 4194304 1186 0 0 0 1117 0 0 0 25 0 1 0 19042815 6000640 1172 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/11313/statm: 1465 1172 75 150 0 1312 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 28084

[startup+25.5013 s]
/proc/loadavg: 1.94 1.96 1.70 3/78 11313
/proc/meminfo: memFree=764408/2055920 swapFree=4192956/4192956
[pid=11289] ppid=11287 vsize=16868 CPUtime=1.3
/proc/11289/stat : 11289 (sugar) S 11287 11289 10986 0 -1 4194304 1376 11945 0 2 6 2 114 8 16 0 1 0 19042673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11289/statm: 4217 1113 409 3 0 796 0
[pid=11312] ppid=11289 vsize=5356 CPUtime=0
/proc/11312/stat : 11312 (sh) S 11289 11289 10986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19042814 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11312/statm: 1339 232 193 169 0 50 0
[pid=11313] ppid=11312 vsize=6392 CPUtime=23.85
/proc/11313/stat : 11313 (minisat) R 11312 11289 10986 0 -1 4194304 1327 0 0 0 2385 0 0 0 25 0 1 0 19042815 6545408 1313 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/11313/statm: 1598 1313 75 150 0 1445 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 28616

[startup+51.1012 s]
/proc/loadavg: 1.96 1.96 1.70 3/78 11313
/proc/meminfo: memFree=763512/2055920 swapFree=4192956/4192956
[pid=11289] ppid=11287 vsize=16868 CPUtime=1.3
/proc/11289/stat : 11289 (sugar) S 11287 11289 10986 0 -1 4194304 1376 11945 0 2 6 2 114 8 16 0 1 0 19042673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11289/statm: 4217 1113 409 3 0 796 0
[pid=11312] ppid=11289 vsize=5356 CPUtime=0
/proc/11312/stat : 11312 (sh) S 11289 11289 10986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19042814 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11312/statm: 1339 232 193 169 0 50 0
[pid=11313] ppid=11312 vsize=7224 CPUtime=49.21
/proc/11313/stat : 11313 (minisat) R 11312 11289 10986 0 -1 4194304 1519 0 0 0 4921 0 0 0 25 0 1 0 19042815 7397376 1505 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/11313/statm: 1806 1505 75 150 0 1653 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 29448

[startup+102.307 s]
/proc/loadavg: 1.91 1.95 1.71 3/78 11366
/proc/meminfo: memFree=785656/2055920 swapFree=4192956/4192956
[pid=11289] ppid=11287 vsize=16868 CPUtime=1.3
/proc/11289/stat : 11289 (sugar) S 11287 11289 10986 0 -1 4194304 1376 11945 0 2 6 2 114 8 16 0 1 0 19042673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11289/statm: 4217 1113 409 3 0 796 0
[pid=11312] ppid=11289 vsize=5356 CPUtime=0
/proc/11312/stat : 11312 (sh) S 11289 11289 10986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19042814 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11312/statm: 1339 232 193 169 0 50 0
[pid=11313] ppid=11312 vsize=9376 CPUtime=100.06
/proc/11313/stat : 11313 (minisat) R 11312 11289 10986 0 -1 4194304 2063 0 0 0 10005 1 0 0 25 0 1 0 19042815 9601024 2049 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11313/statm: 2344 2049 75 150 0 2191 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 31600

[startup+162.302 s]
/proc/loadavg: 1.97 1.95 1.73 3/78 11366
/proc/meminfo: memFree=781944/2055920 swapFree=4192956/4192956
[pid=11289] ppid=11287 vsize=16868 CPUtime=1.3
/proc/11289/stat : 11289 (sugar) S 11287 11289 10986 0 -1 4194304 1376 11945 0 2 6 2 114 8 16 0 1 0 19042673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11289/statm: 4217 1113 409 3 0 796 0
[pid=11312] ppid=11289 vsize=5356 CPUtime=0
/proc/11312/stat : 11312 (sh) S 11289 11289 10986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19042814 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11312/statm: 1339 232 193 169 0 50 0
[pid=11313] ppid=11312 vsize=9788 CPUtime=160.04
/proc/11313/stat : 11313 (minisat) R 11312 11289 10986 0 -1 4194304 2192 0 0 0 16002 2 0 0 25 0 1 0 19042815 10022912 2178 996147200 134512640 135127466 4294956256 18446744073709551615 134529406 0 0 4096 3 0 0 0 17 0 0 0
/proc/11313/statm: 2447 2178 75 150 0 2294 0
Current children cumulated CPU time (s) 161.34
Current children cumulated vsize (KiB) 32012

[startup+222.302 s]
/proc/loadavg: 1.99 1.96 1.74 3/78 11366
/proc/meminfo: memFree=781176/2055920 swapFree=4192956/4192956
[pid=11289] ppid=11287 vsize=16868 CPUtime=1.3
/proc/11289/stat : 11289 (sugar) S 11287 11289 10986 0 -1 4194304 1376 11945 0 2 6 2 114 8 16 0 1 0 19042673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11289/statm: 4217 1113 409 3 0 796 0
[pid=11312] ppid=11289 vsize=5356 CPUtime=0
/proc/11312/stat : 11312 (sh) S 11289 11289 10986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19042814 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11312/statm: 1339 232 193 169 0 50 0
[pid=11313] ppid=11312 vsize=10336 CPUtime=220.01
/proc/11313/stat : 11313 (minisat) R 11312 11289 10986 0 -1 4194304 2302 0 0 0 21999 2 0 0 25 0 1 0 19042815 10584064 2288 996147200 134512640 135127466 4294956256 18446744073709551615 134521718 0 0 4096 3 0 0 0 17 0 0 0
/proc/11313/statm: 2584 2288 75 150 0 2431 0
Current children cumulated CPU time (s) 221.31
Current children cumulated vsize (KiB) 32560

[startup+282.301 s]
/proc/loadavg: 1.99 1.96 1.75 3/78 11366
/proc/meminfo: memFree=779256/2055920 swapFree=4192956/4192956
[pid=11289] ppid=11287 vsize=16868 CPUtime=1.3
/proc/11289/stat : 11289 (sugar) S 11287 11289 10986 0 -1 4194304 1376 11945 0 2 6 2 114 8 16 0 1 0 19042673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11289/statm: 4217 1113 409 3 0 796 0
[pid=11312] ppid=11289 vsize=5356 CPUtime=0
/proc/11312/stat : 11312 (sh) S 11289 11289 10986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19042814 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11312/statm: 1339 232 193 169 0 50 0
[pid=11313] ppid=11312 vsize=10812 CPUtime=279.99
/proc/11313/stat : 11313 (minisat) R 11312 11289 10986 0 -1 4194304 2405 0 0 0 27997 2 0 0 25 0 1 0 19042815 11071488 2391 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11313/statm: 2703 2391 75 150 0 2550 0
Current children cumulated CPU time (s) 281.29
Current children cumulated vsize (KiB) 33036

[startup+342.301 s]

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

/proc/11289/statm: 4217 1113 409 3 0 796 0
[pid=11312] ppid=11289 vsize=5356 CPUtime=0
/proc/11312/stat : 11312 (sh) S 11289 11289 10986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19042814 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11312/statm: 1339 232 193 169 0 50 0
[pid=11313] ppid=11312 vsize=12844 CPUtime=579.87
/proc/11313/stat : 11313 (minisat) R 11312 11289 10986 0 -1 4194304 2906 0 0 0 57984 3 0 0 25 0 1 0 19042815 13152256 2892 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11313/statm: 3211 2892 75 150 0 3058 0
Current children cumulated CPU time (s) 581.17
Current children cumulated vsize (KiB) 35068

[startup+642.302 s]
/proc/loadavg: 2.07 2.02 1.83 3/78 11368
/proc/meminfo: memFree=774200/2055920 swapFree=4192956/4192956
[pid=11289] ppid=11287 vsize=16868 CPUtime=1.3
/proc/11289/stat : 11289 (sugar) S 11287 11289 10986 0 -1 4194304 1376 11945 0 2 6 2 114 8 16 0 1 0 19042673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11289/statm: 4217 1113 409 3 0 796 0
[pid=11312] ppid=11289 vsize=5356 CPUtime=0
/proc/11312/stat : 11312 (sh) S 11289 11289 10986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19042814 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11312/statm: 1339 232 193 169 0 50 0
[pid=11313] ppid=11312 vsize=13264 CPUtime=639.86
/proc/11313/stat : 11313 (minisat) R 11312 11289 10986 0 -1 4194304 3032 0 0 0 63982 4 0 0 25 0 1 0 19042815 13582336 3018 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/11313/statm: 3316 3018 75 150 0 3163 0
Current children cumulated CPU time (s) 641.16
Current children cumulated vsize (KiB) 35488

[startup+702.303 s]
/proc/loadavg: 2.09 2.03 1.85 3/78 11368
/proc/meminfo: memFree=773752/2055920 swapFree=4192956/4192956
[pid=11289] ppid=11287 vsize=16868 CPUtime=1.3
/proc/11289/stat : 11289 (sugar) S 11287 11289 10986 0 -1 4194304 1376 11945 0 2 6 2 114 8 16 0 1 0 19042673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11289/statm: 4217 1113 409 3 0 796 0
[pid=11312] ppid=11289 vsize=5356 CPUtime=0
/proc/11312/stat : 11312 (sh) S 11289 11289 10986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19042814 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11312/statm: 1339 232 193 169 0 50 0
[pid=11313] ppid=11312 vsize=13664 CPUtime=699.83
/proc/11313/stat : 11313 (minisat) R 11312 11289 10986 0 -1 4194304 3134 0 0 0 69979 4 0 0 25 0 1 0 19042815 13991936 3120 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/11313/statm: 3416 3120 75 150 0 3263 0
Current children cumulated CPU time (s) 701.13
Current children cumulated vsize (KiB) 35888

[startup+762.308 s]
/proc/loadavg: 2.09 2.04 1.86 3/78 11368
/proc/meminfo: memFree=773304/2055920 swapFree=4192956/4192956
[pid=11289] ppid=11287 vsize=16868 CPUtime=1.3
/proc/11289/stat : 11289 (sugar) S 11287 11289 10986 0 -1 4194304 1376 11945 0 2 6 2 114 8 16 0 1 0 19042673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11289/statm: 4217 1113 409 3 0 796 0
[pid=11312] ppid=11289 vsize=5356 CPUtime=0
/proc/11312/stat : 11312 (sh) S 11289 11289 10986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19042814 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11312/statm: 1339 232 193 169 0 50 0
[pid=11313] ppid=11312 vsize=13812 CPUtime=759.81
/proc/11313/stat : 11313 (minisat) R 11312 11289 10986 0 -1 4194304 3166 0 0 0 75977 4 0 0 25 0 1 0 19042815 14143488 3152 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11313/statm: 3453 3152 75 150 0 3300 0
Current children cumulated CPU time (s) 761.11
Current children cumulated vsize (KiB) 36036

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

[startup+767.901 s]
/proc/loadavg: 2.15 2.05 1.86 3/78 11368
/proc/meminfo: memFree=773240/2055920 swapFree=4192956/4192956
[pid=11289] ppid=11287 vsize=16868 CPUtime=1.3
/proc/11289/stat : 11289 (sugar) S 11287 11289 10986 0 -1 4194304 1376 11945 0 2 6 2 114 8 16 0 1 0 19042673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11289/statm: 4217 1113 409 3 0 796 0
[pid=11312] ppid=11289 vsize=5356 CPUtime=0
/proc/11312/stat : 11312 (sh) S 11289 11289 10986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19042814 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11312/statm: 1339 232 193 169 0 50 0
[pid=11313] ppid=11312 vsize=13812 CPUtime=765.4
/proc/11313/stat : 11313 (minisat) R 11312 11289 10986 0 -1 4194304 3166 0 0 0 76536 4 0 0 25 0 1 0 19042815 14143488 3152 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/11313/statm: 3453 3152 75 150 0 3300 0
Current children cumulated CPU time (s) 766.7
Current children cumulated vsize (KiB) 36036

[startup+780.703 s]
/proc/loadavg: 2.13 2.05 1.86 3/78 11368
/proc/meminfo: memFree=773176/2055920 swapFree=4192956/4192956
[pid=11289] ppid=11287 vsize=16868 CPUtime=1.3
/proc/11289/stat : 11289 (sugar) S 11287 11289 10986 0 -1 4194304 1376 11945 0 2 6 2 114 8 16 0 1 0 19042673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11289/statm: 4217 1113 409 3 0 796 0
[pid=11312] ppid=11289 vsize=5356 CPUtime=0
/proc/11312/stat : 11312 (sh) S 11289 11289 10986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19042814 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11312/statm: 1339 232 193 169 0 50 0
[pid=11313] ppid=11312 vsize=13812 CPUtime=778.2
/proc/11313/stat : 11313 (minisat) R 11312 11289 10986 0 -1 4194304 3174 0 0 0 77816 4 0 0 25 0 1 0 19042815 14143488 3160 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11313/statm: 3453 3160 75 150 0 3300 0
Current children cumulated CPU time (s) 779.5
Current children cumulated vsize (KiB) 36036

[startup+787.102 s]
/proc/loadavg: 2.12 2.05 1.87 3/78 11368
/proc/meminfo: memFree=772920/2055920 swapFree=4192956/4192956
[pid=11289] ppid=11287 vsize=16868 CPUtime=1.3
/proc/11289/stat : 11289 (sugar) S 11287 11289 10986 0 -1 4194304 1376 11945 0 2 6 2 114 8 16 0 1 0 19042673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11289/statm: 4217 1113 409 3 0 796 0
[pid=11312] ppid=11289 vsize=5356 CPUtime=0
/proc/11312/stat : 11312 (sh) S 11289 11289 10986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19042814 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11312/statm: 1339 232 193 169 0 50 0
[pid=11313] ppid=11312 vsize=13952 CPUtime=784.6
/proc/11313/stat : 11313 (minisat) R 11312 11289 10986 0 -1 4194304 3201 0 0 0 78456 4 0 0 25 0 1 0 19042815 14286848 3187 996147200 134512640 135127466 4294956256 18446744073709551615 134531110 0 0 4096 3 0 0 0 17 0 0 0
/proc/11313/statm: 3488 3187 75 150 0 3335 0
Current children cumulated CPU time (s) 785.9
Current children cumulated vsize (KiB) 36176

[startup+793.501 s]
/proc/loadavg: 2.18 2.06 1.87 3/78 11368
/proc/meminfo: memFree=772664/2055920 swapFree=4192956/4192956
[pid=11289] ppid=11287 vsize=16868 CPUtime=1.3
/proc/11289/stat : 11289 (sugar) S 11287 11289 10986 0 -1 4194304 1376 11945 0 2 6 2 114 8 16 0 1 0 19042673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11289/statm: 4217 1113 409 3 0 796 0
[pid=11312] ppid=11289 vsize=5356 CPUtime=0
/proc/11312/stat : 11312 (sh) S 11289 11289 10986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19042814 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11312/statm: 1339 232 193 169 0 50 0
[pid=11313] ppid=11312 vsize=13952 CPUtime=790.99
/proc/11313/stat : 11313 (minisat) R 11312 11289 10986 0 -1 4194304 3204 0 0 0 79095 4 0 0 25 0 1 0 19042815 14286848 3190 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11313/statm: 3488 3190 75 150 0 3335 0
Current children cumulated CPU time (s) 792.29
Current children cumulated vsize (KiB) 36176

[startup+796.703 s]
/proc/loadavg: 2.18 2.06 1.87 3/78 11368
/proc/meminfo: memFree=772664/2055920 swapFree=4192956/4192956
[pid=11289] ppid=11287 vsize=16868 CPUtime=1.3
/proc/11289/stat : 11289 (sugar) S 11287 11289 10986 0 -1 4194304 1376 11945 0 2 6 2 114 8 16 0 1 0 19042673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11289/statm: 4217 1113 409 3 0 796 0
[pid=11312] ppid=11289 vsize=5356 CPUtime=0
/proc/11312/stat : 11312 (sh) S 11289 11289 10986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19042814 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11312/statm: 1339 232 193 169 0 50 0
[pid=11313] ppid=11312 vsize=13952 CPUtime=794.2
/proc/11313/stat : 11313 (minisat) R 11312 11289 10986 0 -1 4194304 3204 0 0 0 79416 4 0 0 25 0 1 0 19042815 14286848 3190 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11313/statm: 3488 3190 75 150 0 3335 0
Current children cumulated CPU time (s) 795.5
Current children cumulated vsize (KiB) 36176

[startup+797.508 s]
/proc/loadavg: 2.16 2.06 1.87 3/78 11368
/proc/meminfo: memFree=772600/2055920 swapFree=4192956/4192956
[pid=11289] ppid=11287 vsize=16868 CPUtime=1.3
/proc/11289/stat : 11289 (sugar) S 11287 11289 10986 0 -1 4194304 1376 11945 0 2 6 2 114 8 16 0 1 0 19042673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11289/statm: 4217 1113 409 3 0 796 0
[pid=11312] ppid=11289 vsize=5356 CPUtime=0
/proc/11312/stat : 11312 (sh) S 11289 11289 10986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19042814 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11312/statm: 1339 232 193 169 0 50 0
[pid=11313] ppid=11312 vsize=13952 CPUtime=795
/proc/11313/stat : 11313 (minisat) R 11312 11289 10986 0 -1 4194304 3209 0 0 0 79496 4 0 0 25 0 1 0 19042815 14286848 3195 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11313/statm: 3488 3195 75 150 0 3335 0
Current children cumulated CPU time (s) 796.3
Current children cumulated vsize (KiB) 36176

[startup+798.303 s]
/proc/loadavg: 2.16 2.06 1.87 3/78 11368
/proc/meminfo: memFree=772600/2055920 swapFree=4192956/4192956
[pid=11289] ppid=11287 vsize=16868 CPUtime=1.3
/proc/11289/stat : 11289 (sugar) S 11287 11289 10986 0 -1 4194304 1376 11945 0 2 6 2 114 8 16 0 1 0 19042673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11289/statm: 4217 1113 409 3 0 796 0
[pid=11312] ppid=11289 vsize=5356 CPUtime=0
/proc/11312/stat : 11312 (sh) S 11289 11289 10986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19042814 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11312/statm: 1339 232 193 169 0 50 0
[pid=11313] ppid=11312 vsize=13952 CPUtime=795.8
/proc/11313/stat : 11313 (minisat) R 11312 11289 10986 0 -1 4194304 3209 0 0 0 79576 4 0 0 25 0 1 0 19042815 14286848 3195 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/11313/statm: 3488 3195 75 150 0 3335 0
Current children cumulated CPU time (s) 797.1
Current children cumulated vsize (KiB) 36176

[startup+798.703 s]
/proc/loadavg: 2.16 2.06 1.87 3/78 11368
/proc/meminfo: memFree=772600/2055920 swapFree=4192956/4192956
[pid=11289] ppid=11287 vsize=16868 CPUtime=797.41
/proc/11289/stat : 11289 (sugar) S 11287 11289 10986 0 -1 4194304 1448 15448 0 2 6 2 79720 13 15 0 1 0 19042673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11289/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 797.41
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 798.766
CPU time (s): 797.556
CPU user time (s): 797.364
CPU system time (s): 0.19197
CPU usage (%): 99.8484
Max. virtual memory (cumulated for all children) (KiB): 886664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 797.364
system time used= 0.19197
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20734
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= 2062
involuntary context switches= 6003

runsolver used 0.924859 second user time and 2.72458 second system time

The end

Launcher Data

Begin job on node32 at 2009-07-11 15:42:42
IDJOB=2057860
IDBENCH=53418
IDSOLVER=739
FILE ID=node32/2057860-1247319762
PBS_JOBID= 9506563
Free space on /tmp= 66360 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/BH-4-7/normalized-BlackHole-4-7-h-6_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-2057860-1247319762/watcher-2057860-1247319762 -o /tmp/evaluation-result-2057860-1247319762/solver-2057860-1247319762 -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-2057860-1247319762.xml

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

MD5SUM BENCH= f8515fe51afe0fd2f188b8c24fadcade
RANDOM SEED=1768156639

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        773872 kB
Buffers:         62284 kB
Cached:        1098544 kB
SwapCached:          0 kB
Active:         131160 kB
Inactive:      1077528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        773872 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1420 kB
Writeback:           0 kB
Mapped:          59388 kB
Slab:            58176 kB
Committed_AS:   166672 kB
PageTables:       2004 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66360 MiB
End job on node32 at 2009-07-11 15:56:01