Trace number 3293636

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

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/11pipe_11_ooo.cnf
MD5SUMf603f11fbfe855df381282b7bce010ea
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables88289
Number of clauses4187694
Sum of the clauses size12410354
Maximum clause length341
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23770000
Number of clauses of size 3347602
Number of clauses of size 41622
Number of clauses of size 51351
Number of clauses of size over 567118

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-3293636-1303793624/watcher-3293636-1303793624 -o /tmp/evaluation-result-3293636-1303793624/solver-3293636-1303793624 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3293636-1303793624.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: 1.03 2.29 2.62 5/184 1031
/proc/meminfo: memFree=11833768/32951124 swapFree=67102140/67111528
[pid=1031] ppid=1029 vsize=11800 CPUtime=0 cores=0,2
/proc/1031/stat : 1031 (runsolver) R 1029 1031 32283 0 -1 4202560 42 0 0 0 0 0 0 0 23 0 1 0 569593230 12083200 51 33554432000 4194304 5434984 140734070471552 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/1031/statm: 2950 51 31 303 0 2644 0

[startup+0.0590729 s]
/proc/loadavg: 1.03 2.29 2.62 5/184 1031
/proc/meminfo: memFree=11833768/32951124 swapFree=67102140/67111528
[pid=1031] ppid=1029 vsize=58624 CPUtime=0.04 cores=0,2
/proc/1031/stat : 1031 (SApperloT2010) R 1029 1031 32283 0 -1 4202496 3758 0 0 0 4 0 0 0 23 0 1 0 569593230 60030976 3697 33554432000 4194304 4395502 140736295642944 18446744073709551615 216735178496 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1031/statm: 14656 3702 248 50 0 11796 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 58624

[startup+0.101069 s]
/proc/loadavg: 1.03 2.29 2.62 5/184 1031
/proc/meminfo: memFree=11833768/32951124 swapFree=67102140/67111528
[pid=1031] ppid=1029 vsize=64532 CPUtime=0.09 cores=0,2
/proc/1031/stat : 1031 (SApperloT2010) R 1029 1031 32283 0 -1 4202496 5179 0 0 0 9 0 0 0 23 0 1 0 569593230 66080768 5118 33554432000 4194304 4395502 140736295642944 18446744073709551615 216734839493 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1031/statm: 16133 5119 248 50 0 13273 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64532

[startup+0.301032 s]
/proc/loadavg: 1.03 2.29 2.62 5/184 1031
/proc/meminfo: memFree=11833768/32951124 swapFree=67102140/67111528
[pid=1031] ppid=1029 vsize=92464 CPUtime=0.28 cores=0,2
/proc/1031/stat : 1031 (SApperloT2010) R 1029 1031 32283 0 -1 4202496 11765 0 0 0 27 1 0 0 25 0 1 0 569593230 94683136 11605 33554432000 4194304 4395502 140736295642944 18446744073709551615 216734839493 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1031/statm: 23116 11606 248 50 0 20256 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 92464

[startup+0.700941 s]
/proc/loadavg: 1.03 2.29 2.62 5/184 1031
/proc/meminfo: memFree=11833768/32951124 swapFree=67102140/67111528
[pid=1031] ppid=1029 vsize=147608 CPUtime=0.68 cores=0,2
/proc/1031/stat : 1031 (SApperloT2010) R 1029 1031 32283 0 -1 4202496 24929 0 0 0 64 4 0 0 25 0 1 0 569593230 151150592 24475 33554432000 4194304 4395502 140736295642944 18446744073709551615 216734839493 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1031/statm: 36902 24475 248 50 0 34042 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 147608

[startup+1.5008 s]
/proc/loadavg: 1.03 2.29 2.62 5/190 1038
/proc/meminfo: memFree=11283520/32951124 swapFree=67102140/67111528
[pid=1031] ppid=1029 vsize=256152 CPUtime=1.49 cores=0,2
/proc/1031/stat : 1031 (SApperloT2010) R 1029 1031 32283 0 -1 4202496 51303 0 0 0 140 9 0 0 25 0 1 0 569593230 262299648 50849 33554432000 4194304 4395502 140736295642944 18446744073709551615 216734839493 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1031/statm: 64038 50851 250 50 0 61178 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 256152

[startup+3.10055 s]
/proc/loadavg: 1.03 2.29 2.62 5/190 1038
/proc/meminfo: memFree=10456812/32951124 swapFree=67102140/67111528
[pid=1031] ppid=1029 vsize=401072 CPUtime=3.09 cores=0,2
/proc/1031/stat : 1031 (SApperloT2010) R 1029 1031 32283 0 -1 4202496 88710 0 0 0 295 14 0 0 25 0 1 0 569593230 410697728 86242 33554432000 4194304 4395502 140736295642944 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1031/statm: 100268 86242 264 50 0 97408 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 401072

[startup+6.30095 s]
/proc/loadavg: 1.35 2.34 2.63 5/190 1038
/proc/meminfo: memFree=10370556/32951124 swapFree=67102140/67111528
[pid=1031] ppid=1029 vsize=401072 CPUtime=6.29 cores=0,2
/proc/1031/stat : 1031 (SApperloT2010) R 1029 1031 32283 0 -1 4202496 88914 0 0 0 615 14 0 0 25 0 1 0 569593230 410697728 86446 33554432000 4194304 4395502 140736295642944 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1031/statm: 100268 86446 264 50 0 97408 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 401072

[startup+12.7009 s]
/proc/loadavg: 1.72 2.40 2.65 5/190 1038
/proc/meminfo: memFree=10366588/32951124 swapFree=67102140/67111528
[pid=1031] ppid=1029 vsize=401072 CPUtime=12.69 cores=0,2
/proc/1031/stat : 1031 (SApperloT2010) R 1029 1031 32283 0 -1 4202496 89178 0 0 0 1255 14 0 0 25 0 1 0 569593230 410697728 86710 33554432000 4194304 4395502 140736295642944 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1031/statm: 100268 86710 264 50 0 97408 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 401072

[startup+25.5006 s]
/proc/loadavg: 2.31 2.49 2.68 5/190 1065
/proc/meminfo: memFree=10854292/32951124 swapFree=67102140/67111528
[pid=1031] ppid=1029 vsize=401072 CPUtime=25.49 cores=0,2
/proc/1031/stat : 1031 (SApperloT2010) R 1029 1031 32283 0 -1 4202496 89293 0 0 0 2535 14 0 0 25 0 1 0 569593230 410697728 86825 33554432000 4194304 4395502 140736295642944 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1031/statm: 100268 86825 264 50 0 97408 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 401072

[startup+51.1012 s]
/proc/loadavg: 2.73 2.58 2.70 4/184 1108
/proc/meminfo: memFree=11104536/32951124 swapFree=67102140/67111528
[pid=1031] ppid=1029 vsize=428820 CPUtime=51.08 cores=0,2
/proc/1031/stat : 1031 (SApperloT2010) R 1029 1031 32283 0 -1 4202496 96799 0 0 0 5092 16 0 0 25 0 1 0 569593230 439111680 94331 33554432000 4194304 4395502 140736295642944 18446744073709551615 4347033 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1031/statm: 107205 94331 264 50 0 104345 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 428820

[startup+102.301 s]
/proc/loadavg: 2.88 2.64 2.71 4/184 1110
/proc/meminfo: memFree=10745508/32951124 swapFree=67102140/67111528
[pid=1031] ppid=1029 vsize=538932 CPUtime=102.28 cores=0,2
/proc/1031/stat : 1031 (SApperloT2010) R 1029 1031 32283 0 -1 4202496 123047 0 0 0 10205 23 0 0 25 0 1 0 569593230 551866368 120579 33554432000 4194304 4395502 140736295642944 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1031/statm: 134733 120579 264 50 0 131873 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 538932

[startup+162.301 s]
/proc/loadavg: 3.04 2.72 2.74 4/184 1111
/proc/meminfo: memFree=10342728/32951124 swapFree=67102140/67111528
[pid=1031] ppid=1029 vsize=694264 CPUtime=162.28 cores=0,2
/proc/1031/stat : 1031 (SApperloT2010) R 1029 1031 32283 0 -1 4202496 158212 0 0 0 16197 31 0 0 25 0 1 0 569593230 710926336 155744 33554432000 4194304 4395502 140736295642944 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1031/statm: 173566 155744 264 50 0 170706 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 694264

[startup+222.301 s]
/proc/loadavg: 3.01 2.77 2.75 4/184 1113
/proc/meminfo: memFree=9990056/32951124 swapFree=67102140/67111528
[pid=1031] ppid=1029 vsize=820468 CPUtime=222.29 cores=0,2
/proc/1031/stat : 1031 (SApperloT2010) R 1029 1031 32283 0 -1 4202496 187545 0 0 0 22191 38 0 0 25 0 1 0 569593230 840159232 185077 33554432000 4194304 4395502 140736295642944 18446744073709551615 4299166 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1031/statm: 205117 185077 264 50 0 202257 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 820468

[startup+282.307 s]
/proc/loadavg: 3.00 2.81 2.76 4/184 1115
/proc/meminfo: memFree=9831064/32951124 swapFree=67102140/67111528
[pid=1031] ppid=1029 vsize=902844 CPUtime=282.29 cores=0,2
/proc/1031/stat : 1031 (SApperloT2010) R 1029 1031 32283 0 -1 4202496 207089 0 0 0 28186 43 0 0 25 0 1 0 569593230 924512256 204621 33554432000 4194304 4395502 140736295642944 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1031/statm: 225711 204621 264 50 0 222851 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 902844

[startup+342.301 s]
/proc/loadavg: 3.00 2.84 2.77 4/184 1116
/proc/meminfo: memFree=9647892/32951124 swapFree=67102140/67111528
[pid=1031] ppid=1029 vsize=1009780 CPUtime=342.28 cores=0,2
/proc/1031/stat : 1031 (SApperloT2010) R 1029 1031 32283 0 -1 4202496 232643 0 0 0 34177 51 0 0 25 0 1 0 569593230 1034014720 230175 33554432000 4194304 4395502 140736295642944 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1031/statm: 252445 230175 264 50 0 249585 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 1009780

[startup+402.301 s]
/proc/loadavg: 3.00 2.87 2.78 4/184 1118
/proc/meminfo: memFree=9492372/32951124 swapFree=67102140/67111528
[pid=1031] ppid=1029 vsize=1050424 CPUtime=402.28 cores=0,2
/proc/1031/stat : 1031 (SApperloT2010) R 1029 1031 32283 0 -1 4202496 241324 0 0 0 40175 53 0 0 25 0 1 0 569593230 1075634176 238856 33554432000 4194304 4395502 140736295642944 18446744073709551615 4339114 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1031/statm: 262606 238856 264 50 0 259746 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 1050424

[startup+462.301 s]
/proc/loadavg: 3.00 2.89 2.79 4/184 1128
/proc/meminfo: memFree=9411924/32951124 swapFree=67102140/67111528
[pid=1031] ppid=1029 vsize=1050424 CPUtime=462.27 cores=0,2
/proc/1031/stat : 1031 (SApperloT2010) R 1029 1031 32283 0 -1 4202496 241405 0 0 0 46174 53 0 0 25 0 1 0 569593230 1075634176 238937 33554432000 4194304 4395502 140736295642944 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1031/statm: 262606 238937 264 50 0 259746 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 1050424

[startup+522.301 s]
/proc/loadavg: 3.00 2.91 2.81 4/184 1130
/proc/meminfo: memFree=9382980/32951124 swapFree=67102140/67111528
[pid=1031] ppid=1029 vsize=1050424 CPUtime=522.27 cores=0,2
/proc/1031/stat : 1031 (SApperloT2010) R 1029 1031 32283 0 -1 4202496 241658 0 0 0 52174 53 0 0 25 0 1 0 569593230 1075634176 239190 33554432000 4194304 4395502 140736295642944 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1031/statm: 262606 239190 264 50 0 259746 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 1050424

[startup+582.301 s]
/proc/loadavg: 3.03 2.93 2.82 4/184 1132
/proc/meminfo: memFree=9369428/32951124 swapFree=67102140/67111528
[pid=1031] ppid=1029 vsize=1050424 CPUtime=582.28 cores=0,2
/proc/1031/stat : 1031 (SApperloT2010) R 1029 1031 32283 0 -1 4202496 241943 0 0 0 58174 54 0 0 25 0 1 0 569593230 1075634176 239475 33554432000 4194304 4395502 140736295642944 18446744073709551615 4347548 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1031/statm: 262606 239475 264 50 0 259746 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 1050424

[startup+642.301 s]
/proc/loadavg: 3.01 2.94 2.83 4/184 1133
/proc/meminfo: memFree=9246768/32951124 swapFree=67102140/67111528
[pid=1031] ppid=1029 vsize=1137728 CPUtime=642.27 cores=0,2
/proc/1031/stat : 1031 (SApperloT2010) R 1029 1031 32283 0 -1 4202496 262983 0 0 0 64168 59 0 0 25 0 1 0 569593230 1165033472 260515 33554432000 4194304 4395502 140736295642944 18446744073709551615 4299177 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1031/statm: 284432 260515 264 50 0 281572 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 1137728

[startup+702.301 s]
/proc/loadavg: 3.00 2.95 2.83 4/184 1135
/proc/meminfo: memFree=9213736/32951124 swapFree=67102140/67111528
[pid=1031] ppid=1029 vsize=1143436 CPUtime=702.27 cores=0,2
/proc/1031/stat : 1031 (SApperloT2010) R 1029 1031 32283 0 -1 4202496 264512 0 0 0 70168 59 0 0 25 0 1 0 569593230 1170878464 262044 33554432000 4194304 4395502 140736295642944 18446744073709551615 4299142 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1031/statm: 285859 262044 264 50 0 282999 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 1143436

[startup+762.301 s]
/proc/loadavg: 3.04 2.97 2.84 4/184 1136
/proc/meminfo: memFree=9160516/32951124 swapFree=67102140/67111528
[pid=1031] ppid=1029 vsize=1145420 CPUtime=762.27 cores=0,2
/proc/1031/stat : 1031 (SApperloT2010) R 1029 1031 32283 0 -1 4202496 264944 0 0 0 76168 59 0 0 25 0 1 0 569593230 1172910080 262476 33554432000 4194304 4395502 140736295642944 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1031/statm: 286355 262476 264 50 0 283495 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 1145420

[startup+822.301 s]
/proc/loadavg: 3.01 2.97 2.85 4/184 1138
/proc/meminfo: memFree=9130476/32951124 swapFree=67102140/67111528
[pid=1031] ppid=1029 vsize=1151876 CPUtime=822.28 cores=0,2
/proc/1031/stat : 1031 (SApperloT2010) R 1029 1031 32283 0 -1 4202496 266083 0 0 0 82168 60 0 0 25 0 1 0 569593230 1179521024 263615 33554432000 4194304 4395502 140736295642944 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1031/statm: 287969 263615 264 50 0 285109 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 1151876

[startup+882.301 s]
/proc/loadavg: 3.00 2.97 2.86 4/184 1140
/proc/meminfo: memFree=9084564/32951124 swapFree=67102140/67111528
[pid=1031] ppid=1029 vsize=1198760 CPUtime=882.28 cores=0,2
/proc/1031/stat : 1031 (SApperloT2010) R 1029 1031 32283 0 -1 4202496 277296 0 0 0 88164 64 0 0 25 0 1 0 569593230 1227530240 274828 33554432000 4194304 4395502 140736295642944 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1031/statm: 299690 274828 264 50 0 296830 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 1198760

[startup+942.307 s]
/proc/loadavg: 3.00 2.97 2.86 4/184 1141
/proc/meminfo: memFree=9065080/32951124 swapFree=67102140/67111528
[pid=1031] ppid=1029 vsize=1202380 CPUtime=942.28 cores=0,2
/proc/1031/stat : 1031 (SApperloT2010) R 1029 1031 32283 0 -1 4202496 278154 0 0 0 94164 64 0 0 25 0 1 0 569593230 1231237120 275686 33554432000 4194304 4395502 140736295642944 18446744073709551615 4299567 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1031/statm: 300595 275686 264 50 0 297735 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 1202380

[startup+1002.3 s]
/proc/loadavg: 3.00 2.97 2.87 4/184 1143
/proc/meminfo: memFree=9044720/32951124 swapFree=67102140/67111528
[pid=1031] ppid=1029 vsize=1202380 CPUtime=1002.27 cores=0,2
/proc/1031/stat : 1031 (SApperloT2010) R 1029 1031 32283 0 -1 4202496 278200 0 0 0 100163 64 0 0 25 0 1 0 569593230 1231237120 275732 33554432000 4194304 4395502 140736295642944 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1031/statm: 300595 275732 264 50 0 297735 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 1202380

[startup+1062.3 s]
/proc/loadavg: 3.00 2.97 2.87 4/184 1144
/proc/meminfo: memFree=9036380/32951124 swapFree=67102140/67111528
[pid=1031] ppid=1029 vsize=1204452 CPUtime=1062.27 cores=0,2
/proc/1031/stat : 1031 (SApperloT2010) R 1029 1031 32283 0 -1 4202496 278663 0 0 0 106163 64 0 0 25 0 1 0 569593230 1233358848 276195 33554432000 4194304 4395502 140736295642944 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1031/statm: 301113 276195 264 50 0 298253 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 1204452

[startup+1122.3 s]
/proc/loadavg: 3.05 2.99 2.88 4/184 1146
/proc/meminfo: memFree=9009324/32951124 swapFree=67102140/67111528
[pid=1031] ppid=1029 vsize=1208436 CPUtime=1122.27 cores=0,2
/proc/1031/stat : 1031 (SApperloT2010) R 1029 1031 32283 0 -1 4202496 279636 0 0 0 112163 64 0 0 25 0 1 0 569593230 1237438464 277168 33554432000 4194304 4395502 140736295642944 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1031/statm: 302109 277168 264 50 0 299249 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 1208436

[startup+1182.3 s]
/proc/loadavg: 3.02 2.99 2.89 4/184 1148
/proc/meminfo: memFree=8934528/32951124 swapFree=67102140/67111528
[pid=1031] ppid=1029 vsize=1264268 CPUtime=1182.27 cores=0,2
/proc/1031/stat : 1031 (SApperloT2010) R 1029 1031 32283 0 -1 4202496 292558 0 0 0 118159 68 0 0 25 0 1 0 569593230 1294610432 290090 33554432000 4194304 4395502 140736295642944 18446744073709551615 4299189 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1031/statm: 316067 290090 264 50 0 313207 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 1264268

[startup+1242.3 s]
/proc/loadavg: 3.00 2.99 2.90 4/184 1149
/proc/meminfo: memFree=8920616/32951124 swapFree=67102140/67111528
[pid=1031] ppid=1029 vsize=1274916 CPUtime=1242.27 cores=0,2
/proc/1031/stat : 1031 (SApperloT2010) R 1029 1031 32283 0 -1 4202496 295131 0 0 0 124158 69 0 0 25 0 1 0 569593230 1305513984 292663 33554432000 4194304 4395502 140736295642944 18446744073709551615 4299623 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1031/statm: 318729 292663 264 50 0 315869 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 1274916



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.06 3.00 2.91 3/182 1152
/proc/meminfo: memFree=10171272/32951124 swapFree=67102140/67111528
[pid=1031] ppid=1029 vsize=1276580 CPUtime=1299.97 cores=0,2
/proc/1031/stat : 1031 (SApperloT2010) R 1029 1031 32283 0 -1 4202496 295457 0 0 0 129928 69 0 0 25 0 1 0 569593230 1307217920 292989 33554432000 4194304 4395502 140736295642944 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1031/statm: 319145 292989 264 50 0 316285 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 1276580

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

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

[startup+1300 s]
/proc/loadavg: 3.06 3.00 2.91 3/182 1152
/proc/meminfo: memFree=10171272/32951124 swapFree=67102140/67111528
[pid=1031] ppid=1029 vsize=1276580 CPUtime=1299.97 cores=0,2
/proc/1031/stat : 1031 (SApperloT2010) R 1029 1031 32283 0 -1 4202496 295457 0 0 0 129928 69 0 0 25 0 1 0 569593230 1307217920 292989 33554432000 4194304 4395502 140736295642944 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/1031/statm: 319145 292989 264 50 0 316285 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 1276580

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.06
CPU time (s): 1300.04
CPU user time (s): 1299.29
CPU system time (s): 0.747886
CPU usage (%): 99.9986
Max. virtual memory (cumulated for all children) (KiB): 1276580

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

runsolver used 2.33564 second user time and 4.75828 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-26 06:53:46
IDJOB=3293636
IDBENCH=88163
IDSOLVER=1655
FILE ID=node119/3293636-1303793624
RUNJOBID= node119-1303793624-999
PBS_JOBID= 13157246
Free space on /tmp= 71644 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/11pipe_11_ooo.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293636-1303793624/watcher-3293636-1303793624 -o /tmp/evaluation-result-3293636-1303793624/solver-3293636-1303793624 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3293636-1303793624.cnf

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

MD5SUM BENCH= f603f11fbfe855df381282b7bce010ea
RANDOM SEED=830324380

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
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.83
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.815
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.67
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.815
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.83
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.815
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.74
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.815
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11834544 kB
Buffers:       2230804 kB
Cached:       17875544 kB
SwapCached:       5504 kB
Active:        9089684 kB
Inactive:     11432792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11834544 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:          399084 kB
Writeback:           0 kB
AnonPages:      412552 kB
Mapped:          14776 kB
Slab:           529016 kB
PageTables:       5856 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   833448 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= 71864 MiB
End job on node119 at 2011-04-26 07:15:28