Trace number 3434105

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
minisat hack: MiniSAT 2.2.0-agile-26? (TO) 5000.06 4999.91

General information on the benchmark

NameSAT04/industrial/vangelder/cnf-color/
myciel6-tr.used-as.sat04-320.cnf
MD5SUM5ba57e5cfd40b4a93356dbea5162016d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark518.252
Satisfiable
(Un)Satisfiability was proved
Number of variables570
Number of clauses4625
Sum of the clauses size9615
Maximum clause length6
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24531
Number of clauses of size 31
Number of clauses of size 41
Number of clauses of size 51
Number of clauses of size over 590

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.1 (svn: 989)

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-3434105-1308505620/watcher-3434105-1308505620 -o /tmp/evaluation-result-3434105-1308505620/solver-3434105-1308505620 -C 5000 -W 5100 -M 15500 minisat HOME/instance-3434105-1308505620.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.94 1.45 1.77 2/174 18191
/proc/meminfo: memFree=28713808/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=19384 CPUtime=0 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 455 0 0 0 0 0 0 0 24 0 1 0 1040792725 19849216 393 33554432000 4194304 4291235 140734238348768 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 4846 393 238 24 0 1480 0

[startup+0.0119229 s]
/proc/loadavg: 0.94 1.45 1.77 2/174 18191
/proc/meminfo: memFree=28713808/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=15176 CPUtime=0.01 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 503 0 0 0 1 0 0 0 24 0 1 0 1040792725 15540224 412 33554432000 4194304 4291235 140734238348768 18446744073709551615 260908831401 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 3794 412 254 24 0 428 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15176

[startup+0.100907 s]
/proc/loadavg: 0.94 1.45 1.77 2/174 18191
/proc/meminfo: memFree=28713808/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=15952 CPUtime=0.09 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 684 0 0 0 9 0 0 0 24 0 1 0 1040792725 16334848 589 33554432000 4194304 4291235 140734238348768 18446744073709551615 4256132 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 3988 589 255 24 0 622 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15952

[startup+0.30087 s]
/proc/loadavg: 0.94 1.45 1.77 2/174 18191
/proc/meminfo: memFree=28713808/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=16624 CPUtime=0.29 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 801 0 0 0 29 0 0 0 25 0 1 0 1040792725 17022976 702 33554432000 4194304 4291235 140734238348768 18446744073709551615 4262313 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 4156 702 255 24 0 790 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16624

[startup+0.700797 s]
/proc/loadavg: 0.94 1.45 1.77 2/174 18191
/proc/meminfo: memFree=28713808/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=17264 CPUtime=0.69 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 906 0 0 0 69 0 0 0 25 0 1 0 1040792725 17678336 802 33554432000 4194304 4291235 140734238348768 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 4316 802 255 24 0 950 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17264

[startup+1.50065 s]
/proc/loadavg: 0.94 1.45 1.77 3/178 18202
/proc/meminfo: memFree=28658280/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=17264 CPUtime=1.49 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 1025 0 0 0 149 0 0 0 25 0 1 0 1040792725 17678336 913 33554432000 4194304 4291235 140734238348768 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 4316 913 255 24 0 950 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17264

[startup+3.10036 s]
/proc/loadavg: 0.94 1.45 1.77 3/178 18202
/proc/meminfo: memFree=28606440/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=18520 CPUtime=3.09 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 1379 0 0 0 309 0 0 0 25 0 1 0 1040792725 18964480 1254 33554432000 4194304 4291235 140734238348768 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 4630 1254 255 24 0 1264 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18520

[startup+6.30077 s]
/proc/loadavg: 1.03 1.46 1.77 3/178 18202
/proc/meminfo: memFree=28585460/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=18996 CPUtime=6.29 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 1494 0 0 0 629 0 0 0 25 0 1 0 1040792725 19451904 1362 33554432000 4194304 4291235 140734238348768 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 4749 1362 255 24 0 1383 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18996

[startup+12.7006 s]
/proc/loadavg: 1.10 1.47 1.77 3/178 18202
/proc/meminfo: memFree=28583844/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=20024 CPUtime=12.69 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 1764 0 0 0 1269 0 0 0 25 0 1 0 1040792725 20504576 1619 33554432000 4194304 4291235 140734238348768 18446744073709551615 4262324 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 5006 1619 255 24 0 1640 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20024

[startup+25.5003 s]
/proc/loadavg: 1.30 1.49 1.78 3/178 18202
/proc/meminfo: memFree=28532508/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=23248 CPUtime=25.49 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 2229 0 0 0 2549 0 0 0 25 0 1 0 1040792725 23805952 2070 33554432000 4194304 4291235 140734238348768 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 5812 2070 255 24 0 2446 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 23248

[startup+51.1006 s]
/proc/loadavg: 1.54 1.53 1.78 3/178 18203
/proc/meminfo: memFree=28499172/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=24580 CPUtime=51.09 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 2805 0 0 0 5109 0 0 0 25 0 1 0 1040792725 25169920 2632 33554432000 4194304 4291235 140734238348768 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 6145 2632 255 24 0 2779 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 24580

[startup+102.306 s]
/proc/loadavg: 1.80 1.60 1.79 3/178 18204
/proc/meminfo: memFree=28428464/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=27660 CPUtime=102.3 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 3720 0 0 0 10230 0 0 0 25 0 1 0 1040792725 28323840 3523 33554432000 4194304 4291235 140734238348768 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 6915 3523 255 24 0 3549 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 27660

[startup+162.3 s]
/proc/loadavg: 1.92 1.67 1.80 3/178 18206
/proc/meminfo: memFree=28354036/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=31048 CPUtime=162.29 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 4294 0 0 0 16229 0 0 0 25 0 1 0 1040792725 31793152 4080 33554432000 4194304 4291235 140734238348768 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 7762 4080 255 24 0 4396 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 31048

[startup+222.3 s]
/proc/loadavg: 1.97 1.73 1.81 3/178 18208
/proc/meminfo: memFree=28277348/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=32828 CPUtime=222.3 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 4612 0 0 0 22230 0 0 0 25 0 1 0 1040792725 33615872 4387 33554432000 4194304 4291235 140734238348768 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 8207 4387 255 24 0 4841 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 32828

[startup+282.3 s]
/proc/loadavg: 1.99 1.78 1.82 3/178 18209
/proc/meminfo: memFree=28201672/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=32828 CPUtime=282.3 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 5061 0 0 0 28230 0 0 0 25 0 1 0 1040792725 33615872 4820 33554432000 4194304 4291235 140734238348768 18446744073709551615 4262752 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 8207 4820 255 24 0 4841 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 32828

[startup+342.3 s]
/proc/loadavg: 1.99 1.81 1.83 3/178 18211
/proc/meminfo: memFree=28145584/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=34560 CPUtime=342.3 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 5506 0 0 0 34230 0 0 0 25 0 1 0 1040792725 35389440 5253 33554432000 4194304 4291235 140734238348768 18446744073709551615 4255661 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 8640 5253 255 24 0 5274 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 34560

[startup+402.3 s]
/proc/loadavg: 1.99 1.85 1.83 3/178 18212
/proc/meminfo: memFree=28421820/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=34560 CPUtime=402.3 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 5506 0 0 0 40230 0 0 0 25 0 1 0 1040792725 35389440 5253 33554432000 4194304 4291235 140734238348768 18446744073709551615 4255872 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 8640 5253 255 24 0 5274 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 34560

[startup+462.3 s]
/proc/loadavg: 1.99 1.87 1.84 3/178 18214
/proc/meminfo: memFree=28343548/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=34560 CPUtime=462.3 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 5534 0 0 0 46230 0 0 0 25 0 1 0 1040792725 35389440 5281 33554432000 4194304 4291235 140734238348768 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 8640 5281 255 24 0 5274 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 34560

[startup+522.3 s]
/proc/loadavg: 2.05 1.91 1.85 3/178 18216
/proc/meminfo: memFree=28265124/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=37492 CPUtime=522.3 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 5711 0 0 0 52230 0 0 0 25 0 1 0 1040792725 38391808 5453 33554432000 4194304 4291235 140734238348768 18446744073709551615 4256121 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 9373 5453 255 24 0 6007 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 37492

[startup+582.3 s]
/proc/loadavg: 2.02 1.92 1.86 3/178 18217
/proc/meminfo: memFree=28170984/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=37492 CPUtime=582.3 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 5805 0 0 0 58230 0 0 0 25 0 1 0 1040792725 38391808 5546 33554432000 4194304 4291235 140734238348768 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 9373 5546 255 24 0 6007 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 37492

[startup+642.3 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 18322
/proc/meminfo: memFree=27821488/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=54160 CPUtime=4062.42 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 21613 0 0 0 406240 2 0 0 25 0 1 0 1040792725 55459840 10186 33554432000 4194304 4291235 140734238348768 18446744073709551615 4262084 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 13540 10186 256 24 0 10174 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 54160

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 18324
/proc/meminfo: memFree=27760436/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=54160 CPUtime=4122.41 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 21613 0 0 0 412239 2 0 0 25 0 1 0 1040792725 55459840 10186 33554432000 4194304 4291235 140734238348768 18446744073709551615 4255883 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 13540 10186 256 24 0 10174 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 54160

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 18325
/proc/meminfo: memFree=27696044/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=54160 CPUtime=4182.42 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 21613 0 0 0 418240 2 0 0 25 0 1 0 1040792725 55459840 10186 33554432000 4194304 4291235 140734238348768 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 13540 10186 256 24 0 10174 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 54160

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 18327
/proc/meminfo: memFree=27635864/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=54160 CPUtime=4242.42 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 21613 0 0 0 424240 2 0 0 25 0 1 0 1040792725 55459840 10186 33554432000 4194304 4291235 140734238348768 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 13540 10186 256 24 0 10174 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 54160

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 18328
/proc/meminfo: memFree=27583628/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=54160 CPUtime=4302.42 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 21613 0 0 0 430240 2 0 0 25 0 1 0 1040792725 55459840 10186 33554432000 4194304 4291235 140734238348768 18446744073709551615 4255875 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 13540 10186 256 24 0 10174 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 54160

[startup+4362.3 s]
/proc/loadavg: 2.03 2.01 1.94 3/178 18330
/proc/meminfo: memFree=27520968/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=53384 CPUtime=4362.43 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 22490 0 0 0 436240 3 0 0 25 0 1 0 1040792725 54665216 9637 33554432000 4194304 4291235 140734238348768 18446744073709551615 4255611 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 13346 9637 256 24 0 9980 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 53384

[startup+4422.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 18332
/proc/meminfo: memFree=27468344/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=57092 CPUtime=4422.43 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 23326 0 0 0 442240 3 0 0 25 0 1 0 1040792725 58462208 10440 33554432000 4194304 4291235 140734238348768 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 14273 10440 256 24 0 10907 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 57092

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 18342
/proc/meminfo: memFree=28292532/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=57092 CPUtime=4482.43 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 23326 0 0 0 448240 3 0 0 25 0 1 0 1040792725 58462208 10440 33554432000 4194304 4291235 140734238348768 18446744073709551615 4262447 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 14273 10440 256 24 0 10907 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 57092

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 18344
/proc/meminfo: memFree=28199992/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=57092 CPUtime=4542.43 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 23327 0 0 0 454240 3 0 0 25 0 1 0 1040792725 58462208 10441 33554432000 4194304 4291235 140734238348768 18446744073709551615 4255856 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 14273 10441 256 24 0 10907 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 57092

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 18345
/proc/meminfo: memFree=28091588/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=57092 CPUtime=4602.44 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 23327 0 0 0 460241 3 0 0 25 0 1 0 1040792725 58462208 10441 33554432000 4194304 4291235 140734238348768 18446744073709551615 4262468 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 14273 10441 256 24 0 10907 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 57092

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 18347
/proc/meminfo: memFree=28008220/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=57092 CPUtime=4662.44 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 23351 0 0 0 466241 3 0 0 25 0 1 0 1040792725 58462208 10465 33554432000 4194304 4291235 140734238348768 18446744073709551615 4255903 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 14273 10465 256 24 0 10907 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 57092

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 18349
/proc/meminfo: memFree=27944308/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=57092 CPUtime=4722.44 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 23430 0 0 0 472241 3 0 0 25 0 1 0 1040792725 58462208 10542 33554432000 4194304 4291235 140734238348768 18446744073709551615 4255856 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 14273 10542 256 24 0 10907 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 57092

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 18350
/proc/meminfo: memFree=27869748/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=57092 CPUtime=4782.44 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 23430 0 0 0 478241 3 0 0 25 0 1 0 1040792725 58462208 10542 33554432000 4194304 4291235 140734238348768 18446744073709551615 4255650 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 14273 10542 256 24 0 10907 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 57092

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 18352
/proc/meminfo: memFree=27802484/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=57092 CPUtime=4842.44 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 23430 0 0 0 484241 3 0 0 25 0 1 0 1040792725 58462208 10542 33554432000 4194304 4291235 140734238348768 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 14273 10542 256 24 0 10907 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 57092

[startup+4902.3 s]
/proc/loadavg: 2.05 2.01 1.95 3/178 18353
/proc/meminfo: memFree=27721484/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=57092 CPUtime=4902.44 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 23430 0 0 0 490241 3 0 0 25 0 1 0 1040792725 58462208 10542 33554432000 4194304 4291235 140734238348768 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 14273 10542 256 24 0 10907 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 57092

[startup+4962.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 18355
/proc/meminfo: memFree=27667136/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=57092 CPUtime=4962.44 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 23430 0 0 0 496241 3 0 0 25 0 1 0 1040792725 58462208 10542 33554432000 4194304 4291235 140734238348768 18446744073709551615 4255872 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 14273 10542 256 24 0 10907 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 57092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.00 1.95 3/178 18356
/proc/meminfo: memFree=27624200/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=57092 CPUtime=5000.05 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 23431 0 0 0 500002 3 0 0 25 0 1 0 1040792725 58462208 10543 33554432000 4194304 4291235 140734238348768 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 14273 10543 256 24 0 10907 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 57092

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

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

[startup+4999.9 s]
/proc/loadavg: 2.01 2.00 1.95 3/178 18356
/proc/meminfo: memFree=27624200/32950928 swapFree=67051820/67111528
[pid=18191] ppid=18189 vsize=57092 CPUtime=5000.05 cores=1,3,5,7
/proc/18191/stat : 18191 (minisat) R 18189 18191 17368 0 -1 4202496 23431 0 0 0 500002 3 0 0 25 0 1 0 1040792725 58462208 10543 33554432000 4194304 4291235 140734238348768 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18191/statm: 14273 10543 256 24 0 10907 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 57092

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.91
CPU time (s): 5000.06
CPU user time (s): 5000.03
CPU system time (s): 0.034994
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 58640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.03
system time used= 0.034994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23431
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= 12
involuntary context switches= 7634

runsolver used 6.64999 second user time and 16.0836 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-19 19:47:00
IDJOB=3434105
IDBENCH=84808
IDSOLVER=1930
FILE ID=node116/3434105-1308505620
RUNJOBID= node116-1308505620-18174
PBS_JOBID= 13608190
Free space on /tmp= 73244 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT04/industrial/vangelder/cnf-color/myciel6-tr.used-as.sat04-320.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3434105-1308505620/watcher-3434105-1308505620 -o /tmp/evaluation-result-3434105-1308505620/solver-3434105-1308505620 -C 5000 -W 5100 -M 15500  minisat HOME/instance-3434105-1308505620.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 5ba57e5cfd40b4a93356dbea5162016d
RANDOM SEED=1391847259

node116.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.826
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.65
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.826
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	: 5226.15
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.826
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.75
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.826
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.75
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.826
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.77
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.826
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.826
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.75
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.826
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:     32950928 kB
MemFree:      28714004 kB
Buffers:        472832 kB
Cached:        3394464 kB
SwapCached:      13056 kB
Active:        1755860 kB
Inactive:      2134660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28714004 kB
SwapTotal:    67111528 kB
SwapFree:     67051820 kB
Dirty:             812 kB
Writeback:           0 kB
AnonPages:       20708 kB
Mapped:           8844 kB
Slab:           282168 kB
PageTables:       4828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   194192 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= 73232 MiB
End job on node116 at 2011-06-19 21:10:22