Trace number 1722276

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.02 1200.32

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_07_UNSAT.cnf
MD5SUMa30111c778b4a83ebe950f77b63a1b33
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark154.421
Satisfiable
(Un)Satisfiability was proved
Number of variables1128
Number of clauses63345
Sum of the clauses size188200
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21950
Number of clauses of size 361372
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:  1128                                                 |
0.00/0.00	c |  Number of clauses:    63345                                                |
0.03/0.06	c |  Parsing time:         0.05         s                                       |
0.03/0.06	c |  Timeout:              43200 s
0.03/0.06	c |  Random Seed:          1963799555.000000
0.03/0.06	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.03/0.06	c |  Branching Rule:       default (solution-guided)                            |
0.03/0.06	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.03/0.06	c |                                                                             |
1.19/1.28	c ============================[ Search Statistics ]==============================
1.19/1.28	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.19/1.28	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.19/1.28	c ===============================================================================
1.19/1.28	c |         0 |     636    59045   258394 |    19681        0    nan |  0.000 % |
1.39/1.47	c |       100 |     636    59045   258394 |    21649      100     35 |  0.000 % |
1.59/1.65	c |       252 |     636    59045   258394 |    23814      252     35 |  0.000 % |
1.79/1.87	c |       478 |     636    59045   258394 |    26196      478     37 |  0.000 % |
2.09/2.13	c |       818 |     636    59045   258394 |    28815      818     36 |  0.000 % |
2.39/2.45	c |      1325 |     636    59045   258394 |    31697     1325     34 |  0.000 % |
2.79/2.82	c |      2089 |     636    59045   258394 |    34867     2089     35 |  0.000 % |
3.29/3.36	c |      3231 |     636    59045   258394 |    38354     3231     34 |  0.000 % |
3.99/4.06	c |      4940 |     636    59045   258394 |    42189     4940     34 |  0.000 % |
5.09/5.14	c |      7502 |     636    59045   258394 |    46408     7502     33 |  0.000 % |
6.89/6.98	c |     11346 |     636    59045   258394 |    51049    11346     33 |  0.000 % |
9.69/9.73	c |     17112 |     636    59045   258394 |    56154    17112     34 |  0.000 % |
16.58/16.65	c |     25761 |     636    59045   258394 |    61769    25761     33 |  0.000 % |
29.98/30.03	c |     38736 |     636    59045   258394 |    67946    38736     33 |  0.000 % |
56.37/56.50	c |     58197 |     636    59045   258394 |    74741    58197     34 |  0.000 % |
95.26/95.37	c |     87391 |     636    59045   258394 |    82215    27850     31 |  0.000 % |
135.46/135.59	c |    131181 |     636    59045   258394 |    90436    71640     33 |  0.000 % |
217.34/217.40	c |    196865 |     636    59045   258394 |    99480    62369     34 |  0.000 % |
338.41/338.56	c |    295391 |     636    59045   258394 |   109428    76527     32 |  0.000 % |
530.66/530.80	c |    443180 |     636    59045   258394 |   120371    41019     29 |  0.000 % |
771.40/771.67	c |    664864 |     635    59033   258359 |   132408    32755     35 |  0.089 % |

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-1722276-1240674040/watcher-1722276-1240674040 -o /tmp/evaluation-result-1722276-1240674040/solver-1722276-1240674040 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1963799555 HOME/instance-1722276-1240674040.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: 0.99 0.98 0.99 3/64 20665
/proc/meminfo: memFree=1420392/2055920 swapFree=4130580/4192956
[pid=20665] ppid=20663 vsize=2680 CPUtime=0
/proc/20665/stat : 20665 (varsat-industri) R 20663 20665 20350 0 -1 4194304 485 0 0 0 0 0 0 0 18 0 1 0 95437575 2744320 470 1992294400 4194304 5102648 548682068768 18446744073709551615 4263318 0 0 4096 3 0 0 0 17 1 0 0
/proc/20665/statm: 670 470 87 221 0 446 0

[startup+0.0420419 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 20665
/proc/meminfo: memFree=1420392/2055920 swapFree=4130580/4192956
[pid=20665] ppid=20663 vsize=8228 CPUtime=0.03
/proc/20665/stat : 20665 (varsat-industri) R 20663 20665 20350 0 -1 4194304 1816 0 0 0 3 0 0 0 18 0 1 0 95437575 8425472 1801 1992294400 4194304 5102648 548682068768 18446744073709551615 4269905 0 0 4096 3 0 0 0 17 1 0 0
/proc/20665/statm: 2057 1801 87 221 0 1833 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8228

[startup+0.101046 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 20665
/proc/meminfo: memFree=1420392/2055920 swapFree=4130580/4192956
[pid=20665] ppid=20663 vsize=10692 CPUtime=0.09
/proc/20665/stat : 20665 (varsat-industri) R 20663 20665 20350 0 -1 4194304 2384 0 0 0 8 1 0 0 18 0 1 0 95437575 10948608 2369 1992294400 4194304 5102648 548682068768 18446744073709551615 4273291 0 0 4096 3 0 0 0 17 1 0 0
/proc/20665/statm: 2673 2369 99 221 0 2449 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10692

[startup+0.301059 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 20665
/proc/meminfo: memFree=1420392/2055920 swapFree=4130580/4192956
[pid=20665] ppid=20663 vsize=10692 CPUtime=0.29
/proc/20665/stat : 20665 (varsat-industri) R 20663 20665 20350 0 -1 4194304 2384 0 0 0 28 1 0 0 19 0 1 0 95437575 10948608 2369 1992294400 4194304 5102648 548682068768 18446744073709551615 4273022 0 0 4096 3 0 0 0 17 1 0 0
/proc/20665/statm: 2673 2369 99 221 0 2449 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10692

[startup+0.701084 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 20665
/proc/meminfo: memFree=1420392/2055920 swapFree=4130580/4192956
[pid=20665] ppid=20663 vsize=15076 CPUtime=0.69
/proc/20665/stat : 20665 (varsat-industri) R 20663 20665 20350 0 -1 4194304 3573 0 0 0 68 1 0 0 22 0 1 0 95437575 15437824 3558 1992294400 4194304 5102648 548682068768 18446744073709551615 4266490 0 0 4096 3 0 0 0 17 1 0 0
/proc/20665/statm: 3769 3558 100 221 0 3545 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15076

[startup+1.50114 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20666
/proc/meminfo: memFree=1406432/2055920 swapFree=4130580/4192956
[pid=20665] ppid=20663 vsize=13992 CPUtime=1.49
/proc/20665/stat : 20665 (varsat-industri) R 20663 20665 20350 0 -1 4194304 3588 0 0 0 148 1 0 0 25 0 1 0 95437575 14327808 3302 1992294400 4194304 5102648 548682068768 18446744073709551615 4214156 0 0 4096 3 0 0 0 17 1 0 0
/proc/20665/statm: 3498 3302 115 221 0 3274 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13992

[startup+3.10124 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20666
/proc/meminfo: memFree=1407200/2055920 swapFree=4130580/4192956
[pid=20665] ppid=20663 vsize=13992 CPUtime=3.09
/proc/20665/stat : 20665 (varsat-industri) R 20663 20665 20350 0 -1 4194304 3589 0 0 0 308 1 0 0 25 0 1 0 95437575 14327808 3303 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/20665/statm: 3498 3303 115 221 0 3274 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13992

[startup+6.30145 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20666
/proc/meminfo: memFree=1407072/2055920 swapFree=4130580/4192956
[pid=20665] ppid=20663 vsize=13992 CPUtime=6.29
/proc/20665/stat : 20665 (varsat-industri) R 20663 20665 20350 0 -1 4194304 3591 0 0 0 627 2 0 0 25 0 1 0 95437575 14327808 3305 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/20665/statm: 3498 3305 115 221 0 3274 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13992

[startup+12.7019 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20666
/proc/meminfo: memFree=1405280/2055920 swapFree=4130580/4192956
[pid=20665] ppid=20663 vsize=16248 CPUtime=12.69
/proc/20665/stat : 20665 (varsat-industri) R 20663 20665 20350 0 -1 4194304 4126 0 0 0 1267 2 0 0 25 0 1 0 95437575 16637952 3840 1992294400 4194304 5102648 548682068768 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/20665/statm: 4062 3840 115 221 0 3838 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16248

[startup+25.5017 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20666
/proc/meminfo: memFree=1401376/2055920 swapFree=4130580/4192956
[pid=20665] ppid=20663 vsize=20216 CPUtime=25.49
/proc/20665/stat : 20665 (varsat-industri) R 20663 20665 20350 0 -1 4194304 5059 0 0 0 2546 3 0 0 25 0 1 0 95437575 20701184 4773 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/20665/statm: 5054 4773 115 221 0 4830 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20216

[startup+51.1014 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20666
/proc/meminfo: memFree=1397728/2055920 swapFree=4130580/4192956
[pid=20665] ppid=20663 vsize=23932 CPUtime=51.08
/proc/20665/stat : 20665 (varsat-industri) R 20663 20665 20350 0 -1 4194304 5995 0 0 0 5104 4 0 0 25 0 1 0 95437575 24506368 5709 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/20665/statm: 5983 5709 115 221 0 5759 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 23932

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20666
/proc/meminfo: memFree=1392480/2055920 swapFree=4130580/4192956
[pid=20665] ppid=20663 vsize=29336 CPUtime=102.27
/proc/20665/stat : 20665 (varsat-industri) R 20663 20665 20350 0 -1 4194304 7275 0 0 0 10221 6 0 0 25 0 1 0 95437575 30040064 6989 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/20665/statm: 7334 6989 115 221 0 7110 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 29336

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20666
/proc/meminfo: memFree=1388768/2055920 swapFree=4130580/4192956
[pid=20665] ppid=20663 vsize=33372 CPUtime=162.25
/proc/20665/stat : 20665 (varsat-industri) R 20663 20665 20350 0 -1 4194304 8218 0 0 0 16219 6 0 0 25 0 1 0 95437575 34172928 7932 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/20665/statm: 8343 7932 115 221 0 8119 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 33372

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20666
/proc/meminfo: memFree=1385376/2055920 swapFree=4130580/4192956
[pid=20665] ppid=20663 vsize=36856 CPUtime=222.24
/proc/20665/stat : 20665 (varsat-industri) R 20663 20665 20350 0 -1 4194304 9028 0 0 0 22217 7 0 0 25 0 1 0 95437575 37740544 8742 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/20665/statm: 9214 8742 115 221 0 8990 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 36856

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20666
/proc/meminfo: memFree=1383136/2055920 swapFree=4130580/4192956
[pid=20665] ppid=20663 vsize=39288 CPUtime=282.23
/proc/20665/stat : 20665 (varsat-industri) R 20663 20665 20350 0 -1 4194304 9589 0 0 0 28215 8 0 0 25 0 1 0 95437575 40230912 9303 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/20665/statm: 9822 9303 115 221 0 9598 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 39288

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20666
/proc/meminfo: memFree=1381856/2055920 swapFree=4130580/4192956
[pid=20665] ppid=20663 vsize=40688 CPUtime=342.21
/proc/20665/stat : 20665 (varsat-industri) R 20663 20665 20350 0 -1 4194304 9882 0 0 0 34213 8 0 0 25 0 1 0 95437575 41664512 9596 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/20665/statm: 10172 9596 115 221 0 9948 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 40688

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20666
/proc/meminfo: memFree=1380064/2055920 swapFree=4130580/4192956
[pid=20665] ppid=20663 vsize=42792 CPUtime=402.19
/proc/20665/stat : 20665 (varsat-industri) R 20663 20665 20350 0 -1 4194304 10323 0 0 0 40211 8 0 0 25 0 1 0 95437575 43819008 10037 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/20665/statm: 10698 10037 115 221 0 10474 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 42792

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20666
/proc/meminfo: memFree=1378592/2055920 swapFree=4130580/4192956
[pid=20665] ppid=20663 vsize=44772 CPUtime=462.17
/proc/20665/stat : 20665 (varsat-industri) R 20663 20665 20350 0 -1 4194304 10685 0 0 0 46209 8 0 0 25 0 1 0 95437575 45846528 10399 1992294400 4194304 5102648 548682068768 18446744073709551615 4250394 0 0 4096 3 0 0 0 17 1 0 0
/proc/20665/statm: 11193 10399 115 221 0 10969 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 44772

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20666
/proc/meminfo: memFree=1377312/2055920 swapFree=4130580/4192956
[pid=20665] ppid=20663 vsize=45872 CPUtime=522.16
/proc/20665/stat : 20665 (varsat-industri) R 20663 20665 20350 0 -1 4194304 10999 0 0 0 52207 9 0 0 25 0 1 0 95437575 46972928 10713 1992294400 4194304 5102648 548682068768 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/20665/statm: 11468 10713 115 221 0 11244 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 45872

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20666
/proc/meminfo: memFree=1376864/2055920 swapFree=4130580/4192956
[pid=20665] ppid=20663 vsize=46300 CPUtime=582.14
/proc/20665/stat : 20665 (varsat-industri) R 20663 20665 20350 0 -1 4194304 11115 0 0 0 58205 9 0 0 25 0 1 0 95437575 47411200 10829 1992294400 4194304 5102648 548682068768 18446744073709551615 4250272 0 0 4096 3 0 0 0 17 1 0 0
/proc/20665/statm: 11575 10829 115 221 0 11351 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 46300

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20666
/proc/meminfo: memFree=1374688/2055920 swapFree=4130580/4192956
[pid=20665] ppid=20663 vsize=48912 CPUtime=642.14
/proc/20665/stat : 20665 (varsat-industri) R 20663 20665 20350 0 -1 4194304 11642 0 0 0 64204 10 0 0 25 0 1 0 95437575 50085888 11356 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/20665/statm: 12228 11356 115 221 0 12004 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 48912

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20666
/proc/meminfo: memFree=1374624/2055920 swapFree=4130580/4192956
[pid=20665] ppid=20663 vsize=48912 CPUtime=702.12
/proc/20665/stat : 20665 (varsat-industri) R 20663 20665 20350 0 -1 4194304 11651 0 0 0 70202 10 0 0 25 0 1 0 95437575 50085888 11365 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/20665/statm: 12228 11365 115 221 0 12004 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 48912

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20666
/proc/meminfo: memFree=1369504/2055920 swapFree=4130580/4192956
[pid=20665] ppid=20663 vsize=54008 CPUtime=762.11
/proc/20665/stat : 20665 (varsat-industri) R 20663 20665 20350 0 -1 4194304 12920 0 0 0 76200 11 0 0 25 0 1 0 95437575 55304192 12634 1992294400 4194304 5102648 548682068768 18446744073709551615 4225745 0 0 4096 3 0 0 0 17 1 0 0
/proc/20665/statm: 13502 12634 115 221 0 13278 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 54008

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20666
/proc/meminfo: memFree=1368928/2055920 swapFree=4130580/4192956
[pid=20665] ppid=20663 vsize=54732 CPUtime=822.09
/proc/20665/stat : 20665 (varsat-industri) R 20663 20665 20350 0 -1 4194304 13046 0 0 0 82198 11 0 0 25 0 1 0 95437575 56045568 12760 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/20665/statm: 13683 12760 115 221 0 13459 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 54732

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20666
/proc/meminfo: memFree=1368160/2055920 swapFree=4130580/4192956
[pid=20665] ppid=20663 vsize=55528 CPUtime=882.07
/proc/20665/stat : 20665 (varsat-industri) R 20663 20665 20350 0 -1 4194304 13228 0 0 0 88196 11 0 0 25 0 1 0 95437575 56860672 12942 1992294400 4194304 5102648 548682068768 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/20665/statm: 13882 12942 115 221 0 13658 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 55528

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20666
/proc/meminfo: memFree=1367200/2055920 swapFree=4130580/4192956
[pid=20665] ppid=20663 vsize=56540 CPUtime=942.06
/proc/20665/stat : 20665 (varsat-industri) R 20663 20665 20350 0 -1 4194304 13452 0 0 0 94194 12 0 0 25 0 1 0 95437575 57896960 13166 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/20665/statm: 14135 13166 115 221 0 13911 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 56540

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20666
/proc/meminfo: memFree=1367264/2055920 swapFree=4130580/4192956
[pid=20665] ppid=20663 vsize=56540 CPUtime=1002.05
/proc/20665/stat : 20665 (varsat-industri) R 20663 20665 20350 0 -1 4194304 13455 0 0 0 100193 12 0 0 25 0 1 0 95437575 57896960 13169 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/20665/statm: 14135 13169 115 221 0 13911 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 56540

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20666
/proc/meminfo: memFree=1367136/2055920 swapFree=4130580/4192956
[pid=20665] ppid=20663 vsize=56540 CPUtime=1062.03
/proc/20665/stat : 20665 (varsat-industri) R 20663 20665 20350 0 -1 4194304 13473 0 0 0 106191 12 0 0 25 0 1 0 95437575 57896960 13187 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/20665/statm: 14135 13187 115 221 0 13911 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 56540

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20666
/proc/meminfo: memFree=1366304/2055920 swapFree=4130580/4192956
[pid=20665] ppid=20663 vsize=57280 CPUtime=1122.02
/proc/20665/stat : 20665 (varsat-industri) R 20663 20665 20350 0 -1 4194304 13666 0 0 0 112190 12 0 0 25 0 1 0 95437575 58654720 13380 1992294400 4194304 5102648 548682068768 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/20665/statm: 14320 13380 115 221 0 14096 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 57280

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20666
/proc/meminfo: memFree=1365408/2055920 swapFree=4130580/4192956
[pid=20665] ppid=20663 vsize=58340 CPUtime=1182
/proc/20665/stat : 20665 (varsat-industri) R 20663 20665 20350 0 -1 4194304 13878 0 0 0 118188 12 0 0 25 0 1 0 95437575 59740160 13592 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/20665/statm: 14585 13592 115 221 0 14361 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 58340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20666
/proc/meminfo: memFree=1365024/2055920 swapFree=4130580/4192956
[pid=20665] ppid=20663 vsize=59140 CPUtime=1200
/proc/20665/stat : 20665 (varsat-industri) R 20663 20665 20350 0 -1 4194304 13974 0 0 0 119988 12 0 0 25 0 1 0 95437575 60559360 13688 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/20665/statm: 14785 13688 115 221 0 14561 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 59140

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20666
/proc/meminfo: memFree=1365024/2055920 swapFree=4130580/4192956
[pid=20665] ppid=20663 vsize=59140 CPUtime=1200
/proc/20665/stat : 20665 (varsat-industri) R 20663 20665 20350 0 -1 4194304 13974 0 0 0 119988 12 0 0 25 0 1 0 95437575 60559360 13688 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/20665/statm: 14785 13688 115 221 0 14561 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 59140

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.32
CPU time (s): 1200.02
CPU user time (s): 1199.88
CPU system time (s): 0.139978
CPU usage (%): 99.9757
Max. virtual memory (cumulated for all children) (KiB): 59140

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

runsolver used 0.776881 second user time and 2.59161 second system time

The end

Launcher Data

Begin job on node22 at 2009-04-25 17:40:40
IDJOB=1722276
IDBENCH=71086
IDSOLVER=538
FILE ID=node22/1722276-1240674040
PBS_JOBID= 9186621
Free space on /tmp= 66132 MiB

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

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

MD5SUM BENCH= a30111c778b4a83ebe950f77b63a1b33
RANDOM SEED=1963799555

node22.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.232
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.232
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:       1420808 kB
Buffers:         26656 kB
Cached:         499972 kB
SwapCached:      56132 kB
Active:         271396 kB
Inactive:       313652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1420808 kB
SwapTotal:     4192956 kB
SwapFree:      4130580 kB
Dirty:            1956 kB
Writeback:           0 kB
Mapped:          13468 kB
Slab:            36072 kB
Committed_AS:   411360 kB
PageTables:       1368 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= 66132 MiB
End job on node22 at 2009-04-25 18:00:43