Trace number 3380108

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)UNSAT 575.05 575.034

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_b_unsat.cnf
MD5SUM3dc443ddf213a09407d2a75925179735
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark113.98
Satisfiable
(Un)Satisfiability was proved
Number of variables26061
Number of clauses742909
Sum of the clauses size2791650
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 244599
Number of clauses of size 390788
Number of clauses of size 4607522
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

575.01/575.02	c Solved by BasicSolver 
575.01/575.02	
575.01/575.02	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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

running on 2 cores: 5,7

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.38 2.79 3.32 5/340 20226
/proc/meminfo: memFree=20292428/32951124 swapFree=57331800/67111528
[pid=20226] ppid=20224 vsize=27000 CPUtime=0 cores=5,7
/proc/20226/stat : 20226 (SApperloT2010) R 20224 20226 18433 0 -1 4202496 2700 0 0 0 0 0 0 0 21 0 1 0 657165140 27648000 2640 33554432000 4194304 4394578 140733351500896 18446744073709551615 212435677893 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20226/statm: 6750 2641 247 49 0 3891 0

[startup+0.014198 s]
/proc/loadavg: 3.38 2.79 3.32 5/340 20226
/proc/meminfo: memFree=20292428/32951124 swapFree=57331800/67111528
[pid=20226] ppid=20224 vsize=27396 CPUtime=0 cores=5,7
/proc/20226/stat : 20226 (SApperloT2010) R 20224 20226 18433 0 -1 4202496 2792 0 0 0 0 0 0 0 21 0 1 0 657165140 28053504 2732 33554432000 4194304 4394578 140733351500896 18446744073709551615 212436016896 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20226/statm: 6849 2733 247 49 0 3990 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 27396

[startup+0.10022 s]
/proc/loadavg: 3.38 2.79 3.32 5/340 20226
/proc/meminfo: memFree=20292428/32951124 swapFree=57331800/67111528
[pid=20226] ppid=20224 vsize=37560 CPUtime=0.09 cores=5,7
/proc/20226/stat : 20226 (SApperloT2010) R 20224 20226 18433 0 -1 4202496 5315 0 0 0 9 0 0 0 21 0 1 0 657165140 38461440 5255 33554432000 4194304 4394578 140733351500896 18446744073709551615 212435677893 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20226/statm: 9390 5257 247 49 0 6531 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37560

[startup+0.300178 s]
/proc/loadavg: 3.38 2.79 3.32 5/340 20226
/proc/meminfo: memFree=20292428/32951124 swapFree=57331800/67111528
[pid=20226] ppid=20224 vsize=61188 CPUtime=0.29 cores=5,7
/proc/20226/stat : 20226 (SApperloT2010) R 20224 20226 18433 0 -1 4202496 11231 0 0 0 28 1 0 0 22 0 1 0 657165140 62656512 11171 33554432000 4194304 4394578 140733351500896 18446744073709551615 212435677893 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20226/statm: 15297 11172 247 49 0 12438 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 61188

[startup+0.701103 s]
/proc/loadavg: 3.38 2.79 3.32 5/340 20226
/proc/meminfo: memFree=20292428/32951124 swapFree=57331800/67111528
[pid=20226] ppid=20224 vsize=110544 CPUtime=0.68 cores=5,7
/proc/20226/stat : 20226 (SApperloT2010) R 20224 20226 18433 0 -1 4202496 23588 0 0 0 65 3 0 0 23 0 1 0 657165140 113197056 23527 33554432000 4194304 4394578 140733351500896 18446744073709551615 212436041623 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20226/statm: 27636 23527 256 49 0 24777 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 110544

[startup+1.50095 s]
/proc/loadavg: 3.38 2.79 3.32 5/341 20227
/proc/meminfo: memFree=20198808/32951124 swapFree=57331800/67111528
[pid=20226] ppid=20224 vsize=110544 CPUtime=1.49 cores=5,7
/proc/20226/stat : 20226 (SApperloT2010) R 20224 20226 18433 0 -1 4202496 23588 0 0 0 143 6 0 0 25 0 1 0 657165140 113197056 23527 33554432000 4194304 4394578 140733351500896 18446744073709551615 212436041623 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20226/statm: 27636 23527 256 49 0 24777 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 110544

[startup+3.10065 s]
/proc/loadavg: 3.38 2.79 3.32 5/341 20227
/proc/meminfo: memFree=20196500/32951124 swapFree=57331800/67111528
[pid=20226] ppid=20224 vsize=110544 CPUtime=3.08 cores=5,7
/proc/20226/stat : 20226 (SApperloT2010) R 20224 20226 18433 0 -1 4202496 23588 0 0 0 296 12 0 0 25 0 1 0 657165140 113197056 23527 33554432000 4194304 4394578 140733351500896 18446744073709551615 212436041623 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20226/statm: 27636 23527 256 49 0 24777 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 110544

[startup+6.30104 s]
/proc/loadavg: 3.43 2.81 3.33 5/341 20227
/proc/meminfo: memFree=20099904/32951124 swapFree=57331800/67111528
[pid=20226] ppid=20224 vsize=203708 CPUtime=6.29 cores=5,7
/proc/20226/stat : 20226 (SApperloT2010) R 20224 20226 18433 0 -1 4202496 51132 0 0 0 610 19 0 0 25 0 1 0 657165140 208596992 46708 33554432000 4194304 4394578 140733351500896 18446744073709551615 212435677893 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20226/statm: 50927 46711 267 49 0 48068 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 203708

[startup+12.7008 s]
/proc/loadavg: 3.48 2.83 3.33 5/341 20227
/proc/meminfo: memFree=20082936/32951124 swapFree=57331800/67111528
[pid=20226] ppid=20224 vsize=209780 CPUtime=12.69 cores=5,7
/proc/20226/stat : 20226 (SApperloT2010) R 20224 20226 18433 0 -1 4202496 52625 0 0 0 1250 19 0 0 25 0 1 0 657165140 214814720 48201 33554432000 4194304 4394578 140733351500896 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20226/statm: 52445 48201 267 49 0 49586 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 209780

[startup+25.5004 s]
/proc/loadavg: 3.59 2.89 3.34 5/341 20228
/proc/meminfo: memFree=20060616/32951124 swapFree=57331800/67111528
[pid=20226] ppid=20224 vsize=218036 CPUtime=25.49 cores=5,7
/proc/20226/stat : 20226 (SApperloT2010) R 20224 20226 18433 0 -1 4202496 54613 0 0 0 2529 20 0 0 25 0 1 0 657165140 223268864 50189 33554432000 4194304 4394578 140733351500896 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20226/statm: 54509 50189 267 49 0 51650 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 218036

[startup+51.1006 s]
/proc/loadavg: 3.73 2.98 3.36 5/341 20228
/proc/meminfo: memFree=20011764/32951124 swapFree=57331800/67111528
[pid=20226] ppid=20224 vsize=236612 CPUtime=51.08 cores=5,7
/proc/20226/stat : 20226 (SApperloT2010) R 20224 20226 18433 0 -1 4202496 58719 0 0 0 5087 21 0 0 25 0 1 0 657165140 242290688 54295 33554432000 4194304 4394578 140733351500896 18446744073709551615 4346330 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20226/statm: 59153 54295 267 49 0 56294 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 236612

[startup+102.313 s]
/proc/loadavg: 3.93 3.16 3.39 5/341 20230
/proc/meminfo: memFree=19945568/32951124 swapFree=57331800/67111528
[pid=20226] ppid=20224 vsize=263012 CPUtime=102.3 cores=5,7
/proc/20226/stat : 20226 (SApperloT2010) R 20224 20226 18433 0 -1 4202496 64958 0 0 0 10206 24 0 0 25 0 1 0 657165140 269324288 60534 33554432000 4194304 4394578 140733351500896 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20226/statm: 65753 60534 267 49 0 62894 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 263012

[startup+162.301 s]
/proc/loadavg: 4.01 3.31 3.43 5/341 20231
/proc/meminfo: memFree=19865344/32951124 swapFree=57331800/67111528
[pid=20226] ppid=20224 vsize=286400 CPUtime=162.29 cores=5,7
/proc/20226/stat : 20226 (SApperloT2010) R 20224 20226 18433 0 -1 4202496 70123 0 0 0 16203 26 0 0 25 0 1 0 657165140 293273600 65699 33554432000 4194304 4394578 140733351500896 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20226/statm: 71600 65699 267 49 0 68741 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 286400

[startup+222.301 s]
/proc/loadavg: 4.03 3.46 3.47 5/341 20233
/proc/meminfo: memFree=19761620/32951124 swapFree=57331800/67111528
[pid=20226] ppid=20224 vsize=302748 CPUtime=222.29 cores=5,7
/proc/20226/stat : 20226 (SApperloT2010) R 20224 20226 18433 0 -1 4202496 73806 0 0 0 22202 27 0 0 25 0 1 0 657165140 310013952 69382 33554432000 4194304 4394578 140733351500896 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20226/statm: 75687 69382 267 49 0 72828 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 302748

[startup+282.301 s]
/proc/loadavg: 4.01 3.55 3.50 5/341 20234
/proc/meminfo: memFree=19708608/32951124 swapFree=57331800/67111528
[pid=20226] ppid=20224 vsize=315160 CPUtime=282.3 cores=5,7
/proc/20226/stat : 20226 (SApperloT2010) R 20224 20226 18433 0 -1 4202496 76465 0 0 0 28202 28 0 0 25 0 1 0 657165140 322723840 72041 33554432000 4194304 4394578 140733351500896 18446744073709551615 4298927 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20226/statm: 78790 72041 267 49 0 75931 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 315160

[startup+342.3 s]
/proc/loadavg: 4.04 3.64 3.53 5/341 20236
/proc/meminfo: memFree=19645768/32951124 swapFree=57331800/67111528
[pid=20226] ppid=20224 vsize=321628 CPUtime=342.3 cores=5,7
/proc/20226/stat : 20226 (SApperloT2010) R 20224 20226 18433 0 -1 4202496 77922 0 0 0 34202 28 0 0 25 0 1 0 657165140 329347072 73498 33554432000 4194304 4394578 140733351500896 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20226/statm: 80407 73498 267 49 0 77548 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 321628

[startup+402.301 s]
/proc/loadavg: 4.01 3.70 3.56 5/341 20238
/proc/meminfo: memFree=19601548/32951124 swapFree=57331800/67111528
[pid=20226] ppid=20224 vsize=324744 CPUtime=402.3 cores=5,7
/proc/20226/stat : 20226 (SApperloT2010) R 20224 20226 18433 0 -1 4202496 78613 0 0 0 40202 28 0 0 25 0 1 0 657165140 332537856 74189 33554432000 4194304 4394578 140733351500896 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20226/statm: 81186 74189 267 49 0 78327 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 324744

[startup+462.301 s]
/proc/loadavg: 4.04 3.77 3.59 5/341 20239
/proc/meminfo: memFree=19527456/32951124 swapFree=57331800/67111528
[pid=20226] ppid=20224 vsize=328716 CPUtime=462.3 cores=5,7
/proc/20226/stat : 20226 (SApperloT2010) R 20224 20226 18433 0 -1 4202496 79480 0 0 0 46202 28 0 0 25 0 1 0 657165140 336605184 75056 33554432000 4194304 4394578 140733351500896 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20226/statm: 82179 75056 267 49 0 79320 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 328716

[startup+522.3 s]
/proc/loadavg: 4.01 3.81 3.61 5/341 20241
/proc/meminfo: memFree=19507552/32951124 swapFree=57331800/67111528
[pid=20226] ppid=20224 vsize=331868 CPUtime=522.31 cores=5,7
/proc/20226/stat : 20226 (SApperloT2010) R 20224 20226 18433 0 -1 4202496 80122 0 0 0 52202 29 0 0 25 0 1 0 657165140 339832832 75698 33554432000 4194304 4394578 140733351500896 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20226/statm: 82967 75698 267 49 0 80108 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 331868

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

[startup+537.501 s]
/proc/loadavg: 4.01 3.82 3.62 5/341 20241
/proc/meminfo: memFree=19502808/32951124 swapFree=57331800/67111528
[pid=20226] ppid=20224 vsize=333532 CPUtime=537.5 cores=5,7
/proc/20226/stat : 20226 (SApperloT2010) R 20224 20226 18433 0 -1 4202496 80422 0 0 0 53721 29 0 0 25 0 1 0 657165140 341536768 75998 33554432000 4194304 4394578 140733351500896 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20226/statm: 83383 75998 267 49 0 80524 0
Current children cumulated CPU time (s) 537.5
Current children cumulated vsize (KiB) 333532

[startup+550.301 s]
/proc/loadavg: 4.01 3.83 3.62 5/341 20242
/proc/meminfo: memFree=19499456/32951124 swapFree=57331800/67111528
[pid=20226] ppid=20224 vsize=334204 CPUtime=550.31 cores=5,7
/proc/20226/stat : 20226 (SApperloT2010) R 20224 20226 18433 0 -1 4202496 80583 0 0 0 55002 29 0 0 25 0 1 0 657165140 342224896 76159 33554432000 4194304 4394578 140733351500896 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20226/statm: 83551 76159 267 49 0 80692 0
Current children cumulated CPU time (s) 550.31
Current children cumulated vsize (KiB) 334204

[startup+563.101 s]
/proc/loadavg: 4.16 3.87 3.64 5/341 20242
/proc/meminfo: memFree=19486052/32951124 swapFree=57331800/67111528
[pid=20226] ppid=20224 vsize=335868 CPUtime=563.12 cores=5,7
/proc/20226/stat : 20226 (SApperloT2010) R 20224 20226 18433 0 -1 4202496 80927 0 0 0 56283 29 0 0 25 0 1 0 657165140 343928832 76503 33554432000 4194304 4394578 140733351500896 18446744073709551615 4298933 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20226/statm: 83967 76503 267 49 0 81108 0
Current children cumulated CPU time (s) 563.12
Current children cumulated vsize (KiB) 335868

[startup+569.5 s]
/proc/loadavg: 4.15 3.87 3.64 5/341 20242
/proc/meminfo: memFree=19485672/32951124 swapFree=57331800/67111528
[pid=20226] ppid=20224 vsize=336700 CPUtime=569.51 cores=5,7
/proc/20226/stat : 20226 (SApperloT2010) R 20224 20226 18433 0 -1 4202496 81074 0 0 0 56922 29 0 0 25 0 1 0 657165140 344780800 76650 33554432000 4194304 4394578 140733351500896 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20226/statm: 84175 76650 267 49 0 81316 0
Current children cumulated CPU time (s) 569.51
Current children cumulated vsize (KiB) 336700

[startup+572.701 s]
/proc/loadavg: 4.15 3.87 3.64 5/341 20242
/proc/meminfo: memFree=19482924/32951124 swapFree=57331800/67111528
[pid=20226] ppid=20224 vsize=336700 CPUtime=572.71 cores=5,7
/proc/20226/stat : 20226 (SApperloT2010) R 20224 20226 18433 0 -1 4202496 81078 0 0 0 57242 29 0 0 25 0 1 0 657165140 344780800 76654 33554432000 4194304 4394578 140733351500896 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20226/statm: 84175 76654 267 49 0 81316 0
Current children cumulated CPU time (s) 572.71
Current children cumulated vsize (KiB) 336700

[startup+574.301 s]
/proc/loadavg: 4.14 3.87 3.64 5/341 20242
/proc/meminfo: memFree=19481808/32951124 swapFree=57331800/67111528
[pid=20226] ppid=20224 vsize=336700 CPUtime=574.31 cores=5,7
/proc/20226/stat : 20226 (SApperloT2010) R 20224 20226 18433 0 -1 4202496 81102 0 0 0 57402 29 0 0 25 0 1 0 657165140 344780800 76678 33554432000 4194304 4394578 140733351500896 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20226/statm: 84175 76678 267 49 0 81316 0
Current children cumulated CPU time (s) 574.31
Current children cumulated vsize (KiB) 336700

[startup+574.701 s]
/proc/loadavg: 4.14 3.87 3.64 5/341 20242
/proc/meminfo: memFree=19481808/32951124 swapFree=57331800/67111528
[pid=20226] ppid=20224 vsize=336700 CPUtime=574.71 cores=5,7
/proc/20226/stat : 20226 (SApperloT2010) R 20224 20226 18433 0 -1 4202496 81103 0 0 0 57442 29 0 0 25 0 1 0 657165140 344780800 76679 33554432000 4194304 4394578 140733351500896 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20226/statm: 84175 76679 267 49 0 81316 0
Current children cumulated CPU time (s) 574.71
Current children cumulated vsize (KiB) 336700

[startup+574.9 s]
/proc/loadavg: 4.14 3.87 3.64 5/341 20242
/proc/meminfo: memFree=19481808/32951124 swapFree=57331800/67111528
[pid=20226] ppid=20224 vsize=336700 CPUtime=574.91 cores=5,7
/proc/20226/stat : 20226 (SApperloT2010) R 20224 20226 18433 0 -1 4202496 81103 0 0 0 57462 29 0 0 25 0 1 0 657165140 344780800 76679 33554432000 4194304 4394578 140733351500896 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20226/statm: 84175 76679 267 49 0 81316 0
Current children cumulated CPU time (s) 574.91
Current children cumulated vsize (KiB) 336700

[startup+575 s]
/proc/loadavg: 4.14 3.87 3.64 5/341 20242
/proc/meminfo: memFree=19481808/32951124 swapFree=57331800/67111528
[pid=20226] ppid=20224 vsize=336700 CPUtime=575.01 cores=5,7
/proc/20226/stat : 20226 (SApperloT2010) R 20224 20226 18433 0 -1 4202496 81103 0 0 0 57472 29 0 0 25 0 1 0 657165140 344780800 76679 33554432000 4194304 4394578 140733351500896 18446744073709551615 4292864 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20226/statm: 84175 76679 267 49 0 81316 0
Current children cumulated CPU time (s) 575.01
Current children cumulated vsize (KiB) 336700

Child status: 20
Real time (s): 575.034
CPU time (s): 575.05
CPU user time (s): 574.741
CPU system time (s): 0.308953
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 336700

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

runsolver used 1.76073 second user time and 4.50531 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-15 12:33:48
IDJOB=3380108
IDBENCH=82501
IDSOLVER=1862
FILE ID=node102/3380108-1305455627
RUNJOBID= node102-1305455537-20077
PBS_JOBID= 13324852
Free space on /tmp= 73612 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/application/manthey/traffic/traffic_b_unsat.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380108-1305455627/watcher-3380108-1305455627 -o /tmp/evaluation-result-3380108-1305455627/solver-3380108-1305455627 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3380108-1305455627.cnf

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

MD5SUM BENCH= 3dc443ddf213a09407d2a75925179735
RANDOM SEED=1430983045

node102.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	: 5226.15
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.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.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.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.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	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20292708 kB
Buffers:         21904 kB
Cached:         397276 kB
SwapCached:      89884 kB
Active:        3495244 kB
Inactive:      8976568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20292708 kB
SwapTotal:    67111528 kB
SwapFree:     57331800 kB
Dirty:           18612 kB
Writeback:           0 kB
AnonPages:    11973176 kB
Mapped:          14332 kB
Slab:            59500 kB
PageTables:      61308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 62826456 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= 73612 MiB
End job on node102 at 2011-05-15 12:43:23