Trace number 320452

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, and are wall clock time (not CPU 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
SATzilla FULL? (TO) 1200.11 1200.42

General information on the benchmark

Nameindustrial/manolios/
manol-pipe-c7bidw_i.cnf
MD5SUM3eac71f4fca7132b74d6d27cfa83813f
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark147.752
Satisfiable
(Un)Satisfiability was proved
Number of variables131004
Number of clauses387841
Sum of the clauses size904961
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2258560
Number of clauses of size 3129280
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

68.45/68.52	c run March_dl for 5 seconds ... 
68.45/68.52	c Bin: Executing march_dl
68.45/68.52	c child exit by a signal
68.45/68.52	c march_dl returned code 137.
68.45/68.52	c run saps for 2 seconds ... 
68.45/68.52	c Bin: Executing ubcsat2006
68.45/68.52	c child exited successfully
68.45/68.52	c ubcsat2006 returned code 0.
68.45/68.52	c satzilla computing base features
68.45/68.52	Error!!! VCG-VAR-entropy
68.45/68.52	Satzilla is runing default solver ... 
68.45/68.52	 c satzilla running minisat20 ... 
68.45/68.52	This is MiniSat 2.0 beta
68.45/68.52	WARNING: for repeatability, setting FPU to use double precision
68.45/68.52	============================[ Problem Statistics ]=============================
68.45/68.52	|                                                                             |
68.45/68.52	|  Number of variables:  131004                                               |
68.45/68.52	|  Number of clauses:    387841                                               |
68.47/68.77	|  Parsing time:         0.22         s                                       |
68.47/68.78	============================[ Search Statistics ]==============================
68.47/68.78	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
68.47/68.78	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
68.47/68.78	===============================================================================
68.47/68.78	|         0 |  131003   387838   904956 |   129279        0    nan |  0.000 % |
68.47/68.87	|       100 |  130990   387838   904956 |   142207       98      9 |  0.395 % |
68.47/68.98	|       250 |  130975   387838   904956 |   156427      247     10 |  0.612 % |
68.47/69.11	|       475 |  130883   387838   904956 |   172070      470     15 |  0.991 % |
69.14/69.26	|       812 |  129706   382015   892022 |   189277      802     15 |  0.991 % |
69.33/69.49	|      1318 |  129706   382015   892022 |   208205     1308     18 |  0.991 % |
69.53/69.62	|      2079 |  129706   382015   892022 |   229026     2069     23 |  0.991 % |
70.43/70.52	|      3219 |  129706   382015   892022 |   251928     3209     31 |  0.991 % |
71.03/71.14	|      4930 |  129706   382015   892022 |   277121     4920     35 |  0.991 % |
72.73/72.80	|      7493 |  129628   381928   891828 |   304833     7480     27 |  1.167 % |
74.43/74.52	|     11337 |  129475   381295   890431 |   335317    11321     29 |  1.167 % |
76.84/76.95	|     17104 |  129475   381295   890431 |   368849    17088     32 |  1.167 % |
81.13/81.20	|     25753 |  129449   381167   890150 |   405733    25735     42 |  1.187 % |
87.33/87.41	|     38728 |  128433   376976   880760 |   446307    38696     38 |  1.963 % |
95.82/95.98	|     58189 |  128433   376976   880760 |   490938    58157     38 |  1.963 % |
119.92/120.04	|     87382 |  128433   376976   880760 |   540031    87350     39 |  1.963 % |
151.91/152.08	|    131171 |  128406   376846   880478 |   594035   131130     42 |  1.983 % |
217.20/217.36	|    196855 |  128397   376830   880444 |   653438   196812     43 |  2.008 % |
299.28/299.44	|    295382 |  127647   373677   873388 |   718782   295323     43 |  2.563 % |
499.02/499.24	|    443173 |  127645   373668   873369 |   790660   443113     44 |  2.564 % |
931.02/931.37	|    664856 |  127461   373567   873133 |   869726   664787     45 |  2.882 % |
1199.25/1199.66	c Bin: Executing minisat20
1199.25/1199.66	c child exit by a signal
1199.25/1199.66	c minisat20 returned code 137.
1199.25/1199.66	c minisat20 returned code 137.
1199.25/1199.66	c satzilla running eureka ... 
1199.25/1199.66	c Bin: Executing eureka
1199.25/1199.66	c eureka returned code 1.
1199.25/1199.66	c eureka returned code 1.
1199.25/1199.66	c satzilla running rsat ... 
1199.25/1199.66	c Bin: Executing rsat
1199.25/1199.66	c rsat returned code 1.
1199.25/1199.66	c rsat returned code 1.
1199.25/1199.66	c satzilla running zchaff_rand ... 
1199.25/1199.66	c Bin: Executing zchaff_rand
1199.25/1199.66	c zchaff_rand returned code 1.
1199.25/1199.66	c zchaff_rand returned code 1.
1199.25/1199.66	c satzilla running vallst ... 
1199.25/1199.66	c Bin: Executing vallst
1199.25/1199.66	c vallst returned code 1.
1199.25/1199.66	c vallst returned code 1.
1199.25/1199.66	c satzilla running march_dl ... 
1199.25/1199.66	c Bin: Executing march_dl
1199.25/1199.66	c march_dl returned code 1.
1199.25/1199.66	c march_dl returned code 1.
1199.25/1199.66	c satzilla running kcnfs ... 
1199.25/1199.66	c Bin: Executing kcnfs
1199.25/1199.66	c kcnfs returned code 1.
1199.25/1199.66	c kcnfs returned code 1.
1199.25/1199.66	c satzilla running minisat20 with preprocessing ... 

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node55/watcher-320452-1173046329 -o ROOT/results/node55/solver-320452-1173046329 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/320452-1173046329/SATzilla2007_F /tmp/evaluation/320452-1173046329/instance-320452-1173046329.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.98 3/64 6497
/proc/meminfo: memFree=1713880/2055920 swapFree=4183796/4192956
[pid=6497] ppid=6495 vsize=1512 CPUtime=0
/proc/6497/stat : 6497 (SATzilla2007_F) S 6495 6497 6048 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 324589374 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6497/statm: 378 125 110 260 0 84 0
[pid=6498] ppid=6497 vsize=6492 CPUtime=0
/proc/6498/stat : 6498 (march_dl) R 6497 6497 6048 0 -1 4194304 578 0 0 0 0 0 0 0 19 0 1 0 324589374 6647808 572 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134549599 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6498/statm: 1623 575 49 118 0 1502 0

[startup+0.0141889 s]
/proc/loadavg: 1.00 1.00 0.98 3/64 6497
/proc/meminfo: memFree=1713880/2055920 swapFree=4183796/4192956
[pid=6497] ppid=6495 vsize=1512 CPUtime=0
/proc/6497/stat : 6497 (SATzilla2007_F) S 6495 6497 6048 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 324589374 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6497/statm: 378 125 110 260 0 84 0
[pid=6498] ppid=6497 vsize=8472 CPUtime=0
/proc/6498/stat : 6498 (march_dl) R 6497 6497 6048 0 -1 4194304 1306 0 0 0 0 0 0 0 19 0 1 0 324589374 8675328 1300 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6498/statm: 2118 1302 49 118 0 1997 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9984

[startup+0.101196 s]
/proc/loadavg: 1.00 1.00 0.98 3/64 6497
/proc/meminfo: memFree=1713880/2055920 swapFree=4183796/4192956
[pid=6497] ppid=6495 vsize=1512 CPUtime=0
/proc/6497/stat : 6497 (SATzilla2007_F) S 6495 6497 6048 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 324589374 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6497/statm: 378 125 110 260 0 84 0
[pid=6498] ppid=6497 vsize=12780 CPUtime=0.09
/proc/6498/stat : 6498 (march_dl) R 6497 6497 6048 0 -1 4194304 2665 0 0 0 8 1 0 0 19 0 1 0 324589374 13086720 2659 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6498/statm: 3195 2659 50 118 0 3074 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14292

[startup+0.301214 s]
/proc/loadavg: 1.00 1.00 0.98 3/64 6497
/proc/meminfo: memFree=1713880/2055920 swapFree=4183796/4192956
[pid=6497] ppid=6495 vsize=1512 CPUtime=0
/proc/6497/stat : 6497 (SATzilla2007_F) S 6495 6497 6048 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 324589374 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6497/statm: 378 125 110 260 0 84 0
[pid=6498] ppid=6497 vsize=15288 CPUtime=0.28
/proc/6498/stat : 6498 (march_dl) R 6497 6497 6048 0 -1 4194304 3438 0 0 0 27 1 0 0 20 0 1 0 324589374 15654912 3432 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6498/statm: 3822 3432 50 118 0 3701 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 16800

[startup+0.701252 s]
/proc/loadavg: 1.00 1.00 0.98 3/64 6497
/proc/meminfo: memFree=1713880/2055920 swapFree=4183796/4192956
[pid=6497] ppid=6495 vsize=1512 CPUtime=0
/proc/6497/stat : 6497 (SATzilla2007_F) S 6495 6497 6048 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 324589374 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6497/statm: 378 125 110 260 0 84 0
[pid=6498] ppid=6497 vsize=36700 CPUtime=0.69
/proc/6498/stat : 6498 (march_dl) R 6497 6497 6048 0 -1 4194304 8171 0 0 0 66 3 0 0 24 0 1 0 324589374 37580800 7269 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134617577 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6498/statm: 9175 7270 53 118 0 9054 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38212

[startup+1.50133 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 6499
/proc/meminfo: memFree=1675784/2055920 swapFree=4183796/4192956
[pid=6497] ppid=6495 vsize=1512 CPUtime=0
/proc/6497/stat : 6497 (SATzilla2007_F) S 6495 6497 6048 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 324589374 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6497/statm: 378 125 110 260 0 84 0
[pid=6498] ppid=6497 vsize=34808 CPUtime=1.49
/proc/6498/stat : 6498 (march_dl) R 6497 6497 6048 0 -1 4194304 13533 0 0 0 144 5 0 0 25 0 1 0 324589374 35643392 6842 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134544567 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6498/statm: 8702 6842 55 118 0 8581 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36320

[startup+3.10248 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 6499
/proc/meminfo: memFree=1684168/2055920 swapFree=4183796/4192956
[pid=6497] ppid=6495 vsize=1512 CPUtime=0
/proc/6497/stat : 6497 (SATzilla2007_F) S 6495 6497 6048 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 324589374 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6497/statm: 378 125 110 260 0 84 0
[pid=6498] ppid=6497 vsize=83832 CPUtime=3.09
/proc/6498/stat : 6498 (march_dl) R 6497 6497 6048 0 -1 4194304 40960 0 0 0 292 17 0 0 25 0 1 0 324589374 85843968 17842 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134542301 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6498/statm: 20958 17842 63 118 0 20837 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85344

[startup+6.30179 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 6500
/proc/meminfo: memFree=1707976/2055920 swapFree=4183796/4192956
[pid=6497] ppid=6495 vsize=1512 CPUtime=5
/proc/6497/stat : 6497 (SATzilla2007_F) S 6495 6497 6048 0 -1 4194304 149 44349 0 0 0 0 479 21 16 0 1 0 324589374 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6497/statm: 378 125 110 260 0 84 0
[pid=6500] ppid=6497 vsize=34888 CPUtime=1.27
/proc/6500/stat : 6500 (ubcsat2006) R 6497 6497 6048 0 -1 4194304 6486 0 0 0 124 3 0 0 25 0 1 0 324589875 35725312 6468 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 134553126 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6500/statm: 8722 6468 156 64 0 8303 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 36400

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 6500
/proc/meminfo: memFree=1675728/2055920 swapFree=4183796/4192956
[pid=6497] ppid=6495 vsize=42256 CPUtime=12.66
/proc/6497/stat : 6497 (SATzilla2007_F) R 6495 6497 6048 0 -1 4194304 9639 50847 0 0 509 5 727 25 25 0 1 0 324589374 43270144 9607 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 134542149 0 0 4096 0 0 0 0 17 1 0 0
/proc/6497/statm: 10564 9607 135 260 0 10270 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 42256

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 6500
/proc/meminfo: memFree=1675472/2055920 swapFree=4183796/4192956
[pid=6497] ppid=6495 vsize=42256 CPUtime=25.46
/proc/6497/stat : 6497 (SATzilla2007_F) R 6495 6497 6048 0 -1 4194304 9759 50847 0 0 1787 7 727 25 25 0 1 0 324589374 43270144 9727 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/6497/statm: 10564 9727 135 260 0 10270 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 42256

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 6500
/proc/meminfo: memFree=1674576/2055920 swapFree=4183796/4192956
[pid=6497] ppid=6495 vsize=42256 CPUtime=51.05
/proc/6497/stat : 6497 (SATzilla2007_F) R 6495 6497 6048 0 -1 4194304 9999 50847 0 0 4343 10 727 25 25 0 1 0 324589374 43270144 9967 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/6497/statm: 10564 9967 135 260 0 10270 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 42256

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 6501
/proc/meminfo: memFree=1653960/2055920 swapFree=4183796/4192956
[pid=6497] ppid=6495 vsize=24860 CPUtime=68.47
/proc/6497/stat : 6497 (SATzilla2007_F) S 6495 6497 6048 0 -1 4194304 12631 50847 0 0 6081 14 727 25 25 0 1 0 324589374 25456640 5892 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6497/statm: 6215 5892 140 260 0 5921 0
[pid=6501] ppid=6497 vsize=38664 CPUtime=33.75
/proc/6501/stat : 6501 (minisat20) R 6497 6497 6048 0 -1 4194304 9267 0 0 0 3369 6 0 0 25 0 1 0 324596226 39591936 9260 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134536234 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6501/statm: 9666 9260 59 118 0 9544 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 63524

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 6501
/proc/meminfo: memFree=1637192/2055920 swapFree=4183796/4192956
[pid=6497] ppid=6495 vsize=24860 CPUtime=68.47
/proc/6497/stat : 6497 (SATzilla2007_F) S 6495 6497 6048 0 -1 4194304 12631 50847 0 0 6081 14 727 25 25 0 1 0 324589374 25456640 5892 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6497/statm: 6215 5892 140 260 0 5921 0
[pid=6501] ppid=6497 vsize=55640 CPUtime=93.74
/proc/6501/stat : 6501 (minisat20) R 6497 6497 6048 0 -1 4194304 13489 0 0 0 9363 11 0 0 25 0 1 0 324596226 56975360 13482 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6501/statm: 13910 13482 59 118 0 13788 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 80500

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 6501
/proc/meminfo: memFree=1623176/2055920 swapFree=4183796/4192956
[pid=6497] ppid=6495 vsize=24860 CPUtime=68.47
/proc/6497/stat : 6497 (SATzilla2007_F) S 6495 6497 6048 0 -1 4194304 12631 50847 0 0 6081 14 727 25 25 0 1 0 324589374 25456640 5892 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6497/statm: 6215 5892 140 260 0 5921 0
[pid=6501] ppid=6497 vsize=69324 CPUtime=153.73
/proc/6501/stat : 6501 (minisat20) R 6497 6497 6048 0 -1 4194304 16945 0 0 0 15359 14 0 0 25 0 1 0 324596226 70987776 16938 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6501/statm: 17331 16938 59 118 0 17209 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 94184

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 6501
/proc/meminfo: memFree=1607944/2055920 swapFree=4183796/4192956
[pid=6497] ppid=6495 vsize=24860 CPUtime=68.47
/proc/6497/stat : 6497 (SATzilla2007_F) S 6495 6497 6048 0 -1 4194304 12631 50847 0 0 6081 14 727 25 25 0 1 0 324589374 25456640 5892 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6497/statm: 6215 5892 140 260 0 5921 0
[pid=6501] ppid=6497 vsize=84696 CPUtime=213.71
/proc/6501/stat : 6501 (minisat20) R 6497 6497 6048 0 -1 4194304 20753 0 0 0 21353 18 0 0 25 0 1 0 324596226 86728704 20746 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525886 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6501/statm: 21174 20746 59 118 0 21052 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 109556

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 6501
/proc/meminfo: memFree=1594504/2055920 swapFree=4183796/4192956
[pid=6497] ppid=6495 vsize=24860 CPUtime=68.47
/proc/6497/stat : 6497 (SATzilla2007_F) S 6495 6497 6048 0 -1 4194304 12631 50847 0 0 6081 14 727 25 25 0 1 0 324589374 25456640 5892 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6497/statm: 6215 5892 140 260 0 5921 0
[pid=6501] ppid=6497 vsize=98256 CPUtime=273.7
/proc/6501/stat : 6501 (minisat20) R 6497 6497 6048 0 -1 4194304 24076 0 0 0 27347 23 0 0 25 0 1 0 324596226 100614144 24069 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6501/statm: 24564 24069 59 118 0 24442 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 123116

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 6501
/proc/meminfo: memFree=1583880/2055920 swapFree=4183796/4192956
[pid=6497] ppid=6495 vsize=24860 CPUtime=68.47
/proc/6497/stat : 6497 (SATzilla2007_F) S 6495 6497 6048 0 -1 4194304 12631 50847 0 0 6081 14 727 25 25 0 1 0 324589374 25456640 5892 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6497/statm: 6215 5892 140 260 0 5921 0

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

[pid=6497] ppid=6495 vsize=24860 CPUtime=68.47
/proc/6497/stat : 6497 (SATzilla2007_F) S 6495 6497 6048 0 -1 4194304 12631 50847 0 0 6081 14 727 25 25 0 1 0 324589374 25456640 5892 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6497/statm: 6215 5892 140 260 0 5921 0
[pid=6501] ppid=6497 vsize=116740 CPUtime=393.67
/proc/6501/stat : 6501 (minisat20) R 6497 6497 6048 0 -1 4194304 28743 0 0 0 39338 29 0 0 25 0 1 0 324596226 119541760 28736 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134535707 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6501/statm: 29185 28736 59 118 0 29063 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 141600

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 6501
/proc/meminfo: memFree=1568072/2055920 swapFree=4183796/4192956
[pid=6497] ppid=6495 vsize=24860 CPUtime=68.47
/proc/6497/stat : 6497 (SATzilla2007_F) S 6495 6497 6048 0 -1 4194304 12631 50847 0 0 6081 14 727 25 25 0 1 0 324589374 25456640 5892 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6497/statm: 6215 5892 140 260 0 5921 0
[pid=6501] ppid=6497 vsize=124336 CPUtime=453.65
/proc/6501/stat : 6501 (minisat20) R 6497 6497 6048 0 -1 4194304 30674 0 0 0 45334 31 0 0 25 0 1 0 324596226 127320064 30667 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6501/statm: 31084 30667 59 118 0 30962 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 149196

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 6501
/proc/meminfo: memFree=1560712/2055920 swapFree=4183796/4192956
[pid=6497] ppid=6495 vsize=24860 CPUtime=68.47
/proc/6497/stat : 6497 (SATzilla2007_F) S 6495 6497 6048 0 -1 4194304 12631 50847 0 0 6081 14 727 25 25 0 1 0 324589374 25456640 5892 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6497/statm: 6215 5892 140 260 0 5921 0
[pid=6501] ppid=6497 vsize=132584 CPUtime=513.63
/proc/6501/stat : 6501 (minisat20) R 6497 6497 6048 0 -1 4194304 32530 0 0 0 51330 33 0 0 25 0 1 0 324596226 135766016 32523 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134529228 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6501/statm: 33146 32523 59 118 0 33024 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 157444

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 6501
/proc/meminfo: memFree=1548936/2055920 swapFree=4183796/4192956
[pid=6497] ppid=6495 vsize=24860 CPUtime=68.47
/proc/6497/stat : 6497 (SATzilla2007_F) S 6495 6497 6048 0 -1 4194304 12631 50847 0 0 6081 14 727 25 25 0 1 0 324589374 25456640 5892 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6497/statm: 6215 5892 140 260 0 5921 0
[pid=6501] ppid=6497 vsize=143948 CPUtime=573.62
/proc/6501/stat : 6501 (minisat20) R 6497 6497 6048 0 -1 4194304 35413 0 0 0 57326 36 0 0 25 0 1 0 324596226 147402752 35406 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6501/statm: 35987 35406 59 118 0 35865 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 168808

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 6501
/proc/meminfo: memFree=1542152/2055920 swapFree=4183796/4192956
[pid=6497] ppid=6495 vsize=24860 CPUtime=68.47
/proc/6497/stat : 6497 (SATzilla2007_F) S 6495 6497 6048 0 -1 4194304 12631 50847 0 0 6081 14 727 25 25 0 1 0 324589374 25456640 5892 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6497/statm: 6215 5892 140 260 0 5921 0
[pid=6501] ppid=6497 vsize=150780 CPUtime=633.6
/proc/6501/stat : 6501 (minisat20) R 6497 6497 6048 0 -1 4194304 37125 0 0 0 63322 38 0 0 25 0 1 0 324596226 154398720 37118 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6501/statm: 37695 37118 59 118 0 37573 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 175640

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 6501
/proc/meminfo: memFree=1534728/2055920 swapFree=4183796/4192956
[pid=6497] ppid=6495 vsize=24860 CPUtime=68.47
/proc/6497/stat : 6497 (SATzilla2007_F) S 6495 6497 6048 0 -1 4194304 12631 50847 0 0 6081 14 727 25 25 0 1 0 324589374 25456640 5892 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6497/statm: 6215 5892 140 260 0 5921 0
[pid=6501] ppid=6497 vsize=158076 CPUtime=693.6
/proc/6501/stat : 6501 (minisat20) R 6497 6497 6048 0 -1 4194304 38975 0 0 0 69319 41 0 0 25 0 1 0 324596226 161869824 38968 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6501/statm: 39519 38968 59 118 0 39397 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 182936

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 6501
/proc/meminfo: memFree=1529096/2055920 swapFree=4183796/4192956
[pid=6497] ppid=6495 vsize=24860 CPUtime=68.47
/proc/6497/stat : 6497 (SATzilla2007_F) S 6495 6497 6048 0 -1 4194304 12631 50847 0 0 6081 14 727 25 25 0 1 0 324589374 25456640 5892 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6497/statm: 6215 5892 140 260 0 5921 0
[pid=6501] ppid=6497 vsize=163584 CPUtime=753.58
/proc/6501/stat : 6501 (minisat20) R 6497 6497 6048 0 -1 4194304 40386 0 0 0 75315 43 0 0 25 0 1 0 324596226 167510016 40379 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6501/statm: 40896 40379 59 118 0 40774 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 188444

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 6501
/proc/meminfo: memFree=1523976/2055920 swapFree=4183796/4192956
[pid=6497] ppid=6495 vsize=24860 CPUtime=68.47
/proc/6497/stat : 6497 (SATzilla2007_F) S 6495 6497 6048 0 -1 4194304 12631 50847 0 0 6081 14 727 25 25 0 1 0 324589374 25456640 5892 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6497/statm: 6215 5892 140 260 0 5921 0
[pid=6501] ppid=6497 vsize=168496 CPUtime=813.56
/proc/6501/stat : 6501 (minisat20) R 6497 6497 6048 0 -1 4194304 41652 0 0 0 81312 44 0 0 25 0 1 0 324596226 172539904 41645 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6501/statm: 42124 41645 59 118 0 42002 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 193356

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 6501
/proc/meminfo: memFree=1519496/2055920 swapFree=4183796/4192956
[pid=6497] ppid=6495 vsize=24860 CPUtime=68.47
/proc/6497/stat : 6497 (SATzilla2007_F) S 6495 6497 6048 0 -1 4194304 12631 50847 0 0 6081 14 727 25 25 0 1 0 324589374 25456640 5892 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6497/statm: 6215 5892 140 260 0 5921 0
[pid=6501] ppid=6497 vsize=173120 CPUtime=873.55
/proc/6501/stat : 6501 (minisat20) R 6497 6497 6048 0 -1 4194304 42769 0 0 0 87310 45 0 0 25 0 1 0 324596226 177274880 42762 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6501/statm: 43280 42762 59 118 0 43158 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 197980

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 6501
/proc/meminfo: memFree=1515208/2055920 swapFree=4183796/4192956
[pid=6497] ppid=6495 vsize=24860 CPUtime=68.47
/proc/6497/stat : 6497 (SATzilla2007_F) S 6495 6497 6048 0 -1 4194304 12631 50847 0 0 6081 14 727 25 25 0 1 0 324589374 25456640 5892 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6497/statm: 6215 5892 140 260 0 5921 0
[pid=6501] ppid=6497 vsize=177276 CPUtime=933.53
/proc/6501/stat : 6501 (minisat20) R 6497 6497 6048 0 -1 4194304 43823 0 0 0 93307 46 0 0 25 0 1 0 324596226 181530624 43816 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6501/statm: 44319 43816 59 118 0 44197 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 202136

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 6501
/proc/meminfo: memFree=1509640/2055920 swapFree=4183796/4192956
[pid=6497] ppid=6495 vsize=24860 CPUtime=68.47
/proc/6497/stat : 6497 (SATzilla2007_F) S 6495 6497 6048 0 -1 4194304 12631 50847 0 0 6081 14 727 25 25 0 1 0 324589374 25456640 5892 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6497/statm: 6215 5892 140 260 0 5921 0
[pid=6501] ppid=6497 vsize=184204 CPUtime=993.52
/proc/6501/stat : 6501 (minisat20) R 6497 6497 6048 0 -1 4194304 45215 0 0 0 99304 48 0 0 25 0 1 0 324596226 188624896 45208 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527427 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6501/statm: 46051 45208 59 118 0 45929 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 209064

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 6501
/proc/meminfo: memFree=1503496/2055920 swapFree=4183796/4192956
[pid=6497] ppid=6495 vsize=24860 CPUtime=68.47
/proc/6497/stat : 6497 (SATzilla2007_F) S 6495 6497 6048 0 -1 4194304 12631 50847 0 0 6081 14 727 25 25 0 1 0 324589374 25456640 5892 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6497/statm: 6215 5892 140 260 0 5921 0
[pid=6501] ppid=6497 vsize=190220 CPUtime=1053.5
/proc/6501/stat : 6501 (minisat20) R 6497 6497 6048 0 -1 4194304 46725 0 0 0 105299 51 0 0 25 0 1 0 324596226 194785280 46718 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6501/statm: 47555 46718 59 118 0 47433 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 215080

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 6501
/proc/meminfo: memFree=1498696/2055920 swapFree=4183796/4192956
[pid=6497] ppid=6495 vsize=24860 CPUtime=68.47
/proc/6497/stat : 6497 (SATzilla2007_F) S 6495 6497 6048 0 -1 4194304 12631 50847 0 0 6081 14 727 25 25 0 1 0 324589374 25456640 5892 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6497/statm: 6215 5892 140 260 0 5921 0
[pid=6501] ppid=6497 vsize=194888 CPUtime=1113.49
/proc/6501/stat : 6501 (minisat20) R 6497 6497 6048 0 -1 4194304 47927 0 0 0 111296 53 0 0 25 0 1 0 324596226 199565312 47920 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525476 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6501/statm: 48722 47920 59 118 0 48600 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 219748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 6501
/proc/meminfo: memFree=1634640/2055920 swapFree=4183796/4192956
[pid=6497] ppid=6495 vsize=86080 CPUtime=1200.07
/proc/6497/stat : 6497 (SATzilla2007_F) R 6495 6497 6048 0 -1 4194304 26791 99075 0 0 6149 20 113756 82 24 0 1 0 324589374 88145920 19880 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 134594814 0 0 4096 0 0 0 0 17 1 0 0
/proc/6497/statm: 21520 19880 154 260 0 21226 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 86080

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.42
CPU time (s): 1200.11
CPU user time (s): 1199.06
CPU system time (s): 1.04584
CPU usage (%): 99.9743
Max. virtual memory (cumulated for all children) (KiB): 220940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.06
system time used= 1.04584
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125866
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28
involuntary context switches= 1902

runsolver used 1.16582 second user time and 2.69259 second system time

The end

Launcher Data (download as text)

Begin job on node55 on Sun Mar  4 22:12:09 UTC 2007

IDJOB= 320452
IDBENCH= 20503
IDSOLVER= 136
FILE ID= node55/320452-1173046329

PBS_JOBID= 4012491

Free space on /tmp= 66493 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/industrial/manolios/manol-pipe-c7bidw_i.cnf
COMMAND LINE= /tmp/evaluation/320452-1173046329/SATzilla2007_F /tmp/evaluation/320452-1173046329/instance-320452-1173046329.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node55/watcher-320452-1173046329 -o ROOT/results/node55/solver-320452-1173046329 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/320452-1173046329/SATzilla2007_F /tmp/evaluation/320452-1173046329/instance-320452-1173046329.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  3eac71f4fca7132b74d6d27cfa83813f

RANDOM SEED= 664052987

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/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.247
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.247
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:       1714288 kB
Buffers:         19020 kB
Cached:         260512 kB
SwapCached:       3212 kB
Active:          64236 kB
Inactive:       224876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1714288 kB
SwapTotal:     4192956 kB
SwapFree:      4183796 kB
Dirty:           16692 kB
Writeback:           0 kB
Mapped:          15568 kB
Slab:            38588 kB
Committed_AS:   950208 kB
PageTables:       1380 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= 66493 MiB

End job on node55 on Sun Mar  4 22:32:12 UTC 2007