Trace number 1513599

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? (TO) 1200.11 1200.41

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/140/
unif-k7-r85-v140-c11900-S1818639567-059.cnf
MD5SUM7d306f2c24913eb95b4eca32110fa72f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.08807
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses11900
Sum of the clauses size83300
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 511900

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  140                                                  |
0.00/0.00	c |  Number of clauses:    11900                                                |
0.00/0.02	c |  Parsing time:         0.02         s                                       |
0.00/0.02	c |  Timeout:              43200 s
0.00/0.02	c |  Random Seed:          37081989.000000
0.00/0.02	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.00/0.02	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.02	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.02	c |                                                                             |
0.29/0.34	c ============================[ Search Statistics ]==============================
0.29/0.34	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.29/0.34	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.29/0.34	c ===============================================================================
0.29/0.34	c |         0 |     140    11900    83300 |     3966        0    nan |  0.000 % |
0.29/0.39	c |       100 |     140    11900    83300 |     4363      100     43 |  0.005 % |
0.39/0.44	c |       252 |     140    11900    83300 |     4799      252     43 |  0.005 % |
0.49/0.50	c |       478 |     140    11900    83300 |     5279      478     43 |  0.005 % |
0.49/0.56	c |       815 |     140    11900    83300 |     5807      815     42 |  0.005 % |
0.59/0.64	c |      1321 |     140    11900    83300 |     6388     1321     43 |  0.005 % |
0.69/0.73	c |      2081 |     140    11900    83300 |     7027     2081     43 |  0.005 % |
0.79/0.86	c |      3220 |     140    11900    83300 |     7729     3220     43 |  0.005 % |
0.99/1.05	c |      4928 |     140    11900    83300 |     8502     4928     43 |  0.005 % |
1.29/1.36	c |      7490 |     140    11900    83300 |     9353     7490     43 |  0.005 % |
1.79/1.84	c |     11334 |     140    11900    83300 |    10288     6624     43 |  0.005 % |
2.59/2.60	c |     17102 |     140    11900    83300 |    11317     7213     43 |  0.005 % |
3.89/3.91	c |     25751 |     140    11900    83300 |    12449    10172     43 |  0.005 % |
5.79/5.80	c |     38726 |     140    11900    83300 |    13694    10625     44 |  0.005 % |
8.69/8.72	c |     58188 |     140    11900    83300 |    15063     9452     43 |  0.005 % |
13.39/13.48	c |     87380 |     140    11900    83300 |    16569     8384     42 |  0.005 % |
20.98/21.05	c |    131170 |     140    11900    83300 |    18226    10592     43 |  0.005 % |
33.68/33.80	c |    196854 |     140    11900    83300 |    20049    12250     43 |  0.005 % |
54.37/54.46	c |    295381 |     140    11900    83300 |    22054    10213     43 |  0.005 % |
87.47/87.59	c |    443170 |     140    11900    83300 |    24259    14250     43 |  0.005 % |
141.66/141.79	c |    664853 |     140    11900    83300 |    26685    15265     43 |  0.005 % |
228.74/228.86	c |    997379 |     140    11900    83300 |    29354    15379     42 |  0.005 % |
368.59/368.77	c |   1496168 |     140    11900    83300 |    32289    21111     42 |  0.005 % |
597.04/597.22	c |   2244350 |     140    11900    83300 |    35518    21580     43 |  0.005 % |
969.64/969.95	c |   3366624 |     140    11900    83300 |    39070    29650     43 |  0.005 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1513599-1238219763/watcher-1513599-1238219763 -o /tmp/evaluation-result-1513599-1238219763/solver-1513599-1238219763 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=37081989 HOME/instance-1513599-1238219763.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.97 0.93 3/64 21702
/proc/meminfo: memFree=1164064/2055920 swapFree=4176868/4192956
[pid=21702] ppid=21700 vsize=2544 CPUtime=0
/proc/21702/stat : 21702 (varsat-crafted_) R 21700 21702 20817 0 -1 4194304 295 0 0 0 0 0 0 0 18 0 1 0 1094638663 2605056 280 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/21702/statm: 636 281 87 221 0 412 0

[startup+0.0958579 s]
/proc/loadavg: 0.99 0.97 0.93 3/64 21702
/proc/meminfo: memFree=1164064/2055920 swapFree=4176868/4192956
[pid=21702] ppid=21700 vsize=4912 CPUtime=0.09
/proc/21702/stat : 21702 (varsat-crafted_) R 21700 21702 20817 0 -1 4194304 930 0 0 0 9 0 0 0 18 0 1 0 1094638663 5029888 915 1992294400 4194304 5102648 548682068800 18446744073709551615 4273274 0 0 4096 3 0 0 0 17 1 0 0
/proc/21702/statm: 1228 915 98 221 0 1004 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4912

[startup+0.101858 s]
/proc/loadavg: 0.99 0.97 0.93 3/64 21702
/proc/meminfo: memFree=1164064/2055920 swapFree=4176868/4192956
[pid=21702] ppid=21700 vsize=4912 CPUtime=0.09
/proc/21702/stat : 21702 (varsat-crafted_) R 21700 21702 20817 0 -1 4194304 930 0 0 0 9 0 0 0 18 0 1 0 1094638663 5029888 915 1992294400 4194304 5102648 548682068800 18446744073709551615 4272888 0 0 4096 3 0 0 0 17 1 0 0
/proc/21702/statm: 1228 915 98 221 0 1004 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4912

[startup+0.301876 s]
/proc/loadavg: 0.99 0.97 0.93 3/64 21702
/proc/meminfo: memFree=1164064/2055920 swapFree=4176868/4192956
[pid=21702] ppid=21700 vsize=5128 CPUtime=0.29
/proc/21702/stat : 21702 (varsat-crafted_) R 21700 21702 20817 0 -1 4194304 977 0 0 0 29 0 0 0 19 0 1 0 1094638663 5251072 962 1992294400 4194304 5102648 548682068800 18446744073709551615 4272886 0 0 4096 3 0 0 0 17 1 0 0
/proc/21702/statm: 1282 962 98 221 0 1058 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5128

[startup+0.701914 s]
/proc/loadavg: 0.99 0.97 0.93 3/64 21702
/proc/meminfo: memFree=1164064/2055920 swapFree=4176868/4192956
[pid=21702] ppid=21700 vsize=4564 CPUtime=0.69
/proc/21702/stat : 21702 (varsat-crafted_) R 21700 21702 20817 0 -1 4194304 990 0 0 0 69 0 0 0 22 0 1 0 1094638663 4673536 841 1992294400 4194304 5102648 548682068800 18446744073709551615 4249936 0 0 4096 3 0 0 0 17 1 0 0
/proc/21702/statm: 1141 841 110 221 0 917 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4564

[startup+1.50299 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 21703
/proc/meminfo: memFree=1160728/2055920 swapFree=4176868/4192956
[pid=21702] ppid=21700 vsize=6060 CPUtime=1.49
/proc/21702/stat : 21702 (varsat-crafted_) R 21700 21702 20817 0 -1 4194304 1325 0 0 0 149 0 0 0 25 0 1 0 1094638663 6205440 1176 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/21702/statm: 1515 1176 110 221 0 1291 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6060

[startup+3.10113 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 21703
/proc/meminfo: memFree=1159384/2055920 swapFree=4176868/4192956
[pid=21702] ppid=21700 vsize=6720 CPUtime=3.09
/proc/21702/stat : 21702 (varsat-crafted_) R 21700 21702 20817 0 -1 4194304 1500 0 0 0 309 0 0 0 25 0 1 0 1094638663 6881280 1351 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/21702/statm: 1680 1351 110 221 0 1456 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6720

[startup+6.30143 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 21703
/proc/meminfo: memFree=1158168/2055920 swapFree=4176868/4192956
[pid=21702] ppid=21700 vsize=7920 CPUtime=6.29
/proc/21702/stat : 21702 (varsat-crafted_) R 21700 21702 20817 0 -1 4194304 1789 0 0 0 628 1 0 0 25 0 1 0 1094638663 8110080 1640 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/21702/statm: 1980 1640 110 221 0 1756 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7920

[startup+12.701 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 21703
/proc/meminfo: memFree=1156904/2055920 swapFree=4176868/4192956
[pid=21702] ppid=21700 vsize=8736 CPUtime=12.69
/proc/21702/stat : 21702 (varsat-crafted_) R 21700 21702 20817 0 -1 4194304 1996 0 0 0 1268 1 0 0 25 0 1 0 1094638663 8945664 1847 1992294400 4194304 5102648 548682068800 18446744073709551615 4249757 0 0 4096 3 0 0 0 17 1 0 0
/proc/21702/statm: 2184 1847 110 221 0 1960 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8736

[startup+25.5012 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 21703
/proc/meminfo: memFree=1155368/2055920 swapFree=4176868/4192956
[pid=21702] ppid=21700 vsize=10420 CPUtime=25.49
/proc/21702/stat : 21702 (varsat-crafted_) R 21700 21702 20817 0 -1 4194304 2381 0 0 0 2547 2 0 0 25 0 1 0 1094638663 10670080 2232 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/21702/statm: 2605 2232 110 221 0 2381 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 10420

[startup+51.1016 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 21703
/proc/meminfo: memFree=1153960/2055920 swapFree=4176868/4192956
[pid=21702] ppid=21700 vsize=12024 CPUtime=51.08
/proc/21702/stat : 21702 (varsat-crafted_) R 21700 21702 20817 0 -1 4194304 2750 0 0 0 5106 2 0 0 25 0 1 0 1094638663 12312576 2601 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/21702/statm: 3006 2601 110 221 0 2782 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 12024

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 21703
/proc/meminfo: memFree=1151912/2055920 swapFree=4176868/4192956
[pid=21702] ppid=21700 vsize=14036 CPUtime=102.27
/proc/21702/stat : 21702 (varsat-crafted_) R 21700 21702 20817 0 -1 4194304 3243 0 0 0 10224 3 0 0 25 0 1 0 1094638663 14372864 3094 1992294400 4194304 5102648 548682068800 18446744073709551615 4249859 0 0 4096 3 0 0 0 17 1 0 0
/proc/21702/statm: 3509 3094 110 221 0 3285 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 14036

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 21703
/proc/meminfo: memFree=1150312/2055920 swapFree=4176868/4192956
[pid=21702] ppid=21700 vsize=15776 CPUtime=162.25
/proc/21702/stat : 21702 (varsat-crafted_) R 21700 21702 20817 0 -1 4194304 3626 0 0 0 16222 3 0 0 25 0 1 0 1094638663 16154624 3477 1992294400 4194304 5102648 548682068800 18446744073709551615 4250292 0 0 4096 3 0 0 0 17 1 0 0
/proc/21702/statm: 3944 3477 110 221 0 3720 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 15776

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 21703
/proc/meminfo: memFree=1149672/2055920 swapFree=4176868/4192956
[pid=21702] ppid=21700 vsize=16344 CPUtime=222.24
/proc/21702/stat : 21702 (varsat-crafted_) R 21700 21702 20817 0 -1 4194304 3768 0 0 0 22220 4 0 0 25 0 1 0 1094638663 16736256 3619 1992294400 4194304 5102648 548682068800 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/21702/statm: 4086 3619 110 221 0 3862 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 16344

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 21703
/proc/meminfo: memFree=1148264/2055920 swapFree=4176868/4192956
[pid=21702] ppid=21700 vsize=17908 CPUtime=282.22
/proc/21702/stat : 21702 (varsat-crafted_) R 21700 21702 20817 0 -1 4194304 4121 0 0 0 28218 4 0 0 25 0 1 0 1094638663 18337792 3972 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/21702/statm: 4477 3972 110 221 0 4253 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 17908

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 21709
/proc/meminfo: memFree=1147560/2055920 swapFree=4176868/4192956
[pid=21702] ppid=21700 vsize=18436 CPUtime=342.19
/proc/21702/stat : 21702 (varsat-crafted_) R 21700 21702 20817 0 -1 4194304 4247 0 0 0 34214 5 0 0 25 0 1 0 1094638663 18878464 4098 1992294400 4194304 5102648 548682068800 18446744073709551615 4249691 0 0 4096 3 0 0 0 17 1 0 0
/proc/21702/statm: 4609 4098 110 221 0 4385 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 18436

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 21709
/proc/meminfo: memFree=1146408/2055920 swapFree=4176868/4192956
[pid=21702] ppid=21700 vsize=19672 CPUtime=402.18
/proc/21702/stat : 21702 (varsat-crafted_) R 21700 21702 20817 0 -1 4194304 4532 0 0 0 40212 6 0 0 25 0 1 0 1094638663 20144128 4383 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/21702/statm: 4918 4383 110 221 0 4694 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 19672

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 21709
/proc/meminfo: memFree=1145896/2055920 swapFree=4176868/4192956
[pid=21702] ppid=21700 vsize=20372 CPUtime=462.17
/proc/21702/stat : 21702 (varsat-crafted_) R 21700 21702 20817 0 -1 4194304 4688 0 0 0 46211 6 0 0 25 0 1 0 1094638663 20860928 4539 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/21702/statm: 5093 4539 110 221 0 4869 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 20372

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 21709
/proc/meminfo: memFree=1145384/2055920 swapFree=4176868/4192956
[pid=21702] ppid=21700 vsize=20908 CPUtime=522.16
/proc/21702/stat : 21702 (varsat-crafted_) R 21700 21702 20817 0 -1 4194304 4808 0 0 0 52209 7 0 0 25 0 1 0 1094638663 21409792 4659 1992294400 4194304 5102648 548682068800 18446744073709551615 4249783 0 0 4096 3 0 0 0 17 1 0 0
/proc/21702/statm: 5227 4659 110 221 0 5003 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 20908

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 21709
/proc/meminfo: memFree=1145064/2055920 swapFree=4176868/4192956
[pid=21702] ppid=21700 vsize=21336 CPUtime=582.14
/proc/21702/stat : 21702 (varsat-crafted_) R 21700 21702 20817 0 -1 4194304 4882 0 0 0 58207 7 0 0 25 0 1 0 1094638663 21848064 4733 1992294400 4194304 5102648 548682068800 18446744073709551615 4250307 0 0 4096 3 0 0 0 17 1 0 0
/proc/21702/statm: 5334 4733 110 221 0 5110 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 21336

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 21709
/proc/meminfo: memFree=1143784/2055920 swapFree=4176868/4192956
[pid=21702] ppid=21700 vsize=22548 CPUtime=642.13
/proc/21702/stat : 21702 (varsat-crafted_) R 21700 21702 20817 0 -1 4194304 5188 0 0 0 64206 7 0 0 25 0 1 0 1094638663 23089152 5039 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/21702/statm: 5637 5039 110 221 0 5413 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 22548

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 21709
/proc/meminfo: memFree=1143272/2055920 swapFree=4176868/4192956
[pid=21702] ppid=21700 vsize=23116 CPUtime=702.11
/proc/21702/stat : 21702 (varsat-crafted_) R 21700 21702 20817 0 -1 4194304 5314 0 0 0 70204 7 0 0 25 0 1 0 1094638663 23670784 5165 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/21702/statm: 5779 5165 110 221 0 5555 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 23116

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 21709
/proc/meminfo: memFree=1142888/2055920 swapFree=4176868/4192956
[pid=21702] ppid=21700 vsize=23584 CPUtime=762.1
/proc/21702/stat : 21702 (varsat-crafted_) R 21700 21702 20817 0 -1 4194304 5417 0 0 0 76202 8 0 0 25 0 1 0 1094638663 24150016 5268 1992294400 4194304 5102648 548682068800 18446744073709551615 4249900 0 0 4096 3 0 0 0 17 1 0 0
/proc/21702/statm: 5896 5268 110 221 0 5672 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 23584

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 21709
/proc/meminfo: memFree=1142568/2055920 swapFree=4176868/4192956
[pid=21702] ppid=21700 vsize=23868 CPUtime=822.08
/proc/21702/stat : 21702 (varsat-crafted_) R 21700 21702 20817 0 -1 4194304 5494 0 0 0 82200 8 0 0 25 0 1 0 1094638663 24440832 5345 1992294400 4194304 5102648 548682068800 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/21702/statm: 5967 5345 110 221 0 5743 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 23868

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 21709
/proc/meminfo: memFree=1142312/2055920 swapFree=4176868/4192956
[pid=21702] ppid=21700 vsize=24108 CPUtime=882.07
/proc/21702/stat : 21702 (varsat-crafted_) R 21700 21702 20817 0 -1 4194304 5545 0 0 0 88199 8 0 0 25 0 1 0 1094638663 24686592 5396 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/21702/statm: 6027 5396 110 221 0 5803 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 24108

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 21709
/proc/meminfo: memFree=1142184/2055920 swapFree=4176868/4192956
[pid=21702] ppid=21700 vsize=24344 CPUtime=942.05
/proc/21702/stat : 21702 (varsat-crafted_) R 21700 21702 20817 0 -1 4194304 5598 0 0 0 94197 8 0 0 25 0 1 0 1094638663 24928256 5449 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/21702/statm: 6086 5449 110 221 0 5862 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 24344

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 21709
/proc/meminfo: memFree=1141224/2055920 swapFree=4176868/4192956
[pid=21702] ppid=21700 vsize=25340 CPUtime=1002.03
/proc/21702/stat : 21702 (varsat-crafted_) R 21700 21702 20817 0 -1 4194304 5849 0 0 0 100195 8 0 0 25 0 1 0 1094638663 25948160 5700 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/21702/statm: 6335 5700 110 221 0 6111 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 25340

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 21709
/proc/meminfo: memFree=1140904/2055920 swapFree=4176868/4192956
[pid=21702] ppid=21700 vsize=25756 CPUtime=1062.03
/proc/21702/stat : 21702 (varsat-crafted_) R 21700 21702 20817 0 -1 4194304 5937 0 0 0 106194 9 0 0 25 0 1 0 1094638663 26374144 5788 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/21702/statm: 6439 5788 110 221 0 6215 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 25756

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 21709
/proc/meminfo: memFree=1140520/2055920 swapFree=4176868/4192956
[pid=21702] ppid=21700 vsize=26088 CPUtime=1122.01
/proc/21702/stat : 21702 (varsat-crafted_) R 21700 21702 20817 0 -1 4194304 6020 0 0 0 112192 9 0 0 25 0 1 0 1094638663 26714112 5871 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/21702/statm: 6522 5871 110 221 0 6298 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 26088

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 21709
/proc/meminfo: memFree=1140072/2055920 swapFree=4176868/4192956
[pid=21702] ppid=21700 vsize=26640 CPUtime=1181.99
/proc/21702/stat : 21702 (varsat-crafted_) R 21700 21702 20817 0 -1 4194304 6135 0 0 0 118190 9 0 0 25 0 1 0 1094638663 27279360 5986 1992294400 4194304 5102648 548682068800 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/21702/statm: 6660 5986 110 221 0 6436 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 26640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 21709
/proc/meminfo: memFree=1139944/2055920 swapFree=4176868/4192956
[pid=21702] ppid=21700 vsize=26784 CPUtime=1200.09
/proc/21702/stat : 21702 (varsat-crafted_) R 21700 21702 20817 0 -1 4194304 6164 0 0 0 120000 9 0 0 25 0 1 0 1094638663 27426816 6015 1992294400 4194304 5102648 548682068800 18446744073709551615 4255494 0 0 4096 3 0 0 0 17 1 0 0
/proc/21702/statm: 6696 6015 110 221 0 6472 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 26784

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.41
CPU time (s): 1200.11
CPU user time (s): 1200.01
CPU system time (s): 0.099984
CPU usage (%): 99.9748
Max. virtual memory (cumulated for all children) (KiB): 26784

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

runsolver used 0.913861 second user time and 2.42163 second system time

The end

Launcher Data

Begin job on node48 at 2009-03-28 06:56:03
IDJOB=1513599
IDBENCH=70276
IDSOLVER=537
FILE ID=node48/1513599-1238219763
PBS_JOBID= 9060518
Free space on /tmp= 66464 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/140/unif-k7-r85-v140-c11900-S1818639567-059.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1513599-1238219763/watcher-1513599-1238219763 -o /tmp/evaluation-result-1513599-1238219763/solver-1513599-1238219763 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=37081989 HOME/instance-1513599-1238219763.cnf

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

MD5SUM BENCH= 7d306f2c24913eb95b4eca32110fa72f
RANDOM SEED=37081989

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.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:       1164544 kB
Buffers:         73560 kB
Cached:         722252 kB
SwapCached:      10192 kB
Active:          79856 kB
Inactive:       727664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1164544 kB
SwapTotal:     4192956 kB
SwapFree:      4176868 kB
Dirty:            1336 kB
Writeback:           0 kB
Mapped:          17432 kB
Slab:            69916 kB
Committed_AS:  2502180 kB
PageTables:       1376 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= 66464 MiB
End job on node48 at 2009-03-28 07:16:05