Trace number 2057915

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 1277.18 1283.4

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-h-7_ext.xml
MD5SUM2d9778ca5e7e6c646104281b9a9e60b1
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.045992
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.05/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.07	c 0	BEGIN Sat Jul 11 15:43:32 2009
0.05/0.07	c 0	PID 13218
0.05/0.07	c 0	HOST node76.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-2057915-1247319812.xml TO HOME/temp.csp
0.05/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2057915-1247319812.xml' 'HOME/temp.csp'
0.06/0.44	c 1	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.06/0.49	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.49	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.56	c 1	Parsing HOME/temp.csp
0.42/0.64	c 1	parsed 1385 expressions
0.42/0.65	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.42/0.65	c 1	Converting to clausal form CSP
0.42/0.67	c 1	converted 139 (10%) expressions
0.43/0.70	c 1	converted 277 (20%) expressions
0.43/0.72	c 1	converted 416 (30%) expressions
0.43/0.74	c 1	converted 554 (40%) expressions
0.43/0.76	c 1	converted 693 (50%) expressions
0.43/0.78	c 1	converted 831 (60%) expressions
0.43/0.84	c 1	converted 970 (70%) expressions
0.43/0.87	c 1	converted 1108 (80%) expressions
0.43/0.89	c 1	converted 1247 (90%) expressions
0.43/0.90	c 1	converted 1385 (100%) expressions
0.43/0.90	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.43/0.90	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.43/0.90	c 1	Propagation in CSP
0.43/0.91	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.43/0.91	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.43/0.91	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.43/0.91	c 1	Simplifing CSP by introducing new Boolean variables
0.43/0.91	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.43/0.91	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.43/0.97	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.90/1.00	c 1	12 (10%) CSP integer variables are encoded (176 clauses, 1798 bytes)
0.90/1.01	c 1	23 (20%) CSP integer variables are encoded (399 clauses, 4251 bytes)
0.90/1.01	c 1	34 (30%) CSP integer variables are encoded (601 clauses, 6473 bytes)
0.90/1.01	c 1	45 (40%) CSP integer variables are encoded (803 clauses, 8695 bytes)
0.90/1.01	c 1	56 (50%) CSP integer variables are encoded (1026 clauses, 11303 bytes)
0.90/1.01	c 1	68 (60%) CSP integer variables are encoded (1254 clauses, 14267 bytes)
0.90/1.01	c 1	79 (70%) CSP integer variables are encoded (1456 clauses, 16893 bytes)
0.90/1.01	c 1	90 (80%) CSP integer variables are encoded (1616 clauses, 18973 bytes)
0.90/1.01	c 1	101 (90%) CSP integer variables are encoded (1748 clauses, 20689 bytes)
0.90/1.01	c 1	112 (100%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
0.90/1.06	c 1	127 (10%) CSP clauses are encoded (2700 clauses, 35211 bytes)
0.90/1.09	c 1	253 (20%) CSP clauses are encoded (4216 clauses, 60734 bytes)
1.00/1.12	c 1	379 (30%) CSP clauses are encoded (5898 clauses, 92913 bytes)
1.00/1.15	c 1	505 (40%) CSP clauses are encoded (7534 clauses, 123492 bytes)
1.00/1.17	c 1	631 (50%) CSP clauses are encoded (9122 clauses, 153483 bytes)
1.10/1.21	c 1	757 (60%) CSP clauses are encoded (10758 clauses, 184939 bytes)
1.10/1.23	c 1	883 (70%) CSP clauses are encoded (12300 clauses, 213617 bytes)
1.10/1.26	c 1	1009 (80%) CSP clauses are encoded (13936 clauses, 245189 bytes)
1.10/1.28	c 1	1135 (90%) CSP clauses are encoded (15672 clauses, 280174 bytes)
1.19/1.31	c 1	1261 (100%) CSP clauses are encoded (17532 clauses, 317541 bytes)
1.19/1.31	c 1	1261 CSP clauses encoded
1.19/1.31	c 1	Writing map file : HOME/temp.map
1.19/1.31	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.19/1.31	c 1	SAT : 1990 SAT variables, 17532 SAT clauses, 317541 bytes
1.19/1.31	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.19/1.33	c 1	SOLVING HOME/temp.cnf
1.19/1.33	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.19/1.33	c 1	This is MiniSat 2.0 beta
1.19/1.33	c 1	WARNING: for repeatability, setting FPU to use double precision
1.19/1.33	c 1	============================[ Problem Statistics ]=============================
1.19/1.33	c 1	|                                                                             |
1.19/1.33	c 1	|  Number of variables:  1990                                                 |
1.19/1.33	c 1	|  Number of clauses:    17532                                                |
1.19/1.34	c 1	|  Parsing time:         0.01         s                                       |
1.19/1.34	c 1	============================[ Search Statistics ]==============================
1.19/1.34	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.19/1.34	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.19/1.34	c 1	===============================================================================
1.19/1.34	c 1	|         0 |    1888    15423    50632 |     5141        0    nan |  0.000 % |
1.19/1.35	c 2	|       100 |    1888    15423    50632 |     5655      100     10 |  5.127 % |
1.19/1.35	c 2	|       250 |    1888    15423    50632 |     6220      250     10 |  5.128 % |
1.19/1.36	c 2	|       475 |    1888    15423    50632 |     6842      475     10 |  5.127 % |
1.19/1.38	c 2	|       812 |    1888    15423    50632 |     7526      812     13 |  5.127 % |
1.22/1.40	c 2	|      1319 |    1888    15423    50632 |     8279     1319     15 |  5.127 % |
1.22/1.44	c 2	|      2078 |    1888    15423    50632 |     9107     2078     16 |  5.128 % |
1.22/1.50	c 2	|      3217 |    1888    15423    50632 |    10018     3217     17 |  5.127 % |
1.22/1.60	c 2	|      4925 |    1888    15423    50632 |    11020     4925     19 |  5.127 % |
1.22/1.76	c 2	|      7488 |    1888    15423    50632 |    12122     7488     19 |  5.127 % |
1.22/2.02	c 2	|     11332 |    1888    15423    50632 |    13334    11332     19 |  5.128 % |
2.27/2.46	c 3	|     17098 |    1884    15382    50544 |    14667    10180     19 |  5.328 % |
2.96/3.17	c 3	|     25747 |    1884    15382    50544 |    16134    11202     19 |  5.328 % |
4.16/4.37	c 5	|     38723 |    1884    15382    50544 |    17748    15768     23 |  5.329 % |
6.14/6.38	c 7	|     58185 |    1884    15382    50544 |    19522    16883     24 |  5.328 % |
9.12/9.31	c 9	|     87379 |    1879    15339    50452 |    21475    15941     18 |  5.580 % |
14.31/14.53	c 15	|    131168 |    1879    15339    50452 |    23622    15602     17 |  5.580 % |
22.86/23.17	c 23	|    196853 |    1877    15328    50424 |    25985    20857     19 |  5.680 % |
36.09/36.47	c 37	|    295380 |    1877    15328    50424 |    28583    26139     20 |  5.680 % |
60.40/60.97	c 61	|    443169 |    1877    15328    50424 |    31441    25262     20 |  5.680 % |
95.32/96.02	c 96	|    664852 |    1877    15328    50424 |    34586    29156     18 |  5.681 % |
156.32/157.39	c 158	|    997377 |    1877    15328    50424 |    38044    30509     17 |  5.682 % |
246.06/247.56	c 248	|   1496168 |    1874    15314    50390 |    41849    29036     17 |  5.831 % |
382.23/384.43	c 385	|   2244350 |    1869    15272    50300 |    46034    34601     18 |  6.082 % |
600.34/603.57	c 604	|   3366624 |    1869    15272    50300 |    50637    41893     17 |  6.082 % |
975.15/980.09	c 980	|   5050035 |    1860    15189    50066 |    55701    48416     19 |  6.534 % |
1276.99/1283.23	c 1283	===============================================================================
1276.99/1283.23	c 1283	restarts              : 26
1276.99/1283.23	c 1283	conflicts             : 6321862        (4956 /sec)
1276.99/1283.23	c 1283	decisions             : 11793156       (1.43 % random) (9245 /sec)
1276.99/1283.23	c 1283	propagations          : 578229477      (453267 /sec)
1276.99/1283.23	c 1283	conflict literals     : 120070611      (30.18 % deleted)
1276.99/1283.23	c 1283	Memory used           : 15.62 MB
1276.99/1283.23	c 1283	CPU time              : 1275.69 s
1276.99/1283.23	c 1283	
1276.99/1283.23	c 1283	UNSATISFIABLE
1276.99/1283.23	c 1283	DECODING HOME/temp.out WITH HOME/temp.map
1276.99/1283.23	c 1283	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'
1277.03/1283.31	c 1283	Decoding HOME/temp.out
1277.03/1283.34	s UNSATISFIABLE
1277.03/1283.36	c 1284	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1277.15/1283.40	c 1284	CPU 1277.15 (0.06 0.01 1276.86 0.22)
1277.15/1283.40	c 1284	END Sat Jul 11 16:04:56 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-2057915-1247319812/watcher-2057915-1247319812 -o /tmp/evaluation-result-2057915-1247319812/solver-2057915-1247319812 -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-2057915-1247319812.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.84 1.94 1.72 3/85 13218
/proc/meminfo: memFree=858624/2055920 swapFree=4192948/4192956
[pid=13218] ppid=13216 vsize=12268 CPUtime=0
/proc/13218/stat : 13218 (sugar) R 13216 13218 12778 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 19046551 12562432 317 996147200 4194304 4206940 548682068608 18446744073709551615 265673937633 0 0 4224 0 0 0 0 17 0 0 0
/proc/13218/statm: 3067 320 242 3 0 167 0

[startup+0.059362 s]
/proc/loadavg: 1.84 1.94 1.72 3/85 13218
/proc/meminfo: memFree=858624/2055920 swapFree=4192948/4192956
[pid=13218] ppid=13216 vsize=16212 CPUtime=0.05
/proc/13218/stat : 13218 (sugar) R 13216 13218 12778 0 -1 4194304 976 0 0 0 4 1 0 0 18 0 1 0 19046551 16601088 944 996147200 4194304 4206940 548682068608 18446744073709551615 265673937633 0 0 4224 0 0 0 0 17 0 0 0
/proc/13218/statm: 4053 944 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.102373 s]
/proc/loadavg: 1.84 1.94 1.72 3/85 13218
/proc/meminfo: memFree=858624/2055920 swapFree=4192948/4192956
[pid=13218] ppid=13216 vsize=16868 CPUtime=0.06
/proc/13218/stat : 13218 (sugar) S 13216 13218 12778 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 19046551 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13218/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302409 s]
/proc/loadavg: 1.84 1.94 1.72 3/85 13218
/proc/meminfo: memFree=858624/2055920 swapFree=4192948/4192956
[pid=13218] ppid=13216 vsize=16868 CPUtime=0.06
/proc/13218/stat : 13218 (sugar) S 13216 13218 12778 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 19046551 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13218/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702483 s]
/proc/loadavg: 1.84 1.94 1.72 3/85 13218
/proc/meminfo: memFree=858624/2055920 swapFree=4192948/4192956
[pid=13218] ppid=13216 vsize=16868 CPUtime=0.43
/proc/13218/stat : 13218 (sugar) S 13216 13218 12778 0 -1 4194304 1309 4784 0 1 6 1 33 3 15 0 1 0 19046551 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13218/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 16868

[startup+1.50163 s]
/proc/loadavg: 1.84 1.94 1.72 2/96 13240
/proc/meminfo: memFree=841064/2055920 swapFree=4192948/4192956
[pid=13218] ppid=13216 vsize=16868 CPUtime=1.22
/proc/13218/stat : 13218 (sugar) S 13216 13218 12778 0 -1 4194304 1376 11946 0 3 6 1 107 8 15 0 1 0 19046551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13218/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 16868

[startup+3.10194 s]
/proc/loadavg: 1.84 1.94 1.72 3/88 13242
/proc/meminfo: memFree=851944/2055920 swapFree=4192948/4192956
[pid=13218] ppid=13216 vsize=16868 CPUtime=1.22
/proc/13218/stat : 13218 (sugar) S 13216 13218 12778 0 -1 4194304 1376 11946 0 3 6 1 107 8 15 0 1 0 19046551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13218/statm: 4217 1113 409 3 0 796 0
[pid=13241] ppid=13218 vsize=5356 CPUtime=0
/proc/13241/stat : 13241 (sh) S 13218 13218 12778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19046684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13241/statm: 1339 232 193 169 0 50 0
[pid=13242] ppid=13241 vsize=4448 CPUtime=1.74
/proc/13242/stat : 13242 (minisat) R 13241 13218 12778 0 -1 4194304 847 0 0 0 174 0 0 0 25 0 1 0 19046684 4554752 833 996147200 134512640 135127466 4294956256 18446744073709551615 134528568 0 0 4096 3 0 0 0 17 0 0 0
/proc/13242/statm: 1112 833 75 150 0 959 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 26672

[startup+6.30156 s]
/proc/loadavg: 1.85 1.94 1.72 3/88 13242
/proc/meminfo: memFree=850600/2055920 swapFree=4192948/4192956
[pid=13218] ppid=13216 vsize=16868 CPUtime=1.22
/proc/13218/stat : 13218 (sugar) S 13216 13218 12778 0 -1 4194304 1376 11946 0 3 6 1 107 8 16 0 1 0 19046551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13218/statm: 4217 1113 409 3 0 796 0
[pid=13241] ppid=13218 vsize=5356 CPUtime=0
/proc/13241/stat : 13241 (sh) S 13218 13218 12778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19046684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13241/statm: 1339 232 193 169 0 50 0
[pid=13242] ppid=13241 vsize=5420 CPUtime=4.92
/proc/13242/stat : 13242 (minisat) R 13241 13218 12778 0 -1 4194304 1074 0 0 0 492 0 0 0 25 0 1 0 19046684 5550080 1060 996147200 134512640 135127466 4294956256 18446744073709551615 134521795 0 0 4096 3 0 0 0 17 0 0 0
/proc/13242/statm: 1355 1060 75 150 0 1202 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 27644

[startup+12.7018 s]
/proc/loadavg: 1.87 1.94 1.72 3/88 13242
/proc/meminfo: memFree=849976/2055920 swapFree=4192948/4192956
[pid=13218] ppid=13216 vsize=16868 CPUtime=1.22
/proc/13218/stat : 13218 (sugar) S 13216 13218 12778 0 -1 4194304 1376 11946 0 3 6 1 107 8 16 0 1 0 19046551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13218/statm: 4217 1113 409 3 0 796 0
[pid=13241] ppid=13218 vsize=5356 CPUtime=0
/proc/13241/stat : 13241 (sh) S 13218 13218 12778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19046684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13241/statm: 1339 232 193 169 0 50 0
[pid=13242] ppid=13241 vsize=5952 CPUtime=11.3
/proc/13242/stat : 13242 (minisat) R 13241 13218 12778 0 -1 4194304 1220 0 0 0 1129 1 0 0 25 0 1 0 19046684 6094848 1206 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/13242/statm: 1488 1206 75 150 0 1335 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 28176

[startup+25.5022 s]
/proc/loadavg: 1.89 1.94 1.73 3/88 13242
/proc/meminfo: memFree=849208/2055920 swapFree=4192948/4192956
[pid=13218] ppid=13216 vsize=16868 CPUtime=1.22
/proc/13218/stat : 13218 (sugar) S 13216 13218 12778 0 -1 4194304 1376 11946 0 3 6 1 107 8 16 0 1 0 19046551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13218/statm: 4217 1113 409 3 0 796 0
[pid=13241] ppid=13218 vsize=5356 CPUtime=0
/proc/13241/stat : 13241 (sh) S 13218 13218 12778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19046684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13241/statm: 1339 232 193 169 0 50 0
[pid=13242] ppid=13241 vsize=6752 CPUtime=24.03
/proc/13242/stat : 13242 (minisat) R 13241 13218 12778 0 -1 4194304 1430 0 0 0 2402 1 0 0 25 0 1 0 19046684 6914048 1416 996147200 134512640 135127466 4294956256 18446744073709551615 134527082 0 0 4096 3 0 0 0 17 0 0 0
/proc/13242/statm: 1688 1416 75 150 0 1535 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 28976

[startup+51.1021 s]
/proc/loadavg: 1.93 1.94 1.73 3/88 13242
/proc/meminfo: memFree=791480/2055920 swapFree=4192948/4192956
[pid=13218] ppid=13216 vsize=16868 CPUtime=1.22
/proc/13218/stat : 13218 (sugar) S 13216 13218 12778 0 -1 4194304 1376 11946 0 3 6 1 107 8 16 0 1 0 19046551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13218/statm: 4217 1113 409 3 0 796 0
[pid=13241] ppid=13218 vsize=5356 CPUtime=0
/proc/13241/stat : 13241 (sh) S 13218 13218 12778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19046684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13241/statm: 1339 232 193 169 0 50 0
[pid=13242] ppid=13241 vsize=7848 CPUtime=49.42
/proc/13242/stat : 13242 (minisat) R 13241 13218 12778 0 -1 4194304 1684 0 0 0 4941 1 0 0 25 0 1 0 19046684 8036352 1670 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/13242/statm: 1962 1670 75 150 0 1809 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 30072

[startup+102.307 s]
/proc/loadavg: 1.97 1.95 1.74 3/88 13242
/proc/meminfo: memFree=790520/2055920 swapFree=4192948/4192956
[pid=13218] ppid=13216 vsize=16868 CPUtime=1.22
/proc/13218/stat : 13218 (sugar) S 13216 13218 12778 0 -1 4194304 1376 11946 0 3 6 1 107 8 16 0 1 0 19046551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13218/statm: 4217 1113 409 3 0 796 0
[pid=13241] ppid=13218 vsize=5356 CPUtime=0
/proc/13241/stat : 13241 (sh) S 13218 13218 12778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19046684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13241/statm: 1339 232 193 169 0 50 0
[pid=13242] ppid=13241 vsize=8656 CPUtime=100.38
/proc/13242/stat : 13242 (minisat) R 13241 13218 12778 0 -1 4194304 1896 0 0 0 10036 2 0 0 25 0 1 0 19046684 8863744 1882 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/13242/statm: 2164 1882 75 150 0 2011 0
Current children cumulated CPU time (s) 101.6
Current children cumulated vsize (KiB) 30880

[startup+162.302 s]
/proc/loadavg: 2.03 1.97 1.76 3/88 13242
/proc/meminfo: memFree=789432/2055920 swapFree=4192948/4192956
[pid=13218] ppid=13216 vsize=16868 CPUtime=1.22
/proc/13218/stat : 13218 (sugar) S 13216 13218 12778 0 -1 4194304 1376 11946 0 3 6 1 107 8 16 0 1 0 19046551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13218/statm: 4217 1113 409 3 0 796 0
[pid=13241] ppid=13218 vsize=5356 CPUtime=0
/proc/13241/stat : 13241 (sh) S 13218 13218 12778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19046684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13241/statm: 1339 232 193 169 0 50 0
[pid=13242] ppid=13241 vsize=9728 CPUtime=160.06
/proc/13242/stat : 13242 (minisat) R 13241 13218 12778 0 -1 4194304 2144 0 0 0 16004 2 0 0 25 0 1 0 19046684 9961472 2130 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13242/statm: 2432 2130 75 150 0 2279 0
Current children cumulated CPU time (s) 161.28
Current children cumulated vsize (KiB) 31952

[startup+222.302 s]
/proc/loadavg: 2.01 1.97 1.77 3/88 13242
/proc/meminfo: memFree=788728/2055920 swapFree=4192948/4192956
[pid=13218] ppid=13216 vsize=16868 CPUtime=1.22
/proc/13218/stat : 13218 (sugar) S 13216 13218 12778 0 -1 4194304 1376 11946 0 3 6 1 107 8 16 0 1 0 19046551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13218/statm: 4217 1113 409 3 0 796 0
[pid=13241] ppid=13218 vsize=5356 CPUtime=0
/proc/13241/stat : 13241 (sh) S 13218 13218 12778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19046684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13241/statm: 1339 232 193 169 0 50 0
[pid=13242] ppid=13241 vsize=10392 CPUtime=219.76
/proc/13242/stat : 13242 (minisat) R 13241 13218 12778 0 -1 4194304 2306 0 0 0 21973 3 0 0 25 0 1 0 19046684 10641408 2292 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13242/statm: 2598 2292 75 150 0 2445 0
Current children cumulated CPU time (s) 220.98
Current children cumulated vsize (KiB) 32616

[startup+282.301 s]
/proc/loadavg: 2.00 1.97 1.78 3/88 13242
/proc/meminfo: memFree=788408/2055920 swapFree=4192948/4192956
[pid=13218] ppid=13216 vsize=16868 CPUtime=1.22
/proc/13218/stat : 13218 (sugar) S 13216 13218 12778 0 -1 4194304 1376 11946 0 3 6 1 107 8 16 0 1 0 19046551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13218/statm: 4217 1113 409 3 0 796 0
[pid=13241] ppid=13218 vsize=5356 CPUtime=0
/proc/13241/stat : 13241 (sh) S 13218 13218 12778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19046684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13241/statm: 1339 232 193 169 0 50 0
[pid=13242] ppid=13241 vsize=10740 CPUtime=279.46
/proc/13242/stat : 13242 (minisat) R 13241 13218 12778 0 -1 4194304 2381 0 0 0 27943 3 0 0 25 0 1 0 19046684 10997760 2367 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13242/statm: 2685 2367 75 150 0 2532 0
Current children cumulated CPU time (s) 280.68
Current children cumulated vsize (KiB) 32964

[startup+342.302 s]

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


[startup+1122.3 s]
/proc/loadavg: 1.99 1.97 1.88 3/77 13281
/proc/meminfo: memFree=1039952/2055920 swapFree=4192948/4192956
[pid=13218] ppid=13216 vsize=16868 CPUtime=1.22
/proc/13218/stat : 13218 (sugar) S 13216 13218 12778 0 -1 4194304 1376 11946 0 3 6 1 107 8 16 0 1 0 19046551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13218/statm: 4217 1113 409 3 0 796 0
[pid=13241] ppid=13218 vsize=5356 CPUtime=0
/proc/13241/stat : 13241 (sh) S 13218 13218 12778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19046684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13241/statm: 1339 232 193 169 0 50 0
[pid=13242] ppid=13241 vsize=15316 CPUtime=1115.59
/proc/13242/stat : 13242 (minisat) R 13241 13218 12778 0 -1 4194304 3518 0 0 0 111549 10 0 0 25 0 1 0 19046684 15683584 3504 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13242/statm: 3829 3504 75 150 0 3676 0
Current children cumulated CPU time (s) 1116.81
Current children cumulated vsize (KiB) 37540

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.89 3/77 13281
/proc/meminfo: memFree=1039632/2055920 swapFree=4192948/4192956
[pid=13218] ppid=13216 vsize=16868 CPUtime=1.22
/proc/13218/stat : 13218 (sugar) S 13216 13218 12778 0 -1 4194304 1376 11946 0 3 6 1 107 8 16 0 1 0 19046551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13218/statm: 4217 1113 409 3 0 796 0
[pid=13241] ppid=13218 vsize=5356 CPUtime=0
/proc/13241/stat : 13241 (sh) S 13218 13218 12778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19046684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13241/statm: 1339 232 193 169 0 50 0
[pid=13242] ppid=13241 vsize=15580 CPUtime=1175.32
/proc/13242/stat : 13242 (minisat) R 13241 13218 12778 0 -1 4194304 3596 0 0 0 117522 10 0 0 25 0 1 0 19046684 15953920 3582 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/13242/statm: 3895 3582 75 150 0 3742 0
Current children cumulated CPU time (s) 1176.54
Current children cumulated vsize (KiB) 37804

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.89 3/78 13282
/proc/meminfo: memFree=1039112/2055920 swapFree=4192948/4192956
[pid=13218] ppid=13216 vsize=16868 CPUtime=1.22
/proc/13218/stat : 13218 (sugar) S 13216 13218 12778 0 -1 4194304 1376 11946 0 3 6 1 107 8 16 0 1 0 19046551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13218/statm: 4217 1113 409 3 0 796 0
[pid=13241] ppid=13218 vsize=5356 CPUtime=0
/proc/13241/stat : 13241 (sh) S 13218 13218 12778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19046684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13241/statm: 1339 232 193 169 0 50 0
[pid=13242] ppid=13241 vsize=15852 CPUtime=1235.07
/proc/13242/stat : 13242 (minisat) R 13241 13218 12778 0 -1 4194304 3665 0 0 0 123496 11 0 0 25 0 1 0 19046684 16232448 3651 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13242/statm: 3963 3651 75 150 0 3810 0
Current children cumulated CPU time (s) 1236.29
Current children cumulated vsize (KiB) 38076

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

[startup+1254.3 s]
/proc/loadavg: 1.99 1.97 1.89 3/78 13282
/proc/meminfo: memFree=1039048/2055920 swapFree=4192948/4192956
[pid=13218] ppid=13216 vsize=16868 CPUtime=1.22
/proc/13218/stat : 13218 (sugar) S 13216 13218 12778 0 -1 4194304 1376 11946 0 3 6 1 107 8 16 0 1 0 19046551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13218/statm: 4217 1113 409 3 0 796 0
[pid=13241] ppid=13218 vsize=5356 CPUtime=0
/proc/13241/stat : 13241 (sh) S 13218 13218 12778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19046684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13241/statm: 1339 232 193 169 0 50 0
[pid=13242] ppid=13241 vsize=15992 CPUtime=1247.01
/proc/13242/stat : 13242 (minisat) R 13241 13218 12778 0 -1 4194304 3680 0 0 0 124690 11 0 0 25 0 1 0 19046684 16375808 3666 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/13242/statm: 3998 3666 75 150 0 3845 0
Current children cumulated CPU time (s) 1248.23
Current children cumulated vsize (KiB) 38216

[startup+1267.1 s]
/proc/loadavg: 1.99 1.97 1.89 3/78 13282
/proc/meminfo: memFree=1038984/2055920 swapFree=4192948/4192956
[pid=13218] ppid=13216 vsize=16868 CPUtime=1.22
/proc/13218/stat : 13218 (sugar) S 13216 13218 12778 0 -1 4194304 1376 11946 0 3 6 1 107 8 16 0 1 0 19046551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13218/statm: 4217 1113 409 3 0 796 0
[pid=13241] ppid=13218 vsize=5356 CPUtime=0
/proc/13241/stat : 13241 (sh) S 13218 13218 12778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19046684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13241/statm: 1339 232 193 169 0 50 0
[pid=13242] ppid=13241 vsize=15992 CPUtime=1259.75
/proc/13242/stat : 13242 (minisat) R 13241 13218 12778 0 -1 4194304 3691 0 0 0 125964 11 0 0 25 0 1 0 19046684 16375808 3677 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/13242/statm: 3998 3677 75 150 0 3845 0
Current children cumulated CPU time (s) 1260.97
Current children cumulated vsize (KiB) 38216

[startup+1273.5 s]
/proc/loadavg: 1.99 1.97 1.89 3/78 13282
/proc/meminfo: memFree=1038984/2055920 swapFree=4192948/4192956
[pid=13218] ppid=13216 vsize=16868 CPUtime=1.22
/proc/13218/stat : 13218 (sugar) S 13216 13218 12778 0 -1 4194304 1376 11946 0 3 6 1 107 8 16 0 1 0 19046551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13218/statm: 4217 1113 409 3 0 796 0
[pid=13241] ppid=13218 vsize=5356 CPUtime=0
/proc/13241/stat : 13241 (sh) S 13218 13218 12778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19046684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13241/statm: 1339 232 193 169 0 50 0
[pid=13242] ppid=13241 vsize=15992 CPUtime=1266.11
/proc/13242/stat : 13242 (minisat) R 13241 13218 12778 0 -1 4194304 3695 0 0 0 126600 11 0 0 25 0 1 0 19046684 16375808 3681 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13242/statm: 3998 3681 75 150 0 3845 0
Current children cumulated CPU time (s) 1267.33
Current children cumulated vsize (KiB) 38216

[startup+1279.9 s]
/proc/loadavg: 1.99 1.97 1.90 3/78 13282
/proc/meminfo: memFree=1038920/2055920 swapFree=4192948/4192956
[pid=13218] ppid=13216 vsize=16868 CPUtime=1.22
/proc/13218/stat : 13218 (sugar) S 13216 13218 12778 0 -1 4194304 1376 11946 0 3 6 1 107 8 16 0 1 0 19046551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13218/statm: 4217 1113 409 3 0 796 0
[pid=13241] ppid=13218 vsize=5356 CPUtime=0
/proc/13241/stat : 13241 (sh) S 13218 13218 12778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19046684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13241/statm: 1339 232 193 169 0 50 0
[pid=13242] ppid=13241 vsize=15992 CPUtime=1272.48
/proc/13242/stat : 13242 (minisat) R 13241 13218 12778 0 -1 4194304 3695 0 0 0 127237 11 0 0 25 0 1 0 19046684 16375808 3681 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/13242/statm: 3998 3681 75 150 0 3845 0
Current children cumulated CPU time (s) 1273.7
Current children cumulated vsize (KiB) 38216

[startup+1281.51 s]
/proc/loadavg: 1.99 1.97 1.90 3/78 13282
/proc/meminfo: memFree=1038920/2055920 swapFree=4192948/4192956
[pid=13218] ppid=13216 vsize=16868 CPUtime=1.22
/proc/13218/stat : 13218 (sugar) S 13216 13218 12778 0 -1 4194304 1376 11946 0 3 6 1 107 8 16 0 1 0 19046551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13218/statm: 4217 1113 409 3 0 796 0
[pid=13241] ppid=13218 vsize=5356 CPUtime=0
/proc/13241/stat : 13241 (sh) S 13218 13218 12778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19046684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13241/statm: 1339 232 193 169 0 50 0
[pid=13242] ppid=13241 vsize=15992 CPUtime=1274.08
/proc/13242/stat : 13242 (minisat) R 13241 13218 12778 0 -1 4194304 3697 0 0 0 127397 11 0 0 25 0 1 0 19046684 16375808 3683 996147200 134512640 135127466 4294956256 18446744073709551615 134718351 0 0 4096 3 0 0 0 17 0 0 0
/proc/13242/statm: 3998 3683 75 150 0 3845 0
Current children cumulated CPU time (s) 1275.3
Current children cumulated vsize (KiB) 38216

[startup+1282.3 s]
/proc/loadavg: 1.99 1.97 1.90 3/78 13282
/proc/meminfo: memFree=1038920/2055920 swapFree=4192948/4192956
[pid=13218] ppid=13216 vsize=16868 CPUtime=1.22
/proc/13218/stat : 13218 (sugar) S 13216 13218 12778 0 -1 4194304 1376 11946 0 3 6 1 107 8 16 0 1 0 19046551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13218/statm: 4217 1113 409 3 0 796 0
[pid=13241] ppid=13218 vsize=5356 CPUtime=0
/proc/13241/stat : 13241 (sh) S 13218 13218 12778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19046684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13241/statm: 1339 232 193 169 0 50 0
[pid=13242] ppid=13241 vsize=15992 CPUtime=1274.87
/proc/13242/stat : 13242 (minisat) R 13241 13218 12778 0 -1 4194304 3697 0 0 0 127476 11 0 0 25 0 1 0 19046684 16375808 3683 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/13242/statm: 3998 3683 75 150 0 3845 0
Current children cumulated CPU time (s) 1276.09
Current children cumulated vsize (KiB) 38216

[startup+1283.1 s]
/proc/loadavg: 1.99 1.97 1.90 3/78 13282
/proc/meminfo: memFree=1038920/2055920 swapFree=4192948/4192956
[pid=13218] ppid=13216 vsize=16868 CPUtime=1.22
/proc/13218/stat : 13218 (sugar) S 13216 13218 12778 0 -1 4194304 1376 11946 0 3 6 1 107 8 16 0 1 0 19046551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13218/statm: 4217 1113 409 3 0 796 0
[pid=13241] ppid=13218 vsize=5356 CPUtime=0
/proc/13241/stat : 13241 (sh) S 13218 13218 12778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19046684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13241/statm: 1339 232 193 169 0 50 0
[pid=13242] ppid=13241 vsize=15992 CPUtime=1275.67
/proc/13242/stat : 13242 (minisat) R 13241 13218 12778 0 -1 4194304 3697 0 0 0 127556 11 0 0 25 0 1 0 19046684 16375808 3683 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/13242/statm: 3998 3683 75 150 0 3845 0
Current children cumulated CPU time (s) 1276.89
Current children cumulated vsize (KiB) 38216

[startup+1283.3 s]
/proc/loadavg: 1.99 1.97 1.90 3/78 13282
/proc/meminfo: memFree=1038920/2055920 swapFree=4192948/4192956
[pid=13218] ppid=13216 vsize=16868 CPUtime=1277.03
/proc/13218/stat : 13218 (sugar) S 13216 13218 12778 0 -1 4194304 1430 15937 0 3 6 1 127676 20 17 0 1 0 19046551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13218/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1277.03
Current children cumulated vsize (KiB) 16868

[startup+1283.4 s]
/proc/loadavg: 1.99 1.97 1.90 3/78 13282
/proc/meminfo: memFree=1038920/2055920 swapFree=4192948/4192956
[pid=13218] ppid=13216 vsize=0 CPUtime=1277.15
/proc/13218/stat : 13218 (sugar) R 13216 13218 12778 0 -1 4194308 1537 19685 0 4 6 1 127686 22 15 0 1 0 19046551 0 0 996147200 0 0 0 0 0 0 0 4224 16386 0 0 0 17 0 0 0
/proc/13218/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1277.15
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1283.4
CPU time (s): 1277.18
CPU user time (s): 1276.93
CPU system time (s): 0.246962
CPU usage (%): 99.5154
Max. virtual memory (cumulated for all children) (KiB): 886668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1276.93
system time used= 0.246962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21222
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1875
involuntary context switches= 25291

runsolver used 1.27281 second user time and 3.55046 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-11 15:43:32
IDJOB=2057915
IDBENCH=53423
IDSOLVER=739
FILE ID=node76/2057915-1247319812
PBS_JOBID= 9506481
Free space on /tmp= 66380 MiB

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

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

MD5SUM BENCH= 2d9778ca5e7e6c646104281b9a9e60b1
RANDOM SEED=176310195

node76.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.277
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.277
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:        859112 kB
Buffers:         49760 kB
Cached:         837156 kB
SwapCached:          8 kB
Active:         272864 kB
Inactive:       850132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        859112 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            1608 kB
Writeback:           0 kB
Mapped:         251616 kB
Slab:            58568 kB
Committed_AS:   831664 kB
PageTables:       2256 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= 66380 MiB
End job on node76 at 2009-07-11 16:04:56