Trace number 1786042

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
VARSAT-industrial 2009-03-22? (TO) 5000.13 5001.44

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v1150c84314gyes2.cnf
MD5SUM52e359b1b3f50700797d7fba5a906213
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  1150                                                 |
0.00/0.00	c |  Number of clauses:    84314                                                |
0.00/0.07	c |  Parsing time:         0.06         s                                       |
0.00/0.07	c |  Timeout:              43200 s
0.00/0.07	c |  Random Seed:          1131108512.000000
0.00/0.07	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.07	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.07	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.07	c |                                                                             |
1.69/1.78	c ============================[ Search Statistics ]==============================
1.69/1.78	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.69/1.78	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.69/1.78	c ===============================================================================
1.69/1.78	c |         0 |    1100    83164   250335 |    27721        0    nan |  0.000 % |
1.89/1.92	c |       101 |    1100    83164   250335 |    30493      101    169 |  0.000 % |
1.99/2.07	c |       251 |    1100    83164   250335 |    33542      251    156 |  0.000 % |
2.19/2.23	c |       476 |    1100    83164   250335 |    36897      476    173 |  0.000 % |
2.39/2.41	c |       813 |    1100    83164   250335 |    40586      813    159 |  0.000 % |
2.59/2.62	c |      1319 |    1100    83164   250335 |    44645     1319    157 |  0.000 % |
2.79/2.88	c |      2080 |    1100    83164   250335 |    49110     2080    157 |  0.000 % |
3.19/3.22	c |      3219 |    1100    83164   250335 |    54021     3219    156 |  0.000 % |
3.69/3.70	c |      4928 |    1100    83164   250335 |    59423     4928    149 |  0.000 % |
4.49/4.50	c |      7491 |    1100    83164   250335 |    65365     7491    159 |  0.000 % |
5.79/5.82	c |     11337 |    1100    83164   250335 |    71901    11337    159 |  0.000 % |
8.89/8.92	c |     17106 |    1100    83164   250335 |    79092    17106    161 |  0.000 % |
14.38/14.41	c |     25756 |    1100    83164   250335 |    87001    25756    156 |  0.000 % |
27.78/27.84	c |     38731 |    1100    83164   250335 |    95701    38731    158 |  0.000 % |
52.57/52.68	c |     58192 |    1100    83164   250335 |   105271    58192    152 |  0.000 % |
109.86/109.95	c |     87385 |    1100    83164   250335 |   115798    87385    156 |  0.000 % |
200.74/200.87	c |    131175 |    1100    83164   250335 |   127378    31942    151 |  0.000 % |
308.61/308.75	c |    196859 |    1100    83164   250335 |   140116    97626    162 |  0.000 % |
519.25/519.45	c |    295385 |    1100    83164   250335 |   154128    75593    158 |  0.000 % |
828.78/829.03	c |    443174 |    1100    83164   250335 |   169541    89332    149 |  0.000 % |
1456.01/1456.44	c |    664860 |    1100    83164   250335 |   186495   160988    150 |  0.000 % |
2273.69/2274.39	c |    997385 |    1100    83164   250335 |   205144   157567    121 |  0.000 % |
3300.52/3301.49	c |   1496179 |    1100    83164   250335 |   225659   104737    122 |  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-1786042-1241944802/watcher-1786042-1241944802 -o /tmp/evaluation-result-1786042-1241944802/solver-1786042-1241944802 -C 5000 -W 6000 -M 1800 HOME/varsat-industrial_static -seed=1131108512 HOME/instance-1786042-1241944802.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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.97 0.99 3/64 29937
/proc/meminfo: memFree=1782384/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=2548 CPUtime=0
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 475 0 0 0 0 0 0 0 18 0 1 0 222507997 2609152 460 1992294400 4194304 5102648 548682068784 18446744073709551615 4516192 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 637 460 87 221 0 413 0

[startup+0.0918959 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 29937
/proc/meminfo: memFree=1782384/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=12296 CPUtime=0.08
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 2906 0 0 0 7 1 0 0 18 0 1 0 222507997 12591104 2891 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 3074 2891 98 221 0 2850 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12296

[startup+0.101895 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 29937
/proc/meminfo: memFree=1782384/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=12296 CPUtime=0.09
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 2906 0 0 0 8 1 0 0 18 0 1 0 222507997 12591104 2891 1992294400 4194304 5102648 548682068784 18446744073709551615 4272875 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 3074 2891 98 221 0 2850 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12296

[startup+0.301917 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 29937
/proc/meminfo: memFree=1782384/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=12296 CPUtime=0.29
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 2906 0 0 0 28 1 0 0 19 0 1 0 222507997 12591104 2891 1992294400 4194304 5102648 548682068784 18446744073709551615 4273178 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 3074 2891 98 221 0 2850 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12296

[startup+0.70196 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 29937
/proc/meminfo: memFree=1782384/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=15704 CPUtime=0.69
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 3698 0 0 0 68 1 0 0 22 0 1 0 222507997 16080896 3683 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 3926 3683 100 221 0 3702 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15704

[startup+1.50105 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29938
/proc/meminfo: memFree=1767912/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=15704 CPUtime=1.49
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 3740 0 0 0 148 1 0 0 25 0 1 0 222507997 16080896 3725 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 3926 3725 100 221 0 3702 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15704

[startup+3.10122 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29938
/proc/meminfo: memFree=1769064/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=13900 CPUtime=3.09
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 3761 0 0 0 308 1 0 0 25 0 1 0 222507997 14233600 3340 1992294400 4194304 5102648 548682068784 18446744073709551615 4249840 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 3475 3340 115 221 0 3251 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13900

[startup+6.30156 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29938
/proc/meminfo: memFree=1764328/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=20272 CPUtime=6.29
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 5334 0 0 0 626 3 0 0 25 0 1 0 222507997 20758528 4913 1992294400 4194304 5102648 548682068784 18446744073709551615 4249840 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 5068 4913 115 221 0 4844 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20272

[startup+12.7012 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29938
/proc/meminfo: memFree=1755312/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=28496 CPUtime=12.69
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 7393 0 0 0 1265 4 0 0 25 0 1 0 222507997 29179904 6972 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 7124 6972 115 221 0 6900 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 28496

[startup+25.5016 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29938
/proc/meminfo: memFree=1744944/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=38312 CPUtime=25.48
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 9833 0 0 0 2542 6 0 0 25 0 1 0 222507997 39231488 9412 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 9578 9412 115 221 0 9354 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 38312

[startup+51.1014 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29938
/proc/meminfo: memFree=1731504/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=52136 CPUtime=51.07
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 13248 0 0 0 5097 10 0 0 25 0 1 0 222507997 53387264 12827 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 13034 12827 115 221 0 12810 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 52136

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29940
/proc/meminfo: memFree=1710448/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=72804 CPUtime=102.27
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 18401 0 0 0 10211 16 0 0 25 0 1 0 222507997 74551296 17980 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 18201 17980 115 221 0 17977 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 72804

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29940
/proc/meminfo: memFree=1692912/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=91092 CPUtime=162.24
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 22831 0 0 0 16204 20 0 0 25 0 1 0 222507997 93278208 22410 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 22773 22410 115 221 0 22549 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 91092

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29940
/proc/meminfo: memFree=1685360/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=98384 CPUtime=222.23
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 24666 0 0 0 22201 22 0 0 25 0 1 0 222507997 100745216 24245 1992294400 4194304 5102648 548682068784 18446744073709551615 4249989 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 24596 24245 115 221 0 24372 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 98384

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29940
/proc/meminfo: memFree=1685296/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=98384 CPUtime=282.22
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 24672 0 0 0 28200 22 0 0 25 0 1 0 222507997 100745216 24251 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 24596 24251 115 221 0 24372 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 98384

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29940
/proc/meminfo: memFree=1684720/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=99144 CPUtime=342.2
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 24833 0 0 0 34198 22 0 0 25 0 1 0 222507997 101523456 24412 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 24786 24412 115 221 0 24562 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 99144

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29940
/proc/meminfo: memFree=1671472/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=112472 CPUtime=402.18
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 28151 0 0 0 40193 25 0 0 25 0 1 0 222507997 115171328 27730 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 28118 27730 115 221 0 27894 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 112472

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29940
/proc/meminfo: memFree=1658480/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=125904 CPUtime=462.17
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 31362 0 0 0 46189 28 0 0 25 0 1 0 222507997 128925696 30941 1992294400 4194304 5102648 548682068784 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 31476 30941 115 221 0 31252 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 125904

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29940
/proc/meminfo: memFree=1658160/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=126272 CPUtime=522.15
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 31440 0 0 0 52187 28 0 0 25 0 1 0 222507997 129302528 31019 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 31568 31019 115 221 0 31344 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 126272

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29940
/proc/meminfo: memFree=1657904/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=126556 CPUtime=582.14
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 31502 0 0 0 58185 29 0 0 25 0 1 0 222507997 129593344 31081 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 31639 31081 115 221 0 31415 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 126556

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29940
/proc/meminfo: memFree=1657136/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=127340 CPUtime=642.13
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 31681 0 0 0 64184 29 0 0 25 0 1 0 222507997 130396160 31260 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 31835 31260 115 221 0 31611 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 127340

[startup+702.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29948
/proc/meminfo: memFree=1584688/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=204064 CPUtime=4001.25
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 49596 0 0 0 400073 52 0 0 25 0 1 0 222507997 208961536 49175 1992294400 4194304 5102648 548682068784 18446744073709551615 4249948 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 51016 49175 115 221 0 50792 0
Current children cumulated CPU time (s) 4001.25
Current children cumulated vsize (KiB) 204064

[startup+4062.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29948
/proc/meminfo: memFree=1584432/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=204064 CPUtime=4061.23
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 49651 0 0 0 406071 52 0 0 25 0 1 0 222507997 208961536 49230 1992294400 4194304 5102648 548682068784 18446744073709551615 4249840 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 51016 49230 115 221 0 50792 0
Current children cumulated CPU time (s) 4061.23
Current children cumulated vsize (KiB) 204064

[startup+4122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29948
/proc/meminfo: memFree=1575216/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=213200 CPUtime=4121.21
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 51944 0 0 0 412067 54 0 0 25 0 1 0 222507997 218316800 51523 1992294400 4194304 5102648 548682068784 18446744073709551615 4225745 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 53300 51523 115 221 0 53076 0
Current children cumulated CPU time (s) 4121.21
Current children cumulated vsize (KiB) 213200

[startup+4182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29948
/proc/meminfo: memFree=1575280/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=213200 CPUtime=4181.2
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 51949 0 0 0 418066 54 0 0 25 0 1 0 222507997 218316800 51528 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 53300 51528 115 221 0 53076 0
Current children cumulated CPU time (s) 4181.2
Current children cumulated vsize (KiB) 213200

[startup+4242.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29948
/proc/meminfo: memFree=1575280/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=213200 CPUtime=4241.18
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 51949 0 0 0 424064 54 0 0 25 0 1 0 222507997 218316800 51528 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 53300 51528 115 221 0 53076 0
Current children cumulated CPU time (s) 4241.18
Current children cumulated vsize (KiB) 213200

[startup+4302.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29948
/proc/meminfo: memFree=1574960/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=213536 CPUtime=4301.17
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 52023 0 0 0 430062 55 0 0 25 0 1 0 222507997 218660864 51602 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 53384 51602 115 221 0 53160 0
Current children cumulated CPU time (s) 4301.17
Current children cumulated vsize (KiB) 213536

[startup+4362.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29948
/proc/meminfo: memFree=1574192/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=214320 CPUtime=4361.15
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 52200 0 0 0 436060 55 0 0 25 0 1 0 222507997 219463680 51779 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 53580 51779 115 221 0 53356 0
Current children cumulated CPU time (s) 4361.15
Current children cumulated vsize (KiB) 214320

[startup+4422.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29948
/proc/meminfo: memFree=1573232/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=215492 CPUtime=4421.13
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 52451 0 0 0 442058 55 0 0 25 0 1 0 222507997 220663808 52030 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 53873 52030 115 221 0 53649 0
Current children cumulated CPU time (s) 4421.13
Current children cumulated vsize (KiB) 215492

[startup+4482.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29948
/proc/meminfo: memFree=1573168/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=215492 CPUtime=4481.11
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 52456 0 0 0 448056 55 0 0 25 0 1 0 222507997 220663808 52035 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 53873 52035 115 221 0 53649 0
Current children cumulated CPU time (s) 4481.11
Current children cumulated vsize (KiB) 215492

[startup+4542.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29948
/proc/meminfo: memFree=1571824/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=217040 CPUtime=4541.1
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 52793 0 0 0 454054 56 0 0 25 0 1 0 222507997 222248960 52372 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 54260 52372 115 221 0 54036 0
Current children cumulated CPU time (s) 4541.1
Current children cumulated vsize (KiB) 217040

[startup+4602.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29948
/proc/meminfo: memFree=1571248/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=217788 CPUtime=4601.09
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 52921 0 0 0 460053 56 0 0 25 0 1 0 222507997 223014912 52500 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 54447 52500 115 221 0 54223 0
Current children cumulated CPU time (s) 4601.09
Current children cumulated vsize (KiB) 217788

[startup+4662.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29948
/proc/meminfo: memFree=1570928/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=218108 CPUtime=4661.07
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 53016 0 0 0 466051 56 0 0 25 0 1 0 222507997 223342592 52595 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 54527 52595 115 221 0 54303 0
Current children cumulated CPU time (s) 4661.07
Current children cumulated vsize (KiB) 218108

[startup+4722.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29948
/proc/meminfo: memFree=1570416/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=218908 CPUtime=4721.06
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 53132 0 0 0 472049 57 0 0 25 0 1 0 222507997 224161792 52711 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 54727 52711 115 221 0 54503 0
Current children cumulated CPU time (s) 4721.06
Current children cumulated vsize (KiB) 218908

[startup+4782.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29948
/proc/meminfo: memFree=1569904/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=219228 CPUtime=4781.04
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 53259 0 0 0 478047 57 0 0 25 0 1 0 222507997 224489472 52838 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 54807 52838 115 221 0 54583 0
Current children cumulated CPU time (s) 4781.04
Current children cumulated vsize (KiB) 219228

[startup+4842.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29948
/proc/meminfo: memFree=1569840/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=219228 CPUtime=4841.03
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 53264 0 0 0 484046 57 0 0 25 0 1 0 222507997 224489472 52843 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 54807 52843 115 221 0 54583 0
Current children cumulated CPU time (s) 4841.03
Current children cumulated vsize (KiB) 219228

[startup+4902.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29954
/proc/meminfo: memFree=1569776/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=219228 CPUtime=4901
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 53273 0 0 0 490043 57 0 0 25 0 1 0 222507997 224489472 52852 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 54807 52852 115 221 0 54583 0
Current children cumulated CPU time (s) 4901
Current children cumulated vsize (KiB) 219228

[startup+4962.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29954
/proc/meminfo: memFree=1569776/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=219228 CPUtime=4960.99
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 53293 0 0 0 496041 58 0 0 25 0 1 0 222507997 224489472 52872 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 54807 52872 115 221 0 54583 0
Current children cumulated CPU time (s) 4960.99
Current children cumulated vsize (KiB) 219228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29954
/proc/meminfo: memFree=1569392/2055920 swapFree=4135464/4192956
[pid=29937] ppid=29935 vsize=219708 CPUtime=5000.08
/proc/29937/stat : 29937 (varsat-industri) R 29935 29937 29864 0 -1 4194304 53382 0 0 0 499950 58 0 0 25 0 1 0 222507997 224980992 52961 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/29937/statm: 54927 52961 115 221 0 54703 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 219708

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)
Real time (s): 5001.44
CPU time (s): 5000.13
CPU user time (s): 4999.51
CPU system time (s): 0.617906
CPU usage (%): 99.9738
Max. virtual memory (cumulated for all children) (KiB): 219708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.51
system time used= 0.617906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53382
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= 2
involuntary context switches= 8652

runsolver used 4.52031 second user time and 11.4803 second system time

The end

Launcher Data

Begin job on node47 at 2009-05-10 10:40:02
IDJOB=1786042
IDBENCH=71537
IDSOLVER=641
FILE ID=node47/1786042-1241944802
PBS_JOBID= 9265020
Free space on /tmp= 66228 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v1150c84314gyes2.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1786042-1241944802/watcher-1786042-1241944802 -o /tmp/evaluation-result-1786042-1241944802/solver-1786042-1241944802 -C 5000 -W 6000 -M 1800  HOME/varsat-industrial_static -seed=1131108512 HOME/instance-1786042-1241944802.cnf

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

MD5SUM BENCH= 52e359b1b3f50700797d7fba5a906213
RANDOM SEED=1131108512

node47.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.212
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.212
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:       1782800 kB
Buffers:         52376 kB
Cached:         122312 kB
SwapCached:      52228 kB
Active:         111500 kB
Inactive:       117288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1782800 kB
SwapTotal:     4192956 kB
SwapFree:      4135464 kB
Dirty:            2012 kB
Writeback:           0 kB
Mapped:          14568 kB
Slab:            30324 kB
Committed_AS:   780064 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= 66224 MiB
End job on node47 at 2009-05-10 12:03:26