Trace number 1797501

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.05 1200.66

General information on the benchmark

Nameindustrial/palacios/medium/
cube-11-h13-unsat.cnf
MD5SUM3a68d904935650d9da7e64e1ee7bae82
Bench CategoryAPPLICATION (applications 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 variables454385
Number of clauses1367522
Sum of the clauses size3191290
Maximum clause length19
Minimum clause length1
Number of clauses of size 11331
Number of clauses of size 2911962
Number of clauses of size 3451911
Number of clauses of size 42126
Number of clauses of size 518
Number of clauses of size over 5174

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
24.48/24.56	This is MiniSat 2.0 beta
24.48/24.56	WARNING: for repeatability, setting FPU to use double precision
24.48/24.56	============================[ Problem Statistics ]=============================
24.48/24.56	|                                                                             |
24.48/24.56	|  Number of variables:  455627                                               |
24.48/24.56	|  Number of clauses:    1363529                                              |
25.37/25.40	|  Parsing time:         0.72         s                                       |
25.37/25.45	============================[ Search Statistics ]==============================
25.37/25.45	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
25.37/25.45	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
25.37/25.45	===============================================================================
25.37/25.45	|         0 |  455627  1356666  3166866 |   452222        0    nan |  0.000 % |
26.56/26.66	|       100 |  455626  1356666  3166866 |   497444       98     15 |  0.000 % |
28.27/28.31	|       250 |  455624  1356666  3166866 |   547188      247     17 |  0.001 % |
30.77/30.85	|       476 |  455624  1355712  3164958 |   601907      472     22 |  0.001 % |
33.95/34.03	|       813 |  455621  1355275  3164084 |   662098      806     42 |  0.001 % |
40.55/40.68	|      1321 |  455617  1352934  3159402 |   728308     1291     43 |  0.002 % |
50.94/51.04	|      2080 |  455612  1351912  3157358 |   801138     2045     56 |  0.004 % |
66.93/67.02	|      3219 |  455605  1348567  3150668 |   881252     3161     56 |  0.005 % |
90.31/90.46	|      4928 |  455595  1345525  3144584 |   969378     4836     50 |  0.007 % |
127.28/127.46	|      7490 |  455592  1344565  3142664 |  1066315     7369     69 |  0.008 % |
188.45/188.70	|     11334 |  455584  1342095  3137724 |  1172947    11201     78 |  0.009 % |
289.32/289.52	|     17101 |  455577  1340687  3134908 |  1290242    16878    108 |  0.011 % |
452.95/453.28	|     25752 |  455573  1339343  3132220 |  1419266    25497    141 |  0.012 % |
771.02/771.48	|     38727 |  455571  1338469  3130472 |  1561192    38470    184 |  0.012 % |
1159.16/1159.77	|     58188 |  455570  1338465  3130464 |  1717312    57929    203 |  0.013 % |

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-1797501-1242075223/watcher-1797501-1242075223 -o /tmp/evaluation-result-1797501-1242075223/solver-1797501-1242075223 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797501-1242075223.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 1.00 1.00 3/64 5961
/proc/meminfo: memFree=869504/2055920 swapFree=4181340/4192956
[pid=5961] ppid=5959 vsize=17312 CPUtime=0
/proc/5961/stat : 5961 (IUT_BMB_SIM) R 5959 5961 5798 0 -1 4194304 191 0 0 0 0 0 0 0 18 0 1 0 235556454 17727488 174 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/5961/statm: 4328 174 90 274 0 4051 0

[startup+0.0820591 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5961
/proc/meminfo: memFree=869504/2055920 swapFree=4181340/4192956
[pid=5961] ppid=5959 vsize=17312 CPUtime=0.07
/proc/5961/stat : 5961 (IUT_BMB_SIM) R 5959 5961 5798 0 -1 4194304 1461 0 0 0 7 0 0 0 18 0 1 0 235556454 17727488 1444 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 0 0 0
/proc/5961/statm: 4328 1445 90 274 0 4051 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 17312

[startup+0.101058 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5961
/proc/meminfo: memFree=869504/2055920 swapFree=4181340/4192956
[pid=5961] ppid=5959 vsize=17312 CPUtime=0.09
/proc/5961/stat : 5961 (IUT_BMB_SIM) R 5959 5961 5798 0 -1 4194304 1773 0 0 0 9 0 0 0 18 0 1 0 235556454 17727488 1756 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 0 0 0
/proc/5961/statm: 4328 1757 90 274 0 4051 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17312

[startup+0.301078 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5961
/proc/meminfo: memFree=869504/2055920 swapFree=4181340/4192956
[pid=5961] ppid=5959 vsize=31556 CPUtime=0.29
/proc/5961/stat : 5961 (IUT_BMB_SIM) R 5959 5961 5798 0 -1 4194304 6980 0 0 0 27 2 0 0 19 0 1 0 235556454 32313344 6963 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 0 0 0
/proc/5961/statm: 7889 6964 90 274 0 7612 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31556

[startup+0.701117 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5961
/proc/meminfo: memFree=869504/2055920 swapFree=4181340/4192956
[pid=5961] ppid=5959 vsize=81068 CPUtime=0.69
/proc/5961/stat : 5961 (IUT_BMB_SIM) R 5959 5961 5798 0 -1 4194304 20087 0 0 0 61 8 0 0 23 0 1 0 235556454 83013632 20070 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/5961/statm: 20267 20070 97 274 0 19990 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 81068

[startup+1.5022 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5962
/proc/meminfo: memFree=785720/2055920 swapFree=4181340/4192956
[pid=5961] ppid=5959 vsize=90440 CPUtime=1.49
/proc/5961/stat : 5961 (IUT_BMB_SIM) R 5959 5961 5798 0 -1 4194304 22433 0 0 0 139 10 0 0 25 0 1 0 235556454 92610560 22416 1992294400 134512640 135635349 4294956224 18446744073709551615 134528241 0 0 4096 0 0 0 0 17 0 0 0
/proc/5961/statm: 22610 22417 97 274 0 22333 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90440

[startup+3.10136 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5962
/proc/meminfo: memFree=773304/2055920 swapFree=4181340/4192956
[pid=5961] ppid=5959 vsize=107604 CPUtime=3.09
/proc/5961/stat : 5961 (IUT_BMB_SIM) R 5959 5961 5798 0 -1 4194304 26713 0 0 0 297 12 0 0 25 0 1 0 235556454 110186496 26696 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/5961/statm: 26901 26696 97 274 0 26624 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 107604

[startup+6.30167 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5962
/proc/meminfo: memFree=739576/2055920 swapFree=4181340/4192956
[pid=5961] ppid=5959 vsize=139816 CPUtime=6.29
/proc/5961/stat : 5961 (IUT_BMB_SIM) R 5959 5961 5798 0 -1 4194304 34779 0 0 0 613 16 0 0 25 0 1 0 235556454 143171584 34762 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/5961/statm: 34954 34762 97 274 0 34677 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 139816

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5962
/proc/meminfo: memFree=655416/2055920 swapFree=4181340/4192956
[pid=5961] ppid=5959 vsize=228476 CPUtime=12.69
/proc/5961/stat : 5961 (IUT_BMB_SIM) R 5959 5961 5798 0 -1 4194304 56912 0 0 0 1243 26 0 0 25 0 1 0 235556454 233959424 56895 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/5961/statm: 57119 56895 97 274 0 56842 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 228476

[startup+25.5026 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5963
/proc/meminfo: memFree=501488/2055920 swapFree=4181340/4192956
[pid=5961] ppid=5959 vsize=284176 CPUtime=24.53
/proc/5961/stat : 5961 (IUT_BMB_SIM) S 5959 5961 5798 0 -1 4194304 72728 0 0 0 1945 508 0 0 25 0 1 0 235556454 290996224 70828 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5961/statm: 71044 70828 105 274 0 70767 0
[pid=5963] ppid=5961 vsize=82764 CPUtime=0.94
/proc/5963/stat : 5963 (minisat) R 5961 5961 5798 0 -1 4194304 20099 0 0 0 81 13 0 0 25 0 1 0 235558908 84750336 19841 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 1 0 0
/proc/5963/statm: 20691 19841 72 170 0 20519 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 366940

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5963
/proc/meminfo: memFree=480240/2055920 swapFree=4181340/4192956
[pid=5961] ppid=5959 vsize=284176 CPUtime=24.53
/proc/5961/stat : 5961 (IUT_BMB_SIM) S 5959 5961 5798 0 -1 4194304 72728 0 0 0 1945 508 0 0 25 0 1 0 235556454 290996224 70828 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5961/statm: 71044 70828 105 274 0 70767 0
[pid=5963] ppid=5961 vsize=85824 CPUtime=26.51
/proc/5963/stat : 5963 (minisat) R 5961 5961 5798 0 -1 4194304 20775 0 0 0 2637 14 0 0 25 0 1 0 235558908 87883776 20517 1992294400 134512640 135212939 4294956320 18446744073709551615 134527986 0 0 4096 3 0 0 0 17 0 0 0
/proc/5963/statm: 21456 20517 77 170 0 21284 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 370000

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5963
/proc/meminfo: memFree=478832/2055920 swapFree=4181340/4192956
[pid=5961] ppid=5959 vsize=284176 CPUtime=24.53
/proc/5961/stat : 5961 (IUT_BMB_SIM) S 5959 5961 5798 0 -1 4194304 72728 0 0 0 1945 508 0 0 25 0 1 0 235556454 290996224 70828 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5961/statm: 71044 70828 105 274 0 70767 0
[pid=5963] ppid=5961 vsize=86496 CPUtime=77.67
/proc/5963/stat : 5963 (minisat) R 5961 5961 5798 0 -1 4194304 20983 0 0 0 7753 14 0 0 25 0 1 0 235558908 88571904 20725 1992294400 134512640 135212939 4294956320 18446744073709551615 134526563 0 0 4096 3 0 0 0 17 1 0 0
/proc/5963/statm: 21624 20725 77 170 0 21452 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 370672

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5963
/proc/meminfo: memFree=477232/2055920 swapFree=4181340/4192956
[pid=5961] ppid=5959 vsize=284176 CPUtime=24.53
/proc/5961/stat : 5961 (IUT_BMB_SIM) S 5959 5961 5798 0 -1 4194304 72728 0 0 0 1945 508 0 0 25 0 1 0 235556454 290996224 70828 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5961/statm: 71044 70828 105 274 0 70767 0
[pid=5963] ppid=5961 vsize=88484 CPUtime=137.64
/proc/5963/stat : 5963 (minisat) R 5961 5961 5798 0 -1 4194304 21470 0 0 0 13749 15 0 0 25 0 1 0 235558908 90607616 21212 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5963/statm: 22121 21212 77 170 0 21949 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 372660

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5963
/proc/meminfo: memFree=475824/2055920 swapFree=4181340/4192956
[pid=5961] ppid=5959 vsize=284176 CPUtime=24.53
/proc/5961/stat : 5961 (IUT_BMB_SIM) S 5959 5961 5798 0 -1 4194304 72728 0 0 0 1945 508 0 0 25 0 1 0 235556454 290996224 70828 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5961/statm: 71044 70828 105 274 0 70767 0
[pid=5963] ppid=5961 vsize=90008 CPUtime=197.61
/proc/5963/stat : 5963 (minisat) R 5961 5961 5798 0 -1 4194304 21841 0 0 0 19746 15 0 0 25 0 1 0 235558908 92168192 21583 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/5963/statm: 22502 21583 77 170 0 22330 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 374184

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5963
/proc/meminfo: memFree=473008/2055920 swapFree=4181340/4192956
[pid=5961] ppid=5959 vsize=284176 CPUtime=24.53
/proc/5961/stat : 5961 (IUT_BMB_SIM) S 5959 5961 5798 0 -1 4194304 72728 0 0 0 1945 508 0 0 25 0 1 0 235556454 290996224 70828 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5961/statm: 71044 70828 105 274 0 70767 0
[pid=5963] ppid=5961 vsize=92804 CPUtime=257.59
/proc/5963/stat : 5963 (minisat) R 5961 5961 5798 0 -1 4194304 22566 0 0 0 25743 16 0 0 25 0 1 0 235558908 95031296 22308 1992294400 134512640 135212939 4294956320 18446744073709551615 134526563 0 0 4096 3 0 0 0 17 0 0 0
/proc/5963/statm: 23201 22308 77 170 0 23029 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 376980

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5963
/proc/meminfo: memFree=469936/2055920 swapFree=4181340/4192956
[pid=5961] ppid=5959 vsize=284176 CPUtime=24.53
/proc/5961/stat : 5961 (IUT_BMB_SIM) S 5959 5961 5798 0 -1 4194304 72728 0 0 0 1945 508 0 0 25 0 1 0 235556454 290996224 70828 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5961/statm: 71044 70828 105 274 0 70767 0
[pid=5963] ppid=5961 vsize=95824 CPUtime=317.57
/proc/5963/stat : 5963 (minisat) R 5961 5961 5798 0 -1 4194304 23322 0 0 0 31740 17 0 0 25 0 1 0 235558908 98123776 23064 1992294400 134512640 135212939 4294956320 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/5963/statm: 23956 23064 77 170 0 23784 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 380000

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5963
/proc/meminfo: memFree=467312/2055920 swapFree=4181340/4192956
[pid=5961] ppid=5959 vsize=284176 CPUtime=24.53
/proc/5961/stat : 5961 (IUT_BMB_SIM) S 5959 5961 5798 0 -1 4194304 72728 0 0 0 1945 508 0 0 25 0 1 0 235556454 290996224 70828 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5961/statm: 71044 70828 105 274 0 70767 0
[pid=5963] ppid=5961 vsize=98656 CPUtime=377.54
/proc/5963/stat : 5963 (minisat) R 5961 5961 5798 0 -1 4194304 24010 0 0 0 37737 17 0 0 25 0 1 0 235558908 101023744 23752 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5963/statm: 24664 23752 77 170 0 24492 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 382832

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5969
/proc/meminfo: memFree=464880/2055920 swapFree=4181340/4192956
[pid=5961] ppid=5959 vsize=284176 CPUtime=24.53
/proc/5961/stat : 5961 (IUT_BMB_SIM) S 5959 5961 5798 0 -1 4194304 72728 0 0 0 1945 508 0 0 25 0 1 0 235556454 290996224 70828 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5961/statm: 71044 70828 105 274 0 70767 0
[pid=5963] ppid=5961 vsize=101048 CPUtime=437.51
/proc/5963/stat : 5963 (minisat) R 5961 5961 5798 0 -1 4194304 24597 0 0 0 43733 18 0 0 25 0 1 0 235558908 103473152 24339 1992294400 134512640 135212939 4294956320 18446744073709551615 134536040 0 0 4096 3 0 0 0 17 0 0 0
/proc/5963/statm: 25262 24339 77 170 0 25090 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 385224

[startup+522.302 s]

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

/proc/5963/statm: 25996 25091 77 170 0 25824 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 388160

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5969
/proc/meminfo: memFree=458672/2055920 swapFree=4181340/4192956
[pid=5961] ppid=5959 vsize=284176 CPUtime=24.53
/proc/5961/stat : 5961 (IUT_BMB_SIM) S 5959 5961 5798 0 -1 4194304 72728 0 0 0 1945 508 0 0 25 0 1 0 235556454 290996224 70828 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5961/statm: 71044 70828 105 274 0 70767 0
[pid=5963] ppid=5961 vsize=107116 CPUtime=557.47
/proc/5963/stat : 5963 (minisat) R 5961 5961 5798 0 -1 4194304 26140 0 0 0 55727 20 0 0 25 0 1 0 235558908 109686784 25882 1992294400 134512640 135212939 4294956320 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/5963/statm: 26779 25882 77 170 0 26607 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 391292

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5969
/proc/meminfo: memFree=455792/2055920 swapFree=4181340/4192956
[pid=5961] ppid=5959 vsize=284176 CPUtime=24.53
/proc/5961/stat : 5961 (IUT_BMB_SIM) S 5959 5961 5798 0 -1 4194304 72728 0 0 0 1945 508 0 0 25 0 1 0 235556454 290996224 70828 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5961/statm: 71044 70828 105 274 0 70767 0
[pid=5963] ppid=5961 vsize=110152 CPUtime=617.45
/proc/5963/stat : 5963 (minisat) R 5961 5961 5798 0 -1 4194304 26872 0 0 0 61725 20 0 0 25 0 1 0 235558908 112795648 26614 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5963/statm: 27538 26614 77 170 0 27366 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 394328

[startup+702.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5969
/proc/meminfo: memFree=453424/2055920 swapFree=4181340/4192956
[pid=5961] ppid=5959 vsize=284176 CPUtime=24.53
/proc/5961/stat : 5961 (IUT_BMB_SIM) S 5959 5961 5798 0 -1 4194304 72728 0 0 0 1945 508 0 0 25 0 1 0 235556454 290996224 70828 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5961/statm: 71044 70828 105 274 0 70767 0
[pid=5963] ppid=5961 vsize=112396 CPUtime=677.43
/proc/5963/stat : 5963 (minisat) R 5961 5961 5798 0 -1 4194304 27454 0 0 0 67722 21 0 0 25 0 1 0 235558908 115093504 27196 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/5963/statm: 28099 27196 77 170 0 27927 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 396572

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5969
/proc/meminfo: memFree=451376/2055920 swapFree=4181340/4192956
[pid=5961] ppid=5959 vsize=284176 CPUtime=24.53
/proc/5961/stat : 5961 (IUT_BMB_SIM) S 5959 5961 5798 0 -1 4194304 72728 0 0 0 1945 508 0 0 25 0 1 0 235556454 290996224 70828 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5961/statm: 71044 70828 105 274 0 70767 0
[pid=5963] ppid=5961 vsize=114380 CPUtime=737.4
/proc/5963/stat : 5963 (minisat) R 5961 5961 5798 0 -1 4194304 27959 0 0 0 73719 21 0 0 25 0 1 0 235558908 117125120 27701 1992294400 134512640 135212939 4294956320 18446744073709551615 134526829 0 0 4096 3 0 0 0 17 0 0 0
/proc/5963/statm: 28595 27701 77 170 0 28423 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 398556

[startup+822.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5969
/proc/meminfo: memFree=448496/2055920 swapFree=4181340/4192956
[pid=5961] ppid=5959 vsize=284176 CPUtime=24.53
/proc/5961/stat : 5961 (IUT_BMB_SIM) S 5959 5961 5798 0 -1 4194304 72728 0 0 0 1945 508 0 0 25 0 1 0 235556454 290996224 70828 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5961/statm: 71044 70828 105 274 0 70767 0
[pid=5963] ppid=5961 vsize=117396 CPUtime=797.37
/proc/5963/stat : 5963 (minisat) R 5961 5961 5798 0 -1 4194304 28698 0 0 0 79715 22 0 0 25 0 1 0 235558908 120213504 28440 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/5963/statm: 29349 28440 77 170 0 29177 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 401572

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5969
/proc/meminfo: memFree=445040/2055920 swapFree=4181340/4192956
[pid=5961] ppid=5959 vsize=284176 CPUtime=24.53
/proc/5961/stat : 5961 (IUT_BMB_SIM) S 5959 5961 5798 0 -1 4194304 72728 0 0 0 1945 508 0 0 25 0 1 0 235556454 290996224 70828 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5961/statm: 71044 70828 105 274 0 70767 0
[pid=5963] ppid=5961 vsize=120836 CPUtime=857.36
/proc/5963/stat : 5963 (minisat) R 5961 5961 5798 0 -1 4194304 29555 0 0 0 85712 24 0 0 25 0 1 0 235558908 123736064 29297 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/5963/statm: 30209 29297 77 170 0 30037 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 405012

[startup+942.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5969
/proc/meminfo: memFree=441264/2055920 swapFree=4181340/4192956
[pid=5961] ppid=5959 vsize=284176 CPUtime=24.53
/proc/5961/stat : 5961 (IUT_BMB_SIM) S 5959 5961 5798 0 -1 4194304 72728 0 0 0 1945 508 0 0 25 0 1 0 235556454 290996224 70828 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5961/statm: 71044 70828 105 274 0 70767 0
[pid=5963] ppid=5961 vsize=124552 CPUtime=917.31
/proc/5963/stat : 5963 (minisat) R 5961 5961 5798 0 -1 4194304 30517 0 0 0 91707 24 0 0 25 0 1 0 235558908 127541248 30259 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5963/statm: 31138 30259 77 170 0 30966 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 408728

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5969
/proc/meminfo: memFree=438128/2055920 swapFree=4181340/4192956
[pid=5961] ppid=5959 vsize=284176 CPUtime=24.53
/proc/5961/stat : 5961 (IUT_BMB_SIM) S 5959 5961 5798 0 -1 4194304 72728 0 0 0 1945 508 0 0 25 0 1 0 235556454 290996224 70828 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5961/statm: 71044 70828 105 274 0 70767 0
[pid=5963] ppid=5961 vsize=127720 CPUtime=977.3
/proc/5963/stat : 5963 (minisat) R 5961 5961 5798 0 -1 4194304 31304 0 0 0 97704 26 0 0 25 0 1 0 235558908 130785280 31046 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/5963/statm: 31930 31046 77 170 0 31758 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 411896

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5969
/proc/meminfo: memFree=434992/2055920 swapFree=4181340/4192956
[pid=5961] ppid=5959 vsize=284176 CPUtime=24.53
/proc/5961/stat : 5961 (IUT_BMB_SIM) S 5959 5961 5798 0 -1 4194304 72728 0 0 0 1945 508 0 0 25 0 1 0 235556454 290996224 70828 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5961/statm: 71044 70828 105 274 0 70767 0
[pid=5963] ppid=5961 vsize=130760 CPUtime=1037.27
/proc/5963/stat : 5963 (minisat) R 5961 5961 5798 0 -1 4194304 32085 0 0 0 103700 27 0 0 25 0 1 0 235558908 133898240 31827 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/5963/statm: 32690 31827 77 170 0 32518 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 414936

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5969
/proc/meminfo: memFree=432496/2055920 swapFree=4181340/4192956
[pid=5961] ppid=5959 vsize=284176 CPUtime=24.53
/proc/5961/stat : 5961 (IUT_BMB_SIM) S 5959 5961 5798 0 -1 4194304 72728 0 0 0 1945 508 0 0 25 0 1 0 235556454 290996224 70828 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5961/statm: 71044 70828 105 274 0 70767 0
[pid=5963] ppid=5961 vsize=133268 CPUtime=1097.25
/proc/5963/stat : 5963 (minisat) R 5961 5961 5798 0 -1 4194304 32691 0 0 0 109697 28 0 0 25 0 1 0 235558908 136466432 32433 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5963/statm: 33317 32433 77 170 0 33145 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 417444

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5969
/proc/meminfo: memFree=430320/2055920 swapFree=4181340/4192956
[pid=5961] ppid=5959 vsize=284176 CPUtime=24.53
/proc/5961/stat : 5961 (IUT_BMB_SIM) S 5959 5961 5798 0 -1 4194304 72728 0 0 0 1945 508 0 0 25 0 1 0 235556454 290996224 70828 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5961/statm: 71044 70828 105 274 0 70767 0
[pid=5963] ppid=5961 vsize=135388 CPUtime=1157.22
/proc/5963/stat : 5963 (minisat) R 5961 5961 5798 0 -1 4194304 33236 0 0 0 115694 28 0 0 25 0 1 0 235558908 138637312 32978 1992294400 134512640 135212939 4294956320 18446744073709551615 134538790 0 0 4096 3 0 0 0 17 0 0 0
/proc/5963/statm: 33847 32978 77 170 0 33675 0
Current children cumulated CPU time (s) 1181.75
Current children cumulated vsize (KiB) 419564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5969
/proc/meminfo: memFree=429936/2055920 swapFree=4181340/4192956
[pid=5961] ppid=5959 vsize=284176 CPUtime=24.53
/proc/5961/stat : 5961 (IUT_BMB_SIM) S 5959 5961 5798 0 -1 4194304 72728 0 0 0 1945 508 0 0 25 0 1 0 235556454 290996224 70828 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5961/statm: 71044 70828 105 274 0 70767 0
[pid=5963] ppid=5961 vsize=135784 CPUtime=1175.52
/proc/5963/stat : 5963 (minisat) R 5961 5961 5798 0 -1 4194304 33345 0 0 0 117524 28 0 0 25 0 1 0 235558908 139042816 33087 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5963/statm: 33946 33087 77 170 0 33774 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 419960

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 5961 and gives
#  childrusage.ru_utime.tv_sec=19
#  childrusage.ru_utime.tv_usec=455042
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=131219
# CPU time returned by wait4() is 24.5863
# while last known CPU time is 1200.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.66
CPU time (s): 1200.05
CPU user time (s): 1194.69
CPU system time (s): 5.36
CPU usage (%): 99.9494
Max. virtual memory (cumulated for all children) (KiB): 419960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.455
system time used= 5.13122
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72728
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= 4
involuntary context switches= 54

runsolver used 1.14582 second user time and 3.23451 second system time

The end

Launcher Data

Begin job on node12 at 2009-05-11 22:53:45
IDJOB=1797501
IDBENCH=20424
IDSOLVER=650
FILE ID=node12/1797501-1242075223
PBS_JOBID= 9277661
Free space on /tmp= 66072 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT07/industrial/palacios/medium/cube-11-h13-unsat.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797501-1242075223/watcher-1797501-1242075223 -o /tmp/evaluation-result-1797501-1242075223/solver-1797501-1242075223 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797501-1242075223.cnf HOME

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

MD5SUM BENCH= 3a68d904935650d9da7e64e1ee7bae82
RANDOM SEED=1887727425

node12.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.213
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.213
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:        869992 kB
Buffers:         74460 kB
Cached:        1024140 kB
SwapCached:       5448 kB
Active:         192464 kB
Inactive:       914036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        869992 kB
SwapTotal:     4192956 kB
SwapFree:      4181340 kB
Dirty:           26656 kB
Writeback:           0 kB
Mapped:          13616 kB
Slab:            65504 kB
Committed_AS:   933300 kB
PageTables:       1388 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= 66048 MiB
End job on node12 at 2009-05-11 23:13:47