Trace number 3260727

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
SApperloT2010 2011-03-04? (TO) 1300.04 1300.01

General information on the benchmark

Namecrafted/skvortsov/
automata-synchronization/crn_11_99_u.cnf
MD5SUM9ad5e99587f3a7137ad13cd9a8eefafb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.27181
Satisfiable
(Un)Satisfiability was proved
Number of variables1287
Number of clauses2332
Sum of the clauses size6820
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2176
Number of clauses of size 32156
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3260727-1303513340/watcher-3260727-1303513340 -o /tmp/evaluation-result-3260727-1303513340/solver-3260727-1303513340 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3260727-1303513340.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.44 3.89 3.81 4/184 29968
/proc/meminfo: memFree=12166520/32950928 swapFree=67111528/67111528
[pid=29968] ppid=29966 vsize=12564 CPUtime=0 cores=1,3
/proc/29968/stat : 29968 (SApperloT2010) R 29966 29968 28497 0 -1 4202496 517 0 0 0 0 0 0 0 18 0 1 0 541564681 12865536 455 33554432000 4194304 4395502 140735968150576 18446744073709551615 218880225989 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29968/statm: 3141 455 256 50 0 281 0

[startup+0.036144 s]
/proc/loadavg: 3.44 3.89 3.81 4/184 29968
/proc/meminfo: memFree=12166520/32950928 swapFree=67111528/67111528
[pid=29968] ppid=29966 vsize=13544 CPUtime=0.03 cores=1,3
/proc/29968/stat : 29968 (SApperloT2010) R 29966 29968 28497 0 -1 4202496 790 0 0 0 3 0 0 0 18 0 1 0 541564681 13869056 728 33554432000 4194304 4395502 140735968150576 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29968/statm: 3386 728 267 50 0 526 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13544

[startup+0.101126 s]
/proc/loadavg: 3.44 3.89 3.81 4/184 29968
/proc/meminfo: memFree=12166520/32950928 swapFree=67111528/67111528
[pid=29968] ppid=29966 vsize=14072 CPUtime=0.09 cores=1,3
/proc/29968/stat : 29968 (SApperloT2010) R 29966 29968 28497 0 -1 4202496 927 0 0 0 9 0 0 0 18 0 1 0 541564681 14409728 865 33554432000 4194304 4395502 140735968150576 18446744073709551615 4299514 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29968/statm: 3518 865 267 50 0 658 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14072

[startup+0.301101 s]
/proc/loadavg: 3.44 3.89 3.81 4/184 29968
/proc/meminfo: memFree=12166520/32950928 swapFree=67111528/67111528
[pid=29968] ppid=29966 vsize=14976 CPUtime=0.29 cores=1,3
/proc/29968/stat : 29968 (SApperloT2010) R 29966 29968 28497 0 -1 4202496 1138 0 0 0 29 0 0 0 18 0 1 0 541564681 15335424 1076 33554432000 4194304 4395502 140735968150576 18446744073709551615 4299792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29968/statm: 3744 1076 267 50 0 884 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14976

[startup+0.70101 s]
/proc/loadavg: 3.44 3.89 3.81 4/184 29968
/proc/meminfo: memFree=12166520/32950928 swapFree=67111528/67111528
[pid=29968] ppid=29966 vsize=15900 CPUtime=0.69 cores=1,3
/proc/29968/stat : 29968 (SApperloT2010) R 29966 29968 28497 0 -1 4202496 1370 0 0 0 69 0 0 0 18 0 1 0 541564681 16281600 1308 33554432000 4194304 4395502 140735968150576 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29968/statm: 3975 1308 267 50 0 1115 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15900

[startup+1.50087 s]
/proc/loadavg: 3.44 3.89 3.81 5/190 29979
/proc/meminfo: memFree=12117500/32950928 swapFree=67111528/67111528
[pid=29968] ppid=29966 vsize=16868 CPUtime=1.49 cores=1,3
/proc/29968/stat : 29968 (SApperloT2010) R 29966 29968 28497 0 -1 4202496 1621 0 0 0 149 0 0 0 20 0 1 0 541564681 17272832 1559 33554432000 4194304 4395502 140735968150576 18446744073709551615 4292298 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29968/statm: 4217 1559 267 50 0 1357 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16868

[startup+3.10058 s]
/proc/loadavg: 3.44 3.89 3.81 5/190 29979
/proc/meminfo: memFree=12100008/32950928 swapFree=67111528/67111528
[pid=29968] ppid=29966 vsize=18080 CPUtime=3.09 cores=1,3
/proc/29968/stat : 29968 (SApperloT2010) R 29966 29968 28497 0 -1 4202496 1877 0 0 0 309 0 0 0 25 0 1 0 541564681 18513920 1815 33554432000 4194304 4395502 140735968150576 18446744073709551615 4297976 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29968/statm: 4520 1815 267 50 0 1660 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18080

[startup+6.30102 s]
/proc/loadavg: 3.56 3.91 3.82 5/190 29979
/proc/meminfo: memFree=12075064/32950928 swapFree=67111528/67111528
[pid=29968] ppid=29966 vsize=19152 CPUtime=6.29 cores=1,3
/proc/29968/stat : 29968 (SApperloT2010) R 29966 29968 28497 0 -1 4202496 2128 0 0 0 629 0 0 0 25 0 1 0 541564681 19611648 2066 33554432000 4194304 4395502 140735968150576 18446744073709551615 218880589719 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29968/statm: 4788 2066 267 50 0 1928 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19152

[startup+12.7009 s]
/proc/loadavg: 3.60 3.91 3.82 5/190 29979
/proc/meminfo: memFree=12049312/32950928 swapFree=67111528/67111528
[pid=29968] ppid=29966 vsize=20328 CPUtime=12.7 cores=1,3
/proc/29968/stat : 29968 (SApperloT2010) R 29966 29968 28497 0 -1 4202496 2439 0 0 0 1269 1 0 0 25 0 1 0 541564681 20815872 2377 33554432000 4194304 4395502 140735968150576 18446744073709551615 4288723 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29968/statm: 5082 2377 267 50 0 2222 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 20328

[startup+25.5006 s]
/proc/loadavg: 3.68 3.91 3.82 5/190 29980
/proc/meminfo: memFree=12008024/32950928 swapFree=67111528/67111528
[pid=29968] ppid=29966 vsize=21016 CPUtime=25.49 cores=1,3
/proc/29968/stat : 29968 (SApperloT2010) R 29966 29968 28497 0 -1 4202496 2634 0 0 0 2548 1 0 0 25 0 1 0 541564681 21520384 2572 33554432000 4194304 4395502 140735968150576 18446744073709551615 4294243 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29968/statm: 5254 2572 267 50 0 2394 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 21016

[startup+51.1011 s]
/proc/loadavg: 3.79 3.92 3.82 5/190 29980
/proc/meminfo: memFree=11939924/32950928 swapFree=67111528/67111528
[pid=29968] ppid=29966 vsize=22088 CPUtime=51.09 cores=1,3
/proc/29968/stat : 29968 (SApperloT2010) R 29966 29968 28497 0 -1 4202496 2868 0 0 0 5108 1 0 0 25 0 1 0 541564681 22618112 2806 33554432000 4194304 4395502 140735968150576 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29968/statm: 5522 2806 267 50 0 2662 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 22088

[startup+102.307 s]
/proc/loadavg: 3.97 3.94 3.83 5/190 29982
/proc/meminfo: memFree=11839088/32950928 swapFree=67111528/67111528
[pid=29968] ppid=29966 vsize=23392 CPUtime=102.3 cores=1,3
/proc/29968/stat : 29968 (SApperloT2010) R 29966 29968 28497 0 -1 4202496 3159 0 0 0 10228 2 0 0 25 0 1 0 541564681 23953408 3097 33554432000 4194304 4395502 140735968150576 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29968/statm: 5848 3097 267 50 0 2988 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 23392

[startup+162.3 s]
/proc/loadavg: 4.04 3.97 3.85 5/190 29983
/proc/meminfo: memFree=11750400/32950928 swapFree=67111528/67111528
[pid=29968] ppid=29966 vsize=24504 CPUtime=162.29 cores=1,3
/proc/29968/stat : 29968 (SApperloT2010) R 29966 29968 28497 0 -1 4202496 3389 0 0 0 16227 2 0 0 25 0 1 0 541564681 25092096 3327 33554432000 4194304 4395502 140735968150576 18446744073709551615 4299801 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29968/statm: 6126 3327 267 50 0 3266 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 24504

[startup+222.301 s]
/proc/loadavg: 4.06 3.98 3.86 5/190 29985
/proc/meminfo: memFree=11666404/32950928 swapFree=67111528/67111528
[pid=29968] ppid=29966 vsize=25300 CPUtime=222.3 cores=1,3
/proc/29968/stat : 29968 (SApperloT2010) R 29966 29968 28497 0 -1 4202496 3573 0 0 0 22226 4 0 0 25 0 1 0 541564681 25907200 3511 33554432000 4194304 4395502 140735968150576 18446744073709551615 4297352 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29968/statm: 6325 3511 267 50 0 3465 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 25300

[startup+282.3 s]
/proc/loadavg: 3.68 3.90 3.84 4/184 30003
/proc/meminfo: memFree=11613728/32950928 swapFree=67111528/67111528
[pid=29968] ppid=29966 vsize=25812 CPUtime=282.3 cores=1,3
/proc/29968/stat : 29968 (SApperloT2010) R 29966 29968 28497 0 -1 4202496 3675 0 0 0 28226 4 0 0 25 0 1 0 541564681 26431488 3613 33554432000 4194304 4395502 140735968150576 18446744073709551615 4299678 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29968/statm: 6453 3613 267 50 0 3593 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 25812

[startup+342.301 s]
/proc/loadavg: 3.25 3.74 3.78 4/184 30005
/proc/meminfo: memFree=11541136/32950928 swapFree=67111528/67111528
[pid=29968] ppid=29966 vsize=26292 CPUtime=342.3 cores=1,3
/proc/29968/stat : 29968 (SApperloT2010) R 29966 29968 28497 0 -1 4202496 3790 0 0 0 34226 4 0 0 25 0 1 0 541564681 26923008 3728 33554432000 4194304 4395502 140735968150576 18446744073709551615 4292733 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29968/statm: 6573 3728 267 50 0 3713 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 26292

[startup+402.301 s]
/proc/loadavg: 3.12 3.61 3.73 4/184 30007
/proc/meminfo: memFree=11478108/32950928 swapFree=67111528/67111528
[pid=29968] ppid=29966 vsize=26596 CPUtime=402.3 cores=1,3
/proc/29968/stat : 29968 (SApperloT2010) R 29966 29968 28497 0 -1 4202496 3862 0 0 0 40225 5 0 0 25 0 1 0 541564681 27234304 3800 33554432000 4194304 4395502 140735968150576 18446744073709551615 4309972 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29968/statm: 6649 3800 267 50 0 3789 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 26596

[startup+462.301 s]
/proc/loadavg: 3.04 3.50 3.69 4/184 30008
/proc/meminfo: memFree=11426244/32950928 swapFree=67111528/67111528
[pid=29968] ppid=29966 vsize=26932 CPUtime=462.3 cores=1,3
/proc/29968/stat : 29968 (SApperloT2010) R 29966 29968 28497 0 -1 4202496 3936 0 0 0 46224 6 0 0 25 0 1 0 541564681 27578368 3874 33554432000 4194304 4395502 140735968150576 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29968/statm: 6733 3874 267 50 0 3873 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 26932

[startup+522.301 s]
/proc/loadavg: 3.01 3.41 3.64 4/184 30010
/proc/meminfo: memFree=11362968/32950928 swapFree=67111528/67111528
[pid=29968] ppid=29966 vsize=27164 CPUtime=522.3 cores=1,3
/proc/29968/stat : 29968 (SApperloT2010) R 29966 29968 28497 0 -1 4202496 4007 0 0 0 52223 7 0 0 25 0 1 0 541564681 27815936 3945 33554432000 4194304 4395502 140735968150576 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29968/statm: 6791 3945 267 50 0 3931 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 27164

[startup+582.3 s]
/proc/loadavg: 3.00 3.33 3.60 4/184 30011
/proc/meminfo: memFree=11324120/32950928 swapFree=67111528/67111528
[pid=29968] ppid=29966 vsize=27372 CPUtime=582.31 cores=1,3
/proc/29968/stat : 29968 (SApperloT2010) R 29966 29968 28497 0 -1 4202496 4057 0 0 0 58223 8 0 0 25 0 1 0 541564681 28028928 3995 33554432000 4194304 4395502 140735968150576 18446744073709551615 4291653 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29968/statm: 6843 3995 267 50 0 3983 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 27372

[startup+642.301 s]
/proc/loadavg: 3.00 3.27 3.56 4/184 30013
/proc/meminfo: memFree=11289472/32950928 swapFree=67111528/67111528
[pid=29968] ppid=29966 vsize=27516 CPUtime=642.32 cores=1,3
/proc/29968/stat : 29968 (SApperloT2010) R 29966 29968 28497 0 -1 4202496 4069 0 0 0 64224 8 0 0 25 0 1 0 541564681 28176384 4007 33554432000 4194304 4395502 140735968150576 18446744073709551615 4299824 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29968/statm: 6879 4007 267 50 0 4019 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 27516

[startup+702.3 s]
/proc/loadavg: 3.03 3.23 3.52 4/184 30015
/proc/meminfo: memFree=11257572/32950928 swapFree=67111528/67111528
[pid=29968] ppid=29966 vsize=27708 CPUtime=702.31 cores=1,3
/proc/29968/stat : 29968 (SApperloT2010) R 29966 29968 28497 0 -1 4202496 4139 0 0 0 70222 9 0 0 25 0 1 0 541564681 28372992 4077 33554432000 4194304 4395502 140735968150576 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29968/statm: 6927 4077 267 50 0 4067 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 27708

[startup+762.307 s]
/proc/loadavg: 3.07 3.20 3.49 4/184 30016
/proc/meminfo: memFree=11227284/32950928 swapFree=67111528/67111528
[pid=29968] ppid=29966 vsize=27964 CPUtime=762.32 cores=1,3
/proc/29968/stat : 29968 (SApperloT2010) R 29966 29968 28497 0 -1 4202496 4207 0 0 0 76222 10 0 0 25 0 1 0 541564681 28635136 4145 33554432000 4194304 4395502 140735968150576 18446744073709551615 4286584 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29968/statm: 6991 4145 267 50 0 4131 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 27964

[startup+822.301 s]
/proc/loadavg: 3.02 3.16 3.46 4/184 30018
/proc/meminfo: memFree=11209264/32950928 swapFree=67111528/67111528
[pid=29968] ppid=29966 vsize=28156 CPUtime=822.31 cores=1,3
/proc/29968/stat : 29968 (SApperloT2010) R 29966 29968 28497 0 -1 4202496 4254 0 0 0 82221 10 0 0 25 0 1 0 541564681 28831744 4192 33554432000 4194304 4395502 140735968150576 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29968/statm: 7039 4192 267 50 0 4179 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 28156

[startup+882.3 s]
/proc/loadavg: 3.01 3.13 3.43 4/184 30019
/proc/meminfo: memFree=11160868/32950928 swapFree=67111528/67111528
[pid=29968] ppid=29966 vsize=28364 CPUtime=882.31 cores=1,3
/proc/29968/stat : 29968 (SApperloT2010) R 29966 29968 28497 0 -1 4202496 4302 0 0 0 88220 11 0 0 25 0 1 0 541564681 29044736 4240 33554432000 4194304 4395502 140735968150576 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29968/statm: 7091 4240 267 50 0 4231 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 28364

[startup+942.301 s]
/proc/loadavg: 3.05 3.12 3.41 4/184 30021
/proc/meminfo: memFree=11153004/32950928 swapFree=67111528/67111528
[pid=29968] ppid=29966 vsize=28460 CPUtime=942.31 cores=1,3
/proc/29968/stat : 29968 (SApperloT2010) R 29966 29968 28497 0 -1 4202496 4325 0 0 0 94220 11 0 0 25 0 1 0 541564681 29143040 4263 33554432000 4194304 4395502 140735968150576 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29968/statm: 7115 4263 267 50 0 4255 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 28460

[startup+1002.3 s]
/proc/loadavg: 3.02 3.09 3.38 4/184 30023
/proc/meminfo: memFree=11132512/32950928 swapFree=67111528/67111528
[pid=29968] ppid=29966 vsize=28572 CPUtime=1002.31 cores=1,3
/proc/29968/stat : 29968 (SApperloT2010) R 29966 29968 28497 0 -1 4202496 4371 0 0 0 100219 12 0 0 25 0 1 0 541564681 29257728 4309 33554432000 4194304 4395502 140735968150576 18446744073709551615 4299186 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29968/statm: 7143 4309 267 50 0 4283 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 28572

[startup+1062.3 s]
/proc/loadavg: 3.00 3.07 3.35 4/184 30024
/proc/meminfo: memFree=11117728/32950928 swapFree=67111528/67111528
[pid=29968] ppid=29966 vsize=28668 CPUtime=1062.31 cores=1,3
/proc/29968/stat : 29968 (SApperloT2010) R 29966 29968 28497 0 -1 4202496 4392 0 0 0 106218 13 0 0 25 0 1 0 541564681 29356032 4330 33554432000 4194304 4395502 140735968150576 18446744073709551615 4297894 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29968/statm: 7167 4330 267 50 0 4307 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 28668

[startup+1122.3 s]
/proc/loadavg: 3.00 3.06 3.33 4/184 30026
/proc/meminfo: memFree=11088304/32950928 swapFree=67111528/67111528
[pid=29968] ppid=29966 vsize=28988 CPUtime=1122.32 cores=1,3
/proc/29968/stat : 29968 (SApperloT2010) R 29966 29968 28497 0 -1 4202496 4456 0 0 0 112218 14 0 0 25 0 1 0 541564681 29683712 4394 33554432000 4194304 4395502 140735968150576 18446744073709551615 4299782 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29968/statm: 7247 4394 267 50 0 4387 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 28988

[startup+1182.3 s]
/proc/loadavg: 3.00 3.05 3.30 4/184 30027
/proc/meminfo: memFree=11057268/32950928 swapFree=67111528/67111528
[pid=29968] ppid=29966 vsize=29084 CPUtime=1182.32 cores=1,3
/proc/29968/stat : 29968 (SApperloT2010) R 29966 29968 28497 0 -1 4202496 4495 0 0 0 118218 14 0 0 25 0 1 0 541564681 29782016 4433 33554432000 4194304 4395502 140735968150576 18446744073709551615 4292344 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29968/statm: 7271 4433 267 50 0 4411 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 29084

[startup+1242.3 s]
/proc/loadavg: 3.04 3.05 3.28 4/184 30029
/proc/meminfo: memFree=11022992/32950928 swapFree=67111528/67111528
[pid=29968] ppid=29966 vsize=29180 CPUtime=1242.32 cores=1,3
/proc/29968/stat : 29968 (SApperloT2010) R 29966 29968 28497 0 -1 4202496 4523 0 0 0 124217 15 0 0 25 0 1 0 541564681 29880320 4461 33554432000 4194304 4395502 140735968150576 18446744073709551615 4292843 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29968/statm: 7295 4461 267 50 0 4435 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 29180



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.09 3.06 3.27 3/182 30032
/proc/meminfo: memFree=11948148/32950928 swapFree=67111528/67111528
[pid=29968] ppid=29966 vsize=29324 CPUtime=1300.03 cores=1,3
/proc/29968/stat : 29968 (SApperloT2010) R 29966 29968 28497 0 -1 4202496 4528 0 0 0 129988 15 0 0 25 0 1 0 541564681 30027776 4466 33554432000 4194304 4395502 140735968150576 18446744073709551615 4293004 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29968/statm: 7331 4466 267 50 0 4471 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 29324

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.04
CPU user time (s): 1299.88
CPU system time (s): 0.156976
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 29324

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

runsolver used 2.05269 second user time and 5.01024 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-23 01:02:20
IDJOB=3260727
IDBENCH=83193
IDSOLVER=1655
FILE ID=node112/3260727-1303513340
RUNJOBID= node112-1303513340-29938
PBS_JOBID= 13134246
Free space on /tmp= 72556 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/crn_11_99_u.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3260727-1303513340/watcher-3260727-1303513340 -o /tmp/evaluation-result-3260727-1303513340/solver-3260727-1303513340 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3260727-1303513340.cnf

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

MD5SUM BENCH= 9ad5e99587f3a7137ad13cd9a8eefafb
RANDOM SEED=1687348348

node112.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.828
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.828
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.828
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.67
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.828
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.82
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.828
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	: 5261.27
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.828
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.82
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.828
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.828
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12169000 kB
Buffers:       1629856 kB
Cached:       18522332 kB
SwapCached:          0 kB
Active:        9000528 kB
Inactive:     11242964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12169000 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3696 kB
Writeback:           0 kB
AnonPages:       91620 kB
Mapped:          14884 kB
Slab:           474180 kB
PageTables:       5532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   268660 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= 72560 MiB
End job on node112 at 2011-04-23 01:24:02