Trace number 1797490

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.43

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-7-ipc5-h15-unsat.cnf
MD5SUM0683489092a5eb0c881dd17c2c45d08e
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 variables105623
Number of clauses374254
Sum of the clauses size911890
Maximum clause length43
Minimum clause length1
Number of clauses of size 1128
Number of clauses of size 2269133
Number of clauses of size 399944
Number of clauses of size 4407
Number of clauses of size 5309
Number of clauses of size over 54333

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
6.98/7.09	This is MiniSat 2.0 beta
6.98/7.09	WARNING: for repeatability, setting FPU to use double precision
6.98/7.09	============================[ Problem Statistics ]=============================
6.98/7.09	|                                                                             |
6.98/7.10	|  Number of variables:  106701                                               |
6.98/7.10	|  Number of clauses:    373870                                               |
7.07/7.32	|  Parsing time:         0.19         s                                       |
7.07/7.33	============================[ Search Statistics ]==============================
7.07/7.33	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.07/7.33	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.07/7.33	===============================================================================
7.07/7.33	|         0 |  106701   372628   908358 |   124209        0    nan |  0.000 % |
7.67/7.72	|       101 |  106701   372628   908358 |   136630      101     16 |  0.000 % |
8.07/8.18	|       251 |  106683   372260   907622 |   150293      224     33 |  0.017 % |
8.46/8.56	|       476 |  106683   372260   907622 |   165322      449     36 |  0.017 % |
9.36/9.46	|       813 |  106680   372214   907530 |   181854      772     38 |  0.033 % |
10.36/10.47	|      1319 |  106666   371753   906608 |   200040     1270     37 |  0.033 % |
12.76/12.88	|      2079 |  106643   371094   905290 |   220044     1991     75 |  0.059 % |
15.66/15.71	|      3219 |  106617   370606   904314 |   242048     3077     70 |  0.081 % |
21.46/21.59	|      4927 |  106615   370203   903508 |   266253     4770     73 |  0.081 % |
30.67/30.75	|      7489 |  106613   370178   903458 |   292879     7327     80 |  0.082 % |
47.45/47.58	|     11333 |  106612   370152   903406 |   322167    11169     89 |  0.083 % |
72.45/72.51	|     17104 |  106611   370097   903296 |   354383    16935    104 |  0.084 % |
110.94/111.02	|     25754 |  106610   370074   903250 |   389822    25578    106 |  0.085 % |
170.12/170.21	|     38728 |  106609   370042   903186 |   428804    38547    106 |  0.086 % |
272.70/272.85	|     58189 |  106608   370013   903128 |   471684    58004     89 |  0.087 % |
407.36/407.58	|     87381 |  106605   369935   902972 |   518853    87181     86 |  0.090 % |
659.29/659.53	|    131170 |  106605   369935   902972 |   570738   130970     81 |  0.090 % |
1102.47/1102.84	|    196856 |  106603   369881   902864 |   627812   196650    101 |  0.092 % |

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-1797490-1242074259/watcher-1797490-1242074259 -o /tmp/evaluation-result-1797490-1242074259/solver-1797490-1242074259 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797490-1242074259.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 4034
/proc/meminfo: memFree=1173640/2055920 swapFree=4182092/4192956
[pid=4034] ppid=4032 vsize=5672 CPUtime=0
/proc/4034/stat : 4034 (IUT_BMB_SIM) R 4032 4034 3932 0 -1 4194304 160 0 0 0 0 0 0 0 21 0 1 0 235459605 5808128 143 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 1 0 0
/proc/4034/statm: 1418 144 90 274 0 1141 0

[startup+0.087535 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 4034
/proc/meminfo: memFree=1173640/2055920 swapFree=4182092/4192956
[pid=4034] ppid=4032 vsize=9228 CPUtime=0.07
/proc/4034/stat : 4034 (IUT_BMB_SIM) R 4032 4034 3932 0 -1 4194304 1948 0 0 0 7 0 0 0 21 0 1 0 235459605 9449472 1931 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 1 0 0
/proc/4034/statm: 2307 1931 90 274 0 2030 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9228

[startup+0.101536 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 4034
/proc/meminfo: memFree=1173640/2055920 swapFree=4182092/4192956
[pid=4034] ppid=4032 vsize=10480 CPUtime=0.09
/proc/4034/stat : 4034 (IUT_BMB_SIM) R 4032 4034 3932 0 -1 4194304 2165 0 0 0 8 1 0 0 21 0 1 0 235459605 10731520 2148 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 1 0 0
/proc/4034/statm: 2620 2149 90 274 0 2343 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10480

[startup+0.301559 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 4034
/proc/meminfo: memFree=1173640/2055920 swapFree=4182092/4192956
[pid=4034] ppid=4032 vsize=22344 CPUtime=0.29
/proc/4034/stat : 4034 (IUT_BMB_SIM) R 4032 4034 3932 0 -1 4194304 5395 0 0 0 27 2 0 0 23 0 1 0 235459605 22880256 5378 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/4034/statm: 5586 5378 97 274 0 5309 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22344

[startup+0.701606 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 4034
/proc/meminfo: memFree=1173640/2055920 swapFree=4182092/4192956
[pid=4034] ppid=4032 vsize=26964 CPUtime=0.69
/proc/4034/stat : 4034 (IUT_BMB_SIM) R 4032 4034 3932 0 -1 4194304 6551 0 0 0 66 3 0 0 25 0 1 0 235459605 27611136 6534 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/4034/statm: 6741 6534 97 274 0 6464 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26964

[startup+1.5017 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 4035
/proc/meminfo: memFree=1144576/2055920 swapFree=4182092/4192956
[pid=4034] ppid=4032 vsize=35280 CPUtime=1.49
/proc/4034/stat : 4034 (IUT_BMB_SIM) R 4032 4034 3932 0 -1 4194304 8643 0 0 0 145 4 0 0 25 0 1 0 235459605 36126720 8626 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/4034/statm: 8820 8626 97 274 0 8543 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35280

[startup+3.10189 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 4035
/proc/meminfo: memFree=1133248/2055920 swapFree=4182092/4192956
[pid=4034] ppid=4032 vsize=54948 CPUtime=3.08
/proc/4034/stat : 4034 (IUT_BMB_SIM) R 4032 4034 3932 0 -1 4194304 13541 0 0 0 302 6 0 0 25 0 1 0 235459605 56266752 13524 1992294400 134512640 135635349 4294956224 18446744073709551615 134530693 0 0 4096 0 0 0 0 17 0 0 0
/proc/4034/statm: 13737 13524 97 274 0 13460 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 54948

[startup+6.30126 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 4035
/proc/meminfo: memFree=1094784/2055920 swapFree=4182092/4192956
[pid=4034] ppid=4032 vsize=78800 CPUtime=6.28
/proc/4034/stat : 4034 (IUT_BMB_SIM) R 4032 4034 3932 0 -1 4194304 19972 0 0 0 534 94 0 0 25 0 1 0 235459605 80691200 19521 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 1 0 0
/proc/4034/statm: 19700 19521 100 274 0 19423 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 78800

[startup+12.702 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 4036
/proc/meminfo: memFree=1066424/2055920 swapFree=4182092/4192956
[pid=4034] ppid=4032 vsize=78800 CPUtime=7.07
/proc/4034/stat : 4034 (IUT_BMB_SIM) S 4032 4034 3932 0 -1 4194304 19978 0 0 0 561 146 0 0 25 0 1 0 235459605 80691200 19526 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4034/statm: 19700 19526 105 274 0 19423 0
[pid=4036] ppid=4034 vsize=26228 CPUtime=5.59
/proc/4036/stat : 4036 (minisat) R 4034 4034 3932 0 -1 4194304 6081 0 0 0 555 4 0 0 25 0 1 0 235460314 26857472 5822 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 1 0 0
/proc/4036/statm: 6557 5822 77 170 0 6385 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 105028

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 4036
/proc/meminfo: memFree=1065080/2055920 swapFree=4182092/4192956
[pid=4034] ppid=4032 vsize=78800 CPUtime=7.07
/proc/4034/stat : 4034 (IUT_BMB_SIM) S 4032 4034 3932 0 -1 4194304 19978 0 0 0 561 146 0 0 25 0 1 0 235459605 80691200 19526 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4034/statm: 19700 19526 105 274 0 19423 0
[pid=4036] ppid=4034 vsize=27548 CPUtime=18.39
/proc/4036/stat : 4036 (minisat) R 4034 4034 3932 0 -1 4194304 6420 0 0 0 1834 5 0 0 25 0 1 0 235460314 28209152 6161 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 1 0 0
/proc/4036/statm: 6887 6161 77 170 0 6715 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 106348

[startup+51.1015 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 4036
/proc/meminfo: memFree=1062264/2055920 swapFree=4182092/4192956
[pid=4034] ppid=4032 vsize=78800 CPUtime=7.07
/proc/4034/stat : 4034 (IUT_BMB_SIM) S 4032 4034 3932 0 -1 4194304 19978 0 0 0 561 146 0 0 25 0 1 0 235459605 80691200 19526 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4034/statm: 19700 19526 105 274 0 19423 0
[pid=4036] ppid=4034 vsize=30452 CPUtime=43.99
/proc/4036/stat : 4036 (minisat) R 4034 4034 3932 0 -1 4194304 7134 0 0 0 4392 7 0 0 25 0 1 0 235460314 31182848 6875 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 1 0 0
/proc/4036/statm: 7613 6875 77 170 0 7441 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 109252

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 4036
/proc/meminfo: memFree=1056184/2055920 swapFree=4182092/4192956
[pid=4034] ppid=4032 vsize=78800 CPUtime=7.07
/proc/4034/stat : 4034 (IUT_BMB_SIM) S 4032 4034 3932 0 -1 4194304 19978 0 0 0 561 146 0 0 25 0 1 0 235459605 80691200 19526 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4034/statm: 19700 19526 105 274 0 19423 0
[pid=4036] ppid=4034 vsize=36592 CPUtime=95.17
/proc/4036/stat : 4036 (minisat) R 4034 4034 3932 0 -1 4194304 8664 0 0 0 9509 8 0 0 25 0 1 0 235460314 37470208 8405 1992294400 134512640 135212939 4294956320 18446744073709551615 134536000 0 0 4096 3 0 0 0 17 1 0 0
/proc/4036/statm: 9148 8405 77 170 0 8976 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 115392

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4036
/proc/meminfo: memFree=1049720/2055920 swapFree=4182092/4192956
[pid=4034] ppid=4032 vsize=78800 CPUtime=7.07
/proc/4034/stat : 4034 (IUT_BMB_SIM) S 4032 4034 3932 0 -1 4194304 19978 0 0 0 561 146 0 0 25 0 1 0 235459605 80691200 19526 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4034/statm: 19700 19526 105 274 0 19423 0
[pid=4036] ppid=4034 vsize=43092 CPUtime=155.15
/proc/4036/stat : 4036 (minisat) R 4034 4034 3932 0 -1 4194304 10288 0 0 0 15504 11 0 0 25 0 1 0 235460314 44126208 10029 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/4036/statm: 10773 10029 77 170 0 10601 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 121892

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4036
/proc/meminfo: memFree=1046456/2055920 swapFree=4182092/4192956
[pid=4034] ppid=4032 vsize=78800 CPUtime=7.07
/proc/4034/stat : 4034 (IUT_BMB_SIM) S 4032 4034 3932 0 -1 4194304 19978 0 0 0 561 146 0 0 25 0 1 0 235459605 80691200 19526 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4034/statm: 19700 19526 105 274 0 19423 0
[pid=4036] ppid=4034 vsize=46348 CPUtime=215.14
/proc/4036/stat : 4036 (minisat) R 4034 4034 3932 0 -1 4194304 11100 0 0 0 21502 12 0 0 25 0 1 0 235460314 47460352 10841 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 1 0 0
/proc/4036/statm: 11587 10841 77 170 0 11415 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 125148

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4038
/proc/meminfo: memFree=1043064/2055920 swapFree=4182092/4192956
[pid=4034] ppid=4032 vsize=78800 CPUtime=7.07
/proc/4034/stat : 4034 (IUT_BMB_SIM) S 4032 4034 3932 0 -1 4194304 19978 0 0 0 561 146 0 0 25 0 1 0 235459605 80691200 19526 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4034/statm: 19700 19526 105 274 0 19423 0
[pid=4036] ppid=4034 vsize=49652 CPUtime=275.12
/proc/4036/stat : 4036 (minisat) R 4034 4034 3932 0 -1 4194304 11945 0 0 0 27499 13 0 0 25 0 1 0 235460314 50843648 11686 1992294400 134512640 135212939 4294956320 18446744073709551615 134536630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4036/statm: 12413 11686 77 170 0 12241 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 128452

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4038
/proc/meminfo: memFree=1036664/2055920 swapFree=4182092/4192956
[pid=4034] ppid=4032 vsize=78800 CPUtime=7.07
/proc/4034/stat : 4034 (IUT_BMB_SIM) S 4032 4034 3932 0 -1 4194304 19978 0 0 0 561 146 0 0 25 0 1 0 235459605 80691200 19526 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4034/statm: 19700 19526 105 274 0 19423 0
[pid=4036] ppid=4034 vsize=56112 CPUtime=335.11
/proc/4036/stat : 4036 (minisat) R 4034 4034 3932 0 -1 4194304 13520 0 0 0 33496 15 0 0 25 0 1 0 235460314 57458688 13261 1992294400 134512640 135212939 4294956320 18446744073709551615 134538793 0 0 4096 3 0 0 0 17 1 0 0
/proc/4036/statm: 14028 13261 77 170 0 13856 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 134912

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4038
/proc/meminfo: memFree=1033528/2055920 swapFree=4182092/4192956
[pid=4034] ppid=4032 vsize=78800 CPUtime=7.07
/proc/4034/stat : 4034 (IUT_BMB_SIM) S 4032 4034 3932 0 -1 4194304 19978 0 0 0 561 146 0 0 25 0 1 0 235459605 80691200 19526 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4034/statm: 19700 19526 105 274 0 19423 0
[pid=4036] ppid=4034 vsize=59160 CPUtime=395.09
/proc/4036/stat : 4036 (minisat) R 4034 4034 3932 0 -1 4194304 14323 0 0 0 39493 16 0 0 25 0 1 0 235460314 60579840 14064 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 1 0 0
/proc/4036/statm: 14790 14064 77 170 0 14618 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 137960

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4038
/proc/meminfo: memFree=1029176/2055920 swapFree=4182092/4192956
[pid=4034] ppid=4032 vsize=78800 CPUtime=7.07
/proc/4034/stat : 4034 (IUT_BMB_SIM) S 4032 4034 3932 0 -1 4194304 19978 0 0 0 561 146 0 0 25 0 1 0 235459605 80691200 19526 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4034/statm: 19700 19526 105 274 0 19423 0
[pid=4036] ppid=4034 vsize=63696 CPUtime=455.07
/proc/4036/stat : 4036 (minisat) R 4034 4034 3932 0 -1 4194304 15393 0 0 0 45490 17 0 0 25 0 1 0 235460314 65224704 15134 1992294400 134512640 135212939 4294956320 18446744073709551615 134526664 0 0 4096 3 0 0 0 17 1 0 0
/proc/4036/statm: 15924 15134 77 170 0 15752 0
Current children cumulated CPU time (s) 462.14

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

/proc/4036/statm: 16625 15846 77 170 0 16453 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 145300

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4038
/proc/meminfo: memFree=1023032/2055920 swapFree=4182092/4192956
[pid=4034] ppid=4032 vsize=78800 CPUtime=7.07
/proc/4034/stat : 4034 (IUT_BMB_SIM) S 4032 4034 3932 0 -1 4194304 19978 0 0 0 561 146 0 0 25 0 1 0 235459605 80691200 19526 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4034/statm: 19700 19526 105 274 0 19423 0
[pid=4036] ppid=4034 vsize=69672 CPUtime=575.04
/proc/4036/stat : 4036 (minisat) R 4034 4034 3932 0 -1 4194304 16924 0 0 0 57485 19 0 0 25 0 1 0 235460314 71344128 16665 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/4036/statm: 17418 16665 77 170 0 17246 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 148472

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4038
/proc/meminfo: memFree=1020088/2055920 swapFree=4182092/4192956
[pid=4034] ppid=4032 vsize=78800 CPUtime=7.07
/proc/4034/stat : 4034 (IUT_BMB_SIM) S 4032 4034 3932 0 -1 4194304 19978 0 0 0 561 146 0 0 25 0 1 0 235459605 80691200 19526 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4034/statm: 19700 19526 105 274 0 19423 0
[pid=4036] ppid=4034 vsize=72580 CPUtime=635.02
/proc/4036/stat : 4036 (minisat) R 4034 4034 3932 0 -1 4194304 17662 0 0 0 63482 20 0 0 25 0 1 0 235460314 74321920 17403 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 1 0 0
/proc/4036/statm: 18145 17403 77 170 0 17973 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 151380

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4038
/proc/meminfo: memFree=1015736/2055920 swapFree=4182092/4192956
[pid=4034] ppid=4032 vsize=78800 CPUtime=7.07
/proc/4034/stat : 4034 (IUT_BMB_SIM) S 4032 4034 3932 0 -1 4194304 19978 0 0 0 561 146 0 0 25 0 1 0 235459605 80691200 19526 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4034/statm: 19700 19526 105 274 0 19423 0
[pid=4036] ppid=4034 vsize=77228 CPUtime=695.01
/proc/4036/stat : 4036 (minisat) R 4034 4034 3932 0 -1 4194304 18756 0 0 0 69479 22 0 0 25 0 1 0 235460314 79081472 18497 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 1 0 0
/proc/4036/statm: 19307 18497 77 170 0 19135 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 156028

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4038
/proc/meminfo: memFree=1011704/2055920 swapFree=4182092/4192956
[pid=4034] ppid=4032 vsize=78800 CPUtime=7.07
/proc/4034/stat : 4034 (IUT_BMB_SIM) S 4032 4034 3932 0 -1 4194304 19978 0 0 0 561 146 0 0 25 0 1 0 235459605 80691200 19526 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4034/statm: 19700 19526 105 274 0 19423 0
[pid=4036] ppid=4034 vsize=81080 CPUtime=755
/proc/4036/stat : 4036 (minisat) R 4034 4034 3932 0 -1 4194304 19747 0 0 0 75477 23 0 0 25 0 1 0 235460314 83025920 19488 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/4036/statm: 20270 19488 77 170 0 20098 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 159880

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4038
/proc/meminfo: memFree=1004472/2055920 swapFree=4182092/4192956
[pid=4034] ppid=4032 vsize=78800 CPUtime=7.07
/proc/4034/stat : 4034 (IUT_BMB_SIM) S 4032 4034 3932 0 -1 4194304 19978 0 0 0 561 146 0 0 25 0 1 0 235459605 80691200 19526 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4034/statm: 19700 19526 105 274 0 19423 0
[pid=4036] ppid=4034 vsize=88500 CPUtime=814.97
/proc/4036/stat : 4036 (minisat) R 4034 4034 3932 0 -1 4194304 21580 0 0 0 81471 26 0 0 25 0 1 0 235460314 90624000 21321 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 1 0 0
/proc/4036/statm: 22125 21321 77 170 0 21953 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 167300

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4038
/proc/meminfo: memFree=998008/2055920 swapFree=4182092/4192956
[pid=4034] ppid=4032 vsize=78800 CPUtime=7.07
/proc/4034/stat : 4034 (IUT_BMB_SIM) S 4032 4034 3932 0 -1 4194304 19978 0 0 0 561 146 0 0 25 0 1 0 235459605 80691200 19526 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4034/statm: 19700 19526 105 274 0 19423 0
[pid=4036] ppid=4034 vsize=94716 CPUtime=874.96
/proc/4036/stat : 4036 (minisat) R 4034 4034 3932 0 -1 4194304 23169 0 0 0 87467 29 0 0 25 0 1 0 235460314 96989184 22910 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 1 0 0
/proc/4036/statm: 23679 22910 77 170 0 23507 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 173516

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4038
/proc/meminfo: memFree=992760/2055920 swapFree=4182092/4192956
[pid=4034] ppid=4032 vsize=78800 CPUtime=7.07
/proc/4034/stat : 4034 (IUT_BMB_SIM) S 4032 4034 3932 0 -1 4194304 19978 0 0 0 561 146 0 0 25 0 1 0 235459605 80691200 19526 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4034/statm: 19700 19526 105 274 0 19423 0
[pid=4036] ppid=4034 vsize=100128 CPUtime=934.95
/proc/4036/stat : 4036 (minisat) R 4034 4034 3932 0 -1 4194304 24500 0 0 0 93464 31 0 0 25 0 1 0 235460314 102531072 24241 1992294400 134512640 135212939 4294956320 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 1 0 0
/proc/4036/statm: 25032 24241 77 170 0 24860 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 178928

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4038
/proc/meminfo: memFree=986872/2055920 swapFree=4182092/4192956
[pid=4034] ppid=4032 vsize=78800 CPUtime=7.07
/proc/4034/stat : 4034 (IUT_BMB_SIM) S 4032 4034 3932 0 -1 4194304 19978 0 0 0 561 146 0 0 25 0 1 0 235459605 80691200 19526 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4034/statm: 19700 19526 105 274 0 19423 0
[pid=4036] ppid=4034 vsize=105804 CPUtime=994.93
/proc/4036/stat : 4036 (minisat) R 4034 4034 3932 0 -1 4194304 25944 0 0 0 99460 33 0 0 25 0 1 0 235460314 108343296 25685 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 1 0 0
/proc/4036/statm: 26451 25685 77 170 0 26279 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 184604

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4038
/proc/meminfo: memFree=982584/2055920 swapFree=4182092/4192956
[pid=4034] ppid=4032 vsize=78800 CPUtime=7.07
/proc/4034/stat : 4034 (IUT_BMB_SIM) S 4032 4034 3932 0 -1 4194304 19978 0 0 0 561 146 0 0 25 0 1 0 235459605 80691200 19526 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4034/statm: 19700 19526 105 274 0 19423 0
[pid=4036] ppid=4034 vsize=110160 CPUtime=1054.91
/proc/4036/stat : 4036 (minisat) R 4034 4034 3932 0 -1 4194304 27030 0 0 0 105456 35 0 0 25 0 1 0 235460314 112803840 26771 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/4036/statm: 27540 26771 77 170 0 27368 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 188960

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4038
/proc/meminfo: memFree=978424/2055920 swapFree=4182092/4192956
[pid=4034] ppid=4032 vsize=78800 CPUtime=7.07
/proc/4034/stat : 4034 (IUT_BMB_SIM) S 4032 4034 3932 0 -1 4194304 19978 0 0 0 561 146 0 0 25 0 1 0 235459605 80691200 19526 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4034/statm: 19700 19526 105 274 0 19423 0
[pid=4036] ppid=4034 vsize=114268 CPUtime=1114.9
/proc/4036/stat : 4036 (minisat) R 4034 4034 3932 0 -1 4194304 28059 0 0 0 111453 37 0 0 25 0 1 0 235460314 117010432 27800 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/4036/statm: 28567 27800 77 170 0 28395 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 193068

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4038
/proc/meminfo: memFree=975224/2055920 swapFree=4182092/4192956
[pid=4034] ppid=4032 vsize=78800 CPUtime=7.07
/proc/4034/stat : 4034 (IUT_BMB_SIM) S 4032 4034 3932 0 -1 4194304 19978 0 0 0 561 146 0 0 25 0 1 0 235459605 80691200 19526 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4034/statm: 19700 19526 105 274 0 19423 0
[pid=4036] ppid=4034 vsize=117840 CPUtime=1174.87
/proc/4036/stat : 4036 (minisat) R 4034 4034 3932 0 -1 4194304 28867 0 0 0 117449 38 0 0 25 0 1 0 235460314 120668160 28608 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/4036/statm: 29460 28608 77 170 0 29288 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 196640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4038
/proc/meminfo: memFree=974136/2055920 swapFree=4182092/4192956
[pid=4034] ppid=4032 vsize=78800 CPUtime=7.07
/proc/4034/stat : 4034 (IUT_BMB_SIM) S 4032 4034 3932 0 -1 4194304 19978 0 0 0 561 146 0 0 25 0 1 0 235459605 80691200 19526 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/4034/statm: 19700 19526 105 274 0 19423 0
[pid=4036] ppid=4034 vsize=118896 CPUtime=1192.98
/proc/4036/stat : 4036 (minisat) R 4034 4034 3932 0 -1 4194304 29121 0 0 0 119259 39 0 0 25 0 1 0 235460314 121749504 28862 1992294400 134512640 135212939 4294956320 18446744073709551615 134538793 0 0 4096 3 0 0 0 17 1 0 0
/proc/4036/statm: 29724 28862 77 170 0 29552 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 197696

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 4034 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=611146
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=483774
# CPU time returned by wait4() is 7.09492
# 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.43
CPU time (s): 1200.05
CPU user time (s): 1198.2
CPU system time (s): 1.85
CPU usage (%): 99.9687
Max. virtual memory (cumulated for all children) (KiB): 197696

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

runsolver used 1.36879 second user time and 2.98155 second system time

The end

Launcher Data

Begin job on node11 at 2009-05-11 22:37:40
IDJOB=1797490
IDBENCH=20406
IDSOLVER=650
FILE ID=node11/1797490-1242074259
PBS_JOBID= 9277632
Free space on /tmp= 66204 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-7-ipc5-h15-unsat.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797490-1242074259/watcher-1797490-1242074259 -o /tmp/evaluation-result-1797490-1242074259/solver-1797490-1242074259 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797490-1242074259.cnf HOME

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

MD5SUM BENCH= 0683489092a5eb0c881dd17c2c45d08e
RANDOM SEED=1951957735

node11.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:       1174120 kB
Buffers:         69228 kB
Cached:         730436 kB
SwapCached:       4708 kB
Active:         208504 kB
Inactive:       599044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1174120 kB
SwapTotal:     4192956 kB
SwapFree:      4182092 kB
Dirty:            8460 kB
Writeback:           0 kB
Mapped:          14408 kB
Slab:            60236 kB
Committed_AS:   814960 kB
PageTables:       1448 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= 66196 MiB
End job on node11 at 2009-05-11 22:57:42