Trace number 1723955

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.14 1200.55

General information on the benchmark

Namemanol-pipe-f9n.cnf
MD5SUM61e4a04a828a2cd33ae3f3dde54ef320
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark280.7
Satisfiable
(Un)Satisfiability was proved
Number of variables185149
Number of clauses552412
Sum of the clauses size1288960
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2368274
Number of clauses of size 3184137
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  185149                                               |
0.00/0.00	c |  Number of clauses:    552412                                               |
0.79/0.83	c |  Parsing time:         0.71         s                                       |
0.79/0.83	c |  Timeout:              43200 s
0.79/0.83	c |  Random Seed:          1985505427.000000
0.79/0.83	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.79/0.83	c |  Branching Rule:       default (solution-guided)                            |
0.79/0.83	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.79/0.83	c |                                                                             |
5.09/5.16	c ============================[ Search Statistics ]==============================
5.09/5.16	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.09/5.16	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.09/5.16	c ===============================================================================
5.09/5.16	c |         0 |   35934   225419   997874 |    75139        0    nan |  0.000 % |
18.19/18.29	c |       101 |   35925   225419   997874 |    82653       99     10 |  0.258 % |
31.48/31.56	c |       251 |   35925   225419   997874 |    90918      249     12 |  0.258 % |
44.86/44.94	c |       478 |   35925   225419   997874 |   100010      476     20 |  0.258 % |
58.56/58.68	c |       816 |   35925   225419   997874 |   110011      814     22 |  0.258 % |
72.35/72.48	c |      1322 |   35925   225419   997874 |   121013     1320     32 |  0.258 % |
86.25/86.30	c |      2081 |   35925   225419   997874 |   133114     2079     33 |  0.258 % |
100.24/100.32	c |      3220 |   35918   225328   997613 |   146425     3218     41 |  0.258 % |
115.04/115.10	c |      4931 |   35896   225143   996927 |   161068     4925     38 |  0.271 % |
129.73/129.87	c |      7495 |   35896   225143   996927 |   177175     7489     37 |  0.271 % |
145.82/145.92	c |     11340 |   35893   225094   996794 |   194892    11324     44 |  0.271 % |
161.42/161.52	c |     17107 |   35893   225094   996794 |   214382    17091     43 |  0.271 % |
178.61/178.76	c |     25756 |   35893   225094   996794 |   235820    25740     44 |  0.271 % |
195.32/195.49	c |     38732 |   35893   225094   996794 |   259402    38716     45 |  0.271 % |
221.01/221.13	c |     58194 |   35887   225032   996593 |   285342    58174     51 |  0.274 % |
256.20/256.32	c |     87387 |   35887   225032   996593 |   313877    87367     53 |  0.274 % |
295.89/296.08	c |    131177 |   35887   225032   996593 |   345264   131157     54 |  0.274 % |
371.75/371.97	c |    196861 |   35887   225032   996593 |   379791   196841     52 |  0.274 % |
520.11/520.34	c |    295388 |   35887   225032   996593 |   417770   295368     53 |  0.274 % |
856.19/856.57	c |    443178 |   35887   225032   996593 |   459547    53964     40 |  0.274 % |
1092.62/1093.09	c |    664862 |   35884   224992   996436 |   505502   275647     61 |  0.276 % |

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-1723955-1240690668/watcher-1723955-1240690668 -o /tmp/evaluation-result-1723955-1240690668/solver-1723955-1240690668 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1985505427 HOME/instance-1723955-1240690668.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.00 1.00 1.00 3/64 21149
/proc/meminfo: memFree=1357432/2055920 swapFree=4180880/4192956
[pid=21149] ppid=21147 vsize=5044 CPUtime=0
/proc/21149/stat : 21149 (varsat-crafted_) R 21147 21149 20639 0 -1 4194304 871 0 0 0 0 0 0 0 18 0 1 0 97093641 5165056 856 1992294400 4194304 5102648 548682068800 18446744073709551615 4200548 0 0 4096 3 0 0 0 17 0 0 0
/proc/21149/statm: 1261 863 78 221 0 1037 0

[startup+0.0499659 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 21149
/proc/meminfo: memFree=1357432/2055920 swapFree=4180880/4192956
[pid=21149] ppid=21147 vsize=16836 CPUtime=0.04
/proc/21149/stat : 21149 (varsat-crafted_) R 21147 21149 20639 0 -1 4194304 4025 0 0 0 3 1 0 0 18 0 1 0 97093641 17240064 4010 1992294400 4194304 5102648 548682068800 18446744073709551615 4245161 0 0 4096 3 0 0 0 17 0 0 0
/proc/21149/statm: 4209 4012 87 221 0 3985 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16836

[startup+0.102975 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 21149
/proc/meminfo: memFree=1357432/2055920 swapFree=4180880/4192956
[pid=21149] ppid=21147 vsize=24304 CPUtime=0.09
/proc/21149/stat : 21149 (varsat-crafted_) R 21147 21149 20639 0 -1 4194304 5634 0 0 0 7 2 0 0 18 0 1 0 97093641 24887296 5619 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 0 0 0
/proc/21149/statm: 6076 5619 87 221 0 5852 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24304

[startup+0.30201 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 21149
/proc/meminfo: memFree=1357432/2055920 swapFree=4180880/4192956
[pid=21149] ppid=21147 vsize=47876 CPUtime=0.3
/proc/21149/stat : 21149 (varsat-crafted_) R 21147 21149 20639 0 -1 4194304 11327 0 0 0 25 5 0 0 20 0 1 0 97093641 49025024 11312 1992294400 4194304 5102648 548682068800 18446744073709551615 4269913 0 0 4096 3 0 0 0 17 0 0 0
/proc/21149/statm: 11969 11315 87 221 0 11745 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 47876

[startup+0.702081 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 21149
/proc/meminfo: memFree=1357432/2055920 swapFree=4180880/4192956
[pid=21149] ppid=21147 vsize=96212 CPUtime=0.69
/proc/21149/stat : 21149 (varsat-crafted_) R 21147 21149 20639 0 -1 4194304 22117 0 0 0 59 10 0 0 24 0 1 0 97093641 98521088 22102 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 0 0 0
/proc/21149/statm: 24053 22103 87 221 0 23829 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 96212

[startup+1.50123 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21150
/proc/meminfo: memFree=1252016/2055920 swapFree=4180880/4192956
[pid=21149] ppid=21147 vsize=130756 CPUtime=1.49
/proc/21149/stat : 21149 (varsat-crafted_) R 21147 21149 20639 0 -1 4194304 31490 0 0 0 134 15 0 0 25 0 1 0 97093641 133894144 31475 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 0 0 0
/proc/21149/statm: 32689 31475 100 221 0 32465 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 130756

[startup+3.10151 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21150
/proc/meminfo: memFree=1210480/2055920 swapFree=4180880/4192956
[pid=21149] ppid=21147 vsize=178220 CPUtime=3.09
/proc/21149/stat : 21149 (varsat-crafted_) R 21147 21149 20639 0 -1 4194304 43050 0 0 0 289 20 0 0 25 0 1 0 97093641 182497280 43035 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 0 0 0
/proc/21149/statm: 44555 43035 100 221 0 44331 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 178220

[startup+6.30108 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21150
/proc/meminfo: memFree=1176816/2055920 swapFree=4180880/4192956
[pid=21149] ppid=21147 vsize=183472 CPUtime=6.29
/proc/21149/stat : 21149 (varsat-crafted_) R 21147 21149 20639 0 -1 4194304 49126 0 0 0 606 23 0 0 25 0 1 0 97093641 187875328 45018 1992294400 4194304 5102648 548682068800 18446744073709551615 4213908 0 0 4096 3 0 0 0 17 0 0 0
/proc/21149/statm: 45868 45018 102 221 0 45644 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 183472

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21150
/proc/meminfo: memFree=1176952/2055920 swapFree=4180880/4192956
[pid=21149] ppid=21147 vsize=183472 CPUtime=12.69
/proc/21149/stat : 21149 (varsat-crafted_) R 21147 21149 20639 0 -1 4194304 49126 0 0 0 1246 23 0 0 25 0 1 0 97093641 187875328 45018 1992294400 4194304 5102648 548682068800 18446744073709551615 4214195 0 0 4096 3 0 0 0 17 0 0 0
/proc/21149/statm: 45868 45018 102 221 0 45644 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 183472

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21150
/proc/meminfo: memFree=1177080/2055920 swapFree=4180880/4192956
[pid=21149] ppid=21147 vsize=183472 CPUtime=25.48
/proc/21149/stat : 21149 (varsat-crafted_) R 21147 21149 20639 0 -1 4194304 49138 0 0 0 2525 23 0 0 25 0 1 0 97093641 187875328 45030 1992294400 4194304 5102648 548682068800 18446744073709551615 4213860 0 0 4096 3 0 0 0 17 0 0 0
/proc/21149/statm: 45868 45030 114 221 0 45644 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 183472

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21150
/proc/meminfo: memFree=1177144/2055920 swapFree=4180880/4192956
[pid=21149] ppid=21147 vsize=183740 CPUtime=51.06
/proc/21149/stat : 21149 (varsat-crafted_) R 21147 21149 20639 0 -1 4194304 49140 0 0 0 5083 23 0 0 25 0 1 0 97093641 188149760 45032 1992294400 4194304 5102648 548682068800 18446744073709551615 4215149 0 0 4096 3 0 0 0 17 0 0 0
/proc/21149/statm: 45935 45032 114 221 0 45711 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 183740

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21150
/proc/meminfo: memFree=1177080/2055920 swapFree=4180880/4192956
[pid=21149] ppid=21147 vsize=183740 CPUtime=102.24
/proc/21149/stat : 21149 (varsat-crafted_) R 21147 21149 20639 0 -1 4194304 49141 0 0 0 10201 23 0 0 25 0 1 0 97093641 188149760 45033 1992294400 4194304 5102648 548682068800 18446744073709551615 4214174 0 0 4096 3 0 0 0 17 0 0 0
/proc/21149/statm: 45935 45033 114 221 0 45711 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 183740

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21150
/proc/meminfo: memFree=1177080/2055920 swapFree=4180880/4192956
[pid=21149] ppid=21147 vsize=183740 CPUtime=162.22
/proc/21149/stat : 21149 (varsat-crafted_) R 21147 21149 20639 0 -1 4194304 49176 0 0 0 16199 23 0 0 25 0 1 0 97093641 188149760 45068 1992294400 4194304 5102648 548682068800 18446744073709551615 4215235 0 0 4096 3 0 0 0 17 0 0 0
/proc/21149/statm: 45935 45068 114 221 0 45711 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 183740

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21150
/proc/meminfo: memFree=1176760/2055920 swapFree=4180880/4192956
[pid=21149] ppid=21147 vsize=184168 CPUtime=222.21
/proc/21149/stat : 21149 (varsat-crafted_) R 21147 21149 20639 0 -1 4194304 49270 0 0 0 22197 24 0 0 25 0 1 0 97093641 188588032 45162 1992294400 4194304 5102648 548682068800 18446744073709551615 4213895 0 0 4096 3 0 0 0 17 0 0 0
/proc/21149/statm: 46042 45162 114 221 0 45818 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 184168

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21150
/proc/meminfo: memFree=1174712/2055920 swapFree=4180880/4192956
[pid=21149] ppid=21147 vsize=186628 CPUtime=282.18
/proc/21149/stat : 21149 (varsat-crafted_) R 21147 21149 20639 0 -1 4194304 49832 0 0 0 28194 24 0 0 25 0 1 0 97093641 191107072 45724 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/21149/statm: 46657 45724 114 221 0 46433 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 186628

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21150
/proc/meminfo: memFree=1164216/2055920 swapFree=4180880/4192956
[pid=21149] ppid=21147 vsize=197104 CPUtime=342.17
/proc/21149/stat : 21149 (varsat-crafted_) R 21147 21149 20639 0 -1 4194304 52392 0 0 0 34189 28 0 0 25 0 1 0 97093641 201834496 48284 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/21149/statm: 49276 48284 114 221 0 49052 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 197104

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21150
/proc/meminfo: memFree=1154488/2055920 swapFree=4180880/4192956
[pid=21149] ppid=21147 vsize=206928 CPUtime=402.15
/proc/21149/stat : 21149 (varsat-crafted_) R 21147 21149 20639 0 -1 4194304 54846 0 0 0 40185 30 0 0 25 0 1 0 97093641 211894272 50738 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 0 0 0
/proc/21149/statm: 51732 50738 114 221 0 51508 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 206928

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21150
/proc/meminfo: memFree=1141240/2055920 swapFree=4180880/4192956
[pid=21149] ppid=21147 vsize=220820 CPUtime=462.12
/proc/21149/stat : 21149 (varsat-crafted_) R 21147 21149 20639 0 -1 4194304 58138 0 0 0 46179 33 0 0 25 0 1 0 97093641 226119680 54030 1992294400 4194304 5102648 548682068800 18446744073709551615 4249888 0 0 4096 3 0 0 0 17 0 0 0
/proc/21149/statm: 55205 54030 114 221 0 54981 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 220820

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21150
/proc/meminfo: memFree=1130296/2055920 swapFree=4180880/4192956
[pid=21149] ppid=21147 vsize=231436 CPUtime=522.11
/proc/21149/stat : 21149 (varsat-crafted_) R 21147 21149 20639 0 -1 4194304 60840 0 0 0 52175 36 0 0 25 0 1 0 97093641 236990464 56732 1992294400 4194304 5102648 548682068800 18446744073709551615 4213834 0 0 4096 3 0 0 0 17 0 0 0
/proc/21149/statm: 57859 56732 114 221 0 57635 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 231436

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21150
/proc/meminfo: memFree=1123768/2055920 swapFree=4180880/4192956
[pid=21149] ppid=21147 vsize=239236 CPUtime=582.09
/proc/21149/stat : 21149 (varsat-crafted_) R 21147 21149 20639 0 -1 4194304 62480 0 0 0 58172 37 0 0 25 0 1 0 97093641 244977664 58372 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/21149/statm: 59809 58372 114 221 0 59585 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 239236

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21150
/proc/meminfo: memFree=1115768/2055920 swapFree=4180880/4192956
[pid=21149] ppid=21147 vsize=247084 CPUtime=642.07
/proc/21149/stat : 21149 (varsat-crafted_) R 21147 21149 20639 0 -1 4194304 64475 0 0 0 64168 39 0 0 25 0 1 0 97093641 253014016 60367 1992294400 4194304 5102648 548682068800 18446744073709551615 4249035 0 0 4096 3 0 0 0 17 0 0 0
/proc/21149/statm: 61771 60367 114 221 0 61547 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 247084

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21150
/proc/meminfo: memFree=1108344/2055920 swapFree=4180880/4192956
[pid=21149] ppid=21147 vsize=254528 CPUtime=702.04
/proc/21149/stat : 21149 (varsat-crafted_) R 21147 21149 20639 0 -1 4194304 66344 0 0 0 70164 40 0 0 25 0 1 0 97093641 260636672 62236 1992294400 4194304 5102648 548682068800 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 0 0 0
/proc/21149/statm: 63632 62236 114 221 0 63408 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 254528

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21150
/proc/meminfo: memFree=1100600/2055920 swapFree=4180880/4192956
[pid=21149] ppid=21147 vsize=262308 CPUtime=762.03
/proc/21149/stat : 21149 (varsat-crafted_) R 21147 21149 20639 0 -1 4194304 68268 0 0 0 76160 43 0 0 25 0 1 0 97093641 268603392 64160 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/21149/statm: 65577 64160 114 221 0 65353 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 262308

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21150
/proc/meminfo: memFree=1094584/2055920 swapFree=4180880/4192956
[pid=21149] ppid=21147 vsize=268304 CPUtime=822
/proc/21149/stat : 21149 (varsat-crafted_) R 21147 21149 20639 0 -1 4194304 69756 0 0 0 82156 44 0 0 25 0 1 0 97093641 274743296 65648 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/21149/statm: 67076 65648 114 221 0 66852 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 268304

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21150
/proc/meminfo: memFree=1092792/2055920 swapFree=4180880/4192956
[pid=21149] ppid=21147 vsize=270108 CPUtime=881.98
/proc/21149/stat : 21149 (varsat-crafted_) R 21147 21149 20639 0 -1 4194304 70217 0 0 0 88153 45 0 0 25 0 1 0 97093641 276590592 66109 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/21149/statm: 67527 66109 114 221 0 67303 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 270108

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21150
/proc/meminfo: memFree=1092792/2055920 swapFree=4180880/4192956
[pid=21149] ppid=21147 vsize=270108 CPUtime=941.96
/proc/21149/stat : 21149 (varsat-crafted_) R 21147 21149 20639 0 -1 4194304 70224 0 0 0 94151 45 0 0 25 0 1 0 97093641 276590592 66116 1992294400 4194304 5102648 548682068800 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 0 0 0
/proc/21149/statm: 67527 66116 114 221 0 67303 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 270108

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21150
/proc/meminfo: memFree=1092664/2055920 swapFree=4180880/4192956
[pid=21149] ppid=21147 vsize=270108 CPUtime=1001.94
/proc/21149/stat : 21149 (varsat-crafted_) R 21147 21149 20639 0 -1 4194304 70238 0 0 0 100149 45 0 0 25 0 1 0 97093641 276590592 66130 1992294400 4194304 5102648 548682068800 18446744073709551615 4250288 0 0 4096 3 0 0 0 17 0 0 0
/proc/21149/statm: 67527 66130 114 221 0 67303 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 270108

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21150
/proc/meminfo: memFree=1092408/2055920 swapFree=4180880/4192956
[pid=21149] ppid=21147 vsize=270428 CPUtime=1061.93
/proc/21149/stat : 21149 (varsat-crafted_) R 21147 21149 20639 0 -1 4194304 70309 0 0 0 106147 46 0 0 25 0 1 0 97093641 276918272 66201 1992294400 4194304 5102648 548682068800 18446744073709551615 4249033 0 0 4096 3 0 0 0 17 0 0 0
/proc/21149/statm: 67607 66201 114 221 0 67383 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 270428

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21150
/proc/meminfo: memFree=1092344/2055920 swapFree=4180880/4192956
[pid=21149] ppid=21147 vsize=270428 CPUtime=1121.91
/proc/21149/stat : 21149 (varsat-crafted_) R 21147 21149 20639 0 -1 4194304 70319 0 0 0 112145 46 0 0 25 0 1 0 97093641 276918272 66211 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/21149/statm: 67607 66211 114 221 0 67383 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 270428

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21150
/proc/meminfo: memFree=1092216/2055920 swapFree=4180880/4192956
[pid=21149] ppid=21147 vsize=270428 CPUtime=1181.89
/proc/21149/stat : 21149 (varsat-crafted_) R 21147 21149 20639 0 -1 4194304 70342 0 0 0 118143 46 0 0 25 0 1 0 97093641 276918272 66234 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/21149/statm: 67607 66234 114 221 0 67383 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 270428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21150
/proc/meminfo: memFree=1092024/2055920 swapFree=4180880/4192956
[pid=21149] ppid=21147 vsize=270748 CPUtime=1200.09
/proc/21149/stat : 21149 (varsat-crafted_) R 21147 21149 20639 0 -1 4194304 70405 0 0 0 119963 46 0 0 25 0 1 0 97093641 277245952 66297 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/21149/statm: 67687 66297 114 221 0 67463 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 270748

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21150
/proc/meminfo: memFree=1092024/2055920 swapFree=4180880/4192956
[pid=21149] ppid=21147 vsize=270748 CPUtime=1200.09
/proc/21149/stat : 21149 (varsat-crafted_) R 21147 21149 20639 0 -1 4194304 70405 0 0 0 119963 46 0 0 25 0 1 0 97093641 277245952 66297 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/21149/statm: 67687 66297 114 221 0 67463 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 270748

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.55
CPU time (s): 1200.14
CPU user time (s): 1199.63
CPU system time (s): 0.506922
CPU usage (%): 99.9658
Max. virtual memory (cumulated for all children) (KiB): 270748

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

runsolver used 1.10783 second user time and 3.2715 second system time

The end

Launcher Data

Begin job on node60 at 2009-04-25 22:17:49
IDJOB=1723955
IDBENCH=71745
IDSOLVER=537
FILE ID=node60/1723955-1240690668
PBS_JOBID= 9186655
Free space on /tmp= 66400 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT_RACE06/manol-pipe-f9n.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723955-1240690668/watcher-1723955-1240690668 -o /tmp/evaluation-result-1723955-1240690668/solver-1723955-1240690668 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=1985505427 HOME/instance-1723955-1240690668.cnf

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

MD5SUM BENCH= 61e4a04a828a2cd33ae3f3dde54ef320
RANDOM SEED=1985505427

node60.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.256
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.256
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:       1357912 kB
Buffers:         76328 kB
Cached:         533932 kB
SwapCached:       6500 kB
Active:         126920 kB
Inactive:       492416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1357912 kB
SwapTotal:     4192956 kB
SwapFree:      4180880 kB
Dirty:           10652 kB
Writeback:           0 kB
Mapped:          14076 kB
Slab:            64604 kB
Committed_AS:   351176 kB
PageTables:       1448 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= 66400 MiB
End job on node60 at 2009-04-25 22:37:51