Trace number 3371663

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
Lingeling 587f (fixed)? (TO) 1300.06 1300.02

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2-rand3bip-sat/
mod2-rand3bip-sat-270-1.shuffled-as.sat05-2248.cnf
MD5SUM51d9aefd9da7f94abc32dd024090dc46
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.005998
Satisfiable
(Un)Satisfiability was proved
Number of variables270
Number of clauses1080
Sum of the clauses size3240
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31080
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3371663-1305435571/watcher-3371663-1305435571 -o /tmp/evaluation-result-3371663-1305435571/solver-3371663-1305435571 -C 2400 -W 1300 -M 7680 lingeling HOME/instance-3371663-1305435571.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.99 3.32 3.57 5/367 27391
/proc/meminfo: memFree=23129184/32951124 swapFree=65980216/67111528
[pid=27391] ppid=27389 vsize=6684 CPUtime=0.01 cores=4,6
/proc/27391/stat : 27391 (lingeling) R 27389 27391 26882 0 -1 4202496 257 0 0 0 1 0 0 0 25 0 1 0 635972618 6844416 199 33554432000 4194304 4409284 140734544841536 18446744073709551615 4246398 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/27391/statm: 1671 199 132 53 0 94 0

[startup+0.0235971 s]
/proc/loadavg: 2.99 3.32 3.57 5/367 27391
/proc/meminfo: memFree=23129184/32951124 swapFree=65980216/67111528
[pid=27391] ppid=27389 vsize=6684 CPUtime=0.02 cores=4,6
/proc/27391/stat : 27391 (lingeling) R 27389 27391 26882 0 -1 4202496 257 0 0 0 2 0 0 0 25 0 1 0 635972618 6844416 199 33554432000 4194304 4409284 140734544841536 18446744073709551615 4251470 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/27391/statm: 1671 199 132 53 0 94 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 6684

[startup+0.100606 s]
/proc/loadavg: 2.99 3.32 3.57 5/367 27391
/proc/meminfo: memFree=23129184/32951124 swapFree=65980216/67111528
[pid=27391] ppid=27389 vsize=7016 CPUtime=0.09 cores=4,6
/proc/27391/stat : 27391 (lingeling) R 27389 27391 26882 0 -1 4202496 367 0 0 0 9 0 0 0 25 0 1 0 635972618 7184384 309 33554432000 4194304 4409284 140734544841536 18446744073709551615 228095475607 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/27391/statm: 1754 309 139 53 0 177 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7016

[startup+0.300576 s]
/proc/loadavg: 2.99 3.32 3.57 5/367 27391
/proc/meminfo: memFree=23129184/32951124 swapFree=65980216/67111528
[pid=27391] ppid=27389 vsize=7220 CPUtime=0.29 cores=4,6
/proc/27391/stat : 27391 (lingeling) R 27389 27391 26882 0 -1 4202496 692 0 0 0 29 0 0 0 25 0 1 0 635972618 7393280 360 33554432000 4194304 4409284 140734544841536 18446744073709551615 228095475607 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/27391/statm: 1805 360 139 53 0 228 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7220

[startup+0.700509 s]
/proc/loadavg: 2.99 3.32 3.57 5/367 27391
/proc/meminfo: memFree=23129184/32951124 swapFree=65980216/67111528
[pid=27391] ppid=27389 vsize=7624 CPUtime=0.69 cores=4,6
/proc/27391/stat : 27391 (lingeling) R 27389 27391 26882 0 -1 4202496 1156 0 0 0 69 0 0 0 25 0 1 0 635972618 7806976 461 33554432000 4194304 4409284 140734544841536 18446744073709551615 228095475607 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/27391/statm: 1906 461 139 53 0 329 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7624

[startup+1.50036 s]
/proc/loadavg: 2.99 3.32 3.57 5/368 27392
/proc/meminfo: memFree=23130440/32951124 swapFree=65980216/67111528
[pid=27391] ppid=27389 vsize=8876 CPUtime=1.49 cores=4,6
/proc/27391/stat : 27391 (lingeling) R 27389 27391 26882 0 -1 4202496 2048 0 0 0 148 1 0 0 25 0 1 0 635972618 9089024 774 33554432000 4194304 4409284 140734544841536 18446744073709551615 228095475607 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/27391/statm: 2219 774 139 53 0 642 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8876

[startup+3.10106 s]
/proc/loadavg: 2.99 3.32 3.57 5/368 27392
/proc/meminfo: memFree=23128332/32951124 swapFree=65980216/67111528
[pid=27391] ppid=27389 vsize=9220 CPUtime=3.09 cores=4,6
/proc/27391/stat : 27391 (lingeling) R 27389 27391 26882 0 -1 4202496 3731 0 0 0 306 3 0 0 25 0 1 0 635972618 9441280 828 33554432000 4194304 4409284 140734544841536 18446744073709551615 228095475607 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/27391/statm: 2305 828 139 53 0 728 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9220

[startup+6.30048 s]
/proc/loadavg: 3.07 3.33 3.57 5/368 27392
/proc/meminfo: memFree=23121952/32951124 swapFree=65980216/67111528
[pid=27391] ppid=27389 vsize=9616 CPUtime=6.29 cores=4,6
/proc/27391/stat : 27391 (lingeling) R 27389 27391 26882 0 -1 4202496 6304 0 0 0 622 7 0 0 25 0 1 0 635972618 9846784 929 33554432000 4194304 4409284 140734544841536 18446744073709551615 228095475607 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/27391/statm: 2404 929 139 53 0 827 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9616

[startup+12.7003 s]
/proc/loadavg: 3.15 3.34 3.58 5/368 27392
/proc/meminfo: memFree=23111284/32951124 swapFree=65980216/67111528
[pid=27391] ppid=27389 vsize=11652 CPUtime=12.69 cores=4,6
/proc/27391/stat : 27391 (lingeling) R 27389 27391 26882 0 -1 4202496 10930 0 0 0 1258 11 0 0 25 0 1 0 635972618 11931648 1464 33554432000 4194304 4409284 140734544841536 18446744073709551615 228095475607 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/27391/statm: 2913 1464 139 53 0 1336 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11652

[startup+25.501 s]
/proc/loadavg: 3.34 3.37 3.58 5/368 27392
/proc/meminfo: memFree=23106448/32951124 swapFree=65980216/67111528
[pid=27391] ppid=27389 vsize=16024 CPUtime=25.49 cores=4,6
/proc/27391/stat : 27391 (lingeling) R 27389 27391 26882 0 -1 4202496 19477 0 0 0 2530 19 0 0 25 0 1 0 635972618 16408576 2529 33554432000 4194304 4409284 140734544841536 18446744073709551615 228095475607 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/27391/statm: 4006 2529 139 53 0 2429 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 16024

[startup+51.1003 s]
/proc/loadavg: 3.62 3.44 3.60 5/368 27393
/proc/meminfo: memFree=23093012/32951124 swapFree=65980216/67111528
[pid=27391] ppid=27389 vsize=16132 CPUtime=51.09 cores=4,6
/proc/27391/stat : 27391 (lingeling) R 27389 27391 26882 0 -1 4202496 29971 0 0 0 5074 35 0 0 25 0 1 0 635972618 16519168 2556 33554432000 4194304 4409284 140734544841536 18446744073709551615 228095475607 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/27391/statm: 4033 2556 139 53 0 2456 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 16132

[startup+102.314 s]
/proc/loadavg: 3.83 3.52 3.62 5/368 27404
/proc/meminfo: memFree=23091092/32951124 swapFree=65980216/67111528
[pid=27391] ppid=27389 vsize=24764 CPUtime=102.31 cores=4,6
/proc/27391/stat : 27391 (lingeling) R 27389 27391 26882 0 -1 4202496 48208 0 0 0 10169 62 0 0 25 0 1 0 635972618 25358336 4714 33554432000 4194304 4409284 140734544841536 18446744073709551615 4358413 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/27391/statm: 6191 4714 139 53 0 4614 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 24764

[startup+162.301 s]
/proc/loadavg: 3.94 3.61 3.64 5/368 27405
/proc/meminfo: memFree=23101536/32951124 swapFree=65980216/67111528
[pid=27391] ppid=27389 vsize=27912 CPUtime=162.3 cores=4,6
/proc/27391/stat : 27391 (lingeling) R 27389 27391 26882 0 -1 4202496 65968 0 0 0 16140 90 0 0 25 0 1 0 635972618 28581888 5514 33554432000 4194304 4409284 140734544841536 18446744073709551615 228095475607 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/27391/statm: 6978 5514 139 53 0 5401 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 27912

[startup+222.301 s]
/proc/loadavg: 4.04 3.69 3.66 5/368 27407
/proc/meminfo: memFree=23107244/32951124 swapFree=65980216/67111528
[pid=27391] ppid=27389 vsize=28584 CPUtime=222.3 cores=4,6
/proc/27391/stat : 27391 (lingeling) R 27389 27391 26882 0 -1 4202496 82779 0 0 0 22116 114 0 0 25 0 1 0 635972618 29270016 5693 33554432000 4194304 4409284 140734544841536 18446744073709551615 4358495 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/27391/statm: 7146 5693 139 53 0 5569 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 28584

[startup+282.301 s]
/proc/loadavg: 4.12 3.79 3.70 5/368 27408
/proc/meminfo: memFree=23210056/32951124 swapFree=65980216/67111528
[pid=27391] ppid=27389 vsize=33456 CPUtime=282.3 cores=4,6
/proc/27391/stat : 27391 (lingeling) R 27389 27391 26882 0 -1 4202496 96872 0 0 0 28097 133 0 0 25 0 1 0 635972618 34258944 6915 33554432000 4194304 4409284 140734544841536 18446744073709551615 4358381 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/27391/statm: 8364 6915 139 53 0 6787 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 33456

[startup+342.301 s]
/proc/loadavg: 4.07 3.84 3.72 5/368 27410
/proc/meminfo: memFree=23218384/32951124 swapFree=65980216/67111528
[pid=27391] ppid=27389 vsize=25624 CPUtime=342.3 cores=4,6
/proc/27391/stat : 27391 (lingeling) R 27389 27391 26882 0 -1 4202496 107887 0 0 0 34076 154 0 0 25 0 1 0 635972618 26238976 4944 33554432000 4194304 4409284 140734544841536 18446744073709551615 228095475607 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/27391/statm: 6406 4944 139 53 0 4829 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 25624

[startup+402.301 s]
/proc/loadavg: 4.03 3.86 3.73 5/368 27412
/proc/meminfo: memFree=23192236/32951124 swapFree=65980216/67111528
[pid=27391] ppid=27389 vsize=34820 CPUtime=402.3 cores=4,6
/proc/27391/stat : 27391 (lingeling) R 27389 27391 26882 0 -1 4202496 122505 0 0 0 40054 176 0 0 25 0 1 0 635972618 35655680 7228 33554432000 4194304 4409284 140734544841536 18446744073709551615 4358421 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/27391/statm: 8705 7228 139 53 0 7128 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 34820

[startup+462.301 s]
/proc/loadavg: 4.01 3.89 3.75 5/368 27414
/proc/meminfo: memFree=23191356/32951124 swapFree=65980216/67111528
[pid=27391] ppid=27389 vsize=41116 CPUtime=462.3 cores=4,6
/proc/27391/stat : 27391 (lingeling) R 27389 27391 26882 0 -1 4202496 133627 0 0 0 46034 196 0 0 25 0 1 0 635972618 42102784 8820 33554432000 4194304 4409284 140734544841536 18446744073709551615 228095475607 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/27391/statm: 10279 8820 139 53 0 8702 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 41116

[startup+522.301 s]
/proc/loadavg: 4.00 3.90 3.76 5/368 27416
/proc/meminfo: memFree=23184920/32951124 swapFree=65980216/67111528
[pid=27391] ppid=27389 vsize=33928 CPUtime=522.31 cores=4,6
/proc/27391/stat : 27391 (lingeling) R 27389 27391 26882 0 -1 4202496 143875 0 0 0 52016 215 0 0 25 0 1 0 635972618 34742272 7020 33554432000 4194304 4409284 140734544841536 18446744073709551615 4358371 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/27391/statm: 8482 7020 139 53 0 6905 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 33928

[startup+582.301 s]
/proc/loadavg: 4.08 3.95 3.78 5/368 27418
/proc/meminfo: memFree=23142892/32951124 swapFree=65980216/67111528
[pid=27391] ppid=27389 vsize=35220 CPUtime=582.3 cores=4,6
/proc/27391/stat : 27391 (lingeling) R 27389 27391 26882 0 -1 4202496 156462 0 0 0 57998 232 0 0 25 0 1 0 635972618 36065280 7328 33554432000 4194304 4409284 140734544841536 18446744073709551615 4358347 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/27391/statm: 8805 7328 139 53 0 7228 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 35220

[startup+642.301 s]
/proc/loadavg: 4.03 3.95 3.79 5/368 27420
/proc/meminfo: memFree=23108056/32951124 swapFree=65980216/67111528
[pid=27391] ppid=27389 vsize=37420 CPUtime=642.33 cores=4,6
/proc/27391/stat : 27391 (lingeling) R 27389 27391 26882 0 -1 4202496 168566 0 0 0 63981 252 0 0 25 0 1 0 635972618 38318080 7878 33554432000 4194304 4409284 140734544841536 18446744073709551615 228095475607 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/27391/statm: 9355 7878 139 53 0 7778 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 37420

[startup+702.301 s]
/proc/loadavg: 4.01 3.96 3.80 5/368 27422
/proc/meminfo: memFree=23069140/32951124 swapFree=65980216/67111528
[pid=27391] ppid=27389 vsize=45316 CPUtime=702.32 cores=4,6
/proc/27391/stat : 27391 (lingeling) R 27389 27391 26882 0 -1 4202496 178066 0 0 0 69962 270 0 0 25 0 1 0 635972618 46403584 9852 33554432000 4194304 4409284 140734544841536 18446744073709551615 4358371 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/27391/statm: 11329 9852 139 53 0 9752 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 45316

[startup+762.314 s]
/proc/loadavg: 4.06 3.98 3.82 5/368 27423
/proc/meminfo: memFree=23097308/32951124 swapFree=65980216/67111528
[pid=27391] ppid=27389 vsize=38260 CPUtime=762.33 cores=4,6
/proc/27391/stat : 27391 (lingeling) R 27389 27391 26882 0 -1 4202496 188011 0 0 0 75944 289 0 0 25 0 1 0 635972618 39178240 8109 33554432000 4194304 4409284 140734544841536 18446744073709551615 4358673 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/27391/statm: 9565 8109 139 53 0 7988 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 38260

[startup+822.301 s]
/proc/loadavg: 4.20 4.04 3.85 5/368 27426
/proc/meminfo: memFree=23076472/32951124 swapFree=65980216/67111528
[pid=27391] ppid=27389 vsize=38944 CPUtime=822.32 cores=4,6
/proc/27391/stat : 27391 (lingeling) R 27389 27391 26882 0 -1 4202496 196260 0 0 0 81925 307 0 0 25 0 1 0 635972618 39878656 8259 33554432000 4194304 4409284 140734544841536 18446744073709551615 228095475607 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/27391/statm: 9736 8259 139 53 0 8159 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 38944

[startup+882.301 s]
/proc/loadavg: 4.07 4.03 3.85 5/368 27427
/proc/meminfo: memFree=23065824/32951124 swapFree=65980216/67111528
[pid=27391] ppid=27389 vsize=39228 CPUtime=882.32 cores=4,6
/proc/27391/stat : 27391 (lingeling) R 27389 27391 26882 0 -1 4202496 204535 0 0 0 87908 324 0 0 25 0 1 0 635972618 40169472 8331 33554432000 4194304 4409284 140734544841536 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/27391/statm: 9807 8331 139 53 0 8230 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 39228

[startup+942.301 s]
/proc/loadavg: 4.02 4.02 3.86 5/368 27430
/proc/meminfo: memFree=23026280/32951124 swapFree=65980216/67111528
[pid=27391] ppid=27389 vsize=39588 CPUtime=942.32 cores=4,6
/proc/27391/stat : 27391 (lingeling) R 27389 27391 26882 0 -1 4202496 217082 0 0 0 93889 343 0 0 25 0 1 0 635972618 40538112 8421 33554432000 4194304 4409284 140734544841536 18446744073709551615 4358375 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/27391/statm: 9897 8421 139 53 0 8320 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 39588

[startup+1002.3 s]
/proc/loadavg: 4.01 4.02 3.86 5/368 27432
/proc/meminfo: memFree=22983992/32951124 swapFree=65980216/67111528
[pid=27391] ppid=27389 vsize=41436 CPUtime=1002.33 cores=4,6
/proc/27391/stat : 27391 (lingeling) R 27389 27391 26882 0 -1 4202496 226062 0 0 0 99874 359 0 0 25 0 1 0 635972618 42430464 8889 33554432000 4194304 4409284 140734544841536 18446744073709551615 228095475607 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/27391/statm: 10359 8889 139 53 0 8782 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 41436

[startup+1062.3 s]
/proc/loadavg: 4.00 4.01 3.87 5/368 27433
/proc/meminfo: memFree=22921872/32951124 swapFree=65980216/67111528
[pid=27391] ppid=27389 vsize=57096 CPUtime=1062.32 cores=4,6
/proc/27391/stat : 27391 (lingeling) R 27389 27391 26882 0 -1 4202496 239768 0 0 0 105857 375 0 0 25 0 1 0 635972618 58466304 12797 33554432000 4194304 4409284 140734544841536 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/27391/statm: 14274 12797 139 53 0 12697 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 57096

[startup+1122.3 s]
/proc/loadavg: 4.06 4.02 3.88 5/368 27435
/proc/meminfo: memFree=22951580/32951124 swapFree=65980216/67111528
[pid=27391] ppid=27389 vsize=49200 CPUtime=1122.32 cores=4,6
/proc/27391/stat : 27391 (lingeling) R 27389 27391 26882 0 -1 4202496 246445 0 0 0 111843 389 0 0 25 0 1 0 635972618 50380800 10823 33554432000 4194304 4409284 140734544841536 18446744073709551615 4358437 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/27391/statm: 12300 10823 139 53 0 10723 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 49200

[startup+1182.3 s]
/proc/loadavg: 4.02 4.02 3.89 5/368 27436
/proc/meminfo: memFree=22972612/32951124 swapFree=65980216/67111528
[pid=27391] ppid=27389 vsize=50440 CPUtime=1182.32 cores=4,6
/proc/27391/stat : 27391 (lingeling) R 27389 27391 26882 0 -1 4202496 256051 0 0 0 117825 407 0 0 25 0 1 0 635972618 51650560 11133 33554432000 4194304 4409284 140734544841536 18446744073709551615 4358403 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/27391/statm: 12610 11133 139 53 0 11033 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 50440

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 3.89 5/368 27438
/proc/meminfo: memFree=22993768/32951124 swapFree=65980216/67111528
[pid=27391] ppid=27389 vsize=50460 CPUtime=1242.33 cores=4,6
/proc/27391/stat : 27391 (lingeling) R 27389 27391 26882 0 -1 4202496 266145 0 0 0 123809 424 0 0 25 0 1 0 635972618 51671040 11138 33554432000 4194304 4409284 140734544841536 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/27391/statm: 12615 11138 139 53 0 11038 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 50460



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.70 3.68 3.79 2/350 27495
/proc/meminfo: memFree=24131148/32951124 swapFree=65980216/67111528
[pid=27391] ppid=27389 vsize=50640 CPUtime=1300.05 cores=4,6
/proc/27391/stat : 27391 (lingeling) R 27389 27391 26882 0 -1 4202496 271151 0 0 0 129569 436 0 0 25 0 1 0 635972618 51855360 11183 33554432000 4194304 4409284 140734544841536 18446744073709551615 228095475607 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/27391/statm: 12660 11183 139 53 0 11083 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 50640

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): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1295.69
CPU system time (s): 4.36334
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 67160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1295.69
system time used= 4.36334
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271151
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= 3
involuntary context switches= 1733

runsolver used 4.74828 second user time and 10.6044 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-15 06:59:32
IDJOB=3371663
IDBENCH=85304
IDSOLVER=1849
FILE ID=node142/3371663-1305435571
RUNJOBID= node142-1305435530-27260
PBS_JOBID= 13324631
Free space on /tmp= 73188 MiB

SOLVER NAME= Lingeling 587f (fixed)
BENCH NAME= SAT05/crafted/jarvisalo05/mod2-rand3bip-sat/mod2-rand3bip-sat-270-1.shuffled-as.sat05-2248.cnf
COMMAND LINE= lingeling BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371663-1305435571/watcher-3371663-1305435571 -o /tmp/evaluation-result-3371663-1305435571/solver-3371663-1305435571 -C 2400 -W 1300 -M 7680  lingeling HOME/instance-3371663-1305435571.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 51d9aefd9da7f94abc32dd024090dc46
RANDOM SEED=1828808108

node142.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5131.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23129332 kB
Buffers:        325672 kB
Cached:        4275596 kB
SwapCached:      11520 kB
Active:        7138680 kB
Inactive:      2349284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23129332 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:          362084 kB
Writeback:           0 kB
AnonPages:     4883784 kB
Mapped:          20904 kB
Slab:           233416 kB
PageTables:      33796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77752276 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73552 MiB
End job on node142 at 2011-05-15 07:21:14