Trace number 1806114

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.03 1200.63

General information on the benchmark

Namecrafted/Hard/contest05/others/
sgp_5-6-8.sat05-2669.reshuffled-07.cnf
MD5SUM4064da8380443613a08af89e2e77b8a2
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 variables58560
Number of clauses778800
Sum of the clauses size1766280
Maximum clause length48
Minimum clause length1
Number of clauses of size 196
Number of clauses of size 2599208
Number of clauses of size 3177096
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52400

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
14.19/14.28	This is MiniSat 2.0 beta
14.19/14.28	WARNING: for repeatability, setting FPU to use double precision
14.19/14.28	============================[ Problem Statistics ]=============================
14.19/14.28	|                                                                             |
14.19/14.28	|  Number of variables:  58560                                                |
14.19/14.28	|  Number of clauses:    443760                                               |
14.26/14.64	|  Parsing time:         0.32         s                                       |
14.26/14.67	============================[ Search Statistics ]==============================
14.26/14.67	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.26/14.67	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.26/14.67	===============================================================================
14.26/14.67	|         0 |   58559   443760   989112 |   147920        0    nan |  0.000 % |
14.26/14.81	|       100 |   58559   443760   989112 |   162712      100     44 |  0.000 % |
14.26/14.98	|       250 |   58559   443760   989112 |   178983      250     41 |  0.000 % |
14.26/15.17	|       476 |   58559   443760   989112 |   196881      476     62 |  0.000 % |
15.37/15.44	|       813 |   58559   443760   989112 |   216569      813     64 |  0.000 % |
15.67/15.75	|      1321 |   58559   443760   989112 |   238226     1321     86 |  0.000 % |
16.17/16.21	|      2080 |   58559   443760   989112 |   262049     2080     91 |  0.000 % |
17.16/17.29	|      3219 |   58559   443760   989112 |   288254     3219     82 |  0.000 % |
18.36/18.45	|      4927 |   58559   443760   989112 |   317079     4927     92 |  0.000 % |
22.46/22.51	|      7489 |   58559   443760   989112 |   348787     7489    115 |  0.000 % |
27.25/27.35	|     11336 |   58559   443760   989112 |   383666    11336    166 |  0.000 % |
37.25/37.40	|     17102 |   58559   443760   989112 |   422033    17102    178 |  0.000 % |
57.93/58.05	|     25751 |   58559   443760   989112 |   464236    25751    214 |  0.000 % |
98.32/98.46	|     38725 |   58559   443760   989112 |   510659    38725    247 |  0.000 % |
160.69/160.83	|     58186 |   58559   443760   989112 |   561725    58186    277 |  0.000 % |
252.85/253.02	|     87379 |   58559   443760   989112 |   617898    87379    309 |  0.000 % |
392.99/393.24	|    131168 |   58559   443760   989112 |   679688   131168    334 |  0.000 % |
640.99/641.39	|    196852 |   58559   443760   989112 |   747657   196852    338 |  0.000 % |
1017.69/1018.28	|    295378 |   58559   443760   989112 |   822422   295378    333 |  0.000 % |

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-1806114-1242145482/watcher-1806114-1242145482 -o /tmp/evaluation-result-1806114-1242145482/solver-1806114-1242145482 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1806114-1242145482.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: 1.00 0.99 0.91 3/64 16005
/proc/meminfo: memFree=1493352/2055920 swapFree=4181084/4192956
[pid=16005] ppid=16003 vsize=10412 CPUtime=0
/proc/16005/stat : 16005 (IUT_BMB_SIM) R 16003 16005 15846 0 -1 4194304 190 0 0 0 0 0 0 0 18 0 1 0 242575895 10661888 173 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/16005/statm: 2603 174 92 274 0 2326 0

[startup+0.050425 s]
/proc/loadavg: 1.00 0.99 0.91 3/64 16005
/proc/meminfo: memFree=1493352/2055920 swapFree=4181084/4192956
[pid=16005] ppid=16003 vsize=10412 CPUtime=0.04
/proc/16005/stat : 16005 (IUT_BMB_SIM) R 16003 16005 15846 0 -1 4194304 943 0 0 0 4 0 0 0 18 0 1 0 242575895 10661888 926 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/16005/statm: 2603 927 92 274 0 2326 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10412

[startup+0.101427 s]
/proc/loadavg: 1.00 0.99 0.91 3/64 16005
/proc/meminfo: memFree=1493352/2055920 swapFree=4181084/4192956
[pid=16005] ppid=16003 vsize=10412 CPUtime=0.09
/proc/16005/stat : 16005 (IUT_BMB_SIM) R 16003 16005 15846 0 -1 4194304 1783 0 0 0 9 0 0 0 18 0 1 0 242575895 10661888 1766 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/16005/statm: 2603 1766 92 274 0 2326 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10412

[startup+0.301439 s]
/proc/loadavg: 1.00 0.99 0.91 3/64 16005
/proc/meminfo: memFree=1493352/2055920 swapFree=4181084/4192956
[pid=16005] ppid=16003 vsize=22252 CPUtime=0.29
/proc/16005/stat : 16005 (IUT_BMB_SIM) R 16003 16005 15846 0 -1 4194304 5391 0 0 0 28 1 0 0 20 0 1 0 242575895 22786048 5374 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/16005/statm: 5563 5374 99 274 0 5286 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22252

[startup+0.701466 s]
/proc/loadavg: 1.00 0.99 0.91 3/64 16005
/proc/meminfo: memFree=1493352/2055920 swapFree=4181084/4192956
[pid=16005] ppid=16003 vsize=26608 CPUtime=0.69
/proc/16005/stat : 16005 (IUT_BMB_SIM) R 16003 16005 15846 0 -1 4194304 6482 0 0 0 68 1 0 0 24 0 1 0 242575895 27246592 6465 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/16005/statm: 6652 6465 99 274 0 6375 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26608

[startup+1.50152 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 16006
/proc/meminfo: memFree=1464800/2055920 swapFree=4181084/4192956
[pid=16005] ppid=16003 vsize=34000 CPUtime=1.49
/proc/16005/stat : 16005 (IUT_BMB_SIM) R 16003 16005 15846 0 -1 4194304 8311 0 0 0 146 3 0 0 25 0 1 0 242575895 34816000 8294 1992294400 134512640 135635349 4294956224 18446744073709551615 135132414 0 0 4096 0 0 0 0 17 0 0 0
/proc/16005/statm: 8500 8294 99 274 0 8223 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34000

[startup+3.10263 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 16006
/proc/meminfo: memFree=1455200/2055920 swapFree=4181084/4192956
[pid=16005] ppid=16003 vsize=47464 CPUtime=3.09
/proc/16005/stat : 16005 (IUT_BMB_SIM) R 16003 16005 15846 0 -1 4194304 11684 0 0 0 304 5 0 0 25 0 1 0 242575895 48603136 11667 1992294400 134512640 135635349 4294956224 18446744073709551615 134528241 0 0 4096 0 0 0 0 17 0 0 0
/proc/16005/statm: 11866 11667 99 274 0 11589 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47464

[startup+6.30184 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 16006
/proc/meminfo: memFree=1428128/2055920 swapFree=4181084/4192956
[pid=16005] ppid=16003 vsize=72016 CPUtime=6.29
/proc/16005/stat : 16005 (IUT_BMB_SIM) R 16003 16005 15846 0 -1 4194304 17810 0 0 0 621 8 0 0 25 0 1 0 242575895 73744384 17793 1992294400 134512640 135635349 4294956224 18446744073709551615 135132414 0 0 4096 0 0 0 0 17 0 0 0
/proc/16005/statm: 18004 17793 99 274 0 17727 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 72016

[startup+12.7013 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 16006
/proc/meminfo: memFree=1381728/2055920 swapFree=4181084/4192956
[pid=16005] ppid=16003 vsize=112268 CPUtime=12.68
/proc/16005/stat : 16005 (IUT_BMB_SIM) R 16003 16005 15846 0 -1 4194304 27997 0 0 0 1211 57 0 0 25 0 1 0 242575895 114962432 27889 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/16005/statm: 28067 27889 101 274 0 27790 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 112268

[startup+25.5011 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 16007
/proc/meminfo: memFree=1346776/2055920 swapFree=4181084/4192956
[pid=16005] ppid=16003 vsize=112268 CPUtime=14.26
/proc/16005/stat : 16005 (IUT_BMB_SIM) S 16003 16005 15846 0 -1 4194304 28003 0 0 0 1256 170 0 0 25 0 1 0 242575895 114962432 27894 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16005/statm: 28067 27894 106 274 0 27790 0
[pid=16007] ppid=16005 vsize=29620 CPUtime=11.19
/proc/16007/stat : 16007 (minisat) R 16005 16005 15846 0 -1 4194304 7436 0 0 0 1114 5 0 0 25 0 1 0 242577323 30330880 7173 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/16007/statm: 7405 7173 77 170 0 7233 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 141888

[startup+51.1018 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 16007
/proc/meminfo: memFree=1333208/2055920 swapFree=4181084/4192956
[pid=16005] ppid=16003 vsize=112268 CPUtime=14.26
/proc/16005/stat : 16005 (IUT_BMB_SIM) S 16003 16005 15846 0 -1 4194304 28003 0 0 0 1256 170 0 0 25 0 1 0 242575895 114962432 27894 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16005/statm: 28067 27894 106 274 0 27790 0
[pid=16007] ppid=16005 vsize=43100 CPUtime=36.78
/proc/16007/stat : 16007 (minisat) R 16005 16005 15846 0 -1 4194304 10812 0 0 0 3669 9 0 0 25 0 1 0 242577323 44134400 10549 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/16007/statm: 10775 10549 77 170 0 10603 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 155368

[startup+102.305 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 16007
/proc/meminfo: memFree=1311512/2055920 swapFree=4181084/4192956
[pid=16005] ppid=16003 vsize=112268 CPUtime=14.26
/proc/16005/stat : 16005 (IUT_BMB_SIM) S 16003 16005 15846 0 -1 4194304 28003 0 0 0 1256 170 0 0 25 0 1 0 242575895 114962432 27894 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16005/statm: 28067 27894 106 274 0 27790 0
[pid=16007] ppid=16005 vsize=64516 CPUtime=87.97
/proc/16007/stat : 16007 (minisat) R 16005 16005 15846 0 -1 4194304 16171 0 0 0 8782 15 0 0 25 0 1 0 242577323 66064384 15908 1992294400 134512640 135212939 4294956320 18446744073709551615 134538793 0 0 4096 3 0 0 0 17 0 0 0
/proc/16007/statm: 16129 15908 77 170 0 15957 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 176784

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 16007
/proc/meminfo: memFree=1286168/2055920 swapFree=4181084/4192956
[pid=16005] ppid=16003 vsize=112268 CPUtime=14.26
/proc/16005/stat : 16005 (IUT_BMB_SIM) S 16003 16005 15846 0 -1 4194304 28003 0 0 0 1256 170 0 0 25 0 1 0 242575895 114962432 27894 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16005/statm: 28067 27894 106 274 0 27790 0
[pid=16007] ppid=16005 vsize=90072 CPUtime=147.93
/proc/16007/stat : 16007 (minisat) R 16005 16005 15846 0 -1 4194304 22550 0 0 0 14771 22 0 0 25 0 1 0 242577323 92233728 22287 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16007/statm: 22518 22287 77 170 0 22346 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 202340

[startup+222.301 s]
/proc/loadavg: 1.00 0.99 0.91 3/66 16007
/proc/meminfo: memFree=1257496/2055920 swapFree=4181084/4192956
[pid=16005] ppid=16003 vsize=112268 CPUtime=14.26
/proc/16005/stat : 16005 (IUT_BMB_SIM) S 16003 16005 15846 0 -1 4194304 28003 0 0 0 1256 170 0 0 25 0 1 0 242575895 114962432 27894 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16005/statm: 28067 27894 106 274 0 27790 0
[pid=16007] ppid=16005 vsize=118572 CPUtime=207.9
/proc/16007/stat : 16007 (minisat) R 16005 16005 15846 0 -1 4194304 29680 0 0 0 20760 30 0 0 25 0 1 0 242577323 121417728 29417 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16007/statm: 29643 29417 77 170 0 29471 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 230840

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 16007
/proc/meminfo: memFree=1231384/2055920 swapFree=4181084/4192956
[pid=16005] ppid=16003 vsize=112268 CPUtime=14.26
/proc/16005/stat : 16005 (IUT_BMB_SIM) S 16003 16005 15846 0 -1 4194304 28003 0 0 0 1256 170 0 0 25 0 1 0 242575895 114962432 27894 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16005/statm: 28067 27894 106 274 0 27790 0
[pid=16007] ppid=16005 vsize=144888 CPUtime=267.87
/proc/16007/stat : 16007 (minisat) R 16005 16005 15846 0 -1 4194304 36232 0 0 0 26750 37 0 0 25 0 1 0 242577323 148365312 35969 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/16007/statm: 36222 35969 77 170 0 36050 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 257156

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 16007
/proc/meminfo: memFree=1199768/2055920 swapFree=4181084/4192956
[pid=16005] ppid=16003 vsize=112268 CPUtime=14.26
/proc/16005/stat : 16005 (IUT_BMB_SIM) S 16003 16005 15846 0 -1 4194304 28003 0 0 0 1256 170 0 0 25 0 1 0 242575895 114962432 27894 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16005/statm: 28067 27894 106 274 0 27790 0
[pid=16007] ppid=16005 vsize=176304 CPUtime=327.86
/proc/16007/stat : 16007 (minisat) R 16005 16005 15846 0 -1 4194304 44085 0 0 0 32740 46 0 0 25 0 1 0 242577323 180535296 43822 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/16007/statm: 44076 43822 77 170 0 43904 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 288572

[startup+402.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 16007
/proc/meminfo: memFree=1171928/2055920 swapFree=4181084/4192956
[pid=16005] ppid=16003 vsize=112268 CPUtime=14.26
/proc/16005/stat : 16005 (IUT_BMB_SIM) S 16003 16005 15846 0 -1 4194304 28003 0 0 0 1256 170 0 0 25 0 1 0 242575895 114962432 27894 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16005/statm: 28067 27894 106 274 0 27790 0
[pid=16007] ppid=16005 vsize=204156 CPUtime=387.83
/proc/16007/stat : 16007 (minisat) R 16005 16005 15846 0 -1 4194304 51078 0 0 0 38729 54 0 0 25 0 1 0 242577323 209055744 50815 1992294400 134512640 135212939 4294956320 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/16007/statm: 51039 50815 77 170 0 50867 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 316424

[startup+462.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 16007
/proc/meminfo: memFree=1148248/2055920 swapFree=4181084/4192956
[pid=16005] ppid=16003 vsize=112268 CPUtime=14.26
/proc/16005/stat : 16005 (IUT_BMB_SIM) S 16003 16005 15846 0 -1 4194304 28003 0 0 0 1256 170 0 0 25 0 1 0 242575895 114962432 27894 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16005/statm: 28067 27894 106 274 0 27790 0
[pid=16007] ppid=16005 vsize=227788 CPUtime=447.81
/proc/16007/stat : 16007 (minisat) R 16005 16005 15846 0 -1 4194304 56937 0 0 0 44721 60 0 0 25 0 1 0 242577323 233254912 56674 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/16007/statm: 56947 56674 77 170 0 56775 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 340056

[startup+522.301 s]

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

/proc/16007/statm: 62854 62600 77 170 0 62682 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 363684

[startup+582.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 16007
/proc/meminfo: memFree=1102936/2055920 swapFree=4181084/4192956
[pid=16005] ppid=16003 vsize=112268 CPUtime=14.26
/proc/16005/stat : 16005 (IUT_BMB_SIM) S 16003 16005 15846 0 -1 4194304 28003 0 0 0 1256 170 0 0 25 0 1 0 242575895 114962432 27894 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16005/statm: 28067 27894 106 274 0 27790 0
[pid=16007] ppid=16005 vsize=272800 CPUtime=567.77
/proc/16007/stat : 16007 (minisat) R 16005 16005 15846 0 -1 4194304 68228 0 0 0 56703 74 0 0 25 0 1 0 242577323 279347200 67965 1992294400 134512640 135212939 4294956320 18446744073709551615 134526661 0 0 4096 3 0 0 0 17 0 0 0
/proc/16007/statm: 68200 67965 77 170 0 68028 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 385068

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 16007
/proc/meminfo: memFree=1082904/2055920 swapFree=4181084/4192956
[pid=16005] ppid=16003 vsize=112268 CPUtime=14.26
/proc/16005/stat : 16005 (IUT_BMB_SIM) S 16003 16005 15846 0 -1 4194304 28003 0 0 0 1256 170 0 0 25 0 1 0 242575895 114962432 27894 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16005/statm: 28067 27894 106 274 0 27790 0
[pid=16007] ppid=16005 vsize=292600 CPUtime=627.73
/proc/16007/stat : 16007 (minisat) R 16005 16005 15846 0 -1 4194304 73173 0 0 0 62694 79 0 0 25 0 1 0 242577323 299622400 72910 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/16007/statm: 73150 72910 77 170 0 72978 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 404868

[startup+702.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 16007
/proc/meminfo: memFree=1059736/2055920 swapFree=4181084/4192956
[pid=16005] ppid=16003 vsize=112268 CPUtime=14.26
/proc/16005/stat : 16005 (IUT_BMB_SIM) S 16003 16005 15846 0 -1 4194304 28003 0 0 0 1256 170 0 0 25 0 1 0 242575895 114962432 27894 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16005/statm: 28067 27894 106 274 0 27790 0
[pid=16007] ppid=16005 vsize=316236 CPUtime=687.7
/proc/16007/stat : 16007 (minisat) R 16005 16005 15846 0 -1 4194304 79000 0 0 0 68686 84 0 0 25 0 1 0 242577323 323825664 78737 1992294400 134512640 135212939 4294956320 18446744073709551615 134526661 0 0 4096 3 0 0 0 17 0 0 0
/proc/16007/statm: 79059 78737 77 170 0 78887 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 428504

[startup+762.305 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 16007
/proc/meminfo: memFree=1038552/2055920 swapFree=4181084/4192956
[pid=16005] ppid=16003 vsize=112268 CPUtime=14.26
/proc/16005/stat : 16005 (IUT_BMB_SIM) S 16003 16005 15846 0 -1 4194304 28003 0 0 0 1256 170 0 0 25 0 1 0 242575895 114962432 27894 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16005/statm: 28067 27894 106 274 0 27790 0
[pid=16007] ppid=16005 vsize=337092 CPUtime=747.68
/proc/16007/stat : 16007 (minisat) R 16005 16005 15846 0 -1 4194304 84246 0 0 0 74679 89 0 0 25 0 1 0 242577323 345182208 83983 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/16007/statm: 84273 83983 77 170 0 84101 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 449360

[startup+822.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 16007
/proc/meminfo: memFree=1020504/2055920 swapFree=4181084/4192956
[pid=16005] ppid=16003 vsize=112268 CPUtime=14.26
/proc/16005/stat : 16005 (IUT_BMB_SIM) S 16003 16005 15846 0 -1 4194304 28003 0 0 0 1256 170 0 0 25 0 1 0 242575895 114962432 27894 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16005/statm: 28067 27894 106 274 0 27790 0
[pid=16007] ppid=16005 vsize=355176 CPUtime=807.64
/proc/16007/stat : 16007 (minisat) R 16005 16005 15846 0 -1 4194304 88777 0 0 0 80670 94 0 0 25 0 1 0 242577323 363700224 88514 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/16007/statm: 88794 88514 77 170 0 88622 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 467444

[startup+882.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 16007
/proc/meminfo: memFree=1002392/2055920 swapFree=4181084/4192956
[pid=16005] ppid=16003 vsize=112268 CPUtime=14.26
/proc/16005/stat : 16005 (IUT_BMB_SIM) S 16003 16005 15846 0 -1 4194304 28003 0 0 0 1256 170 0 0 25 0 1 0 242575895 114962432 27894 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16005/statm: 28067 27894 106 274 0 27790 0
[pid=16007] ppid=16005 vsize=373128 CPUtime=867.62
/proc/16007/stat : 16007 (minisat) R 16005 16005 15846 0 -1 4194304 93263 0 0 0 86664 98 0 0 25 0 1 0 242577323 382083072 93000 1992294400 134512640 135212939 4294956320 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/16007/statm: 93282 93000 77 170 0 93110 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 485396

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 16007
/proc/meminfo: memFree=982360/2055920 swapFree=4181084/4192956
[pid=16005] ppid=16003 vsize=112268 CPUtime=14.26
/proc/16005/stat : 16005 (IUT_BMB_SIM) S 16003 16005 15846 0 -1 4194304 28003 0 0 0 1256 170 0 0 25 0 1 0 242575895 114962432 27894 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16005/statm: 28067 27894 106 274 0 27790 0
[pid=16007] ppid=16005 vsize=393064 CPUtime=927.6
/proc/16007/stat : 16007 (minisat) R 16005 16005 15846 0 -1 4194304 98274 0 0 0 92656 104 0 0 25 0 1 0 242577323 402497536 98011 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16007/statm: 98266 98011 77 170 0 98094 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 505332

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 16009
/proc/meminfo: memFree=961176/2055920 swapFree=4181084/4192956
[pid=16005] ppid=16003 vsize=112268 CPUtime=14.26
/proc/16005/stat : 16005 (IUT_BMB_SIM) S 16003 16005 15846 0 -1 4194304 28003 0 0 0 1256 170 0 0 25 0 1 0 242575895 114962432 27894 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16005/statm: 28067 27894 106 274 0 27790 0
[pid=16007] ppid=16005 vsize=414052 CPUtime=987.54
/proc/16007/stat : 16007 (minisat) R 16005 16005 15846 0 -1 4194304 103524 0 0 0 98646 108 0 0 25 0 1 0 242577323 423989248 103261 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16007/statm: 103513 103261 77 170 0 103341 0
Current children cumulated CPU time (s) 1001.8
Current children cumulated vsize (KiB) 526320

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 16009
/proc/meminfo: memFree=942104/2055920 swapFree=4181084/4192956
[pid=16005] ppid=16003 vsize=112268 CPUtime=14.26
/proc/16005/stat : 16005 (IUT_BMB_SIM) S 16003 16005 15846 0 -1 4194304 28003 0 0 0 1256 170 0 0 25 0 1 0 242575895 114962432 27894 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16005/statm: 28067 27894 106 274 0 27790 0
[pid=16007] ppid=16005 vsize=433324 CPUtime=1047.51
/proc/16007/stat : 16007 (minisat) R 16005 16005 15846 0 -1 4194304 108369 0 0 0 104636 115 0 0 25 0 1 0 242577323 443723776 108106 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/16007/statm: 108331 108106 77 170 0 108159 0
Current children cumulated CPU time (s) 1061.77
Current children cumulated vsize (KiB) 545592

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 16009
/proc/meminfo: memFree=923672/2055920 swapFree=4181084/4192956
[pid=16005] ppid=16003 vsize=112268 CPUtime=14.26
/proc/16005/stat : 16005 (IUT_BMB_SIM) S 16003 16005 15846 0 -1 4194304 28003 0 0 0 1256 170 0 0 25 0 1 0 242575895 114962432 27894 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16005/statm: 28067 27894 106 274 0 27790 0
[pid=16007] ppid=16005 vsize=451884 CPUtime=1107.48
/proc/16007/stat : 16007 (minisat) R 16005 16005 15846 0 -1 4194304 112873 0 0 0 110629 119 0 0 25 0 1 0 242577323 462729216 112610 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/16007/statm: 112971 112610 77 170 0 112799 0
Current children cumulated CPU time (s) 1121.74
Current children cumulated vsize (KiB) 564152

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 16009
/proc/meminfo: memFree=902936/2055920 swapFree=4181084/4192956
[pid=16005] ppid=16003 vsize=112268 CPUtime=14.26
/proc/16005/stat : 16005 (IUT_BMB_SIM) S 16003 16005 15846 0 -1 4194304 28003 0 0 0 1256 170 0 0 25 0 1 0 242575895 114962432 27894 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16005/statm: 28067 27894 106 274 0 27790 0
[pid=16007] ppid=16005 vsize=472872 CPUtime=1167.47
/proc/16007/stat : 16007 (minisat) R 16005 16005 15846 0 -1 4194304 118134 0 0 0 116621 126 0 0 25 0 1 0 242577323 484220928 117871 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16007/statm: 118218 117871 77 170 0 118046 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 585140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 16009
/proc/meminfo: memFree=896792/2055920 swapFree=4181084/4192956
[pid=16005] ppid=16003 vsize=112268 CPUtime=14.26
/proc/16005/stat : 16005 (IUT_BMB_SIM) S 16003 16005 15846 0 -1 4194304 28003 0 0 0 1256 170 0 0 25 0 1 0 242575895 114962432 27894 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/16005/statm: 28067 27894 106 274 0 27790 0
[pid=16007] ppid=16005 vsize=478548 CPUtime=1185.77
/proc/16007/stat : 16007 (minisat) R 16005 16005 15846 0 -1 4194304 119534 0 0 0 118450 127 0 0 25 0 1 0 242577323 490033152 119271 1992294400 134512640 135212939 4294956320 18446744073709551615 134536259 0 0 4096 3 0 0 0 17 0 0 0
/proc/16007/statm: 119637 119271 77 170 0 119465 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 590816

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16005 and gives
#  childrusage.ru_utime.tv_sec=12
#  childrusage.ru_utime.tv_usec=561090
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=728737
# CPU time returned by wait4() is 14.2898
# while last known CPU time is 1200.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.63
CPU time (s): 1200.03
CPU user time (s): 1197.06
CPU system time (s): 2.97
CPU usage (%): 99.9497
Max. virtual memory (cumulated for all children) (KiB): 590816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.5611
system time used= 1.72874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28003
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= 3
involuntary context switches= 42

runsolver used 0.970852 second user time and 3.40848 second system time

The end

Launcher Data

Begin job on node52 at 2009-05-12 18:24:44
IDJOB=1806114
IDBENCH=24667
IDSOLVER=650
FILE ID=node52/1806114-1242145482
PBS_JOBID= 9289672
Free space on /tmp= 66064 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT07/crafted/Hard/contest05/others/sgp_5-6-8.sat05-2669.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806114-1242145482/watcher-1806114-1242145482 -o /tmp/evaluation-result-1806114-1242145482/solver-1806114-1242145482 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1806114-1242145482.cnf HOME

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

MD5SUM BENCH= 4064da8380443613a08af89e2e77b8a2
RANDOM SEED=1412720563

node52.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.214
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.214
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:       1493896 kB
Buffers:         42072 kB
Cached:         449468 kB
SwapCached:       5880 kB
Active:          74060 kB
Inactive:       425544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1493896 kB
SwapTotal:     4192956 kB
SwapFree:      4181084 kB
Dirty:           14552 kB
Writeback:           0 kB
Mapped:          13716 kB
Slab:            48416 kB
Committed_AS:   990512 kB
PageTables:       1476 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= 66056 MiB
End job on node52 at 2009-05-12 18:44:47