Trace number 1806219

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
IUT_BMB_SIM 1.0? (TO) 1200.07 1200.71

General information on the benchmark

Namecrafted/Hard/contest03/others/
color-11-3.sat05-445.reshuffled-07.cnf
MD5SUM207febf52bd846c013e185fa637fdf3c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables363
Number of clauses9559
Sum of the clauses size37389
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2363
Number of clauses of size 3121
Number of clauses of size 49075
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
0.06/0.08	This is MiniSat 2.0 beta
0.06/0.08	WARNING: for repeatability, setting FPU to use double precision
0.06/0.08	============================[ Problem Statistics ]=============================
0.06/0.08	|                                                                             |
0.06/0.08	|  Number of variables:  363                                                  |
0.06/0.08	|  Number of clauses:    9559                                                 |
0.06/0.09	|  Parsing time:         0.01         s                                       |
0.06/0.09	============================[ Search Statistics ]==============================
0.06/0.09	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.06/0.09	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.06/0.09	===============================================================================
0.06/0.09	|         0 |     363     9559    37389 |     3186        0    nan |  0.000 % |
0.06/0.09	|       100 |     363     9559    37389 |     3504      100     30 |  0.002 % |
0.06/0.10	|       250 |     363     9559    37389 |     3855      250     25 |  0.002 % |
0.07/0.10	|       476 |     363     9559    37389 |     4241      476     24 |  0.001 % |
0.07/0.11	|       817 |     363     9559    37389 |     4665      817     24 |  0.001 % |
0.07/0.12	|      1324 |     363     9559    37389 |     5131     1324     24 |  0.002 % |
0.07/0.15	|      2084 |     363     9559    37389 |     5644     2084     26 |  0.001 % |
0.07/0.18	|      3223 |     363     9559    37389 |     6209     3223     25 |  0.002 % |
0.07/0.25	|      4932 |     363     9559    37389 |     6830     4932     27 |  0.002 % |
0.07/0.36	|      7494 |     363     9559    37389 |     7513     4018     29 |  0.002 % |
0.07/0.55	|     11338 |     363     9559    37389 |     8264     4039     28 |  0.002 % |
0.07/0.89	|     17104 |     363     9559    37389 |     9090     5604     30 |  0.002 % |
1.47/1.52	|     25753 |     363     9559    37389 |    10000     5011     32 |  0.002 % |
2.47/2.57	|     38728 |     363     9559    37389 |    11000     7849     31 |  0.001 % |
3.87/3.90	|     58191 |     363     9559    37389 |    12100    10593     32 |  0.002 % |
6.17/6.27	|     87383 |     363     9559    37389 |    13310     9163     31 |  0.002 % |
10.36/10.43	|    131172 |     363     9559    37389 |    14641    12657     33 |  0.002 % |
16.56/16.61	|    196856 |     363     9559    37389 |    16105    11855     31 |  0.002 % |
27.35/27.49	|    295382 |     363     9559    37389 |    17715    12944     32 |  0.002 % |
46.15/46.27	|    443171 |     363     9559    37389 |    19487     9104     33 |  0.002 % |
73.02/73.18	|    664855 |     363     9559    37389 |    21436    15128     34 |  0.002 % |
119.09/119.24	|    997381 |     363     9559    37389 |    23579    13391     31 |  0.002 % |
194.26/194.45	|   1496170 |     363     9559    37389 |    25937    14503     31 |  0.002 % |
309.31/309.52	|   2244353 |     363     9559    37389 |    28531    18884     31 |  0.002 % |
546.59/547.00	|   3366629 |     363     9559    37389 |    31384    18845     32 |  0.002 % |
823.83/824.32	|   5050041 |     363     9559    37389 |    34522    20667     29 |  0.002 % |
1200.04/1200.70	c cannot read from file

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1806219-1242147106/watcher-1806219-1242147106 -o /tmp/evaluation-result-1806219-1242147106/solver-1806219-1242147106 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1806219-1242147106.cnf HOME 

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): 1800 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.93 3/65 32344
/proc/meminfo: memFree=1462440/2055920 swapFree=4180356/4192956
[pid=32344] ppid=32342 vsize=1448 CPUtime=0
/proc/32344/stat : 32344 (IUT_BMB_SIM) R 32342 32344 32124 0 -1 4194304 185 0 0 0 0 0 0 0 18 0 1 0 242739901 1482752 168 1992294400 134512640 135635349 4294956224 18446744073709551615 135132414 0 0 4096 0 0 0 0 17 0 0 0
/proc/32344/statm: 362 168 99 274 0 85 0

[startup+0.075032 s]
/proc/loadavg: 0.92 0.98 0.93 3/65 32344
/proc/meminfo: memFree=1462440/2055920 swapFree=4180356/4192956
[pid=32344] ppid=32342 vsize=1976 CPUtime=0.06
/proc/32344/stat : 32344 (IUT_BMB_SIM) R 32342 32344 32124 0 -1 4194304 304 0 0 0 3 3 0 0 18 0 1 0 242739901 2023424 287 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/32344/statm: 494 287 101 274 0 217 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1976

[startup+0.10104 s]
/proc/loadavg: 0.92 0.98 0.93 3/65 32344
/proc/meminfo: memFree=1462440/2055920 swapFree=4180356/4192956
[pid=32344] ppid=32342 vsize=1976 CPUtime=0.07
/proc/32344/stat : 32344 (IUT_BMB_SIM) S 32342 32344 32124 0 -1 4194304 310 0 0 0 4 3 0 0 18 0 1 0 242739901 2023424 292 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32344/statm: 494 292 106 274 0 217 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1976

[startup+0.30108 s]
/proc/loadavg: 0.92 0.98 0.93 3/65 32344
/proc/meminfo: memFree=1462440/2055920 swapFree=4180356/4192956
[pid=32344] ppid=32342 vsize=1976 CPUtime=0.07
/proc/32344/stat : 32344 (IUT_BMB_SIM) S 32342 32344 32124 0 -1 4194304 310 0 0 0 4 3 0 0 18 0 1 0 242739901 2023424 292 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32344/statm: 494 292 106 274 0 217 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1976

[startup+0.701154 s]
/proc/loadavg: 0.92 0.98 0.93 3/65 32344
/proc/meminfo: memFree=1462440/2055920 swapFree=4180356/4192956
[pid=32344] ppid=32342 vsize=1976 CPUtime=0.07
/proc/32344/stat : 32344 (IUT_BMB_SIM) S 32342 32344 32124 0 -1 4194304 310 0 0 0 4 3 0 0 18 0 1 0 242739901 2023424 292 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32344/statm: 494 292 106 274 0 217 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1976

[startup+1.5013 s]
/proc/loadavg: 0.92 0.98 0.93 2/67 32346
/proc/meminfo: memFree=1459352/2055920 swapFree=4180356/4192956
[pid=32344] ppid=32342 vsize=1976 CPUtime=0.07
/proc/32344/stat : 32344 (IUT_BMB_SIM) S 32342 32344 32124 0 -1 4194304 310 0 0 0 4 3 0 0 18 0 1 0 242739901 2023424 292 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32344/statm: 494 292 106 274 0 217 0
[pid=32346] ppid=32344 vsize=4004 CPUtime=1.4
/proc/32346/stat : 32346 (minisat) R 32344 32344 32124 0 -1 4194304 925 0 0 0 140 0 0 0 25 0 1 0 242739909 4100096 675 1992294400 134512640 135212939 4294956320 18446744073709551615 134534610 0 0 4096 3 0 0 0 17 1 0 0
/proc/32346/statm: 1001 675 76 170 0 829 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 5980

[startup+3.10159 s]
/proc/loadavg: 0.92 0.98 0.93 2/67 32346
/proc/meminfo: memFree=1458776/2055920 swapFree=4180356/4192956
[pid=32344] ppid=32342 vsize=1976 CPUtime=0.07
/proc/32344/stat : 32344 (IUT_BMB_SIM) S 32342 32344 32124 0 -1 4194304 310 0 0 0 4 3 0 0 18 0 1 0 242739901 2023424 292 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32344/statm: 494 292 106 274 0 217 0
[pid=32346] ppid=32344 vsize=4400 CPUtime=3
/proc/32346/stat : 32346 (minisat) R 32344 32344 32124 0 -1 4194304 1021 0 0 0 300 0 0 0 25 0 1 0 242739909 4505600 771 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/32346/statm: 1100 771 76 170 0 928 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 6376

[startup+6.30119 s]
/proc/loadavg: 1.01 1.00 0.93 2/67 32346
/proc/meminfo: memFree=1458072/2055920 swapFree=4180356/4192956
[pid=32344] ppid=32342 vsize=1976 CPUtime=0.07
/proc/32344/stat : 32344 (IUT_BMB_SIM) S 32342 32344 32124 0 -1 4194304 310 0 0 0 4 3 0 0 18 0 1 0 242739901 2023424 292 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32344/statm: 494 292 106 274 0 217 0
[pid=32346] ppid=32344 vsize=4796 CPUtime=6.2
/proc/32346/stat : 32346 (minisat) R 32344 32344 32124 0 -1 4194304 1123 0 0 0 620 0 0 0 25 0 1 0 242739909 4911104 873 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/32346/statm: 1199 873 76 170 0 1027 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 6772

[startup+12.7024 s]
/proc/loadavg: 1.01 1.00 0.93 2/67 32346
/proc/meminfo: memFree=1457304/2055920 swapFree=4180356/4192956
[pid=32344] ppid=32342 vsize=1976 CPUtime=0.07
/proc/32344/stat : 32344 (IUT_BMB_SIM) S 32342 32344 32124 0 -1 4194304 310 0 0 0 4 3 0 0 18 0 1 0 242739901 2023424 292 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32344/statm: 494 292 106 274 0 217 0
[pid=32346] ppid=32344 vsize=5604 CPUtime=12.59
/proc/32346/stat : 32346 (minisat) R 32344 32344 32124 0 -1 4194304 1314 0 0 0 1259 0 0 0 25 0 1 0 242739909 5738496 1064 1992294400 134512640 135212939 4294956320 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/32346/statm: 1401 1064 76 170 0 1229 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 7580

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 32346
/proc/meminfo: memFree=1456472/2055920 swapFree=4180356/4192956
[pid=32344] ppid=32342 vsize=1976 CPUtime=0.07
/proc/32344/stat : 32344 (IUT_BMB_SIM) S 32342 32344 32124 0 -1 4194304 310 0 0 0 4 3 0 0 18 0 1 0 242739901 2023424 292 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32344/statm: 494 292 106 274 0 217 0
[pid=32346] ppid=32344 vsize=6404 CPUtime=25.38
/proc/32346/stat : 32346 (minisat) R 32344 32344 32124 0 -1 4194304 1527 0 0 0 2538 0 0 0 25 0 1 0 242739909 6557696 1277 1992294400 134512640 135212939 4294956320 18446744073709551615 134526741 0 0 4096 3 0 0 0 17 0 0 0
/proc/32346/statm: 1601 1277 76 170 0 1429 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 8380

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 32346
/proc/meminfo: memFree=1455320/2055920 swapFree=4180356/4192956
[pid=32344] ppid=32342 vsize=1976 CPUtime=0.07
/proc/32344/stat : 32344 (IUT_BMB_SIM) S 32342 32344 32124 0 -1 4194304 310 0 0 0 4 3 0 0 18 0 1 0 242739901 2023424 292 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32344/statm: 494 292 106 274 0 217 0
[pid=32346] ppid=32344 vsize=7688 CPUtime=50.98
/proc/32346/stat : 32346 (minisat) R 32344 32344 32124 0 -1 4194304 1813 0 0 0 5097 1 0 0 25 0 1 0 242739909 7872512 1563 1992294400 134512640 135212939 4294956320 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/32346/statm: 1922 1563 76 170 0 1750 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 9664

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 32346
/proc/meminfo: memFree=1453912/2055920 swapFree=4180356/4192956
[pid=32344] ppid=32342 vsize=1976 CPUtime=0.07
/proc/32344/stat : 32344 (IUT_BMB_SIM) S 32342 32344 32124 0 -1 4194304 310 0 0 0 4 3 0 0 18 0 1 0 242739901 2023424 292 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32344/statm: 494 292 106 274 0 217 0
[pid=32346] ppid=32344 vsize=8892 CPUtime=102.14
/proc/32346/stat : 32346 (minisat) R 32344 32344 32124 0 -1 4194304 2126 0 0 0 10213 1 0 0 25 0 1 0 242739909 9105408 1876 1992294400 134512640 135212939 4294956320 18446744073709551615 134713307 0 0 4096 3 0 0 0 17 0 0 0
/proc/32346/statm: 2223 1876 76 170 0 2051 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 10868

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 32346
/proc/meminfo: memFree=1453208/2055920 swapFree=4180356/4192956
[pid=32344] ppid=32342 vsize=1976 CPUtime=0.07
/proc/32344/stat : 32344 (IUT_BMB_SIM) S 32342 32344 32124 0 -1 4194304 310 0 0 0 4 3 0 0 18 0 1 0 242739901 2023424 292 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32344/statm: 494 292 106 274 0 217 0
[pid=32346] ppid=32344 vsize=9600 CPUtime=162.1
/proc/32346/stat : 32346 (minisat) R 32344 32344 32124 0 -1 4194304 2293 0 0 0 16209 1 0 0 25 0 1 0 242739909 9830400 2043 1992294400 134512640 135212939 4294956320 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/32346/statm: 2400 2043 76 170 0 2228 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 11576

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 32346
/proc/meminfo: memFree=1452568/2055920 swapFree=4180356/4192956
[pid=32344] ppid=32342 vsize=1976 CPUtime=0.07
/proc/32344/stat : 32344 (IUT_BMB_SIM) S 32342 32344 32124 0 -1 4194304 310 0 0 0 4 3 0 0 18 0 1 0 242739901 2023424 292 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32344/statm: 494 292 106 274 0 217 0
[pid=32346] ppid=32344 vsize=10292 CPUtime=222.08
/proc/32346/stat : 32346 (minisat) R 32344 32344 32124 0 -1 4194304 2450 0 0 0 22206 2 0 0 25 0 1 0 242739909 10539008 2200 1992294400 134512640 135212939 4294956320 18446744073709551615 134537686 0 0 4096 3 0 0 0 17 0 0 0
/proc/32346/statm: 2573 2200 76 170 0 2401 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 12268

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 32346
/proc/meminfo: memFree=1452376/2055920 swapFree=4180356/4192956
[pid=32344] ppid=32342 vsize=1976 CPUtime=0.07
/proc/32344/stat : 32344 (IUT_BMB_SIM) S 32342 32344 32124 0 -1 4194304 310 0 0 0 4 3 0 0 18 0 1 0 242739901 2023424 292 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32344/statm: 494 292 106 274 0 217 0
[pid=32346] ppid=32344 vsize=10428 CPUtime=282.06
/proc/32346/stat : 32346 (minisat) R 32344 32344 32124 0 -1 4194304 2503 0 0 0 28204 2 0 0 25 0 1 0 242739909 10678272 2253 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/32346/statm: 2607 2253 76 170 0 2435 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 12404

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 32346
/proc/meminfo: memFree=1451416/2055920 swapFree=4180356/4192956
[pid=32344] ppid=32342 vsize=1976 CPUtime=0.07
/proc/32344/stat : 32344 (IUT_BMB_SIM) S 32342 32344 32124 0 -1 4194304 310 0 0 0 4 3 0 0 18 0 1 0 242739901 2023424 292 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32344/statm: 494 292 106 274 0 217 0
[pid=32346] ppid=32344 vsize=11576 CPUtime=342.02
/proc/32346/stat : 32346 (minisat) R 32344 32344 32124 0 -1 4194304 2751 0 0 0 34200 2 0 0 25 0 1 0 242739909 11853824 2501 1992294400 134512640 135212939 4294956320 18446744073709551615 134526664 0 0 4096 3 0 0 0 17 0 0 0
/proc/32346/statm: 2894 2501 76 170 0 2722 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 13552

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 32346
/proc/meminfo: memFree=1451096/2055920 swapFree=4180356/4192956
[pid=32344] ppid=32342 vsize=1976 CPUtime=0.07
/proc/32344/stat : 32344 (IUT_BMB_SIM) S 32342 32344 32124 0 -1 4194304 310 0 0 0 4 3 0 0 18 0 1 0 242739901 2023424 292 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32344/statm: 494 292 106 274 0 217 0
[pid=32346] ppid=32344 vsize=11864 CPUtime=401.99
/proc/32346/stat : 32346 (minisat) R 32344 32344 32124 0 -1 4194304 2827 0 0 0 40197 2 0 0 25 0 1 0 242739909 12148736 2577 1992294400 134512640 135212939 4294956320 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/32346/statm: 2966 2577 76 170 0 2794 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 13840

[startup+462.302 s]

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

/proc/32344/statm: 494 292 106 274 0 217 0
[pid=32346] ppid=32344 vsize=12320 CPUtime=521.93
/proc/32346/stat : 32346 (minisat) R 32344 32344 32124 0 -1 4194304 2945 0 0 0 52190 3 0 0 25 0 1 0 242739909 12615680 2695 1992294400 134512640 135212939 4294956320 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/32346/statm: 3080 2695 76 170 0 2908 0
Current children cumulated CPU time (s) 522
Current children cumulated vsize (KiB) 14296

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 32352
/proc/meminfo: memFree=1450136/2055920 swapFree=4180356/4192956
[pid=32344] ppid=32342 vsize=1976 CPUtime=0.07
/proc/32344/stat : 32344 (IUT_BMB_SIM) S 32342 32344 32124 0 -1 4194304 310 0 0 0 4 3 0 0 18 0 1 0 242739901 2023424 292 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32344/statm: 494 292 106 274 0 217 0
[pid=32346] ppid=32344 vsize=12764 CPUtime=581.87
/proc/32346/stat : 32346 (minisat) R 32344 32344 32124 0 -1 4194304 3033 0 0 0 58184 3 0 0 25 0 1 0 242739909 13070336 2783 1992294400 134512640 135212939 4294956320 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/32346/statm: 3191 2783 76 170 0 3019 0
Current children cumulated CPU time (s) 581.94
Current children cumulated vsize (KiB) 14740

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 32352
/proc/meminfo: memFree=1449944/2055920 swapFree=4180356/4192956
[pid=32344] ppid=32342 vsize=1976 CPUtime=0.07
/proc/32344/stat : 32344 (IUT_BMB_SIM) S 32342 32344 32124 0 -1 4194304 310 0 0 0 4 3 0 0 18 0 1 0 242739901 2023424 292 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32344/statm: 494 292 106 274 0 217 0
[pid=32346] ppid=32344 vsize=13044 CPUtime=641.85
/proc/32346/stat : 32346 (minisat) R 32344 32344 32124 0 -1 4194304 3101 0 0 0 64182 3 0 0 25 0 1 0 242739909 13357056 2851 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/32346/statm: 3261 2851 76 170 0 3089 0
Current children cumulated CPU time (s) 641.92
Current children cumulated vsize (KiB) 15020

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 32352
/proc/meminfo: memFree=1449560/2055920 swapFree=4180356/4192956
[pid=32344] ppid=32342 vsize=1976 CPUtime=0.07
/proc/32344/stat : 32344 (IUT_BMB_SIM) S 32342 32344 32124 0 -1 4194304 310 0 0 0 4 3 0 0 18 0 1 0 242739901 2023424 292 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32344/statm: 494 292 106 274 0 217 0
[pid=32346] ppid=32344 vsize=13328 CPUtime=701.81
/proc/32346/stat : 32346 (minisat) R 32344 32344 32124 0 -1 4194304 3166 0 0 0 70178 3 0 0 25 0 1 0 242739909 13647872 2916 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/32346/statm: 3332 2916 76 170 0 3160 0
Current children cumulated CPU time (s) 701.88
Current children cumulated vsize (KiB) 15304

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 32352
/proc/meminfo: memFree=1449304/2055920 swapFree=4180356/4192956
[pid=32344] ppid=32342 vsize=1976 CPUtime=0.07
/proc/32344/stat : 32344 (IUT_BMB_SIM) S 32342 32344 32124 0 -1 4194304 310 0 0 0 4 3 0 0 18 0 1 0 242739901 2023424 292 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32344/statm: 494 292 106 274 0 217 0
[pid=32346] ppid=32344 vsize=13460 CPUtime=761.79
/proc/32346/stat : 32346 (minisat) R 32344 32344 32124 0 -1 4194304 3210 0 0 0 76175 4 0 0 25 0 1 0 242739909 13783040 2960 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/32346/statm: 3365 2960 76 170 0 3193 0
Current children cumulated CPU time (s) 761.86
Current children cumulated vsize (KiB) 15436

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 32352
/proc/meminfo: memFree=1449240/2055920 swapFree=4180356/4192956
[pid=32344] ppid=32342 vsize=1976 CPUtime=0.07
/proc/32344/stat : 32344 (IUT_BMB_SIM) S 32342 32344 32124 0 -1 4194304 310 0 0 0 4 3 0 0 18 0 1 0 242739901 2023424 292 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32344/statm: 494 292 106 274 0 217 0
[pid=32346] ppid=32344 vsize=13596 CPUtime=821.76
/proc/32346/stat : 32346 (minisat) R 32344 32344 32124 0 -1 4194304 3233 0 0 0 82172 4 0 0 25 0 1 0 242739909 13922304 2983 1992294400 134512640 135212939 4294956320 18446744073709551615 134526839 0 0 4096 3 0 0 0 17 0 0 0
/proc/32346/statm: 3399 2983 76 170 0 3227 0
Current children cumulated CPU time (s) 821.83
Current children cumulated vsize (KiB) 15572

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 32352
/proc/meminfo: memFree=1447640/2055920 swapFree=4180356/4192956
[pid=32344] ppid=32342 vsize=1976 CPUtime=0.07
/proc/32344/stat : 32344 (IUT_BMB_SIM) S 32342 32344 32124 0 -1 4194304 310 0 0 0 4 3 0 0 18 0 1 0 242739901 2023424 292 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32344/statm: 494 292 106 274 0 217 0
[pid=32346] ppid=32344 vsize=15228 CPUtime=881.72
/proc/32346/stat : 32346 (minisat) R 32344 32344 32124 0 -1 4194304 3627 0 0 0 88168 4 0 0 25 0 1 0 242739909 15593472 3377 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/32346/statm: 3807 3377 76 170 0 3635 0
Current children cumulated CPU time (s) 881.79
Current children cumulated vsize (KiB) 17204

[startup+942.303 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 32352
/proc/meminfo: memFree=1447320/2055920 swapFree=4180356/4192956
[pid=32344] ppid=32342 vsize=1976 CPUtime=0.07
/proc/32344/stat : 32344 (IUT_BMB_SIM) S 32342 32344 32124 0 -1 4194304 310 0 0 0 4 3 0 0 18 0 1 0 242739901 2023424 292 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32344/statm: 494 292 106 274 0 217 0
[pid=32346] ppid=32344 vsize=15536 CPUtime=941.69
/proc/32346/stat : 32346 (minisat) R 32344 32344 32124 0 -1 4194304 3715 0 0 0 94165 4 0 0 25 0 1 0 242739909 15908864 3465 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/32346/statm: 3884 3465 76 170 0 3712 0
Current children cumulated CPU time (s) 941.76
Current children cumulated vsize (KiB) 17512

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 32352
/proc/meminfo: memFree=1446808/2055920 swapFree=4180356/4192956
[pid=32344] ppid=32342 vsize=1976 CPUtime=0.07
/proc/32344/stat : 32344 (IUT_BMB_SIM) S 32342 32344 32124 0 -1 4194304 310 0 0 0 4 3 0 0 18 0 1 0 242739901 2023424 292 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32344/statm: 494 292 106 274 0 217 0
[pid=32346] ppid=32344 vsize=16104 CPUtime=1001.67
/proc/32346/stat : 32346 (minisat) R 32344 32344 32124 0 -1 4194304 3849 0 0 0 100162 5 0 0 25 0 1 0 242739909 16490496 3599 1992294400 134512640 135212939 4294956320 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/32346/statm: 4026 3599 76 170 0 3854 0
Current children cumulated CPU time (s) 1001.74
Current children cumulated vsize (KiB) 18080

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 32352
/proc/meminfo: memFree=1446616/2055920 swapFree=4180356/4192956
[pid=32344] ppid=32342 vsize=1976 CPUtime=0.07
/proc/32344/stat : 32344 (IUT_BMB_SIM) S 32342 32344 32124 0 -1 4194304 310 0 0 0 4 3 0 0 18 0 1 0 242739901 2023424 292 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32344/statm: 494 292 106 274 0 217 0
[pid=32346] ppid=32344 vsize=16264 CPUtime=1061.64
/proc/32346/stat : 32346 (minisat) R 32344 32344 32124 0 -1 4194304 3871 0 0 0 106159 5 0 0 25 0 1 0 242739909 16654336 3621 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/32346/statm: 4066 3621 76 170 0 3894 0
Current children cumulated CPU time (s) 1061.71
Current children cumulated vsize (KiB) 18240

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 32352
/proc/meminfo: memFree=1446104/2055920 swapFree=4180356/4192956
[pid=32344] ppid=32342 vsize=1976 CPUtime=0.07
/proc/32344/stat : 32344 (IUT_BMB_SIM) S 32342 32344 32124 0 -1 4194304 310 0 0 0 4 3 0 0 18 0 1 0 242739901 2023424 292 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32344/statm: 494 292 106 274 0 217 0
[pid=32346] ppid=32344 vsize=16796 CPUtime=1121.61
/proc/32346/stat : 32346 (minisat) R 32344 32344 32124 0 -1 4194304 4007 0 0 0 112156 5 0 0 25 0 1 0 242739909 17199104 3757 1992294400 134512640 135212939 4294956320 18446744073709551615 134526743 0 0 4096 3 0 0 0 17 0 0 0
/proc/32346/statm: 4199 3757 76 170 0 4027 0
Current children cumulated CPU time (s) 1121.68
Current children cumulated vsize (KiB) 18772

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 32352
/proc/meminfo: memFree=1446040/2055920 swapFree=4180356/4192956
[pid=32344] ppid=32342 vsize=1976 CPUtime=0.07
/proc/32344/stat : 32344 (IUT_BMB_SIM) S 32342 32344 32124 0 -1 4194304 310 0 0 0 4 3 0 0 18 0 1 0 242739901 2023424 292 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32344/statm: 494 292 106 274 0 217 0
[pid=32346] ppid=32344 vsize=16796 CPUtime=1181.58
/proc/32346/stat : 32346 (minisat) R 32344 32344 32124 0 -1 4194304 4019 0 0 0 118153 5 0 0 25 0 1 0 242739909 17199104 3769 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/32346/statm: 4199 3769 76 170 0 4027 0
Current children cumulated CPU time (s) 1181.65
Current children cumulated vsize (KiB) 18772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 32352
/proc/meminfo: memFree=1445976/2055920 swapFree=4180356/4192956
[pid=32344] ppid=32342 vsize=1976 CPUtime=0.07
/proc/32344/stat : 32344 (IUT_BMB_SIM) S 32342 32344 32124 0 -1 4194304 310 0 0 0 4 3 0 0 18 0 1 0 242739901 2023424 292 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32344/statm: 494 292 106 274 0 217 0
[pid=32346] ppid=32344 vsize=16952 CPUtime=1199.97
/proc/32346/stat : 32346 (minisat) R 32344 32344 32124 0 -1 4194304 4048 0 0 0 119992 5 0 0 25 0 1 0 242739909 17358848 3798 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/32346/statm: 4238 3798 76 170 0 4066 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 18928

Sending SIGTERM to process tree (bottom up)

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

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 32352
/proc/meminfo: memFree=1445976/2055920 swapFree=4180356/4192956
[pid=32344] ppid=32342 vsize=1976 CPUtime=0.07
/proc/32344/stat : 32344 (IUT_BMB_SIM) S 32342 32344 32124 0 -1 4194304 310 0 0 0 4 3 0 0 18 0 1 0 242739901 2023424 292 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32344/statm: 494 292 106 274 0 217 0
[pid=32346] ppid=32344 vsize=16952 CPUtime=1199.97
/proc/32346/stat : 32346 (minisat) R 32344 32344 32124 0 -1 4194304 4048 0 0 0 119992 5 0 0 25 0 1 0 242739909 17358848 3798 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/32346/statm: 4238 3798 76 170 0 4066 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 18928

Child status: 0
Real time (s): 1200.71
CPU time (s): 1200.07
CPU user time (s): 1199.97
CPU system time (s): 0.096985
CPU usage (%): 99.9467
Max. virtual memory (cumulated for all children) (KiB): 18928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.97
system time used= 0.096985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4504
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= 5
involuntary context switches= 2720

runsolver used 1.08883 second user time and 3.2895 second system time

The end

Launcher Data

Begin job on node82 at 2009-05-12 18:51:46
IDJOB=1806219
IDBENCH=24692
IDSOLVER=650
FILE ID=node82/1806219-1242147106
PBS_JOBID= 9289644
Free space on /tmp= 66088 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT07/crafted/Hard/contest03/others/color-11-3.sat05-445.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806219-1242147106/watcher-1806219-1242147106 -o /tmp/evaluation-result-1806219-1242147106/solver-1806219-1242147106 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1806219-1242147106.cnf HOME

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

MD5SUM BENCH= 207febf52bd846c013e185fa637fdf3c
RANDOM SEED=2052682304

node82.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.259
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.259
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:       1462992 kB
Buffers:         58304 kB
Cached:         471020 kB
SwapCached:       6108 kB
Active:         133020 kB
Inactive:       404476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1462992 kB
SwapTotal:     4192956 kB
SwapFree:      4180356 kB
Dirty:            2320 kB
Writeback:           0 kB
Mapped:          13812 kB
Slab:            41556 kB
Committed_AS:   742500 kB
PageTables:       1384 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= 66088 MiB
End job on node82 at 2009-05-12 19:11:46