Trace number 1719251

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-crafted 2009-03-22? (MO) 856.345 856.672

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq7.cnf
MD5SUM0fbc00fde383cec371bb97d621c5e7e5
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 variables306095
Number of clauses6069108
Sum of the clauses size17675754
Maximum clause length163
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25745111
Number of clauses of size 366910
Number of clauses of size 44878
Number of clauses of size 518476
Number of clauses of size over 5233732

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  306095                                               |
0.00/0.00	c |  Number of clauses:    6069108                                              |
3.59/3.62	c |  Parsing time:         3.06         s                                       |
3.59/3.62	c |  Timeout:              43200 s
3.59/3.62	c |  Random Seed:          1557838920.000000
3.59/3.62	c |  Heuristic:            default                                              |
3.59/3.62	c |                                                                             |
3.79/3.83	c ============================[ Search Statistics ]==============================
3.79/3.83	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.79/3.83	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.79/3.83	c ===============================================================================
3.79/3.83	c |         0 |  306085  6069067 17675665 |  2023022        0    nan |  0.000 % |
4.49/4.58	c |       100 |  306085  6069067 17675665 |  2225324      100     38 |  0.003 % |
5.19/5.26	c |       251 |  306085  6069067 17675665 |  2447857      251     50 |  0.003 % |
5.69/5.79	c |       476 |  306085  6069067 17675665 |  2692642      476     50 |  0.003 % |
6.89/6.92	c |       816 |  306085  6069067 17675665 |  2961906      816     52 |  0.003 % |
7.79/7.89	c |      1322 |  306085  6069067 17675665 |  3258097     1322     50 |  0.003 % |
9.38/9.42	c |      2083 |  306085  6069067 17675665 |  3583907     2083     44 |  0.003 % |
11.49/11.57	c |      3222 |  306085  6069067 17675665 |  3942298     3222     44 |  0.003 % |
15.39/15.47	c |      4930 |  306085  6069067 17675665 |  4336528     4930     46 |  0.003 % |
20.29/20.36	c |      7492 |  306085  6069067 17675665 |  4770180     7492     55 |  0.003 % |
23.28/23.36	c |     11337 |  306085  6069067 17675665 |  5247198    11337     74 |  0.003 % |
31.27/31.38	c |     17103 |  306085  6069067 17675665 |  5771918    17103     78 |  0.003 % |
40.87/40.93	c |     25752 |  306085  6069067 17675665 |  6349110    25752     78 |  0.003 % |
51.27/51.34	c |     38726 |  306085  6069067 17675665 |  6984021    38726     74 |  0.003 % |
70.05/70.12	c |     58188 |  306085  6069067 17675665 |  7682423    58188     69 |  0.003 % |
117.34/117.47	c |     87380 |  306085  6069067 17675665 |  8450666    87380    180 |  0.003 % |
192.32/192.41	c |    131169 |  306085  6069067 17675665 |  9295732   131169    277 |  0.003 % |
284.87/285.05	c |    196854 |  306085  6069067 17675665 | 10225306   196854    367 |  0.003 % |
396.14/396.38	c |    295380 |  306085  6069067 17675665 | 11247836   295380    310 |  0.003 % |
643.65/644.00	c |    443169 |  306085  6069067 17675665 | 12372620   443169    523 |  0.003 % |

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-1719251-1240645042/watcher-1719251-1240645042 -o /tmp/evaluation-result-1719251-1240645042/solver-1719251-1240645042 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1557838920 HOME/instance-1719251-1240645042.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.01 1.00 1.00 2/64 22658
/proc/meminfo: memFree=1777144/2055920 swapFree=4181292/4192956
[pid=22658] ppid=22656 vsize=2556 CPUtime=0
/proc/22658/stat : 22658 (varsat-crafted_) R 22656 22658 22156 0 -1 4194304 476 0 0 0 0 0 0 0 18 0 1 0 92532724 2617344 461 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 0 0 0
/proc/22658/statm: 639 463 88 221 0 415 0

[startup+0.0561109 s]
/proc/loadavg: 1.01 1.00 1.00 2/64 22658
/proc/meminfo: memFree=1777144/2055920 swapFree=4181292/4192956
[pid=22658] ppid=22656 vsize=9456 CPUtime=0.04
/proc/22658/stat : 22658 (varsat-crafted_) R 22656 22658 22156 0 -1 4194304 2085 0 0 0 4 0 0 0 18 0 1 0 92532724 9682944 2070 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 0 0 0
/proc/22658/statm: 2364 2071 88 221 0 2140 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9456

[startup+0.102016 s]
/proc/loadavg: 1.01 1.00 1.00 2/64 22658
/proc/meminfo: memFree=1777144/2055920 swapFree=4181292/4192956
[pid=22658] ppid=22656 vsize=14604 CPUtime=0.09
/proc/22658/stat : 22658 (varsat-crafted_) R 22656 22658 22156 0 -1 4194304 3392 0 0 0 8 1 0 0 18 0 1 0 92532724 14954496 3377 1992294400 4194304 5102648 548682068768 18446744073709551615 4199366 0 0 4096 3 0 0 0 17 0 0 0
/proc/22658/statm: 3651 3378 88 221 0 3427 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14604

[startup+0.302036 s]
/proc/loadavg: 1.01 1.00 1.00 2/64 22658
/proc/meminfo: memFree=1777144/2055920 swapFree=4181292/4192956
[pid=22658] ppid=22656 vsize=38944 CPUtime=0.29
/proc/22658/stat : 22658 (varsat-crafted_) R 22656 22658 22156 0 -1 4194304 9137 0 0 0 26 3 0 0 19 0 1 0 92532724 39878656 9122 1992294400 4194304 5102648 548682068768 18446744073709551615 4489495 0 0 4096 3 0 0 0 17 0 0 0
/proc/22658/statm: 9736 9123 88 221 0 9512 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38944

[startup+0.701079 s]
/proc/loadavg: 1.01 1.00 1.00 2/64 22658
/proc/meminfo: memFree=1777144/2055920 swapFree=4181292/4192956
[pid=22658] ppid=22656 vsize=86692 CPUtime=0.69
/proc/22658/stat : 22658 (varsat-crafted_) R 22656 22658 22156 0 -1 4194304 20356 0 0 0 60 9 0 0 24 0 1 0 92532724 88772608 20341 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 0 0 0
/proc/22658/statm: 21673 20342 88 221 0 21449 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86692

[startup+1.50115 s]
/proc/loadavg: 1.09 1.02 1.01 2/65 22659
/proc/meminfo: memFree=1663408/2055920 swapFree=4181292/4192956
[pid=22658] ppid=22656 vsize=180772 CPUtime=1.49
/proc/22658/stat : 22658 (varsat-crafted_) R 22656 22658 22156 0 -1 4194304 42132 0 0 0 126 23 0 0 25 0 1 0 92532724 185110528 42117 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 0 0 0
/proc/22658/statm: 45193 42118 88 221 0 44969 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 180772

[startup+3.10129 s]
/proc/loadavg: 1.09 1.02 1.01 2/65 22659
/proc/meminfo: memFree=1545400/2055920 swapFree=4181292/4192956
[pid=22658] ppid=22656 vsize=351444 CPUtime=3.09
/proc/22658/stat : 22658 (varsat-crafted_) R 22656 22658 22156 0 -1 4194304 86115 0 0 0 261 48 0 0 25 0 1 0 92532724 359878656 86100 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 0 0 0
/proc/22658/statm: 87861 86100 88 221 0 87637 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 351444

[startup+6.30159 s]
/proc/loadavg: 1.09 1.02 1.01 2/65 22659
/proc/meminfo: memFree=1370104/2055920 swapFree=4181292/4192956
[pid=22658] ppid=22656 vsize=432576 CPUtime=6.29
/proc/22658/stat : 22658 (varsat-crafted_) R 22656 22658 22156 0 -1 4194304 102887 0 0 0 572 57 0 0 25 0 1 0 92532724 442957824 102872 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 0 0 0
/proc/22658/statm: 108144 102872 110 221 0 107920 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 432576

[startup+12.7012 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 22659
/proc/meminfo: memFree=1367992/2055920 swapFree=4181292/4192956
[pid=22658] ppid=22656 vsize=434376 CPUtime=12.69
/proc/22658/stat : 22658 (varsat-crafted_) R 22656 22658 22156 0 -1 4194304 103358 0 0 0 1211 58 0 0 25 0 1 0 92532724 444801024 103343 1992294400 4194304 5102648 548682068768 18446744073709551615 4249691 0 0 4096 3 0 0 0 17 0 0 0
/proc/22658/statm: 108594 103343 110 221 0 108370 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 434376

[startup+25.5024 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 22659
/proc/meminfo: memFree=1363704/2055920 swapFree=4181292/4192956
[pid=22658] ppid=22656 vsize=438772 CPUtime=25.48
/proc/22658/stat : 22658 (varsat-crafted_) R 22656 22658 22156 0 -1 4194304 104468 0 0 0 2489 59 0 0 25 0 1 0 92532724 449302528 104453 1992294400 4194304 5102648 548682068768 18446744073709551615 4249043 0 0 4096 3 0 0 0 17 0 0 0
/proc/22658/statm: 109693 104453 110 221 0 109469 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 438772

[startup+51.1028 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 22661
/proc/meminfo: memFree=1354864/2055920 swapFree=4181292/4192956
[pid=22658] ppid=22656 vsize=447740 CPUtime=51.07
/proc/22658/stat : 22658 (varsat-crafted_) R 22656 22658 22156 0 -1 4194304 106686 0 0 0 5045 62 0 0 25 0 1 0 92532724 458485760 106671 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 0 0 0
/proc/22658/statm: 111935 106671 110 221 0 111711 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 447740

[startup+102.307 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 22661
/proc/meminfo: memFree=1324088/2055920 swapFree=4181292/4192956
[pid=22658] ppid=22656 vsize=478700 CPUtime=102.25
/proc/22658/stat : 22658 (varsat-crafted_) R 22656 22658 22156 0 -1 4194304 114342 0 0 0 10157 68 0 0 25 0 1 0 92532724 490188800 114327 1992294400 4194304 5102648 548682068768 18446744073709551615 4249691 0 0 4096 3 0 0 0 17 0 0 0
/proc/22658/statm: 119675 114327 110 221 0 119451 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 478700

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22661
/proc/meminfo: memFree=1265656/2055920 swapFree=4181292/4192956
[pid=22658] ppid=22656 vsize=537064 CPUtime=162.23
/proc/22658/stat : 22658 (varsat-crafted_) R 22656 22658 22156 0 -1 4194304 128922 0 0 0 16142 81 0 0 25 0 1 0 92532724 549953536 128907 1992294400 4194304 5102648 548682068768 18446744073709551615 4249691 0 0 4096 3 0 0 0 17 0 0 0
/proc/22658/statm: 134266 128907 110 221 0 134042 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 537064

[startup+222.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22661
/proc/meminfo: memFree=1153848/2055920 swapFree=4181292/4192956
[pid=22658] ppid=22656 vsize=649404 CPUtime=222.2
/proc/22658/stat : 22658 (varsat-crafted_) R 22656 22658 22156 0 -1 4194304 156930 0 0 0 22122 98 0 0 25 0 1 0 92532724 664989696 156915 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/22658/statm: 162351 156915 110 221 0 162127 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 649404

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22661
/proc/meminfo: memFree=1068984/2055920 swapFree=4181292/4192956
[pid=22658] ppid=22656 vsize=733996 CPUtime=282.18
/proc/22658/stat : 22658 (varsat-crafted_) R 22656 22658 22156 0 -1 4194304 178131 0 0 0 28104 114 0 0 25 0 1 0 92532724 751611904 178116 1992294400 4194304 5102648 548682068768 18446744073709551615 4254657 0 0 4096 3 0 0 0 17 0 0 0
/proc/22658/statm: 183499 178116 110 221 0 183275 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 733996

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22661
/proc/meminfo: memFree=1040440/2055920 swapFree=4181292/4192956
[pid=22658] ppid=22656 vsize=762564 CPUtime=342.15
/proc/22658/stat : 22658 (varsat-crafted_) R 22656 22658 22156 0 -1 4194304 185070 0 0 0 34096 119 0 0 25 0 1 0 92532724 780865536 185055 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/22658/statm: 190641 185055 110 221 0 190417 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 762564

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22661
/proc/meminfo: memFree=974072/2055920 swapFree=4181292/4192956
[pid=22658] ppid=22656 vsize=830520 CPUtime=402.13
/proc/22658/stat : 22658 (varsat-crafted_) R 22656 22658 22156 0 -1 4194304 202137 0 0 0 40080 133 0 0 25 0 1 0 92532724 850452480 202122 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/22658/statm: 207630 202122 110 221 0 207406 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 830520

[startup+462.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22661
/proc/meminfo: memFree=841336/2055920 swapFree=4181292/4192956
[pid=22658] ppid=22656 vsize=962440 CPUtime=462.11
/proc/22658/stat : 22658 (varsat-crafted_) R 22656 22658 22156 0 -1 4194304 234866 0 0 0 46059 152 0 0 25 0 1 0 92532724 985538560 234851 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/22658/statm: 240610 234851 110 221 0 240386 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 962440

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22661
/proc/meminfo: memFree=723512/2055920 swapFree=4181292/4192956
[pid=22658] ppid=22656 vsize=1081728 CPUtime=522.08
/proc/22658/stat : 22658 (varsat-crafted_) R 22656 22658 22156 0 -1 4194304 264713 0 0 0 52038 170 0 0 25 0 1 0 92532724 1107689472 264698 1992294400 4194304 5102648 548682068768 18446744073709551615 4249888 0 0 4096 3 0 0 0 17 0 0 0
/proc/22658/statm: 270432 264698 110 221 0 270208 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 1081728

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22661
/proc/meminfo: memFree=575736/2055920 swapFree=4181292/4192956
[pid=22658] ppid=22656 vsize=1228064 CPUtime=582.07
/proc/22658/stat : 22658 (varsat-crafted_) R 22656 22658 22156 0 -1 4194304 301354 0 0 0 58015 192 0 0 25 0 1 0 92532724 1257537536 301339 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/22658/statm: 307016 301339 110 221 0 306792 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 1228064

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22661
/proc/meminfo: memFree=424056/2055920 swapFree=4181292/4192956
[pid=22658] ppid=22656 vsize=1378004 CPUtime=642.05
/proc/22658/stat : 22658 (varsat-crafted_) R 22656 22658 22156 0 -1 4194304 338861 0 0 0 63988 217 0 0 25 0 1 0 92532724 1411076096 338846 1992294400 4194304 5102648 548682068768 18446744073709551615 4244275 0 0 4096 3 0 0 0 17 0 0 0
/proc/22658/statm: 344501 338846 110 221 0 344277 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 1378004

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22661
/proc/meminfo: memFree=348856/2055920 swapFree=4181292/4192956
[pid=22658] ppid=22656 vsize=1456264 CPUtime=702.02
/proc/22658/stat : 22658 (varsat-crafted_) R 22656 22658 22156 0 -1 4194304 357853 0 0 0 69969 233 0 0 25 0 1 0 92532724 1491214336 357838 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/22658/statm: 364066 357838 110 221 0 363842 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 1456264

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22661
/proc/meminfo: memFree=204152/2055920 swapFree=4181292/4192956
[pid=22658] ppid=22656 vsize=1599812 CPUtime=762.01
/proc/22658/stat : 22658 (varsat-crafted_) R 22656 22658 22156 0 -1 4194304 393793 0 0 0 75949 252 0 0 25 0 1 0 92532724 1638207488 393778 1992294400 4194304 5102648 548682068768 18446744073709551615 4249378 0 0 4096 3 0 0 0 17 0 0 0
/proc/22658/statm: 399953 393778 110 221 0 399729 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 1599812

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22661
/proc/meminfo: memFree=61496/2055920 swapFree=4181292/4192956
[pid=22658] ppid=22656 vsize=1743300 CPUtime=821.98
/proc/22658/stat : 22658 (varsat-crafted_) R 22656 22658 22156 0 -1 4194304 429686 0 0 0 81928 270 0 0 25 0 1 0 92532724 1785139200 429671 1992294400 4194304 5102648 548682068768 18446744073709551615 4249033 0 0 4096 3 0 0 0 17 0 0 0
/proc/22658/statm: 435825 429671 110 221 0 435601 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 1743300



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+856.401 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22661
/proc/meminfo: memFree=15096/2055920 swapFree=4181264/4192956
[pid=22658] ppid=22656 vsize=1843480 CPUtime=856.06
/proc/22658/stat : 22658 (varsat-crafted_) R 22656 22658 22156 0 -1 4194304 454756 0 0 0 85324 282 0 0 25 0 1 0 92532724 1887723520 454741 1992294400 4194304 5102648 548682068768 18446744073709551615 4249033 0 0 4096 3 0 0 0 17 0 0 0
/proc/22658/statm: 460870 454741 110 221 0 460646 0
Current children cumulated CPU time (s) 856.06
Current children cumulated vsize (KiB) 1843480

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

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

[startup+856.602 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22661
/proc/meminfo: memFree=15096/2055920 swapFree=4181264/4192956
[pid=22658] ppid=22656 vsize=0 CPUtime=856.26
/proc/22658/stat : 22658 (varsat-crafted_) R 22656 22658 22156 0 -1 4195332 454761 0 0 0 85324 302 0 0 25 0 1 0 92532724 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/22658/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 856.26
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 856.672
CPU time (s): 856.345
CPU user time (s): 853.249
CPU system time (s): 3.09553
CPU usage (%): 99.9618
Max. virtual memory (cumulated for all children) (KiB): 1843480

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

runsolver used 0.731888 second user time and 2.39364 second system time

The end

Launcher Data

Begin job on node48 at 2009-04-25 09:37:30
IDJOB=1719251
IDBENCH=20580
IDSOLVER=537
FILE ID=node48/1719251-1240645042
PBS_JOBID= 9186421
Free space on /tmp= 66180 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq7.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1719251-1240645042/watcher-1719251-1240645042 -o /tmp/evaluation-result-1719251-1240645042/solver-1719251-1240645042 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=1557838920 HOME/instance-1719251-1240645042.cnf

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

MD5SUM BENCH= 0fbc00fde383cec371bb97d621c5e7e5
RANDOM SEED=1557838920

node48.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.209
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.209
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:       1777624 kB
Buffers:          3236 kB
Cached:         204856 kB
SwapCached:       5428 kB
Active:         158480 kB
Inactive:        57448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1777624 kB
SwapTotal:     4192956 kB
SwapFree:      4181292 kB
Dirty:          132804 kB
Writeback:           0 kB
Mapped:          13548 kB
Slab:            48368 kB
Committed_AS:   399444 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= 66180 MiB
End job on node48 at 2009-04-25 09:51:48