Trace number 1722176

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) 1200.05 1200.43

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_12_UNKNOWN.cnf
MD5SUMfbf37caab2e9eafe910c795f49053484
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 variables1898
Number of clauses128735
Sum of the clauses size383430
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23005
Number of clauses of size 3125707
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  1898                                                 |
0.00/0.00	c |  Number of clauses:    128735                                               |
0.09/0.12	c |  Parsing time:         0.11         s                                       |
0.09/0.12	c |  Timeout:              43200 s
0.09/0.12	c |  Random Seed:          868365938.000000
0.09/0.12	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.09/0.12	c |  Branching Rule:       default (solution-guided)                            |
0.09/0.12	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.09/0.12	c |                                                                             |
3.49/3.52	c ============================[ Search Statistics ]==============================
3.49/3.52	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.49/3.52	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.49/3.52	c ===============================================================================
3.49/3.52	c |         0 |    1240   124298   543359 |    41432        0    nan |  0.000 % |
3.89/3.97	c |       101 |    1240   124298   543359 |    45575      101     62 |  0.000 % |
4.39/4.43	c |       252 |    1240   124298   543359 |    50133      252     61 |  0.000 % |
4.79/4.89	c |       478 |    1240   124298   543359 |    55146      478     68 |  0.000 % |
5.39/5.42	c |       815 |    1240   124298   543359 |    60661      815     73 |  0.000 % |
5.79/5.87	c |      1324 |    1240   124298   543359 |    66727     1324     84 |  0.000 % |
6.38/6.49	c |      2083 |    1240   124298   543359 |    73400     2083     90 |  0.000 % |
7.28/7.37	c |      3222 |    1240   124298   543359 |    80740     3222     92 |  0.000 % |
8.48/8.52	c |      4932 |    1240   124298   543359 |    88814     4932     95 |  0.000 % |
10.18/10.30	c |      7494 |    1240   124298   543359 |    97696     7494     93 |  0.000 % |
12.39/12.49	c |     11339 |    1240   124298   543359 |   107465    11339     98 |  0.000 % |
16.09/16.16	c |     17106 |    1240   124298   543359 |   118212    17106    103 |  0.000 % |
22.59/22.60	c |     25757 |    1240   124298   543359 |   130033    25757    105 |  0.000 % |
33.48/33.60	c |     38732 |    1240   124298   543359 |   143036    38732    106 |  0.000 % |
68.97/69.06	c |     58196 |    1240   124298   543359 |   157340    58196    108 |  0.000 % |
136.94/137.06	c |     87388 |    1240   124298   543359 |   173074    87388    110 |  0.000 % |
282.80/282.99	c |    131179 |    1240   124298   543359 |   190381   131179    111 |  0.000 % |
522.12/522.30	c |    196864 |    1240   124298   543359 |   209420    26926    104 |  0.000 % |
736.46/736.76	c |    295391 |    1240   124298   543359 |   230362   125453    107 |  0.000 % |
1131.44/1131.85	c |    443180 |    1240   124298   543359 |   253398    59633    101 |  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-1722176-1240673400/watcher-1722176-1240673400 -o /tmp/evaluation-result-1722176-1240673400/solver-1722176-1240673400 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=868365938 HOME/instance-1722176-1240673400.cnf 

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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.85 1.46 3/64 31308
/proc/meminfo: memFree=1169704/2055920 swapFree=4192956/4192956
[pid=31308] ppid=31306 vsize=2704 CPUtime=0
/proc/31308/stat : 31308 (varsat-industri) R 31306 31308 30551 0 -1 4194304 520 0 0 0 0 0 0 0 18 0 1 0 95366004 2768896 505 1992294400 4194304 5102648 548682068768 18446744073709551615 4489465 0 0 4096 3 0 0 0 17 1 0 0
/proc/31308/statm: 676 505 87 221 0 452 0

[startup+0.017294 s]
/proc/loadavg: 1.99 1.85 1.46 3/64 31308
/proc/meminfo: memFree=1169704/2055920 swapFree=4192956/4192956
[pid=31308] ppid=31306 vsize=4388 CPUtime=0.01
/proc/31308/stat : 31308 (varsat-industri) R 31306 31308 30551 0 -1 4194304 904 0 0 0 1 0 0 0 18 0 1 0 95366004 4493312 889 1992294400 4194304 5102648 548682068768 18446744073709551615 4263318 0 0 4096 3 0 0 0 17 1 0 0
/proc/31308/statm: 1097 889 87 221 0 873 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 4388

[startup+0.101305 s]
/proc/loadavg: 1.99 1.85 1.46 3/64 31308
/proc/meminfo: memFree=1169704/2055920 swapFree=4192956/4192956
[pid=31308] ppid=31306 vsize=15684 CPUtime=0.09
/proc/31308/stat : 31308 (varsat-industri) R 31306 31308 30551 0 -1 4194304 3602 0 0 0 8 1 0 0 18 0 1 0 95366004 16060416 3587 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/31308/statm: 3921 3591 87 221 0 3697 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15684

[startup+0.301332 s]
/proc/loadavg: 1.99 1.85 1.46 3/64 31308
/proc/meminfo: memFree=1169704/2055920 swapFree=4192956/4192956
[pid=31308] ppid=31306 vsize=18612 CPUtime=0.29
/proc/31308/stat : 31308 (varsat-industri) R 31306 31308 30551 0 -1 4194304 4458 0 0 0 28 1 0 0 19 0 1 0 95366004 19058688 4443 1992294400 4194304 5102648 548682068768 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/31308/statm: 4653 4443 99 221 0 4429 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18612

[startup+0.701385 s]
/proc/loadavg: 1.99 1.85 1.46 3/64 31308
/proc/meminfo: memFree=1169704/2055920 swapFree=4192956/4192956
[pid=31308] ppid=31306 vsize=18612 CPUtime=0.69
/proc/31308/stat : 31308 (varsat-industri) R 31306 31308 30551 0 -1 4194304 4458 0 0 0 68 1 0 0 22 0 1 0 95366004 19058688 4443 1992294400 4194304 5102648 548682068768 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/31308/statm: 4653 4443 99 221 0 4429 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18612

[startup+1.50149 s]
/proc/loadavg: 1.99 1.85 1.46 2/65 31309
/proc/meminfo: memFree=1152224/2055920 swapFree=4192956/4192956
[pid=31308] ppid=31306 vsize=26156 CPUtime=1.49
/proc/31308/stat : 31308 (varsat-industri) R 31306 31308 30551 0 -1 4194304 6115 0 0 0 147 2 0 0 25 0 1 0 95366004 26783744 6100 1992294400 4194304 5102648 548682068768 18446744073709551615 4226107 0 0 4096 3 0 0 0 17 1 0 0
/proc/31308/statm: 6539 6100 100 221 0 6315 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26156

[startup+3.10171 s]
/proc/loadavg: 1.99 1.85 1.46 2/65 31309
/proc/meminfo: memFree=1143392/2055920 swapFree=4192956/4192956
[pid=31308] ppid=31306 vsize=28064 CPUtime=3.09
/proc/31308/stat : 31308 (varsat-industri) R 31306 31308 30551 0 -1 4194304 6640 0 0 0 307 2 0 0 25 0 1 0 95366004 28737536 6625 1992294400 4194304 5102648 548682068768 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/31308/statm: 7016 6625 100 221 0 6792 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28064

[startup+6.30114 s]
/proc/loadavg: 1.91 1.84 1.46 2/65 31309
/proc/meminfo: memFree=1145184/2055920 swapFree=4192956/4192956
[pid=31308] ppid=31306 vsize=25632 CPUtime=6.28
/proc/31308/stat : 31308 (varsat-industri) R 31306 31308 30551 0 -1 4194304 6655 0 0 0 626 2 0 0 25 0 1 0 95366004 26247168 6109 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/31308/statm: 6408 6109 115 221 0 6184 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 25632

[startup+12.703 s]
/proc/loadavg: 1.84 1.82 1.45 2/65 31309
/proc/meminfo: memFree=1145120/2055920 swapFree=4192956/4192956
[pid=31308] ppid=31306 vsize=25632 CPUtime=12.69
/proc/31308/stat : 31308 (varsat-industri) R 31306 31308 30551 0 -1 4194304 6685 0 0 0 1266 3 0 0 25 0 1 0 95366004 26247168 6139 1992294400 4194304 5102648 548682068768 18446744073709551615 4214228 0 0 4096 3 0 0 0 17 1 0 0
/proc/31308/statm: 6408 6139 115 221 0 6184 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25632

[startup+25.5017 s]
/proc/loadavg: 1.65 1.78 1.45 2/65 31309
/proc/meminfo: memFree=1136160/2055920 swapFree=4192956/4192956
[pid=31308] ppid=31306 vsize=35120 CPUtime=25.48
/proc/31308/stat : 31308 (varsat-industri) R 31306 31308 30551 0 -1 4194304 9014 0 0 0 2542 6 0 0 25 0 1 0 95366004 35962880 8468 1992294400 4194304 5102648 548682068768 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/31308/statm: 8780 8468 115 221 0 8556 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 35120

[startup+51.1012 s]
/proc/loadavg: 1.43 1.72 1.43 2/65 31309
/proc/meminfo: memFree=1126368/2055920 swapFree=4192956/4192956
[pid=31308] ppid=31306 vsize=44956 CPUtime=51.08
/proc/31308/stat : 31308 (varsat-industri) R 31306 31308 30551 0 -1 4194304 11451 0 0 0 5099 9 0 0 25 0 1 0 95366004 46034944 10905 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/31308/statm: 11239 10905 115 221 0 11015 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 44956

[startup+102.305 s]
/proc/loadavg: 1.17 1.60 1.41 2/65 31309
/proc/meminfo: memFree=1110944/2055920 swapFree=4192956/4192956
[pid=31308] ppid=31306 vsize=60640 CPUtime=102.26
/proc/31308/stat : 31308 (varsat-industri) R 31306 31308 30551 0 -1 4194304 15251 0 0 0 10215 11 0 0 25 0 1 0 95366004 62095360 14705 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/31308/statm: 15160 14705 115 221 0 14936 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 60640

[startup+162.301 s]
/proc/loadavg: 1.07 1.49 1.38 2/65 31309
/proc/meminfo: memFree=1097312/2055920 swapFree=4192956/4192956
[pid=31308] ppid=31306 vsize=74796 CPUtime=162.24
/proc/31308/stat : 31308 (varsat-industri) R 31306 31308 30551 0 -1 4194304 18716 0 0 0 16209 15 0 0 25 0 1 0 95366004 76591104 18170 1992294400 4194304 5102648 548682068768 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/31308/statm: 18699 18170 115 221 0 18475 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 74796

[startup+222.301 s]
/proc/loadavg: 1.02 1.40 1.35 2/65 31309
/proc/meminfo: memFree=1086688/2055920 swapFree=4192956/4192956
[pid=31308] ppid=31306 vsize=85336 CPUtime=222.22
/proc/31308/stat : 31308 (varsat-industri) R 31306 31308 30551 0 -1 4194304 21300 0 0 0 22205 17 0 0 25 0 1 0 95366004 87384064 20754 1992294400 4194304 5102648 548682068768 18446744073709551615 4249872 0 0 4096 3 0 0 0 17 1 0 0
/proc/31308/statm: 21334 20754 115 221 0 21110 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 85336

[startup+282.302 s]
/proc/loadavg: 1.01 1.32 1.33 2/65 31309
/proc/meminfo: memFree=1079968/2055920 swapFree=4192956/4192956
[pid=31308] ppid=31306 vsize=92084 CPUtime=282.2
/proc/31308/stat : 31308 (varsat-industri) R 31306 31308 30551 0 -1 4194304 22991 0 0 0 28201 19 0 0 25 0 1 0 95366004 94294016 22445 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/31308/statm: 23021 22445 115 221 0 22797 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 92084

[startup+342.302 s]
/proc/loadavg: 1.00 1.26 1.31 2/65 31309
/proc/meminfo: memFree=1071776/2055920 swapFree=4192956/4192956
[pid=31308] ppid=31306 vsize=100760 CPUtime=342.18
/proc/31308/stat : 31308 (varsat-industri) R 31306 31308 30551 0 -1 4194304 25014 0 0 0 34197 21 0 0 25 0 1 0 95366004 103178240 24468 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/31308/statm: 25190 24468 115 221 0 24966 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 100760

[startup+402.302 s]
/proc/loadavg: 1.00 1.21 1.28 2/65 31309
/proc/meminfo: memFree=1061792/2055920 swapFree=4192956/4192956
[pid=31308] ppid=31306 vsize=110992 CPUtime=402.17
/proc/31308/stat : 31308 (varsat-industri) R 31306 31308 30551 0 -1 4194304 27545 0 0 0 40193 24 0 0 25 0 1 0 95366004 113655808 26999 1992294400 4194304 5102648 548682068768 18446744073709551615 4249862 0 0 4096 3 0 0 0 17 1 0 0
/proc/31308/statm: 27748 26999 115 221 0 27524 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 110992

[startup+462.302 s]
/proc/loadavg: 1.00 1.17 1.26 2/65 31309
/proc/meminfo: memFree=1053856/2055920 swapFree=4192956/4192956
[pid=31308] ppid=31306 vsize=118640 CPUtime=462.15
/proc/31308/stat : 31308 (varsat-industri) R 31306 31308 30551 0 -1 4194304 29479 0 0 0 46189 26 0 0 25 0 1 0 95366004 121487360 28933 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/31308/statm: 29660 28933 115 221 0 29436 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 118640

[startup+522.301 s]
/proc/loadavg: 1.00 1.14 1.24 2/65 31309
/proc/meminfo: memFree=1047392/2055920 swapFree=4192956/4192956
[pid=31308] ppid=31306 vsize=125292 CPUtime=522.12
/proc/31308/stat : 31308 (varsat-industri) R 31306 31308 30551 0 -1 4194304 31102 0 0 0 52185 27 0 0 25 0 1 0 95366004 128299008 30556 1992294400 4194304 5102648 548682068768 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/31308/statm: 31323 30556 115 221 0 31099 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 125292

[startup+582.301 s]
/proc/loadavg: 1.00 1.11 1.23 2/65 31311
/proc/meminfo: memFree=1047200/2055920 swapFree=4192956/4192956
[pid=31308] ppid=31306 vsize=125292 CPUtime=582.11
/proc/31308/stat : 31308 (varsat-industri) R 31306 31308 30551 0 -1 4194304 31109 0 0 0 58183 28 0 0 25 0 1 0 95366004 128299008 30563 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/31308/statm: 31323 30563 115 221 0 31099 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 125292

[startup+642.301 s]
/proc/loadavg: 1.00 1.08 1.21 2/65 31311
/proc/meminfo: memFree=1047200/2055920 swapFree=4192956/4192956
[pid=31308] ppid=31306 vsize=125292 CPUtime=642.09
/proc/31308/stat : 31308 (varsat-industri) R 31306 31308 30551 0 -1 4194304 31124 0 0 0 64181 28 0 0 25 0 1 0 95366004 128299008 30578 1992294400 4194304 5102648 548682068768 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/31308/statm: 31323 30578 115 221 0 31099 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 125292

[startup+702.301 s]
/proc/loadavg: 1.00 1.07 1.19 2/65 31311
/proc/meminfo: memFree=1045728/2055920 swapFree=4192956/4192956
[pid=31308] ppid=31306 vsize=127064 CPUtime=702.06
/proc/31308/stat : 31308 (varsat-industri) R 31306 31308 30551 0 -1 4194304 31514 0 0 0 70178 28 0 0 25 0 1 0 95366004 130113536 30968 1992294400 4194304 5102648 548682068768 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/31308/statm: 31766 30968 115 221 0 31542 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 127064

[startup+762.306 s]
/proc/loadavg: 1.00 1.05 1.18 2/65 31311
/proc/meminfo: memFree=1044896/2055920 swapFree=4192956/4192956
[pid=31308] ppid=31306 vsize=128024 CPUtime=762.06
/proc/31308/stat : 31308 (varsat-industri) R 31306 31308 30551 0 -1 4194304 31723 0 0 0 76177 29 0 0 25 0 1 0 95366004 131096576 31177 1992294400 4194304 5102648 548682068768 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/31308/statm: 32006 31177 115 221 0 31782 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 128024

[startup+822.302 s]
/proc/loadavg: 1.00 1.04 1.16 2/65 31311
/proc/meminfo: memFree=1043808/2055920 swapFree=4192956/4192956
[pid=31308] ppid=31306 vsize=129232 CPUtime=822.03
/proc/31308/stat : 31308 (varsat-industri) R 31306 31308 30551 0 -1 4194304 31978 0 0 0 82174 29 0 0 25 0 1 0 95366004 132333568 31432 1992294400 4194304 5102648 548682068768 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/31308/statm: 32308 31432 115 221 0 32084 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 129232

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.15 2/65 31311
/proc/meminfo: memFree=1043232/2055920 swapFree=4192956/4192956
[pid=31308] ppid=31306 vsize=129980 CPUtime=882.01
/proc/31308/stat : 31308 (varsat-industri) R 31306 31308 30551 0 -1 4194304 32139 0 0 0 88172 29 0 0 25 0 1 0 95366004 133099520 31593 1992294400 4194304 5102648 548682068768 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/31308/statm: 32495 31593 115 221 0 32271 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 129980

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.14 2/65 31311
/proc/meminfo: memFree=1040928/2055920 swapFree=4192956/4192956
[pid=31308] ppid=31306 vsize=132524 CPUtime=941.99
/proc/31308/stat : 31308 (varsat-industri) R 31306 31308 30551 0 -1 4194304 32740 0 0 0 94169 30 0 0 25 0 1 0 95366004 135704576 32194 1992294400 4194304 5102648 548682068768 18446744073709551615 4249932 0 0 4096 3 0 0 0 17 1 0 0
/proc/31308/statm: 33131 32194 115 221 0 32907 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 132524

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.13 2/65 31311
/proc/meminfo: memFree=1032480/2055920 swapFree=4192956/4192956
[pid=31308] ppid=31306 vsize=141700 CPUtime=1001.98
/proc/31308/stat : 31308 (varsat-industri) R 31306 31308 30551 0 -1 4194304 34805 0 0 0 100165 33 0 0 25 0 1 0 95366004 145100800 34259 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/31308/statm: 35425 34259 115 221 0 35201 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 141700

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/65 31311
/proc/meminfo: memFree=1025632/2055920 swapFree=4192956/4192956
[pid=31308] ppid=31306 vsize=148616 CPUtime=1061.95
/proc/31308/stat : 31308 (varsat-industri) R 31306 31308 30551 0 -1 4194304 36542 0 0 0 106161 34 0 0 25 0 1 0 95366004 152182784 35996 1992294400 4194304 5102648 548682068768 18446744073709551615 4249840 0 0 4096 3 0 0 0 17 1 0 0
/proc/31308/statm: 37154 35996 115 221 0 36930 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 148616

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/65 31311
/proc/meminfo: memFree=1023072/2055920 swapFree=4192956/4192956
[pid=31308] ppid=31306 vsize=151240 CPUtime=1121.94
/proc/31308/stat : 31308 (varsat-industri) R 31306 31308 30551 0 -1 4194304 37150 0 0 0 112159 35 0 0 25 0 1 0 95366004 154869760 36604 1992294400 4194304 5102648 548682068768 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/31308/statm: 37810 36604 115 221 0 37586 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 151240

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 31311
/proc/meminfo: memFree=1023072/2055920 swapFree=4192956/4192956
[pid=31308] ppid=31306 vsize=151240 CPUtime=1181.92
/proc/31308/stat : 31308 (varsat-industri) R 31306 31308 30551 0 -1 4194304 37151 0 0 0 118157 35 0 0 25 0 1 0 95366004 154869760 36605 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/31308/statm: 37810 36605 115 221 0 37586 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 151240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 31311
/proc/meminfo: memFree=1023072/2055920 swapFree=4192956/4192956
[pid=31308] ppid=31306 vsize=151240 CPUtime=1200.02
/proc/31308/stat : 31308 (varsat-industri) R 31306 31308 30551 0 -1 4194304 37155 0 0 0 119967 35 0 0 25 0 1 0 95366004 154869760 36609 1992294400 4194304 5102648 548682068768 18446744073709551615 4249767 0 0 4096 3 0 0 0 17 1 0 0
/proc/31308/statm: 37810 36609 115 221 0 37586 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 151240

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): 1200.43
CPU time (s): 1200.05
CPU user time (s): 1199.67
CPU system time (s): 0.378942
CPU usage (%): 99.9684
Max. virtual memory (cumulated for all children) (KiB): 151240

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

runsolver used 0.909861 second user time and 2.6406 second system time

The end

Launcher Data

Begin job on node71 at 2009-04-25 17:30:00
IDJOB=1722176
IDBENCH=71084
IDSOLVER=538
FILE ID=node71/1722176-1240673400
PBS_JOBID= 9186605
Free space on /tmp= 66472 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_12_UNKNOWN.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1722176-1240673400/watcher-1722176-1240673400 -o /tmp/evaluation-result-1722176-1240673400/solver-1722176-1240673400 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=868365938 HOME/instance-1722176-1240673400.cnf

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

MD5SUM BENCH= fbf37caab2e9eafe910c795f49053484
RANDOM SEED=868365938

node71.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.236
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.236
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:       1170120 kB
Buffers:         89128 kB
Cached:         698176 kB
SwapCached:          0 kB
Active:         259460 kB
Inactive:       541748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1170120 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3064 kB
Writeback:           0 kB
Mapped:          23700 kB
Slab:            70560 kB
Committed_AS:   232212 kB
PageTables:       1436 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= 66472 MiB
End job on node71 at 2009-04-25 17:50:03