Trace number 1797518

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.04 1200.62

General information on the benchmark

Nameindustrial/grieu/
vmpc_34.cnf
MD5SUMa27d41b3e10d867544cd2bff7d005be2
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 variables1156
Number of clauses194072
Sum of the clauses size507926
Maximum clause length34
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 276398
Number of clauses of size 3117606
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 568

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
1.99/2.08	This is MiniSat 2.0 beta
1.99/2.08	WARNING: for repeatability, setting FPU to use double precision
1.99/2.08	============================[ Problem Statistics ]=============================
1.99/2.08	|                                                                             |
1.99/2.08	|  Number of variables:  1156                                                 |
1.99/2.08	|  Number of clauses:    193742                                               |
2.08/2.17	|  Parsing time:         0.07         s                                       |
2.08/2.18	============================[ Search Statistics ]==============================
2.08/2.18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.08/2.18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.08/2.18	===============================================================================
2.08/2.18	|         0 |    1156   193742   506970 |    64580        0    nan |  0.000 % |
2.18/2.22	|       100 |    1156   193742   506970 |    71038      100     93 |  0.000 % |
2.18/2.24	|       250 |    1156   193742   506970 |    78142      250    116 |  0.000 % |
2.18/2.28	|       475 |    1156   193742   506970 |    85956      475    138 |  0.000 % |
2.27/2.34	|       814 |    1156   193742   506970 |    94552      814    141 |  0.000 % |
2.37/2.42	|      1322 |    1156   193742   506970 |   104007     1322    132 |  0.000 % |
2.47/2.57	|      2081 |    1156   193742   506970 |   114408     2081    119 |  0.000 % |
2.67/2.79	|      3221 |    1156   193742   506970 |   125849     3221    123 |  0.000 % |
3.07/3.13	|      4932 |    1156   193742   506970 |   138434     4932    127 |  0.000 % |
3.68/3.76	|      7496 |    1156   193742   506970 |   152277     7496    145 |  0.000 % |
4.78/4.89	|     11341 |    1156   193742   506970 |   167505    11341    152 |  0.000 % |
6.88/6.94	|     17109 |    1156   193742   506970 |   184256    17109    138 |  0.000 % |
10.57/10.64	|     25758 |    1156   193742   506970 |   202681    25758    132 |  0.000 % |
20.36/20.44	|     38733 |    1156   193742   506970 |   222949    38733    140 |  0.000 % |
43.36/43.44	|     58194 |    1156   193742   506970 |   245244    58194    144 |  0.000 % |
93.73/93.80	|     87387 |    1156   193742   506970 |   269769    87387    147 |  0.000 % |
185.79/185.92	|    131176 |    1156   193742   506970 |   296746   131176    148 |  0.000 % |
422.07/422.36	|    196862 |    1156   193742   506970 |   326421   196862    138 |  0.000 % |
830.07/830.51	|    295388 |    1156   193742   506970 |   359063   295388    132 |  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-1797518-1242076114/watcher-1797518-1242076114 -o /tmp/evaluation-result-1797518-1242076114/solver-1797518-1242076114 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797518-1242076114.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.99 0.98 0.99 3/65 14938
/proc/meminfo: memFree=1189488/2055920 swapFree=4191900/4192956
[pid=14938] ppid=14936 vsize=3560 CPUtime=0
/proc/14938/stat : 14938 (IUT_BMB_SIM) R 14936 14938 14742 0 -1 4194304 189 0 0 0 0 0 0 0 18 0 1 0 235640951 3645440 172 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 0 0 0
/proc/14938/statm: 890 173 93 274 0 613 0

[startup+0.0672711 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 14938
/proc/meminfo: memFree=1189488/2055920 swapFree=4191900/4192956
[pid=14938] ppid=14936 vsize=4848 CPUtime=0.06
/proc/14938/stat : 14938 (IUT_BMB_SIM) R 14936 14938 14742 0 -1 4194304 1040 0 0 0 6 0 0 0 18 0 1 0 235640951 4964352 1023 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/14938/statm: 1212 1023 99 274 0 935 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 4848

[startup+0.102276 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 14938
/proc/meminfo: memFree=1189488/2055920 swapFree=4191900/4192956
[pid=14938] ppid=14936 vsize=5376 CPUtime=0.09
/proc/14938/stat : 14938 (IUT_BMB_SIM) R 14936 14938 14742 0 -1 4194304 1173 0 0 0 9 0 0 0 18 0 1 0 235640951 5505024 1156 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/14938/statm: 1344 1156 99 274 0 1067 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5376

[startup+0.302317 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 14938
/proc/meminfo: memFree=1189488/2055920 swapFree=4191900/4192956
[pid=14938] ppid=14936 vsize=8148 CPUtime=0.29
/proc/14938/stat : 14938 (IUT_BMB_SIM) R 14936 14938 14742 0 -1 4194304 1862 0 0 0 29 0 0 0 20 0 1 0 235640951 8343552 1845 1992294400 134512640 135635349 4294956224 18446744073709551615 134534266 0 0 4096 0 0 0 0 17 0 0 0
/proc/14938/statm: 2037 1845 99 274 0 1760 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8148

[startup+0.701383 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 14938
/proc/meminfo: memFree=1189488/2055920 swapFree=4191900/4192956
[pid=14938] ppid=14936 vsize=13296 CPUtime=0.69
/proc/14938/stat : 14938 (IUT_BMB_SIM) R 14936 14938 14742 0 -1 4194304 3134 0 0 0 68 1 0 0 23 0 1 0 235640951 13615104 3117 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/14938/statm: 3324 3117 99 274 0 3047 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13296

[startup+1.50153 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14939
/proc/meminfo: memFree=1173352/2055920 swapFree=4191900/4192956
[pid=14938] ppid=14936 vsize=17916 CPUtime=1.49
/proc/14938/stat : 14938 (IUT_BMB_SIM) R 14936 14938 14742 0 -1 4194304 4316 0 0 0 120 29 0 0 25 0 1 0 235640951 18345984 4299 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/14938/statm: 4479 4299 101 274 0 4202 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17916

[startup+3.10181 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 14940
/proc/meminfo: memFree=1167136/2055920 swapFree=4191900/4192956
[pid=14938] ppid=14936 vsize=17916 CPUtime=2.07
/proc/14938/stat : 14938 (IUT_BMB_SIM) S 14936 14938 14742 0 -1 4194304 4322 0 0 0 139 68 0 0 25 0 1 0 235640951 18345984 4304 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14938/statm: 4479 4304 106 274 0 4202 0
[pid=14940] ppid=14938 vsize=12476 CPUtime=1
/proc/14940/stat : 14940 (minisat) R 14938 14938 14742 0 -1 4194304 3234 0 0 0 99 1 0 0 25 0 1 0 235641159 12775424 2984 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14940/statm: 3119 2984 77 170 0 2947 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 30392

[startup+6.30138 s]
/proc/loadavg: 1.15 1.02 1.01 2/67 14940
/proc/meminfo: memFree=1152288/2055920 swapFree=4191900/4192956
[pid=14938] ppid=14936 vsize=17916 CPUtime=2.07
/proc/14938/stat : 14938 (IUT_BMB_SIM) S 14936 14938 14742 0 -1 4194304 4322 0 0 0 139 68 0 0 25 0 1 0 235640951 18345984 4304 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14938/statm: 4479 4304 106 274 0 4202 0
[pid=14940] ppid=14938 vsize=18944 CPUtime=4.2
/proc/14940/stat : 14940 (minisat) R 14938 14938 14742 0 -1 4194304 4864 0 0 0 417 3 0 0 25 0 1 0 235641159 19398656 4614 1992294400 134512640 135212939 4294956320 18446744073709551615 134526743 0 0 4096 3 0 0 0 17 0 0 0
/proc/14940/statm: 4736 4614 77 170 0 4564 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 36860

[startup+12.7015 s]
/proc/loadavg: 1.14 1.02 1.00 2/67 14940
/proc/meminfo: memFree=1144560/2055920 swapFree=4191900/4192956
[pid=14938] ppid=14936 vsize=17916 CPUtime=2.07
/proc/14938/stat : 14938 (IUT_BMB_SIM) S 14936 14938 14742 0 -1 4194304 4322 0 0 0 139 68 0 0 25 0 1 0 235640951 18345984 4304 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14938/statm: 4479 4304 106 274 0 4202 0
[pid=14940] ppid=14938 vsize=26372 CPUtime=10.6
/proc/14940/stat : 14940 (minisat) R 14938 14938 14742 0 -1 4194304 6714 0 0 0 1055 5 0 0 25 0 1 0 235641159 27004928 6464 1992294400 134512640 135212939 4294956320 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/14940/statm: 6593 6464 77 170 0 6421 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 44288

[startup+25.5028 s]
/proc/loadavg: 1.12 1.02 1.00 2/67 14940
/proc/meminfo: memFree=1134384/2055920 swapFree=4191900/4192956
[pid=14938] ppid=14936 vsize=17916 CPUtime=2.07
/proc/14938/stat : 14938 (IUT_BMB_SIM) S 14936 14938 14742 0 -1 4194304 4322 0 0 0 139 68 0 0 25 0 1 0 235640951 18345984 4304 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14938/statm: 4479 4304 106 274 0 4202 0
[pid=14940] ppid=14938 vsize=36272 CPUtime=23.4
/proc/14940/stat : 14940 (minisat) R 14938 14938 14742 0 -1 4194304 9173 0 0 0 2332 8 0 0 25 0 1 0 235641159 37142528 8923 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14940/statm: 9068 8923 77 170 0 8896 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 54188

[startup+51.1024 s]
/proc/loadavg: 1.07 1.01 1.00 2/67 14940
/proc/meminfo: memFree=1121328/2055920 swapFree=4191900/4192956
[pid=14938] ppid=14936 vsize=17916 CPUtime=2.07
/proc/14938/stat : 14938 (IUT_BMB_SIM) S 14936 14938 14742 0 -1 4194304 4322 0 0 0 139 68 0 0 25 0 1 0 235640951 18345984 4304 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14938/statm: 4479 4304 106 274 0 4202 0
[pid=14940] ppid=14938 vsize=49500 CPUtime=48.99
/proc/14940/stat : 14940 (minisat) R 14938 14938 14742 0 -1 4194304 12477 0 0 0 4888 11 0 0 25 0 1 0 235641159 50688000 12227 1992294400 134512640 135212939 4294956320 18446744073709551615 134527119 0 0 4096 3 0 0 0 17 0 0 0
/proc/14940/statm: 12375 12227 77 170 0 12203 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 67416

[startup+102.305 s]
/proc/loadavg: 1.03 1.01 1.00 2/67 14940
/proc/meminfo: memFree=1102512/2055920 swapFree=4191900/4192956
[pid=14938] ppid=14936 vsize=17916 CPUtime=2.07
/proc/14938/stat : 14938 (IUT_BMB_SIM) S 14936 14938 14742 0 -1 4194304 4322 0 0 0 139 68 0 0 25 0 1 0 235640951 18345984 4304 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14938/statm: 4479 4304 106 274 0 4202 0
[pid=14940] ppid=14938 vsize=67876 CPUtime=100.15
/proc/14940/stat : 14940 (minisat) R 14938 14938 14742 0 -1 4194304 17087 0 0 0 9999 16 0 0 25 0 1 0 235641159 69505024 16837 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14940/statm: 16969 16837 77 170 0 16797 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 85792

[startup+162.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/67 14940
/proc/meminfo: memFree=1084528/2055920 swapFree=4191900/4192956
[pid=14938] ppid=14936 vsize=17916 CPUtime=2.07
/proc/14938/stat : 14938 (IUT_BMB_SIM) S 14936 14938 14742 0 -1 4194304 4322 0 0 0 139 68 0 0 25 0 1 0 235640951 18345984 4304 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14938/statm: 4479 4304 106 274 0 4202 0
[pid=14940] ppid=14938 vsize=86224 CPUtime=160.13
/proc/14940/stat : 14940 (minisat) R 14938 14938 14742 0 -1 4194304 21611 0 0 0 15992 21 0 0 25 0 1 0 235641159 88293376 21361 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14940/statm: 21556 21361 77 170 0 21384 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 104140

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14940
/proc/meminfo: memFree=1070960/2055920 swapFree=4191900/4192956
[pid=14938] ppid=14936 vsize=17916 CPUtime=2.07
/proc/14938/stat : 14938 (IUT_BMB_SIM) S 14936 14938 14742 0 -1 4194304 4322 0 0 0 139 68 0 0 25 0 1 0 235640951 18345984 4304 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14938/statm: 4479 4304 106 274 0 4202 0
[pid=14940] ppid=14938 vsize=99960 CPUtime=220.1
/proc/14940/stat : 14940 (minisat) R 14938 14938 14742 0 -1 4194304 24981 0 0 0 21986 24 0 0 25 0 1 0 235641159 102359040 24731 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14940/statm: 24990 24731 77 170 0 24818 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 117876

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14940
/proc/meminfo: memFree=1062640/2055920 swapFree=4191900/4192956
[pid=14938] ppid=14936 vsize=17916 CPUtime=2.07
/proc/14938/stat : 14938 (IUT_BMB_SIM) S 14936 14938 14742 0 -1 4194304 4322 0 0 0 139 68 0 0 25 0 1 0 235640951 18345984 4304 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14938/statm: 4479 4304 106 274 0 4202 0
[pid=14940] ppid=14938 vsize=108464 CPUtime=280.07
/proc/14940/stat : 14940 (minisat) R 14938 14938 14742 0 -1 4194304 27107 0 0 0 27980 27 0 0 25 0 1 0 235641159 111067136 26857 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/14940/statm: 27116 26857 77 170 0 26944 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 126380

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14940
/proc/meminfo: memFree=1054000/2055920 swapFree=4191900/4192956
[pid=14938] ppid=14936 vsize=17916 CPUtime=2.07
/proc/14938/stat : 14938 (IUT_BMB_SIM) S 14936 14938 14742 0 -1 4194304 4322 0 0 0 139 68 0 0 25 0 1 0 235640951 18345984 4304 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14938/statm: 4479 4304 106 274 0 4202 0
[pid=14940] ppid=14938 vsize=117040 CPUtime=340.04
/proc/14940/stat : 14940 (minisat) R 14938 14938 14742 0 -1 4194304 29218 0 0 0 33974 30 0 0 25 0 1 0 235641159 119848960 28968 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14940/statm: 29260 28968 77 170 0 29088 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 134956

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14940
/proc/meminfo: memFree=1044912/2055920 swapFree=4191900/4192956
[pid=14938] ppid=14936 vsize=17916 CPUtime=2.07
/proc/14938/stat : 14938 (IUT_BMB_SIM) S 14936 14938 14742 0 -1 4194304 4322 0 0 0 139 68 0 0 25 0 1 0 235640951 18345984 4304 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14938/statm: 4479 4304 106 274 0 4202 0
[pid=14940] ppid=14938 vsize=126172 CPUtime=400
/proc/14940/stat : 14940 (minisat) R 14938 14938 14742 0 -1 4194304 31509 0 0 0 39968 32 0 0 25 0 1 0 235641159 129200128 31259 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14940/statm: 31543 31259 77 170 0 31371 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 144088

[startup+462.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14940
/proc/meminfo: memFree=1036976/2055920 swapFree=4191900/4192956
[pid=14938] ppid=14936 vsize=17916 CPUtime=2.07

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

/proc/14940/statm: 35022 34616 77 170 0 34850 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 158004

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14940
/proc/meminfo: memFree=1023280/2055920 swapFree=4191900/4192956
[pid=14938] ppid=14936 vsize=17916 CPUtime=2.07
/proc/14938/stat : 14938 (IUT_BMB_SIM) S 14936 14938 14742 0 -1 4194304 4322 0 0 0 139 68 0 0 25 0 1 0 235640951 18345984 4304 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14938/statm: 4479 4304 106 274 0 4202 0
[pid=14940] ppid=14938 vsize=148220 CPUtime=579.92
/proc/14940/stat : 14940 (minisat) R 14938 14938 14742 0 -1 4194304 36875 0 0 0 57953 39 0 0 25 0 1 0 235641159 151777280 36625 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14940/statm: 37055 36625 77 170 0 36883 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 166136

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14940
/proc/meminfo: memFree=1015600/2055920 swapFree=4191900/4192956
[pid=14938] ppid=14936 vsize=17916 CPUtime=2.07
/proc/14938/stat : 14938 (IUT_BMB_SIM) S 14936 14938 14742 0 -1 4194304 4322 0 0 0 139 68 0 0 25 0 1 0 235640951 18345984 4304 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14938/statm: 4479 4304 106 274 0 4202 0
[pid=14940] ppid=14938 vsize=155860 CPUtime=639.89
/proc/14940/stat : 14940 (minisat) R 14938 14938 14742 0 -1 4194304 38785 0 0 0 63949 40 0 0 25 0 1 0 235641159 159600640 38535 1992294400 134512640 135212939 4294956320 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/14940/statm: 38965 38535 77 170 0 38793 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 173776

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14940
/proc/meminfo: memFree=1005424/2055920 swapFree=4191900/4192956
[pid=14938] ppid=14936 vsize=17916 CPUtime=2.07
/proc/14938/stat : 14938 (IUT_BMB_SIM) S 14936 14938 14742 0 -1 4194304 4322 0 0 0 139 68 0 0 25 0 1 0 235640951 18345984 4304 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14938/statm: 4479 4304 106 274 0 4202 0
[pid=14940] ppid=14938 vsize=166100 CPUtime=699.86
/proc/14940/stat : 14940 (minisat) R 14938 14938 14742 0 -1 4194304 41360 0 0 0 69943 43 0 0 25 0 1 0 235641159 170086400 41110 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14940/statm: 41525 41110 77 170 0 41353 0
Current children cumulated CPU time (s) 701.93
Current children cumulated vsize (KiB) 184016

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14940
/proc/meminfo: memFree=997040/2055920 swapFree=4191900/4192956
[pid=14938] ppid=14936 vsize=17916 CPUtime=2.07
/proc/14938/stat : 14938 (IUT_BMB_SIM) S 14936 14938 14742 0 -1 4194304 4322 0 0 0 139 68 0 0 25 0 1 0 235640951 18345984 4304 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14938/statm: 4479 4304 106 274 0 4202 0
[pid=14940] ppid=14938 vsize=174376 CPUtime=759.83
/proc/14940/stat : 14940 (minisat) R 14938 14938 14742 0 -1 4194304 43409 0 0 0 75938 45 0 0 25 0 1 0 235641159 178561024 43159 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14940/statm: 43594 43159 77 170 0 43422 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 192292

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14940
/proc/meminfo: memFree=991152/2055920 swapFree=4191900/4192956
[pid=14938] ppid=14936 vsize=17916 CPUtime=2.07
/proc/14938/stat : 14938 (IUT_BMB_SIM) S 14936 14938 14742 0 -1 4194304 4322 0 0 0 139 68 0 0 25 0 1 0 235640951 18345984 4304 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14938/statm: 4479 4304 106 274 0 4202 0
[pid=14940] ppid=14938 vsize=180328 CPUtime=819.8
/proc/14940/stat : 14940 (minisat) R 14938 14938 14742 0 -1 4194304 44898 0 0 0 81932 48 0 0 25 0 1 0 235641159 184655872 44648 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14940/statm: 45082 44648 77 170 0 44910 0
Current children cumulated CPU time (s) 821.87
Current children cumulated vsize (KiB) 198244

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14940
/proc/meminfo: memFree=985904/2055920 swapFree=4191900/4192956
[pid=14938] ppid=14936 vsize=17916 CPUtime=2.07
/proc/14938/stat : 14938 (IUT_BMB_SIM) S 14936 14938 14742 0 -1 4194304 4322 0 0 0 139 68 0 0 25 0 1 0 235640951 18345984 4304 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14938/statm: 4479 4304 106 274 0 4202 0
[pid=14940] ppid=14938 vsize=185588 CPUtime=879.77
/proc/14940/stat : 14940 (minisat) R 14938 14938 14742 0 -1 4194304 46179 0 0 0 87928 49 0 0 25 0 1 0 235641159 190042112 45929 1992294400 134512640 135212939 4294956320 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/14940/statm: 46397 45929 77 170 0 46225 0
Current children cumulated CPU time (s) 881.84
Current children cumulated vsize (KiB) 203504

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14940
/proc/meminfo: memFree=982000/2055920 swapFree=4191900/4192956
[pid=14938] ppid=14936 vsize=17916 CPUtime=2.07
/proc/14938/stat : 14938 (IUT_BMB_SIM) S 14936 14938 14742 0 -1 4194304 4322 0 0 0 139 68 0 0 25 0 1 0 235640951 18345984 4304 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14938/statm: 4479 4304 106 274 0 4202 0
[pid=14940] ppid=14938 vsize=189708 CPUtime=939.75
/proc/14940/stat : 14940 (minisat) R 14938 14938 14742 0 -1 4194304 47166 0 0 0 93925 50 0 0 25 0 1 0 235641159 194260992 46916 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/14940/statm: 47427 46916 77 170 0 47255 0
Current children cumulated CPU time (s) 941.82
Current children cumulated vsize (KiB) 207624

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14940
/proc/meminfo: memFree=977776/2055920 swapFree=4191900/4192956
[pid=14938] ppid=14936 vsize=17916 CPUtime=2.07
/proc/14938/stat : 14938 (IUT_BMB_SIM) S 14936 14938 14742 0 -1 4194304 4322 0 0 0 139 68 0 0 25 0 1 0 235640951 18345984 4304 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14938/statm: 4479 4304 106 274 0 4202 0
[pid=14940] ppid=14938 vsize=194408 CPUtime=999.74
/proc/14940/stat : 14940 (minisat) R 14938 14938 14742 0 -1 4194304 48213 0 0 0 99922 52 0 0 25 0 1 0 235641159 199073792 47963 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14940/statm: 48602 47963 77 170 0 48430 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 212324

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14940
/proc/meminfo: memFree=973936/2055920 swapFree=4191900/4192956
[pid=14938] ppid=14936 vsize=17916 CPUtime=2.07
/proc/14938/stat : 14938 (IUT_BMB_SIM) S 14936 14938 14742 0 -1 4194304 4322 0 0 0 139 68 0 0 25 0 1 0 235640951 18345984 4304 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14938/statm: 4479 4304 106 274 0 4202 0
[pid=14940] ppid=14938 vsize=198388 CPUtime=1059.71
/proc/14940/stat : 14940 (minisat) R 14938 14938 14742 0 -1 4194304 49182 0 0 0 105919 52 0 0 25 0 1 0 235641159 203149312 48932 1992294400 134512640 135212939 4294956320 18446744073709551615 134526833 0 0 4096 3 0 0 0 17 0 0 0
/proc/14940/statm: 49597 48932 77 170 0 49425 0
Current children cumulated CPU time (s) 1061.78
Current children cumulated vsize (KiB) 216304

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14940
/proc/meminfo: memFree=967792/2055920 swapFree=4191900/4192956
[pid=14938] ppid=14936 vsize=17916 CPUtime=2.07
/proc/14938/stat : 14938 (IUT_BMB_SIM) S 14936 14938 14742 0 -1 4194304 4322 0 0 0 139 68 0 0 25 0 1 0 235640951 18345984 4304 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14938/statm: 4479 4304 106 274 0 4202 0
[pid=14940] ppid=14938 vsize=204660 CPUtime=1119.69
/proc/14940/stat : 14940 (minisat) R 14938 14938 14742 0 -1 4194304 50706 0 0 0 111915 54 0 0 25 0 1 0 235641159 209571840 50456 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14940/statm: 51165 50456 77 170 0 50993 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 222576

[startup+1182.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/67 14940
/proc/meminfo: memFree=963312/2055920 swapFree=4191900/4192956
[pid=14938] ppid=14936 vsize=17916 CPUtime=2.07
/proc/14938/stat : 14938 (IUT_BMB_SIM) S 14936 14938 14742 0 -1 4194304 4322 0 0 0 139 68 0 0 25 0 1 0 235640951 18345984 4304 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14938/statm: 4479 4304 106 274 0 4202 0
[pid=14940] ppid=14938 vsize=209384 CPUtime=1179.68
/proc/14940/stat : 14940 (minisat) R 14938 14938 14742 0 -1 4194304 51828 0 0 0 117913 55 0 0 25 0 1 0 235641159 214409216 51578 1992294400 134512640 135212939 4294956320 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/14940/statm: 52346 51578 77 170 0 52174 0
Current children cumulated CPU time (s) 1181.75
Current children cumulated vsize (KiB) 227300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.05 1.01 1.00 2/67 14940
/proc/meminfo: memFree=961648/2055920 swapFree=4191900/4192956
[pid=14938] ppid=14936 vsize=17916 CPUtime=2.07
/proc/14938/stat : 14938 (IUT_BMB_SIM) S 14936 14938 14742 0 -1 4194304 4322 0 0 0 139 68 0 0 25 0 1 0 235640951 18345984 4304 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14938/statm: 4479 4304 106 274 0 4202 0
[pid=14940] ppid=14938 vsize=211028 CPUtime=1197.97
/proc/14940/stat : 14940 (minisat) R 14938 14938 14742 0 -1 4194304 52228 0 0 0 119742 55 0 0 25 0 1 0 235641159 216092672 51978 1992294400 134512640 135212939 4294956320 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/14940/statm: 52757 51978 77 170 0 52585 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 228944

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 14938 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=395787
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=686895
# CPU time returned by wait4() is 2.08268
# while last known CPU time is 1200.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.62
CPU time (s): 1200.04
CPU user time (s): 1198.81
CPU system time (s): 1.23
CPU usage (%): 99.9521
Max. virtual memory (cumulated for all children) (KiB): 228944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.39579
system time used= 0.686895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4322
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= 10

runsolver used 1.12783 second user time and 3.24751 second system time

The end

Launcher Data

Begin job on node89 at 2009-05-11 23:08:34
IDJOB=1797518
IDBENCH=20493
IDSOLVER=650
FILE ID=node89/1797518-1242076114
PBS_JOBID= 9277644
Free space on /tmp= 66448 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT07/industrial/grieu/vmpc_34.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797518-1242076114/watcher-1797518-1242076114 -o /tmp/evaluation-result-1797518-1242076114/solver-1797518-1242076114 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797518-1242076114.cnf HOME

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

MD5SUM BENCH= a27d41b3e10d867544cd2bff7d005be2
RANDOM SEED=106469729

node89.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.268
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.268
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:       1190032 kB
Buffers:         65236 kB
Cached:         672896 kB
SwapCached:        416 kB
Active:         181328 kB
Inactive:       570680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1190032 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            4916 kB
Writeback:           0 kB
Mapped:          22208 kB
Slab:            99928 kB
Committed_AS:   674240 kB
PageTables:       1372 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= 66444 MiB
End job on node89 at 2009-05-11 23:28:37