Trace number 3379820

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-05-15 (fixed)? (TO) 1299.99 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: 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-3379820-1305456989/watcher-3379820-1305456989 -o /tmp/evaluation-result-3379820-1305456989/solver-3379820-1305456989 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379820-1305456989.cnf 

running on 2 cores: 0,2

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: 0.85 1.19 2.16 3/337 24669
/proc/meminfo: memFree=27857032/32951124 swapFree=54427468/67111528
[pid=24669] ppid=24667 vsize=12744 CPUtime=0 cores=0,2
/proc/24669/stat : 24669 (SApperloT2010) R 24667 24669 12685 0 -1 4202496 595 0 0 0 0 0 0 0 22 0 1 0 657296836 13049856 534 33554432000 4194304 4394578 140737218281584 18446744073709551615 228122738583 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24669/statm: 3186 534 256 49 0 327 0

[startup+0.070411 s]
/proc/loadavg: 0.85 1.19 2.16 3/337 24669
/proc/meminfo: memFree=27857032/32951124 swapFree=54427468/67111528
[pid=24669] ppid=24667 vsize=13668 CPUtime=0.06 cores=0,2
/proc/24669/stat : 24669 (SApperloT2010) R 24667 24669 12685 0 -1 4202496 858 0 0 0 6 0 0 0 22 0 1 0 657296836 13996032 797 33554432000 4194304 4394578 140737218281584 18446744073709551615 4298985 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24669/statm: 3417 797 267 49 0 558 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13668

[startup+0.100403 s]
/proc/loadavg: 0.85 1.19 2.16 3/337 24669
/proc/meminfo: memFree=27857032/32951124 swapFree=54427468/67111528
[pid=24669] ppid=24667 vsize=13932 CPUtime=0.09 cores=0,2
/proc/24669/stat : 24669 (SApperloT2010) R 24667 24669 12685 0 -1 4202496 911 0 0 0 9 0 0 0 22 0 1 0 657296836 14266368 850 33554432000 4194304 4394578 140737218281584 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24669/statm: 3483 850 267 49 0 624 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13932

[startup+0.300407 s]
/proc/loadavg: 0.85 1.19 2.16 3/337 24669
/proc/meminfo: memFree=27857032/32951124 swapFree=54427468/67111528
[pid=24669] ppid=24667 vsize=14724 CPUtime=0.29 cores=0,2
/proc/24669/stat : 24669 (SApperloT2010) R 24667 24669 12685 0 -1 4202496 1118 0 0 0 29 0 0 0 23 0 1 0 657296836 15077376 1057 33554432000 4194304 4394578 140737218281584 18446744073709551615 4292188 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24669/statm: 3681 1057 267 49 0 822 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14724

[startup+0.700333 s]
/proc/loadavg: 0.85 1.19 2.16 3/337 24669
/proc/meminfo: memFree=27857032/32951124 swapFree=54427468/67111528
[pid=24669] ppid=24667 vsize=15392 CPUtime=0.69 cores=0,2
/proc/24669/stat : 24669 (SApperloT2010) R 24667 24669 12685 0 -1 4202496 1268 0 0 0 69 0 0 0 25 0 1 0 657296836 15761408 1207 33554432000 4194304 4394578 140737218281584 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24669/statm: 3848 1207 267 49 0 989 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15392

[startup+1.50017 s]
/proc/loadavg: 0.85 1.19 2.16 5/351 24696
/proc/meminfo: memFree=27822252/32951124 swapFree=54427468/67111528
[pid=24669] ppid=24667 vsize=16452 CPUtime=1.49 cores=0,2
/proc/24669/stat : 24669 (SApperloT2010) R 24667 24669 12685 0 -1 4202496 1540 0 0 0 149 0 0 0 25 0 1 0 657296836 16846848 1479 33554432000 4194304 4394578 140737218281584 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24669/statm: 4113 1479 267 49 0 1254 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16452

[startup+3.10089 s]
/proc/loadavg: 0.85 1.19 2.16 5/351 24696
/proc/meminfo: memFree=27811136/32951124 swapFree=54427468/67111528
[pid=24669] ppid=24667 vsize=17652 CPUtime=3.09 cores=0,2
/proc/24669/stat : 24669 (SApperloT2010) R 24667 24669 12685 0 -1 4202496 1819 0 0 0 309 0 0 0 25 0 1 0 657296836 18075648 1758 33554432000 4194304 4394578 140737218281584 18446744073709551615 4321897 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24669/statm: 4413 1758 267 49 0 1554 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17652

[startup+6.30028 s]
/proc/loadavg: 1.10 1.24 2.17 5/351 24696
/proc/meminfo: memFree=27795636/32951124 swapFree=54427468/67111528
[pid=24669] ppid=24667 vsize=19164 CPUtime=6.29 cores=0,2
/proc/24669/stat : 24669 (SApperloT2010) R 24667 24669 12685 0 -1 4202496 2169 0 0 0 629 0 0 0 25 0 1 0 657296836 19623936 2108 33554432000 4194304 4394578 140737218281584 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24669/statm: 4791 2108 267 49 0 1932 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19164

[startup+12.7011 s]
/proc/loadavg: 1.33 1.28 2.18 5/351 24696
/proc/meminfo: memFree=27780144/32951124 swapFree=54427468/67111528
[pid=24669] ppid=24667 vsize=20144 CPUtime=12.69 cores=0,2
/proc/24669/stat : 24669 (SApperloT2010) R 24667 24669 12685 0 -1 4202496 2442 0 0 0 1269 0 0 0 25 0 1 0 657296836 20627456 2381 33554432000 4194304 4394578 140737218281584 18446744073709551615 4298724 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24669/statm: 5036 2381 267 49 0 2177 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20144

[startup+25.5008 s]
/proc/loadavg: 1.92 1.41 2.21 5/351 24723
/proc/meminfo: memFree=27764384/32951124 swapFree=54427468/67111528
[pid=24669] ppid=24667 vsize=21160 CPUtime=25.49 cores=0,2
/proc/24669/stat : 24669 (SApperloT2010) R 24667 24669 12685 0 -1 4202496 2682 0 0 0 2549 0 0 0 25 0 1 0 657296836 21667840 2621 33554432000 4194304 4394578 140737218281584 18446744073709551615 4291375 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24669/statm: 5290 2621 267 49 0 2431 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 21160

[startup+51.1002 s]
/proc/loadavg: 2.63 1.62 2.25 5/351 24751
/proc/meminfo: memFree=27670640/32951124 swapFree=54427468/67111528
[pid=24669] ppid=24667 vsize=21988 CPUtime=51.08 cores=0,2
/proc/24669/stat : 24669 (SApperloT2010) R 24667 24669 12685 0 -1 4202496 2890 0 0 0 5108 0 0 0 25 0 1 0 657296836 22515712 2829 33554432000 4194304 4394578 140737218281584 18446744073709551615 4299387 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24669/statm: 5497 2829 267 49 0 2638 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 21988

[startup+102.313 s]
/proc/loadavg: 3.40 1.98 2.34 5/351 24752
/proc/meminfo: memFree=27543224/32951124 swapFree=54427468/67111528
[pid=24669] ppid=24667 vsize=23308 CPUtime=102.3 cores=0,2
/proc/24669/stat : 24669 (SApperloT2010) R 24667 24669 12685 0 -1 4202496 3168 0 0 0 10229 1 0 0 25 0 1 0 657296836 23867392 3107 33554432000 4194304 4394578 140737218281584 18446744073709551615 4290887 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24669/statm: 5827 3107 267 49 0 2968 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 23308

[startup+162.301 s]
/proc/loadavg: 3.86 2.37 2.45 5/351 24754
/proc/meminfo: memFree=27428248/32951124 swapFree=54427468/67111528
[pid=24669] ppid=24667 vsize=24204 CPUtime=162.28 cores=0,2
/proc/24669/stat : 24669 (SApperloT2010) R 24667 24669 12685 0 -1 4202496 3355 0 0 0 16227 1 0 0 25 0 1 0 657296836 24784896 3294 33554432000 4194304 4394578 140737218281584 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24669/statm: 6051 3294 267 49 0 3192 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 24204

[startup+222.3 s]
/proc/loadavg: 4.09 2.69 2.55 5/351 24756
/proc/meminfo: memFree=27343260/32951124 swapFree=54427468/67111528
[pid=24669] ppid=24667 vsize=24868 CPUtime=222.28 cores=0,2
/proc/24669/stat : 24669 (SApperloT2010) R 24667 24669 12685 0 -1 4202496 3491 0 0 0 22226 2 0 0 25 0 1 0 657296836 25464832 3430 33554432000 4194304 4394578 140737218281584 18446744073709551615 4327158 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24669/statm: 6217 3430 267 49 0 3358 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 24868

[startup+282.3 s]
/proc/loadavg: 4.03 2.93 2.64 5/351 24766
/proc/meminfo: memFree=27266364/32951124 swapFree=54427468/67111528
[pid=24669] ppid=24667 vsize=25564 CPUtime=282.28 cores=0,2
/proc/24669/stat : 24669 (SApperloT2010) R 24667 24669 12685 0 -1 4202496 3649 0 0 0 28225 3 0 0 25 0 1 0 657296836 26177536 3588 33554432000 4194304 4394578 140737218281584 18446744073709551615 4308961 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24669/statm: 6391 3588 267 49 0 3532 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 25564

[startup+342.3 s]
/proc/loadavg: 4.01 3.12 2.72 5/351 24768
/proc/meminfo: memFree=27197484/32951124 swapFree=54427468/67111528
[pid=24669] ppid=24667 vsize=25804 CPUtime=342.28 cores=0,2
/proc/24669/stat : 24669 (SApperloT2010) R 24667 24669 12685 0 -1 4202496 3710 0 0 0 34224 4 0 0 25 0 1 0 657296836 26423296 3649 33554432000 4194304 4394578 140737218281584 18446744073709551615 4285588 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24669/statm: 6451 3649 267 49 0 3592 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 25804

[startup+402.301 s]
/proc/loadavg: 4.08 3.31 2.81 5/351 24823
/proc/meminfo: memFree=27127324/32951124 swapFree=54427468/67111528
[pid=24669] ppid=24667 vsize=25996 CPUtime=402.28 cores=0,2
/proc/24669/stat : 24669 (SApperloT2010) R 24667 24669 12685 0 -1 4202496 3788 0 0 0 40223 5 0 0 25 0 1 0 657296836 26619904 3727 33554432000 4194304 4394578 140737218281584 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24669/statm: 6499 3727 267 49 0 3640 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 25996

[startup+462.301 s]
/proc/loadavg: 4.03 3.43 2.88 5/351 24825
/proc/meminfo: memFree=27070104/32951124 swapFree=54427468/67111528
[pid=24669] ppid=24667 vsize=26348 CPUtime=462.28 cores=0,2
/proc/24669/stat : 24669 (SApperloT2010) R 24667 24669 12685 0 -1 4202496 3874 0 0 0 46222 6 0 0 25 0 1 0 657296836 26980352 3813 33554432000 4194304 4394578 140737218281584 18446744073709551615 4294161 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24669/statm: 6587 3813 267 49 0 3728 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 26348

[startup+522.301 s]
/proc/loadavg: 4.01 3.53 2.95 5/351 24830
/proc/meminfo: memFree=26993836/32951124 swapFree=54427468/67111528
[pid=24669] ppid=24667 vsize=26608 CPUtime=522.28 cores=0,2
/proc/24669/stat : 24669 (SApperloT2010) R 24667 24669 12685 0 -1 4202496 3937 0 0 0 52221 7 0 0 25 0 1 0 657296836 27246592 3876 33554432000 4194304 4394578 140737218281584 18446744073709551615 4290860 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24669/statm: 6652 3876 267 49 0 3793 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 26608

[startup+582.301 s]
/proc/loadavg: 4.00 3.61 3.01 5/351 24831
/proc/meminfo: memFree=26970112/32951124 swapFree=54427468/67111528
[pid=24669] ppid=24667 vsize=26912 CPUtime=582.27 cores=0,2
/proc/24669/stat : 24669 (SApperloT2010) R 24667 24669 12685 0 -1 4202496 4005 0 0 0 58220 7 0 0 25 0 1 0 657296836 27557888 3944 33554432000 4194304 4394578 140737218281584 18446744073709551615 4295608 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24669/statm: 6728 3944 267 49 0 3869 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 26912

[startup+642.301 s]
/proc/loadavg: 4.00 3.69 3.08 5/351 24833
/proc/meminfo: memFree=26932884/32951124 swapFree=54427468/67111528
[pid=24669] ppid=24667 vsize=27008 CPUtime=642.29 cores=0,2
/proc/24669/stat : 24669 (SApperloT2010) R 24667 24669 12685 0 -1 4202496 4034 0 0 0 64221 8 0 0 25 0 1 0 657296836 27656192 3973 33554432000 4194304 4394578 140737218281584 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24669/statm: 6752 3973 267 49 0 3893 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 27008

[startup+702.3 s]
/proc/loadavg: 4.00 3.74 3.13 5/351 24834
/proc/meminfo: memFree=26890200/32951124 swapFree=54427468/67111528
[pid=24669] ppid=24667 vsize=27152 CPUtime=702.27 cores=0,2
/proc/24669/stat : 24669 (SApperloT2010) R 24667 24669 12685 0 -1 4202496 4049 0 0 0 70219 8 0 0 25 0 1 0 657296836 27803648 3988 33554432000 4194304 4394578 140737218281584 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24669/statm: 6788 3988 267 49 0 3929 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 27152

[startup+762.312 s]
/proc/loadavg: 3.75 3.73 3.17 4/345 24853
/proc/meminfo: memFree=26906972/32951124 swapFree=54427468/67111528
[pid=24669] ppid=24667 vsize=27344 CPUtime=762.29 cores=0,2
/proc/24669/stat : 24669 (SApperloT2010) R 24667 24669 12685 0 -1 4202496 4102 0 0 0 76220 9 0 0 25 0 1 0 657296836 28000256 4041 33554432000 4194304 4394578 140737218281584 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24669/statm: 6836 4041 267 49 0 3977 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 27344

[startup+822.301 s]
/proc/loadavg: 3.34 3.62 3.16 4/345 24855
/proc/meminfo: memFree=26857296/32951124 swapFree=54427468/67111528
[pid=24669] ppid=24667 vsize=27440 CPUtime=822.28 cores=0,2
/proc/24669/stat : 24669 (SApperloT2010) R 24667 24669 12685 0 -1 4202496 4139 0 0 0 82218 10 0 0 25 0 1 0 657296836 28098560 4078 33554432000 4194304 4394578 140737218281584 18446744073709551615 4310508 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24669/statm: 6860 4078 267 49 0 4001 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 27440

[startup+882.301 s]
/proc/loadavg: 3.11 3.50 3.15 4/345 24856
/proc/meminfo: memFree=26845624/32951124 swapFree=54427468/67111528
[pid=24669] ppid=24667 vsize=27568 CPUtime=882.27 cores=0,2
/proc/24669/stat : 24669 (SApperloT2010) R 24667 24669 12685 0 -1 4202496 4162 0 0 0 88217 10 0 0 25 0 1 0 657296836 28229632 4101 33554432000 4194304 4394578 140737218281584 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24669/statm: 6892 4101 267 49 0 4033 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 27568

[startup+942.301 s]
/proc/loadavg: 3.09 3.43 3.14 4/345 24858
/proc/meminfo: memFree=26821256/32951124 swapFree=54427468/67111528
[pid=24669] ppid=24667 vsize=27680 CPUtime=942.27 cores=0,2
/proc/24669/stat : 24669 (SApperloT2010) R 24667 24669 12685 0 -1 4202496 4192 0 0 0 94215 12 0 0 25 0 1 0 657296836 28344320 4131 33554432000 4194304 4394578 140737218281584 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24669/statm: 6920 4131 267 49 0 4061 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 27680

[startup+1002.3 s]
/proc/loadavg: 3.03 3.35 3.13 4/345 24859
/proc/meminfo: memFree=26809440/32951124 swapFree=54427468/67111528
[pid=24669] ppid=24667 vsize=27888 CPUtime=1002.27 cores=0,2
/proc/24669/stat : 24669 (SApperloT2010) R 24667 24669 12685 0 -1 4202496 4236 0 0 0 100214 13 0 0 25 0 1 0 657296836 28557312 4175 33554432000 4194304 4394578 140737218281584 18446744073709551615 4297144 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24669/statm: 6972 4175 267 49 0 4113 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 27888

[startup+1062.3 s]
/proc/loadavg: 3.01 3.28 3.12 4/345 24861
/proc/meminfo: memFree=26786812/32951124 swapFree=54427468/67111528
[pid=24669] ppid=24667 vsize=28000 CPUtime=1062.27 cores=0,2
/proc/24669/stat : 24669 (SApperloT2010) R 24667 24669 12685 0 -1 4202496 4270 0 0 0 106214 13 0 0 25 0 1 0 657296836 28672000 4209 33554432000 4194304 4394578 140737218281584 18446744073709551615 4298330 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24669/statm: 7000 4209 267 49 0 4141 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 28000

[startup+1122.3 s]
/proc/loadavg: 3.00 3.23 3.11 4/345 24863
/proc/meminfo: memFree=26745612/32951124 swapFree=54427468/67111528
[pid=24669] ppid=24667 vsize=28192 CPUtime=1122.27 cores=0,2
/proc/24669/stat : 24669 (SApperloT2010) R 24667 24669 12685 0 -1 4202496 4304 0 0 0 112213 14 0 0 25 0 1 0 657296836 28868608 4243 33554432000 4194304 4394578 140737218281584 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24669/statm: 7048 4243 267 49 0 4189 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 28192

[startup+1182.3 s]
/proc/loadavg: 3.00 3.18 3.10 4/345 24864
/proc/meminfo: memFree=26712200/32951124 swapFree=54427468/67111528
[pid=24669] ppid=24667 vsize=28288 CPUtime=1182.27 cores=0,2
/proc/24669/stat : 24669 (SApperloT2010) R 24667 24669 12685 0 -1 4202496 4344 0 0 0 118212 15 0 0 25 0 1 0 657296836 28966912 4283 33554432000 4194304 4394578 140737218281584 18446744073709551615 4309840 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24669/statm: 7072 4283 267 49 0 4213 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 28288

[startup+1242.3 s]
/proc/loadavg: 3.00 3.15 3.09 4/345 24866
/proc/meminfo: memFree=26689600/32951124 swapFree=54427468/67111528
[pid=24669] ppid=24667 vsize=28384 CPUtime=1242.27 cores=0,2
/proc/24669/stat : 24669 (SApperloT2010) R 24667 24669 12685 0 -1 4202496 4375 0 0 0 124212 15 0 0 25 0 1 0 657296836 29065216 4314 33554432000 4194304 4394578 140737218281584 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24669/statm: 7096 4314 267 49 0 4237 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 28384



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.06 3.13 3.09 4/345 24867
/proc/meminfo: memFree=26680508/32951124 swapFree=54427468/67111528
[pid=24669] ppid=24667 vsize=28608 CPUtime=1299.98 cores=0,2
/proc/24669/stat : 24669 (SApperloT2010) R 24667 24669 12685 0 -1 4202496 4407 0 0 0 129982 16 0 0 25 0 1 0 657296836 29294592 4346 33554432000 4194304 4394578 140737218281584 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/24669/statm: 7152 4346 267 49 0 4293 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 28608

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): 1299.99
CPU user time (s): 1299.83
CPU system time (s): 0.162975
CPU usage (%): 99.9981
Max. virtual memory (cumulated for all children) (KiB): 28608

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

runsolver used 4.49632 second user time and 9.32358 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-15 12:56:29
IDJOB=3379820
IDBENCH=83193
IDSOLVER=1862
FILE ID=node138/3379820-1305456989
RUNJOBID= node138-1305456989-24653
PBS_JOBID= 13324862
Free space on /tmp= 73564 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
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-3379820-1305456989/watcher-3379820-1305456989 -o /tmp/evaluation-result-3379820-1305456989/solver-3379820-1305456989 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379820-1305456989.cnf

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

MD5SUM BENCH= 9ad5e99587f3a7137ad13cd9a8eefafb
RANDOM SEED=332829386

node138.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.854
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.70
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.854
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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.854
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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27857652 kB
Buffers:        286100 kB
Cached:        3987060 kB
SwapCached:      18496 kB
Active:        1664504 kB
Inactive:      3190868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27857652 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:             504 kB
Writeback:           0 kB
AnonPages:      575752 kB
Mapped:          14192 kB
Slab:           127236 kB
PageTables:      47192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 68276536 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= 73560 MiB
End job on node138 at 2011-05-15 13:18:11