Trace number 3380110

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 606.239 606.222

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_pcb_unknown.cnf
MD5SUMe669f2d68684ca746cc80f142ad8d0dc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.579
Satisfiable
(Un)Satisfiability was proved
Number of variables33320
Number of clauses766757
Sum of the clauses size2858079
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 253534
Number of clauses of size 3101881
Number of clauses of size 4611342
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

606.21/606.20	c Solved by BasicSolver 
606.21/606.20	
606.21/606.20	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-3380110-1305455622/watcher-3380110-1305455622 -o /tmp/evaluation-result-3380110-1305455622/solver-3380110-1305455622 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3380110-1305455622.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: 4.02 3.36 2.97 6/314 10430
/proc/meminfo: memFree=22183940/32951124 swapFree=67083432/67111528
[pid=10430] ppid=10428 vsize=28532 CPUtime=0 cores=5,7
/proc/10430/stat : 10430 (SApperloT2010) R 10428 10430 8612 0 -1 4202496 3015 0 0 0 0 0 0 0 22 0 1 0 735792902 29216768 2955 33554432000 4194304 4394578 140736178294000 18446744073709551615 260020056773 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10430/statm: 7133 2956 247 49 0 4274 0

[startup+0.0605291 s]
/proc/loadavg: 4.02 3.36 2.97 6/314 10430
/proc/meminfo: memFree=22183940/32951124 swapFree=67083432/67111528
[pid=10430] ppid=10428 vsize=34868 CPUtime=0.05 cores=5,7
/proc/10430/stat : 10430 (SApperloT2010) R 10428 10430 8612 0 -1 4202496 4611 0 0 0 5 0 0 0 22 0 1 0 735792902 35704832 4551 33554432000 4194304 4394578 140736178294000 18446744073709551615 260020056773 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10430/statm: 8717 4551 247 49 0 5858 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 34868

[startup+0.100522 s]
/proc/loadavg: 4.02 3.36 2.97 6/314 10430
/proc/meminfo: memFree=22183940/32951124 swapFree=67083432/67111528
[pid=10430] ppid=10428 vsize=39356 CPUtime=0.09 cores=5,7
/proc/10430/stat : 10430 (SApperloT2010) R 10428 10430 8612 0 -1 4202496 5715 0 0 0 8 1 0 0 22 0 1 0 735792902 40300544 5655 33554432000 4194304 4394578 140736178294000 18446744073709551615 260020056773 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10430/statm: 9839 5655 247 49 0 6980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39356

[startup+0.300484 s]
/proc/loadavg: 4.02 3.36 2.97 6/314 10430
/proc/meminfo: memFree=22183940/32951124 swapFree=67083432/67111528
[pid=10430] ppid=10428 vsize=63116 CPUtime=0.29 cores=5,7
/proc/10430/stat : 10430 (SApperloT2010) R 10428 10430 8612 0 -1 4202496 11664 0 0 0 27 2 0 0 23 0 1 0 735792902 64630784 11604 33554432000 4194304 4394578 140736178294000 18446744073709551615 260020056773 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10430/statm: 15779 11605 247 49 0 12920 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63116

[startup+0.700408 s]
/proc/loadavg: 4.02 3.36 2.97 6/314 10430
/proc/meminfo: memFree=22183940/32951124 swapFree=67083432/67111528
[pid=10430] ppid=10428 vsize=114468 CPUtime=0.69 cores=5,7
/proc/10430/stat : 10430 (SApperloT2010) R 10428 10430 8612 0 -1 4202496 24519 0 0 0 65 4 0 0 25 0 1 0 735792902 117215232 24458 33554432000 4194304 4394578 140736178294000 18446744073709551615 260020420503 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10430/statm: 28617 24458 256 49 0 25758 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 114468

[startup+1.50027 s]
/proc/loadavg: 4.02 3.36 2.97 5/315 10431
/proc/meminfo: memFree=22081764/32951124 swapFree=67083432/67111528
[pid=10430] ppid=10428 vsize=114468 CPUtime=1.49 cores=5,7
/proc/10430/stat : 10430 (SApperloT2010) R 10428 10430 8612 0 -1 4202496 24519 0 0 0 143 6 0 0 25 0 1 0 735792902 117215232 24458 33554432000 4194304 4394578 140736178294000 18446744073709551615 4254519 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10430/statm: 28617 24458 256 49 0 25758 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 114468

[startup+3.10097 s]
/proc/loadavg: 4.02 3.36 2.97 5/315 10431
/proc/meminfo: memFree=22080152/32951124 swapFree=67083432/67111528
[pid=10430] ppid=10428 vsize=114468 CPUtime=3.09 cores=5,7
/proc/10430/stat : 10430 (SApperloT2010) R 10428 10430 8612 0 -1 4202496 24519 0 0 0 296 13 0 0 25 0 1 0 735792902 117215232 24458 33554432000 4194304 4394578 140736178294000 18446744073709551615 260020420503 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10430/statm: 28617 24458 256 49 0 25758 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 114468

[startup+6.3004 s]
/proc/loadavg: 4.02 3.37 2.98 5/315 10431
/proc/meminfo: memFree=21984268/32951124 swapFree=67083432/67111528
[pid=10430] ppid=10428 vsize=205796 CPUtime=6.29 cores=5,7
/proc/10430/stat : 10430 (SApperloT2010) R 10428 10430 8612 0 -1 4202496 51769 0 0 0 610 19 0 0 25 0 1 0 735792902 210735104 47194 33554432000 4194304 4394578 140736178294000 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10430/statm: 51449 47194 267 49 0 48590 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 205796

[startup+12.7002 s]
/proc/loadavg: 4.02 3.38 2.99 5/315 10431
/proc/meminfo: memFree=21961708/32951124 swapFree=67083432/67111528
[pid=10430] ppid=10428 vsize=213252 CPUtime=12.69 cores=5,7
/proc/10430/stat : 10430 (SApperloT2010) R 10428 10430 8612 0 -1 4202496 53597 0 0 0 1250 19 0 0 25 0 1 0 735792902 218370048 49022 33554432000 4194304 4394578 140736178294000 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10430/statm: 53313 49022 267 49 0 50454 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 213252

[startup+25.5009 s]
/proc/loadavg: 4.01 3.41 3.00 5/315 10431
/proc/meminfo: memFree=21942496/32951124 swapFree=67083432/67111528
[pid=10430] ppid=10428 vsize=223724 CPUtime=25.49 cores=5,7
/proc/10430/stat : 10430 (SApperloT2010) R 10428 10430 8612 0 -1 4202496 55960 0 0 0 2529 20 0 0 25 0 1 0 735792902 229093376 51385 33554432000 4194304 4394578 140736178294000 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10430/statm: 55931 51385 267 49 0 53072 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 223724

[startup+51.1002 s]
/proc/loadavg: 4.08 3.47 3.03 5/315 10432
/proc/meminfo: memFree=21925088/32951124 swapFree=67083432/67111528
[pid=10430] ppid=10428 vsize=240652 CPUtime=51.09 cores=5,7
/proc/10430/stat : 10430 (SApperloT2010) R 10428 10430 8612 0 -1 4202496 59806 0 0 0 5088 21 0 0 25 0 1 0 735792902 246427648 55231 33554432000 4194304 4394578 140736178294000 18446744073709551615 4298738 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10430/statm: 60163 55231 267 49 0 57304 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 240652

[startup+102.312 s]
/proc/loadavg: 4.03 3.55 3.08 5/315 10433
/proc/meminfo: memFree=21850976/32951124 swapFree=67083432/67111528
[pid=10430] ppid=10428 vsize=269288 CPUtime=102.3 cores=5,7
/proc/10430/stat : 10430 (SApperloT2010) R 10428 10430 8612 0 -1 4202496 66530 0 0 0 10206 24 0 0 25 0 1 0 735792902 275750912 61955 33554432000 4194304 4394578 140736178294000 18446744073709551615 4298664 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10430/statm: 67322 61955 267 49 0 64463 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 269288

[startup+162.301 s]
/proc/loadavg: 4.06 3.65 3.14 5/315 10435
/proc/meminfo: memFree=21814956/32951124 swapFree=67083432/67111528
[pid=10430] ppid=10428 vsize=292920 CPUtime=162.3 cores=5,7
/proc/10430/stat : 10430 (SApperloT2010) R 10428 10430 8612 0 -1 4202496 71689 0 0 0 16204 26 0 0 25 0 1 0 735792902 299950080 67114 33554432000 4194304 4394578 140736178294000 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10430/statm: 73230 67114 267 49 0 70371 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 292920

[startup+222.301 s]
/proc/loadavg: 4.07 3.72 3.20 5/315 10437
/proc/meminfo: memFree=21759352/32951124 swapFree=67083432/67111528
[pid=10430] ppid=10428 vsize=311260 CPUtime=222.3 cores=5,7
/proc/10430/stat : 10430 (SApperloT2010) R 10428 10430 8612 0 -1 4202496 75977 0 0 0 22203 27 0 0 25 0 1 0 735792902 318730240 71402 33554432000 4194304 4394578 140736178294000 18446744073709551615 4298686 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10430/statm: 77815 71402 267 49 0 74956 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 311260

[startup+282.301 s]
/proc/loadavg: 4.07 3.79 3.25 5/315 10438
/proc/meminfo: memFree=21715284/32951124 swapFree=67083432/67111528
[pid=10430] ppid=10428 vsize=321560 CPUtime=282.3 cores=5,7
/proc/10430/stat : 10430 (SApperloT2010) R 10428 10430 8612 0 -1 4202496 78247 0 0 0 28202 28 0 0 25 0 1 0 735792902 329277440 73672 33554432000 4194304 4394578 140736178294000 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10430/statm: 80390 73672 267 49 0 77531 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 321560

[startup+342.301 s]
/proc/loadavg: 4.02 3.82 3.29 5/315 10443
/proc/meminfo: memFree=21658208/32951124 swapFree=67083432/67111528
[pid=10430] ppid=10428 vsize=329512 CPUtime=342.3 cores=5,7
/proc/10430/stat : 10430 (SApperloT2010) R 10428 10430 8612 0 -1 4202496 80011 0 0 0 34201 29 0 0 25 0 1 0 735792902 337420288 75436 33554432000 4194304 4394578 140736178294000 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10430/statm: 82378 75436 267 49 0 79519 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 329512

[startup+402.301 s]
/proc/loadavg: 4.01 3.85 3.33 5/315 10444
/proc/meminfo: memFree=21645228/32951124 swapFree=67083432/67111528
[pid=10430] ppid=10428 vsize=334796 CPUtime=402.31 cores=5,7
/proc/10430/stat : 10430 (SApperloT2010) R 10428 10430 8612 0 -1 4202496 81099 0 0 0 40201 30 0 0 25 0 1 0 735792902 342831104 76524 33554432000 4194304 4394578 140736178294000 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10430/statm: 83699 76524 267 49 0 80840 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 334796

[startup+462.301 s]
/proc/loadavg: 4.11 3.91 3.38 5/315 10446
/proc/meminfo: memFree=21636620/32951124 swapFree=67083432/67111528
[pid=10430] ppid=10428 vsize=338668 CPUtime=462.3 cores=5,7
/proc/10430/stat : 10430 (SApperloT2010) R 10428 10430 8612 0 -1 4202496 81859 0 0 0 46200 30 0 0 25 0 1 0 735792902 346796032 77284 33554432000 4194304 4394578 140736178294000 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10430/statm: 84667 77284 267 49 0 81808 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 338668

[startup+522.301 s]
/proc/loadavg: 4.09 3.94 3.42 5/315 10448
/proc/meminfo: memFree=21565392/32951124 swapFree=67083432/67111528
[pid=10430] ppid=10428 vsize=343756 CPUtime=522.3 cores=5,7
/proc/10430/stat : 10430 (SApperloT2010) R 10428 10430 8612 0 -1 4202496 83014 0 0 0 52200 30 0 0 25 0 1 0 735792902 352006144 78439 33554432000 4194304 4394578 140736178294000 18446744073709551615 4298795 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10430/statm: 85939 78439 267 49 0 83080 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 343756

[startup+582.301 s]
/proc/loadavg: 4.03 3.95 3.46 5/315 10449
/proc/meminfo: memFree=21549476/32951124 swapFree=67083432/67111528
[pid=10430] ppid=10428 vsize=358592 CPUtime=582.31 cores=5,7
/proc/10430/stat : 10430 (SApperloT2010) R 10428 10430 8612 0 -1 4202496 86569 0 0 0 58199 32 0 0 25 0 1 0 735792902 367198208 81994 33554432000 4194304 4394578 140736178294000 18446744073709551615 260020056773 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10430/statm: 89648 81994 267 49 0 86789 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 358592

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

[startup+588.701 s]
/proc/loadavg: 4.02 3.95 3.46 5/315 10449
/proc/meminfo: memFree=21547120/32951124 swapFree=67083432/67111528
[pid=10430] ppid=10428 vsize=360888 CPUtime=588.71 cores=5,7
/proc/10430/stat : 10430 (SApperloT2010) R 10428 10430 8612 0 -1 4202496 87080 0 0 0 58838 33 0 0 25 0 1 0 735792902 369549312 82505 33554432000 4194304 4394578 140736178294000 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10430/statm: 90222 82505 267 49 0 87363 0
Current children cumulated CPU time (s) 588.71
Current children cumulated vsize (KiB) 360888

[startup+595.111 s]
/proc/loadavg: 4.02 3.95 3.47 5/315 10450
/proc/meminfo: memFree=21546360/32951124 swapFree=67083432/67111528
[pid=10430] ppid=10428 vsize=361080 CPUtime=595.12 cores=5,7
/proc/10430/stat : 10430 (SApperloT2010) R 10428 10430 8612 0 -1 4202496 87142 0 0 0 59479 33 0 0 25 0 1 0 735792902 369745920 82567 33554432000 4194304 4394578 140736178294000 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10430/statm: 90270 82567 267 49 0 87411 0
Current children cumulated CPU time (s) 595.12
Current children cumulated vsize (KiB) 361080

[startup+601.5 s]
/proc/loadavg: 4.02 3.95 3.47 5/315 10450
/proc/meminfo: memFree=21545864/32951124 swapFree=67083432/67111528
[pid=10430] ppid=10428 vsize=361464 CPUtime=601.51 cores=5,7
/proc/10430/stat : 10430 (SApperloT2010) R 10428 10430 8612 0 -1 4202496 87207 0 0 0 60118 33 0 0 25 0 1 0 735792902 370139136 82632 33554432000 4194304 4394578 140736178294000 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10430/statm: 90366 82632 267 49 0 87507 0
Current children cumulated CPU time (s) 601.51
Current children cumulated vsize (KiB) 361464

[startup+604.701 s]
/proc/loadavg: 4.02 3.95 3.47 5/315 10450
/proc/meminfo: memFree=21545244/32951124 swapFree=67083432/67111528
[pid=10430] ppid=10428 vsize=361912 CPUtime=604.71 cores=5,7
/proc/10430/stat : 10430 (SApperloT2010) R 10428 10430 8612 0 -1 4202496 87307 0 0 0 60438 33 0 0 25 0 1 0 735792902 370597888 82732 33554432000 4194304 4394578 140736178294000 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10430/statm: 90478 82732 267 49 0 87619 0
Current children cumulated CPU time (s) 604.71
Current children cumulated vsize (KiB) 361912

[startup+605.501 s]
/proc/loadavg: 4.02 3.95 3.47 5/315 10450
/proc/meminfo: memFree=21545244/32951124 swapFree=67083432/67111528
[pid=10430] ppid=10428 vsize=361912 CPUtime=605.51 cores=5,7
/proc/10430/stat : 10430 (SApperloT2010) R 10428 10430 8612 0 -1 4202496 87314 0 0 0 60518 33 0 0 25 0 1 0 735792902 370597888 82739 33554432000 4194304 4394578 140736178294000 18446744073709551615 4325661 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10430/statm: 90478 82739 267 49 0 87619 0
Current children cumulated CPU time (s) 605.51
Current children cumulated vsize (KiB) 361912

[startup+605.9 s]
/proc/loadavg: 4.02 3.95 3.47 5/315 10450
/proc/meminfo: memFree=21545244/32951124 swapFree=67083432/67111528
[pid=10430] ppid=10428 vsize=361912 CPUtime=605.91 cores=5,7
/proc/10430/stat : 10430 (SApperloT2010) R 10428 10430 8612 0 -1 4202496 87314 0 0 0 60558 33 0 0 25 0 1 0 735792902 370597888 82739 33554432000 4194304 4394578 140736178294000 18446744073709551615 4325572 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10430/statm: 90478 82739 267 49 0 87619 0
Current children cumulated CPU time (s) 605.91
Current children cumulated vsize (KiB) 361912

[startup+606.111 s]
/proc/loadavg: 4.02 3.95 3.47 5/315 10450
/proc/meminfo: memFree=21545120/32951124 swapFree=67083432/67111528
[pid=10430] ppid=10428 vsize=361912 CPUtime=606.12 cores=5,7
/proc/10430/stat : 10430 (SApperloT2010) R 10428 10430 8612 0 -1 4202496 87314 0 0 0 60579 33 0 0 25 0 1 0 735792902 370597888 82739 33554432000 4194304 4394578 140736178294000 18446744073709551615 4324938 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10430/statm: 90478 82739 267 49 0 87619 0
Current children cumulated CPU time (s) 606.12
Current children cumulated vsize (KiB) 361912

[startup+606.2 s]
/proc/loadavg: 4.02 3.95 3.47 5/315 10450
/proc/meminfo: memFree=21545120/32951124 swapFree=67083432/67111528
[pid=10430] ppid=10428 vsize=361912 CPUtime=606.21 cores=5,7
/proc/10430/stat : 10430 (SApperloT2010) R 10428 10430 8612 0 -1 4202496 87314 0 0 0 60588 33 0 0 25 0 1 0 735792902 370597888 82739 33554432000 4194304 4394578 140736178294000 18446744073709551615 4298993 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10430/statm: 90478 82739 267 49 0 87619 0
Current children cumulated CPU time (s) 606.21
Current children cumulated vsize (KiB) 361912

Child status: 20
Real time (s): 606.222
CPU time (s): 606.239
CPU user time (s): 605.894
CPU system time (s): 0.344947
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 361912

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

runsolver used 1.87671 second user time and 4.19536 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-15 12:33:43
IDJOB=3380110
IDBENCH=82500
IDSOLVER=1862
FILE ID=node110/3380110-1305455622
RUNJOBID= node110-1305455207-10325
PBS_JOBID= 13324859
Free space on /tmp= 73400 MiB

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

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

MD5SUM BENCH= e669f2d68684ca746cc80f142ad8d0dc
RANDOM SEED=2077880913

node110.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.830
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.66
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.830
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.830
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.75
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.830
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.830
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.76
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.830
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.830
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.830
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:      22184220 kB
Buffers:        292180 kB
Cached:        4482744 kB
SwapCached:       1440 kB
Active:        7124548 kB
Inactive:      3303252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22184220 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:           19120 kB
Writeback:           0 kB
AnonPages:     5651188 kB
Mapped:          27368 kB
Slab:           246632 kB
PageTables:      28840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65848876 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= 73400 MiB
End job on node110 at 2011-05-15 12:43:50