Trace number 3421052

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
RestartSAT B95? (TO) 5000.12 5000.04

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-6x40.cnf
MD5SUM3a7a68cedc6ab84c0df9c27d166b0b6b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables960
Number of clauses48480
Sum of the clauses size191040
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21440
Number of clauses of size 30
Number of clauses of size 447040
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-3421052-1306617104/watcher-3421052-1306617104 -o /tmp/evaluation-result-3421052-1306617104/solver-3421052-1306617104 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421052-1306617104.cnf 

running on 4 cores: 0,2,4,6

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: 1.95 2.01 2.00 2/561 23276
/proc/meminfo: memFree=23738152/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=21796 CPUtime=0.01 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 1592 0 0 0 1 0 0 0 25 0 1 0 773309078 22319104 1493 33554432000 4194304 4291949 140736165100608 18446744073709551615 4230028 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 5449 1493 232 24 0 2083 0

[startup+0.0400081 s]
/proc/loadavg: 1.95 2.01 2.00 2/561 23276
/proc/meminfo: memFree=23738152/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=21796 CPUtime=0.03 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 1592 0 0 0 3 0 0 0 25 0 1 0 773309078 22319104 1493 33554432000 4194304 4291949 140736165100608 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 5449 1493 232 24 0 2083 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 21796

[startup+0.101042 s]
/proc/loadavg: 1.95 2.01 2.00 2/561 23276
/proc/meminfo: memFree=23738152/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=21796 CPUtime=0.09 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 1592 0 0 0 9 0 0 0 25 0 1 0 773309078 22319104 1493 33554432000 4194304 4291949 140736165100608 18446744073709551615 4230273 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 5449 1493 232 24 0 2083 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21796

[startup+0.301064 s]
/proc/loadavg: 1.95 2.01 2.00 2/561 23276
/proc/meminfo: memFree=23738152/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=22764 CPUtime=0.29 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 3143 0 0 0 29 0 0 0 25 0 1 0 773309078 23310336 2251 33554432000 4194304 4291949 140736165100608 18446744073709551615 4230128 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 5691 2251 234 24 0 2325 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22764

[startup+0.700999 s]
/proc/loadavg: 1.95 2.01 2.00 2/561 23276
/proc/meminfo: memFree=23738152/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=24060 CPUtime=0.69 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 3832 0 0 0 69 0 0 0 25 0 1 0 773309078 24637440 2390 33554432000 4194304 4291949 140736165100608 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 6015 2390 253 24 0 2649 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24060

[startup+1.50087 s]
/proc/loadavg: 1.95 2.01 2.00 3/562 23277
/proc/meminfo: memFree=23716200/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=35556 CPUtime=1.49 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 6161 0 0 0 149 0 0 0 25 0 1 0 773309078 36409344 4690 33554432000 4194304 4291949 140736165100608 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 8889 4690 253 24 0 5523 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35556

[startup+3.1006 s]
/proc/loadavg: 1.95 2.01 2.00 3/562 23277
/proc/meminfo: memFree=23696856/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=35556 CPUtime=3.09 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 9719 0 0 0 308 1 0 0 25 0 1 0 773309078 36409344 5047 33554432000 4194304 4291949 140736165100608 18446744073709551615 4251623 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 8889 5047 253 24 0 5523 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35556

[startup+6.30095 s]
/proc/loadavg: 1.95 2.01 2.00 3/562 23277
/proc/meminfo: memFree=23681724/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=44904 CPUtime=6.29 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 15766 0 0 0 628 1 0 0 25 0 1 0 773309078 45981696 7230 33554432000 4194304 4291949 140736165100608 18446744073709551615 4268236 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 11226 7230 253 24 0 7860 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44904

[startup+12.7009 s]
/proc/loadavg: 1.96 2.01 2.00 3/562 23277
/proc/meminfo: memFree=23653668/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=75364 CPUtime=12.7 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 23372 0 0 0 1267 3 0 0 25 0 1 0 773309078 77172736 9547 33554432000 4194304 4291949 140736165100608 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 18841 9547 253 24 0 15475 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 75364

[startup+25.5007 s]
/proc/loadavg: 1.97 2.01 2.00 3/562 23277
/proc/meminfo: memFree=23577944/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=138076 CPUtime=25.49 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 41662 0 0 0 2544 5 0 0 25 0 1 0 773309078 141389824 27690 33554432000 4194304 4291949 140736165100608 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 34519 27690 253 24 0 31153 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 138076

[startup+51.1005 s]
/proc/loadavg: 2.05 2.02 2.00 3/562 23278
/proc/meminfo: memFree=23610464/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=88756 CPUtime=51.09 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 51109 0 0 0 5103 6 0 0 25 0 1 0 773309078 90886144 18971 33554432000 4194304 4291949 140736165100608 18446744073709551615 4261956 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 22189 18971 253 24 0 18823 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 88756

[startup+102.321 s]
/proc/loadavg: 2.02 2.01 2.00 3/562 23279
/proc/meminfo: memFree=23577592/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=89040 CPUtime=102.31 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 113406 0 0 0 10218 13 0 0 25 0 1 0 773309078 91176960 19050 33554432000 4194304 4291949 140736165100608 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 22260 19050 253 24 0 18894 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 89040

[startup+162.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/562 23281
/proc/meminfo: memFree=23574596/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=107912 CPUtime=162.29 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 204539 0 0 0 16203 26 0 0 25 0 1 0 773309078 110501888 19109 33554432000 4194304 4291949 140736165100608 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 26978 19109 253 24 0 23612 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 107912

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/562 23282
/proc/meminfo: memFree=23472632/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=119608 CPUtime=222.29 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 298480 0 0 0 22190 39 0 0 25 0 1 0 773309078 122478592 26698 33554432000 4194304 4291949 140736165100608 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 29902 26698 253 24 0 26536 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 119608

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/562 23284
/proc/meminfo: memFree=23489616/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=119608 CPUtime=282.29 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 369308 0 0 0 28182 47 0 0 25 0 1 0 773309078 122478592 26700 33554432000 4194304 4291949 140736165100608 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 29902 26700 253 24 0 26536 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 119608

[startup+342.301 s]
/proc/loadavg: 2.14 2.04 2.01 3/562 23285
/proc/meminfo: memFree=23477696/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=168928 CPUtime=342.3 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 456365 0 0 0 34169 61 0 0 25 0 1 0 773309078 172982272 35587 33554432000 4194304 4291949 140736165100608 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 42232 35587 253 24 0 38866 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 168928

[startup+402.301 s]
/proc/loadavg: 2.05 2.03 2.00 3/562 23287
/proc/meminfo: memFree=23453868/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=168928 CPUtime=402.3 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 535014 0 0 0 40157 73 0 0 25 0 1 0 773309078 172982272 37133 33554432000 4194304 4291949 140736165100608 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 42232 37133 253 24 0 38866 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 168928

[startup+462.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/562 23289
/proc/meminfo: memFree=23469980/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=220600 CPUtime=462.3 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 614745 0 0 0 46145 85 0 0 25 0 1 0 773309078 225894400 46814 33554432000 4194304 4291949 140736165100608 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 55150 46814 253 24 0 51784 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 220600

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/562 23290
/proc/meminfo: memFree=23457572/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=140460 CPUtime=522.29 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 680065 0 0 0 52134 95 0 0 25 0 1 0 773309078 143831040 31945 33554432000 4194304 4291949 140736165100608 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 35115 31945 253 24 0 31749 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 140460

[startup+582.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/562 23292
/proc/meminfo: memFree=23384036/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=189780 CPUtime=582.3 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 753934 0 0 0 58124 106 0 0 25 0 1 0 773309078 194334720 43731 33554432000 4194304 4291949 140736165100608 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 47445 43731 253 24 0 44079 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 189780

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/562 23395
/proc/meminfo: memFree=23022680/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=398348 CPUtime=4002.35 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 4406827 0 0 0 399555 680 0 0 25 0 1 0 773309078 407908352 92635 33554432000 4194304 4291949 140736165100608 18446744073709551615 4256342 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 99587 92635 253 24 0 96221 0
Current children cumulated CPU time (s) 4002.35
Current children cumulated vsize (KiB) 398348

[startup+4062.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/562 23397
/proc/meminfo: memFree=23074988/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=398348 CPUtime=4062.37 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 4463919 0 0 0 405548 689 0 0 25 0 1 0 773309078 407908352 90257 33554432000 4194304 4291949 140736165100608 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 99587 90257 253 24 0 96221 0
Current children cumulated CPU time (s) 4062.37
Current children cumulated vsize (KiB) 398348

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/562 23398
/proc/meminfo: memFree=23130524/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=398348 CPUtime=4122.35 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 4520017 0 0 0 411537 698 0 0 25 0 1 0 773309078 407908352 89639 33554432000 4194304 4291949 140736165100608 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 99587 89639 253 24 0 96221 0
Current children cumulated CPU time (s) 4122.35
Current children cumulated vsize (KiB) 398348

[startup+4182.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/562 23400
/proc/meminfo: memFree=23162012/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=367528 CPUtime=4182.36 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 4581647 0 0 0 417527 709 0 0 25 0 1 0 773309078 376348672 83483 33554432000 4194304 4291949 140736165100608 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 91882 83483 253 24 0 88516 0
Current children cumulated CPU time (s) 4182.36
Current children cumulated vsize (KiB) 367528

[startup+4242.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/562 23401
/proc/meminfo: memFree=23127392/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=398348 CPUtime=4242.36 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 4626616 0 0 0 423518 718 0 0 25 0 1 0 773309078 407908352 90471 33554432000 4194304 4291949 140736165100608 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 99587 90471 253 24 0 96221 0
Current children cumulated CPU time (s) 4242.36
Current children cumulated vsize (KiB) 398348

[startup+4302.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/562 23403
/proc/meminfo: memFree=23168048/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=398348 CPUtime=4302.36 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 4683180 0 0 0 429510 726 0 0 25 0 1 0 773309078 407908352 90306 33554432000 4194304 4291949 140736165100608 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 99587 90306 253 24 0 96221 0
Current children cumulated CPU time (s) 4302.36
Current children cumulated vsize (KiB) 398348

[startup+4362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/562 23405
/proc/meminfo: memFree=23147688/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=448436 CPUtime=4362.36 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 4746761 0 0 0 435499 737 0 0 25 0 1 0 773309078 459198464 96327 33554432000 4194304 4291949 140736165100608 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 112109 96327 253 24 0 108743 0
Current children cumulated CPU time (s) 4362.36
Current children cumulated vsize (KiB) 448436

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/562 23406
/proc/meminfo: memFree=23052800/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=398348 CPUtime=4422.36 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 4799709 0 0 0 441490 746 0 0 25 0 1 0 773309078 407908352 91828 33554432000 4194304 4291949 140736165100608 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 99587 91828 253 24 0 96221 0
Current children cumulated CPU time (s) 4422.36
Current children cumulated vsize (KiB) 398348

[startup+4482.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/562 23408
/proc/meminfo: memFree=23161520/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=398348 CPUtime=4482.36 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 4854230 0 0 0 447482 754 0 0 25 0 1 0 773309078 407908352 92642 33554432000 4194304 4291949 140736165100608 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 99587 92642 253 24 0 96221 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 398348

[startup+4542.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/562 23409
/proc/meminfo: memFree=23061316/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=398348 CPUtime=4542.36 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 4907047 0 0 0 453474 762 0 0 25 0 1 0 773309078 407908352 88576 33554432000 4194304 4291949 140736165100608 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 99587 88576 253 24 0 96221 0
Current children cumulated CPU time (s) 4542.36
Current children cumulated vsize (KiB) 398348

[startup+4602.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/562 23411
/proc/meminfo: memFree=23189640/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=337452 CPUtime=4602.38 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 4962193 0 0 0 459467 771 0 0 25 0 1 0 773309078 345550848 75963 33554432000 4194304 4291949 140736165100608 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 84363 75963 253 24 0 80997 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 337452

[startup+4662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/562 23413
/proc/meminfo: memFree=23095756/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=417592 CPUtime=4662.37 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 5015709 0 0 0 465458 779 0 0 25 0 1 0 773309078 427614208 92542 33554432000 4194304 4291949 140736165100608 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 104398 92542 253 24 0 101032 0
Current children cumulated CPU time (s) 4662.37
Current children cumulated vsize (KiB) 417592

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/562 23414
/proc/meminfo: memFree=23029900/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=386772 CPUtime=4722.39 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 5068675 0 0 0 471452 787 0 0 25 0 1 0 773309078 396054528 85677 33554432000 4194304 4291949 140736165100608 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 96693 85677 253 24 0 93327 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 386772

[startup+4782.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/562 23416
/proc/meminfo: memFree=23019340/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=417592 CPUtime=4782.37 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 5115887 0 0 0 477443 794 0 0 25 0 1 0 773309078 427614208 92087 33554432000 4194304 4291949 140736165100608 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 104398 92087 253 24 0 101032 0
Current children cumulated CPU time (s) 4782.37
Current children cumulated vsize (KiB) 417592

[startup+4842.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/562 23417
/proc/meminfo: memFree=22963280/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=467680 CPUtime=4842.37 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 5181259 0 0 0 483434 803 0 0 25 0 1 0 773309078 478904320 108338 33554432000 4194304 4291949 140736165100608 18446744073709551615 4256140 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 116920 108338 253 24 0 113554 0
Current children cumulated CPU time (s) 4842.37
Current children cumulated vsize (KiB) 467680

[startup+4902.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/562 23419
/proc/meminfo: memFree=22941072/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=467680 CPUtime=4902.37 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 5256529 0 0 0 489420 817 0 0 25 0 1 0 773309078 478904320 110445 33554432000 4194304 4291949 140736165100608 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 116920 110445 253 24 0 113554 0
Current children cumulated CPU time (s) 4902.37
Current children cumulated vsize (KiB) 467680

[startup+4962.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/562 23421
/proc/meminfo: memFree=23049044/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=337452 CPUtime=4962.37 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 5300235 0 0 0 495412 825 0 0 25 0 1 0 773309078 345550848 80148 33554432000 4194304 4291949 140736165100608 18446744073709551615 4250644 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 84363 80148 253 24 0 80997 0
Current children cumulated CPU time (s) 4962.37
Current children cumulated vsize (KiB) 337452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.02 2.00 2/560 23423
/proc/meminfo: memFree=23362272/32950928 swapFree=41934332/67111528
[pid=23276] ppid=23274 vsize=417592 CPUtime=5000.09 cores=0,2,4,6
/proc/23276/stat : 23276 (RestartSAT) R 23274 23276 22943 0 -1 4202496 5334163 0 0 0 499179 830 0 0 25 0 1 0 773309078 427614208 94523 33554432000 4194304 4291949 140736165100608 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23276/statm: 104398 94523 253 24 0 101032 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 417592

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): 5000.04
CPU time (s): 5000.12
CPU user time (s): 4991.8
CPU system time (s): 8.32074
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 549068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4991.8
system time used= 8.32073
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5334163
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= 5
involuntary context switches= 3700

runsolver used 28.7016 second user time and 62.2315 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-28 23:11:44
IDJOB=3421052
IDBENCH=83178
IDSOLVER=1911
FILE ID=node126/3421052-1306617104
RUNJOBID= node126-1306612101-22961
PBS_JOBID= 13471619
Free space on /tmp= 73476 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-6x40.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421052-1306617104/watcher-3421052-1306617104 -o /tmp/evaluation-result-3421052-1306617104/solver-3421052-1306617104 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421052-1306617104.cnf

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

MD5SUM BENCH= 3a7a68cedc6ab84c0df9c27d166b0b6b
RANDOM SEED=1550318697

node126.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.783
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.56
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.783
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	: 5332.75
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.783
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.74
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.783
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.74
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.783
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.80
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.783
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.783
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23738432 kB
Buffers:        323380 kB
Cached:        6365976 kB
SwapCached:      49920 kB
Active:        4254036 kB
Inactive:      4639236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23738432 kB
SwapTotal:    67111528 kB
SwapFree:     41934332 kB
Dirty:            3888 kB
Writeback:           0 kB
AnonPages:     2166364 kB
Mapped:          24564 kB
Slab:           147844 kB
PageTables:      99956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 176406836 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= 73476 MiB
End job on node126 at 2011-05-29 00:35:06