Trace number 1786036

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.09 5001.37

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v1820c171155gyes6.cnf
MD5SUM6a5fbd61e49d3642ce9fdb6efadb5a97
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 variables1820
Number of clauses171155
Sum of the clauses size344000
Maximum clause length28
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2171090
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 565

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  1820                                                 |
0.00/0.00	c |  Number of clauses:    171155                                               |
0.09/0.14	c |  Parsing time:         0.11         s                                       |
0.09/0.14	c |  Timeout:              43200 s
0.09/0.14	c |  Random Seed:          5686254.000000
0.09/0.14	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.09/0.14	c |  Branching Rule:       default (solution-guided)                            |
0.09/0.14	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.09/0.14	c |                                                                             |
5.19/5.21	c ============================[ Search Statistics ]==============================
5.19/5.21	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.19/5.21	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.19/5.21	c ===============================================================================
5.19/5.21	c |         0 |    1755   169335   516738 |    56445        0    nan |  0.000 % |
5.39/5.46	c |       101 |    1755   169335   516738 |    62089      101    218 |  0.000 % |
5.69/5.73	c |       254 |    1755   169335   516738 |    68298      254    227 |  0.000 % |
5.99/6.00	c |       479 |    1755   169335   516738 |    75128      479    230 |  0.000 % |
6.29/6.32	c |       816 |    1755   169335   516738 |    82641      816    271 |  0.000 % |
6.59/6.68	c |      1323 |    1755   169335   516738 |    90905     1323    262 |  0.000 % |
7.08/7.12	c |      2082 |    1755   169335   516738 |    99995     2082    266 |  0.000 % |
7.59/7.68	c |      3223 |    1755   169335   516738 |   109995     3223    257 |  0.000 % |
8.48/8.56	c |      4931 |    1755   169335   516738 |   120994     4931    246 |  0.000 % |
9.89/9.93	c |      7498 |    1755   169335   516738 |   133094     7498    253 |  0.000 % |
12.29/12.30	c |     11342 |    1755   169335   516738 |   146403    11342    252 |  0.000 % |
15.59/15.68	c |     17110 |    1755   169335   516738 |   161044    17110    237 |  0.000 % |
21.99/22.06	c |     25760 |    1755   169335   516738 |   177148    25760    236 |  0.000 % |
37.88/37.91	c |     38735 |    1755   169335   516738 |   194863    38735    234 |  0.000 % |
68.78/68.85	c |     58198 |    1755   169335   516738 |   214349    58198    232 |  0.000 % |
138.75/138.81	c |     87390 |    1755   169335   516738 |   235784    87390    232 |  0.000 % |
263.63/263.79	c |    131179 |    1755   169335   516738 |   259363   131179    230 |  0.000 % |
556.25/556.46	c |    196867 |    1755   169335   516738 |   285299   196867    229 |  0.000 % |
1155.90/1156.23	c |    295394 |    1755   169335   516738 |   313829    29158    206 |  0.000 % |
1705.75/1706.25	c |    443187 |    1755   169335   516738 |   345212   176951    230 |  0.000 % |
3290.95/3291.89	c |    664874 |    1755   169335   516738 |   379733    83516    201 |  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-1786036-1241943678/watcher-1786036-1241943678 -o /tmp/evaluation-result-1786036-1241943678/solver-1786036-1241943678 -C 5000 -W 6000 -M 1800 HOME/varsat-industrial_static -seed=5686254 HOME/instance-1786036-1241943678.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: 1.00 1.00 1.00 3/64 29368
/proc/meminfo: memFree=1815576/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=2556 CPUtime=0
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 487 0 0 0 0 0 0 0 20 0 1 0 222400756 2617344 472 1992294400 4194304 5102648 548682068800 18446744073709551615 4515739 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 639 472 87 221 0 415 0

[startup+0.026704 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29368
/proc/meminfo: memFree=1815576/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=5572 CPUtime=0.01
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 1215 0 0 0 1 0 0 0 20 0 1 0 222400756 5705728 1200 1992294400 4194304 5102648 548682068800 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 1393 1202 87 221 0 1169 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5572

[startup+0.101711 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29368
/proc/meminfo: memFree=1815576/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=15756 CPUtime=0.09
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 3694 0 0 0 7 2 0 0 20 0 1 0 222400756 16134144 3679 1992294400 4194304 5102648 548682068800 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 3939 3681 87 221 0 3715 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15756

[startup+0.301731 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29368
/proc/meminfo: memFree=1815576/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=22508 CPUtime=0.29
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 5332 0 0 0 26 3 0 0 22 0 1 0 222400756 23048192 5317 1992294400 4194304 5102648 548682068800 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 5627 5317 98 221 0 5403 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22508

[startup+0.701771 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29368
/proc/meminfo: memFree=1815576/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=22508 CPUtime=0.69
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 5332 0 0 0 66 3 0 0 25 0 1 0 222400756 23048192 5317 1992294400 4194304 5102648 548682068800 18446744073709551615 4274077 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 5627 5317 98 221 0 5403 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22508

[startup+1.50185 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29369
/proc/meminfo: memFree=1794704/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=29944 CPUtime=1.49
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 7070 0 0 0 146 3 0 0 25 0 1 0 222400756 30662656 7055 1992294400 4194304 5102648 548682068800 18446744073709551615 4274051 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 7486 7055 100 221 0 7262 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29944

[startup+3.10201 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29369
/proc/meminfo: memFree=1787536/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=29944 CPUtime=3.09
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 7124 0 0 0 306 3 0 0 25 0 1 0 222400756 30662656 7109 1992294400 4194304 5102648 548682068800 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 7486 7109 100 221 0 7262 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29944

[startup+6.30134 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29369
/proc/meminfo: memFree=1789904/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=26428 CPUtime=6.29
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 7200 0 0 0 626 3 0 0 25 0 1 0 222400756 27062272 6394 1992294400 4194304 5102648 548682068800 18446744073709551615 4249926 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 6607 6394 115 221 0 6383 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26428

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29369
/proc/meminfo: memFree=1783376/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=33828 CPUtime=12.69
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 9074 0 0 0 1264 5 0 0 25 0 1 0 222400756 34639872 8268 1992294400 4194304 5102648 548682068800 18446744073709551615 4254641 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 8457 8268 115 221 0 8233 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33828

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29369
/proc/meminfo: memFree=1765968/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=50776 CPUtime=25.48
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 13274 0 0 0 2540 8 0 0 25 0 1 0 222400756 51994624 12468 1992294400 4194304 5102648 548682068800 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 12694 12468 115 221 0 12470 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 50776

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29369
/proc/meminfo: memFree=1746640/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=70336 CPUtime=51.08
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 18158 0 0 0 5095 13 0 0 25 0 1 0 222400756 72024064 17352 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 17584 17352 115 221 0 17360 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 70336

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29369
/proc/meminfo: memFree=1719056/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=97680 CPUtime=102.27
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 24951 0 0 0 10208 19 0 0 25 0 1 0 222400756 100024320 24145 1992294400 4194304 5102648 548682068800 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 24420 24145 115 221 0 24196 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 97680

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29369
/proc/meminfo: memFree=1696976/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=120084 CPUtime=162.25
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 30477 0 0 0 16200 25 0 0 25 0 1 0 222400756 122966016 29671 1992294400 4194304 5102648 548682068800 18446744073709551615 4249855 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 30021 29671 115 221 0 29797 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 120084

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29369
/proc/meminfo: memFree=1676176/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=140796 CPUtime=222.23
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 35636 0 0 0 22193 30 0 0 25 0 1 0 222400756 144175104 34830 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 35199 34830 115 221 0 34975 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 140796

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29369
/proc/meminfo: memFree=1659088/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=157792 CPUtime=282.22
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 39913 0 0 0 28186 36 0 0 25 0 1 0 222400756 161579008 39107 1992294400 4194304 5102648 548682068800 18446744073709551615 4249872 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 39448 39107 115 221 0 39224 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 157792

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29369
/proc/meminfo: memFree=1646608/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=170660 CPUtime=342.21
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 42981 0 0 0 34183 38 0 0 25 0 1 0 222400756 174755840 42175 1992294400 4194304 5102648 548682068800 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 42665 42175 115 221 0 42441 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 170660

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29369
/proc/meminfo: memFree=1633168/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=184480 CPUtime=402.19
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 46409 0 0 0 40177 42 0 0 25 0 1 0 222400756 188907520 45603 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 46120 45603 115 221 0 45896 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 184480

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29369
/proc/meminfo: memFree=1619920/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=197608 CPUtime=462.17
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 49678 0 0 0 46171 46 0 0 25 0 1 0 222400756 202350592 48872 1992294400 4194304 5102648 548682068800 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 49402 48872 115 221 0 49178 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 197608

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29369
/proc/meminfo: memFree=1605072/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=212508 CPUtime=522.15
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 53424 0 0 0 52165 50 0 0 25 0 1 0 222400756 217608192 52618 1992294400 4194304 5102648 548682068800 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 53127 52618 115 221 0 52903 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 212508

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29369
/proc/meminfo: memFree=1592656/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=224888 CPUtime=582.15
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 56464 0 0 0 58161 54 0 0 25 0 1 0 222400756 230285312 55658 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 56222 55658 115 221 0 55998 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 224888

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29369
/proc/meminfo: memFree=1582608/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=235928 CPUtime=642.13
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 58976 0 0 0 64157 56 0 0 25 0 1 0 222400756 241590272 58170 1992294400 4194304 5102648 548682068800 18446744073709551615 4515739 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 58982 58170 115 221 0 58758 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 235928

[startup+702.302 s]

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

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29377
/proc/meminfo: memFree=1422672/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=398144 CPUtime=4061.26
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 98723 0 0 0 406032 94 0 0 25 0 1 0 222400756 407699456 97917 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 99536 97917 115 221 0 99312 0
Current children cumulated CPU time (s) 4061.26
Current children cumulated vsize (KiB) 398144

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29377
/proc/meminfo: memFree=1422608/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=398144 CPUtime=4121.24
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 98726 0 0 0 412030 94 0 0 25 0 1 0 222400756 407699456 97920 1992294400 4194304 5102648 548682068800 18446744073709551615 4249860 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 99536 97920 115 221 0 99312 0
Current children cumulated CPU time (s) 4121.24
Current children cumulated vsize (KiB) 398144

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29377
/proc/meminfo: memFree=1421712/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=399104 CPUtime=4181.22
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 98953 0 0 0 418028 94 0 0 25 0 1 0 222400756 408682496 98147 1992294400 4194304 5102648 548682068800 18446744073709551615 4249872 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 99776 98147 115 221 0 99552 0
Current children cumulated CPU time (s) 4181.22
Current children cumulated vsize (KiB) 399104

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29377
/proc/meminfo: memFree=1421392/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=399584 CPUtime=4241.21
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 99038 0 0 0 424027 94 0 0 25 0 1 0 222400756 409174016 98232 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 99896 98232 115 221 0 99672 0
Current children cumulated CPU time (s) 4241.21
Current children cumulated vsize (KiB) 399584

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29377
/proc/meminfo: memFree=1421328/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=399584 CPUtime=4301.19
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 99049 0 0 0 430025 94 0 0 25 0 1 0 222400756 409174016 98243 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 99896 98243 115 221 0 99672 0
Current children cumulated CPU time (s) 4301.19
Current children cumulated vsize (KiB) 399584

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29377
/proc/meminfo: memFree=1421264/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=399584 CPUtime=4361.18
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 99050 0 0 0 436024 94 0 0 25 0 1 0 222400756 409174016 98244 1992294400 4194304 5102648 548682068800 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 99896 98244 115 221 0 99672 0
Current children cumulated CPU time (s) 4361.18
Current children cumulated vsize (KiB) 399584

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29377
/proc/meminfo: memFree=1421264/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=399584 CPUtime=4421.16
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 99054 0 0 0 442022 94 0 0 25 0 1 0 222400756 409174016 98248 1992294400 4194304 5102648 548682068800 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 99896 98248 115 221 0 99672 0
Current children cumulated CPU time (s) 4421.16
Current children cumulated vsize (KiB) 399584

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29377
/proc/meminfo: memFree=1421136/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=399796 CPUtime=4481.14
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 99094 0 0 0 448020 94 0 0 25 0 1 0 222400756 409391104 98288 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 99949 98288 115 221 0 99725 0
Current children cumulated CPU time (s) 4481.14
Current children cumulated vsize (KiB) 399796

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29377
/proc/meminfo: memFree=1421072/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=399796 CPUtime=4541.13
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 99099 0 0 0 454019 94 0 0 25 0 1 0 222400756 409391104 98293 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 99949 98293 115 221 0 99725 0
Current children cumulated CPU time (s) 4541.13
Current children cumulated vsize (KiB) 399796

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29377
/proc/meminfo: memFree=1421008/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=399796 CPUtime=4601.12
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 99107 0 0 0 460018 94 0 0 25 0 1 0 222400756 409391104 98301 1992294400 4194304 5102648 548682068800 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 99949 98301 115 221 0 99725 0
Current children cumulated CPU time (s) 4601.12
Current children cumulated vsize (KiB) 399796

[startup+4662.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 29377
/proc/meminfo: memFree=1420560/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=400756 CPUtime=4661.1
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 99232 0 0 0 466016 94 0 0 25 0 1 0 222400756 410374144 98427 1992294400 4194304 5102648 548682068800 18446744073709551615 4516169 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 100189 98435 115 221 0 99965 0
Current children cumulated CPU time (s) 4661.1
Current children cumulated vsize (KiB) 400756

[startup+4722.31 s]
/proc/loadavg: 1.08 1.03 1.00 2/65 29377
/proc/meminfo: memFree=1420112/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=400756 CPUtime=4721.09
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 99315 0 0 0 472014 95 0 0 25 0 1 0 222400756 410374144 98509 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 100189 98509 115 221 0 99965 0
Current children cumulated CPU time (s) 4721.09
Current children cumulated vsize (KiB) 400756

[startup+4782.3 s]
/proc/loadavg: 1.09 1.04 1.00 2/65 29379
/proc/meminfo: memFree=1419856/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=400756 CPUtime=4781.07
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 99322 0 0 0 478012 95 0 0 25 0 1 0 222400756 410374144 98516 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 100189 98516 115 221 0 99965 0
Current children cumulated CPU time (s) 4781.07
Current children cumulated vsize (KiB) 400756

[startup+4842.3 s]
/proc/loadavg: 1.08 1.04 1.00 2/65 29379
/proc/meminfo: memFree=1419920/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=400756 CPUtime=4841.06
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 99327 0 0 0 484011 95 0 0 25 0 1 0 222400756 410374144 98521 1992294400 4194304 5102648 548682068800 18446744073709551615 4249970 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 100189 98521 115 221 0 99965 0
Current children cumulated CPU time (s) 4841.06
Current children cumulated vsize (KiB) 400756

[startup+4902.3 s]
/proc/loadavg: 1.08 1.05 1.00 2/65 29379
/proc/meminfo: memFree=1419920/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=400756 CPUtime=4901.04
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 99331 0 0 0 490009 95 0 0 25 0 1 0 222400756 410374144 98525 1992294400 4194304 5102648 548682068800 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 100189 98525 115 221 0 99965 0
Current children cumulated CPU time (s) 4901.04
Current children cumulated vsize (KiB) 400756

[startup+4962.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/65 29379
/proc/meminfo: memFree=1419856/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=400756 CPUtime=4961.03
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 99356 0 0 0 496008 95 0 0 25 0 1 0 222400756 410374144 98550 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 100189 98550 115 221 0 99965 0
Current children cumulated CPU time (s) 4961.03
Current children cumulated vsize (KiB) 400756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 29379
/proc/meminfo: memFree=1419792/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=400756 CPUtime=5000.02
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 99373 0 0 0 499907 95 0 0 25 0 1 0 222400756 410374144 98567 1992294400 4194304 5102648 548682068800 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 100189 98567 115 221 0 99965 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 400756

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

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

[startup+5001.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 29379
/proc/meminfo: memFree=1419792/2055920 swapFree=4178904/4192956
[pid=29368] ppid=29366 vsize=400756 CPUtime=5000.02
/proc/29368/stat : 29368 (varsat-industri) R 29366 29368 29261 0 -1 4194304 99373 0 0 0 499907 95 0 0 25 0 1 0 222400756 410374144 98567 1992294400 4194304 5102648 548682068800 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/29368/statm: 100189 98567 115 221 0 99965 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 400756

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.37
CPU time (s): 5000.09
CPU user time (s): 4999.08
CPU system time (s): 1.01384
CPU usage (%): 99.9745
Max. virtual memory (cumulated for all children) (KiB): 400756

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

runsolver used 4.11637 second user time and 14.0799 second system time

The end

Launcher Data

Begin job on node27 at 2009-05-10 10:21:18
IDJOB=1786036
IDBENCH=71529
IDSOLVER=641
FILE ID=node27/1786036-1241943678
PBS_JOBID= 9265002
Free space on /tmp= 66288 MiB

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

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

MD5SUM BENCH= 6a5fbd61e49d3642ce9fdb6efadb5a97
RANDOM SEED=5686254

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
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:       1816056 kB
Buffers:         52184 kB
Cached:         134744 kB
SwapCached:       8164 kB
Active:         113932 kB
Inactive:        83332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1816056 kB
SwapTotal:     4192956 kB
SwapFree:      4178904 kB
Dirty:            3160 kB
Writeback:           0 kB
Mapped:          14772 kB
Slab:            28484 kB
Committed_AS:   723436 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66288 MiB
End job on node27 at 2009-05-10 11:44:42