Trace number 3420900

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.06 4999.83

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v1150c84314g7.cnf
MD5SUMf39e50b5cd7b50d1971722973512a1b8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark318.765
Satisfiable
(Un)Satisfiability was proved
Number of variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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-3420900-1306589763/watcher-3420900-1306589763 -o /tmp/evaluation-result-3420900-1306589763/solver-3420900-1306589763 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420900-1306589763.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: 2.02 2.04 2.00 2/517 31967
/proc/meminfo: memFree=16282752/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=22252 CPUtime=0.01 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 1718 0 0 0 1 0 0 0 21 0 1 0 770573021 22786048 1545 33554432000 4194304 4291949 140734595640112 18446744073709551615 254500353057 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 5563 1547 226 24 0 2197 0

[startup+0.0988529 s]
/proc/loadavg: 2.02 2.04 2.00 2/517 31967
/proc/meminfo: memFree=16282752/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=22936 CPUtime=0.09 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 1954 0 0 0 9 0 0 0 21 0 1 0 770573021 23486464 1781 33554432000 4194304 4291949 140734595640112 18446744073709551615 4232340 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 5734 1781 232 24 0 2368 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22936

[startup+0.100851 s]
/proc/loadavg: 2.02 2.04 2.00 2/517 31967
/proc/meminfo: memFree=16282752/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=22936 CPUtime=0.09 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 1954 0 0 0 9 0 0 0 21 0 1 0 770573021 23486464 1781 33554432000 4194304 4291949 140734595640112 18446744073709551615 4236666 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 5734 1781 232 24 0 2368 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22936

[startup+0.300811 s]
/proc/loadavg: 2.02 2.04 2.00 2/517 31967
/proc/meminfo: memFree=16282752/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=20896 CPUtime=0.29 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 2668 0 0 0 29 0 0 0 22 0 1 0 770573021 21397504 1982 33554432000 4194304 4291949 140734595640112 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 5224 1982 252 24 0 1858 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20896

[startup+0.700735 s]
/proc/loadavg: 2.02 2.04 2.00 2/517 31967
/proc/meminfo: memFree=16282752/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=25292 CPUtime=0.69 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 3164 0 0 0 69 0 0 0 24 0 1 0 770573021 25899008 2473 33554432000 4194304 4291949 140734595640112 18446744073709551615 254500749738 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 6323 2473 252 24 0 2957 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25292

[startup+1.50058 s]
/proc/loadavg: 2.02 2.04 2.00 3/518 31968
/proc/meminfo: memFree=16270852/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=30716 CPUtime=1.49 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 4142 0 0 0 149 0 0 0 25 0 1 0 770573021 31453184 3441 33554432000 4194304 4291949 140734595640112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 7679 3441 252 24 0 4313 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30716

[startup+3.10026 s]
/proc/loadavg: 2.18 2.07 2.01 3/518 31968
/proc/meminfo: memFree=16264280/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=39232 CPUtime=3.09 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 5579 0 0 0 309 0 0 0 25 0 1 0 770573021 40173568 4866 33554432000 4194304 4291949 140734595640112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 9808 4866 252 24 0 6442 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39232

[startup+6.30062 s]
/proc/loadavg: 2.18 2.07 2.01 3/518 31968
/proc/meminfo: memFree=16252996/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=41288 CPUtime=6.29 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 7564 0 0 0 629 0 0 0 25 0 1 0 770573021 42278912 6836 33554432000 4194304 4291949 140734595640112 18446744073709551615 4255853 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 10322 6836 252 24 0 6956 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41288

[startup+12.7004 s]
/proc/loadavg: 2.15 2.07 2.01 3/518 31968
/proc/meminfo: memFree=16234344/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=55724 CPUtime=12.69 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 10782 0 0 0 1268 1 0 0 25 0 1 0 770573021 57061376 10032 33554432000 4194304 4291949 140734595640112 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 13931 10032 252 24 0 10565 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55724

[startup+25.5008 s]
/proc/loadavg: 2.13 2.06 2.01 3/518 31969
/proc/meminfo: memFree=16212900/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=78652 CPUtime=25.49 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 15067 0 0 0 2547 2 0 0 25 0 1 0 770573021 80539648 14292 33554432000 4194304 4291949 140734595640112 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 19663 14292 252 24 0 16297 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 78652

[startup+51.1007 s]
/proc/loadavg: 2.08 2.06 2.01 3/518 31970
/proc/meminfo: memFree=16199344/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=80572 CPUtime=51.09 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 26201 0 0 0 5105 4 0 0 25 0 1 0 770573021 82505728 14398 33554432000 4194304 4291949 140734595640112 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 20143 14398 252 24 0 16777 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 80572

[startup+102.319 s]
/proc/loadavg: 2.07 2.06 2.01 3/518 31971
/proc/meminfo: memFree=16249296/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=85204 CPUtime=102.32 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 43593 0 0 0 10225 7 0 0 25 0 1 0 770573021 87248896 17151 33554432000 4194304 4291949 140734595640112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 21301 17151 252 24 0 17935 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 85204

[startup+162.301 s]
/proc/loadavg: 2.02 2.05 2.00 3/518 31972
/proc/meminfo: memFree=16193596/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=87972 CPUtime=162.29 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 61456 0 0 0 16218 11 0 0 25 0 1 0 770573021 90083328 18098 33554432000 4194304 4291949 140734595640112 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 21993 18098 252 24 0 18627 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 87972

[startup+222.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/518 31974
/proc/meminfo: memFree=16205224/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=174512 CPUtime=222.3 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 71243 0 0 0 22215 15 0 0 25 0 1 0 770573021 178700288 27816 33554432000 4194304 4291949 140734595640112 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 43628 27816 252 24 0 40262 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 174512

[startup+282.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/518 31976
/proc/meminfo: memFree=16161048/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=125308 CPUtime=282.3 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 90092 0 0 0 28210 20 0 0 25 0 1 0 770573021 128315392 25842 33554432000 4194304 4291949 140734595640112 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 31327 25842 252 24 0 27961 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 125308

[startup+342.301 s]
/proc/loadavg: 2.07 2.04 2.00 3/518 31977
/proc/meminfo: memFree=16153092/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=126660 CPUtime=342.31 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 106742 0 0 0 34206 25 0 0 25 0 1 0 770573021 129699840 20960 33554432000 4194304 4291949 140734595640112 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 31665 20960 252 24 0 28299 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 126660

[startup+402.301 s]
/proc/loadavg: 2.09 2.04 2.00 3/518 31979
/proc/meminfo: memFree=16157892/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=178476 CPUtime=402.31 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 115733 0 0 0 40202 29 0 0 25 0 1 0 770573021 182759424 29898 33554432000 4194304 4291949 140734595640112 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 44619 29898 252 24 0 41253 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 178476

[startup+462.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/518 31980
/proc/meminfo: memFree=16166168/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=100012 CPUtime=462.31 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 131291 0 0 0 46198 33 0 0 25 0 1 0 770573021 102412288 21173 33554432000 4194304 4291949 140734595640112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 25003 21173 252 24 0 21637 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 100012

[startup+522.301 s]
/proc/loadavg: 2.13 2.06 2.01 3/518 31982
/proc/meminfo: memFree=16142836/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=182204 CPUtime=522.31 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 140107 0 0 0 52194 37 0 0 25 0 1 0 770573021 186576896 29933 33554432000 4194304 4291949 140734595640112 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 45551 29933 252 24 0 42185 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 182204

[startup+582.301 s]
/proc/loadavg: 2.05 2.04 2.00 3/518 31984
/proc/meminfo: memFree=16147024/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=102540 CPUtime=582.32 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 156783 0 0 0 58191 41 0 0 25 0 1 0 770573021 105000960 21481 33554432000 4194304 4291949 140734595640112 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 25635 21481 252 24 0 22269 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 102540

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 1.12 1.11 1.43 2/512 32105
/proc/meminfo: memFree=16313456/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=160560 CPUtime=4002.48 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 587160 0 0 0 400044 204 0 0 25 0 1 0 770573021 164413440 32290 33554432000 4194304 4291949 140734595640112 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 40140 32290 252 24 0 36774 0
Current children cumulated CPU time (s) 4002.48
Current children cumulated vsize (KiB) 160560

[startup+4062.32 s]
/proc/loadavg: 1.10 1.10 1.41 2/512 32106
/proc/meminfo: memFree=16275240/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=210348 CPUtime=4062.5 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 596493 0 0 0 406043 207 0 0 25 0 1 0 770573021 215396352 41556 33554432000 4194304 4291949 140734595640112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 52587 41556 252 24 0 49221 0
Current children cumulated CPU time (s) 4062.5
Current children cumulated vsize (KiB) 210348

[startup+4122.3 s]
/proc/loadavg: 1.04 1.08 1.38 2/512 32108
/proc/meminfo: memFree=16256376/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=210348 CPUtime=4122.48 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 601274 0 0 0 412039 209 0 0 25 0 1 0 770573021 215396352 46299 33554432000 4194304 4291949 140734595640112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 52587 46299 252 24 0 49221 0
Current children cumulated CPU time (s) 4122.48
Current children cumulated vsize (KiB) 210348

[startup+4182.3 s]
/proc/loadavg: 1.01 1.06 1.35 2/512 32110
/proc/meminfo: memFree=16238492/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=260436 CPUtime=4182.49 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 605763 0 0 0 418037 212 0 0 25 0 1 0 770573021 266686464 50753 33554432000 4194304 4291949 140734595640112 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 65109 50753 252 24 0 61743 0
Current children cumulated CPU time (s) 4182.49
Current children cumulated vsize (KiB) 260436

[startup+4242.3 s]
/proc/loadavg: 1.00 1.05 1.33 2/512 32111
/proc/meminfo: memFree=16226060/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=260436 CPUtime=4242.49 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 608865 0 0 0 424036 213 0 0 25 0 1 0 770573021 266686464 53844 33554432000 4194304 4291949 140734595640112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 65109 53844 252 24 0 61743 0
Current children cumulated CPU time (s) 4242.49
Current children cumulated vsize (KiB) 260436

[startup+4302.3 s]
/proc/loadavg: 1.00 1.04 1.31 3/512 32113
/proc/meminfo: memFree=16214864/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=260436 CPUtime=4302.49 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 611676 0 0 0 430034 215 0 0 25 0 1 0 770573021 266686464 56632 33554432000 4194304 4291949 140734595640112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 65109 56632 252 24 0 61743 0
Current children cumulated CPU time (s) 4302.49
Current children cumulated vsize (KiB) 260436

[startup+4362.3 s]
/proc/loadavg: 1.00 1.03 1.28 2/512 32114
/proc/meminfo: memFree=16202560/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=261716 CPUtime=4362.5 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 614844 0 0 0 436033 217 0 0 25 0 1 0 770573021 267997184 59777 33554432000 4194304 4291949 140734595640112 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 65429 59777 252 24 0 62063 0
Current children cumulated CPU time (s) 4362.5
Current children cumulated vsize (KiB) 261716

[startup+4422.3 s]
/proc/loadavg: 1.00 1.02 1.26 2/512 32116
/proc/meminfo: memFree=16292204/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=182728 CPUtime=4422.5 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 626336 0 0 0 442030 220 0 0 25 0 1 0 770573021 187113472 37403 33554432000 4194304 4291949 140734595640112 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 45682 37403 252 24 0 42316 0
Current children cumulated CPU time (s) 4422.5
Current children cumulated vsize (KiB) 182728

[startup+4482.3 s]
/proc/loadavg: 1.00 1.02 1.25 2/512 32118
/proc/meminfo: memFree=16253484/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=213548 CPUtime=4482.5 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 636160 0 0 0 448026 224 0 0 25 0 1 0 770573021 218673152 47134 33554432000 4194304 4291949 140734595640112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 53387 47134 252 24 0 50021 0
Current children cumulated CPU time (s) 4482.5
Current children cumulated vsize (KiB) 213548

[startup+4542.3 s]
/proc/loadavg: 1.07 1.04 1.24 2/512 32119
/proc/meminfo: memFree=16225192/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=263636 CPUtime=4542.5 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 643345 0 0 0 454022 228 0 0 25 0 1 0 770573021 269963264 54261 33554432000 4194304 4291949 140734595640112 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 65909 54261 252 24 0 62543 0
Current children cumulated CPU time (s) 4542.5
Current children cumulated vsize (KiB) 263636

[startup+4602.3 s]
/proc/loadavg: 1.09 1.06 1.23 2/512 32121
/proc/meminfo: memFree=16210904/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=263636 CPUtime=4602.52 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 646769 0 0 0 460022 230 0 0 25 0 1 0 770573021 269963264 57655 33554432000 4194304 4291949 140734595640112 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 65909 57655 252 24 0 62543 0
Current children cumulated CPU time (s) 4602.52
Current children cumulated vsize (KiB) 263636

[startup+4662.3 s]
/proc/loadavg: 1.03 1.04 1.21 2/512 32122
/proc/meminfo: memFree=16310452/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=154008 CPUtime=4662.51 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 654752 0 0 0 466018 233 0 0 25 0 1 0 770573021 157704192 32768 33554432000 4194304 4291949 140734595640112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 38502 32768 252 24 0 35136 0
Current children cumulated CPU time (s) 4662.51
Current children cumulated vsize (KiB) 154008

[startup+4722.32 s]
/proc/loadavg: 1.01 1.03 1.20 2/512 32124
/proc/meminfo: memFree=16268396/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=215472 CPUtime=4722.53 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 665377 0 0 0 472016 237 0 0 25 0 1 0 770573021 220643328 43310 33554432000 4194304 4291949 140734595640112 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 53868 43310 252 24 0 50502 0
Current children cumulated CPU time (s) 4722.53
Current children cumulated vsize (KiB) 215472

[startup+4782.3 s]
/proc/loadavg: 1.00 1.02 1.18 2/512 32126
/proc/meminfo: memFree=16248776/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=215472 CPUtime=4782.52 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 670365 0 0 0 478012 240 0 0 25 0 1 0 770573021 220643328 48257 33554432000 4194304 4291949 140734595640112 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 53868 48257 252 24 0 50502 0
Current children cumulated CPU time (s) 4782.52
Current children cumulated vsize (KiB) 215472

[startup+4842.3 s]
/proc/loadavg: 1.00 1.02 1.17 2/512 32127
/proc/meminfo: memFree=16231508/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=265560 CPUtime=4842.52 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 674585 0 0 0 484010 242 0 0 25 0 1 0 770573021 271933440 52448 33554432000 4194304 4291949 140734595640112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 66390 52448 252 24 0 63024 0
Current children cumulated CPU time (s) 4842.52
Current children cumulated vsize (KiB) 265560

[startup+4902.3 s]
/proc/loadavg: 1.00 1.01 1.16 2/512 32129
/proc/meminfo: memFree=16216716/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=267480 CPUtime=4902.52 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 678445 0 0 0 490007 245 0 0 25 0 1 0 770573021 273899520 56285 33554432000 4194304 4291949 140734595640112 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 66870 56285 252 24 0 63504 0
Current children cumulated CPU time (s) 4902.52
Current children cumulated vsize (KiB) 267480

[startup+4962.3 s]
/proc/loadavg: 1.00 1.01 1.14 2/512 32130
/proc/meminfo: memFree=16206392/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=267480 CPUtime=4962.52 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 681022 0 0 0 496006 246 0 0 25 0 1 0 770573021 273899520 58840 33554432000 4194304 4291949 140734595640112 18446744073709551615 4255694 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 66870 58840 252 24 0 63504 0
Current children cumulated CPU time (s) 4962.52
Current children cumulated vsize (KiB) 267480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 1.16 1.04 1.15 2/512 32132
/proc/meminfo: memFree=16198568/32950928 swapFree=38157052/67111528
[pid=31967] ppid=31965 vsize=267480 CPUtime=5000.05 cores=1,3,5,7
/proc/31967/stat : 31967 (RestartSAT) R 31965 31967 31344 0 -1 4202496 682915 0 0 0 499758 247 0 0 25 0 1 0 770573021 273899520 60717 33554432000 4194304 4291949 140734595640112 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31967/statm: 66870 60717 252 24 0 63504 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 267480

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): 4999.83
CPU time (s): 5000.06
CPU user time (s): 4997.58
CPU system time (s): 2.48162
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 346948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4997.58
system time used= 2.48162
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 682915
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= 10
involuntary context switches= 3561

runsolver used 23.6404 second user time and 62.5415 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-28 15:36:03
IDJOB=3420900
IDBENCH=71337
IDSOLVER=1911
FILE ID=node149/3420900-1306589763
RUNJOBID= node149-1306579390-31363
PBS_JOBID= 13471531
Free space on /tmp= 73476 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v1150c84314g7.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420900-1306589763/watcher-3420900-1306589763 -o /tmp/evaluation-result-3420900-1306589763/solver-3420900-1306589763 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420900-1306589763.cnf

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

MD5SUM BENCH= f39e50b5cd7b50d1971722973512a1b8
RANDOM SEED=1411403619

node149.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.806
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.61
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.806
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.83
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.806
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.83
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.806
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.73
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.806
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.82
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.806
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.806
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.806
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:      16283032 kB
Buffers:        252332 kB
Cached:        4646728 kB
SwapCached:      56180 kB
Active:        2356280 kB
Inactive:     14004800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16283032 kB
SwapTotal:    67111528 kB
SwapFree:     38157052 kB
Dirty:            1168 kB
Writeback:          16 kB
AnonPages:    11430208 kB
Mapped:          18068 kB
Slab:           119860 kB
PageTables:     117852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 173291524 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 node149 at 2011-05-28 16:59:25