Trace number 3386355

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
SArTagnan 2011-05-15 (fixed)UNSAT 367.983 123.599

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_fb_unknown.cnf
MD5SUM2385047c56f7801a7fd110b2ffe2f293
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.229
Satisfiable
(Un)Satisfiability was proved
Number of variables35819
Number of clauses773506
Sum of the clauses size2886709
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 255953
Number of clauses of size 395409
Number of clauses of size 4622144
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

367.71/123.58	
367.71/123.58	s UNSATISFIABLE
367.71/123.58	c Import unit

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-3386355-1305579893/watcher-3386355-1305579893 -o /tmp/evaluation-result-3386355-1305579893/solver-3386355-1305579893 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386355-1305579893.cnf -threads=4 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 10.48 10.29 9.73 4/342 6005
/proc/meminfo: memFree=16805868/32951124 swapFree=54450792/67111528
[pid=6005] ppid=6003 vsize=40008 CPUtime=0 cores=1,3,5,7
/proc/6005/stat : 6005 (SArTagnan) R 6003 6005 5768 0 -1 4202496 1337 0 0 0 0 0 0 0 20 0 1 0 669587531 40968192 1109 33554432000 4194304 4625164 140735800694480 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6005/statm: 10002 1109 294 106 0 5505 0

[startup+0.0152101 s]
/proc/loadavg: 10.48 10.29 9.73 4/342 6005
/proc/meminfo: memFree=16805868/32951124 swapFree=54450792/67111528
[pid=6005] ppid=6003 vsize=40768 CPUtime=0.01 cores=1,3,5,7
/proc/6005/stat : 6005 (SArTagnan) R 6003 6005 5768 0 -1 4202496 1763 0 0 0 1 0 0 0 20 0 1 0 669587531 41746432 1266 33554432000 4194304 4625164 140735800694480 18446744073709551615 246516834048 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6005/statm: 10192 1266 294 106 0 5695 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 40768

[startup+0.100231 s]
/proc/loadavg: 10.48 10.29 9.73 4/342 6005
/proc/meminfo: memFree=16805868/32951124 swapFree=54450792/67111528
[pid=6005] ppid=6003 vsize=52692 CPUtime=0.09 cores=1,3,5,7
/proc/6005/stat : 6005 (SArTagnan) R 6003 6005 5768 0 -1 4202496 6421 0 0 0 9 0 0 0 20 0 1 0 669587531 53956608 4239 33554432000 4194304 4625164 140735800694480 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6005/statm: 13173 4239 296 106 0 8676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 52692

[startup+0.300194 s]
/proc/loadavg: 10.48 10.29 9.73 4/342 6005
/proc/meminfo: memFree=16805868/32951124 swapFree=54450792/67111528
[pid=6005] ppid=6003 vsize=71420 CPUtime=0.29 cores=1,3,5,7
/proc/6005/stat : 6005 (SArTagnan) R 6003 6005 5768 0 -1 4202496 17838 0 0 0 27 2 0 0 21 0 1 0 669587531 73134080 9774 33554432000 4194304 4625164 140735800694480 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6005/statm: 17855 9774 296 106 0 13358 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71420

[startup+0.701123 s]
/proc/loadavg: 10.48 10.29 9.73 4/342 6005
/proc/meminfo: memFree=16805868/32951124 swapFree=54450792/67111528
[pid=6005] ppid=6003 vsize=215344 CPUtime=0.68 cores=1,3,5,7
/proc/6005/stat : 6005 (SArTagnan) R 6003 6005 5768 0 -1 4202496 58743 0 0 0 62 6 0 0 22 0 1 0 669587531 220512256 39267 33554432000 4194304 4625164 140735800694480 18446744073709551615 246516531669 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6005/statm: 53836 39289 298 106 0 49339 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 215344

[startup+1.50095 s]
/proc/loadavg: 10.48 10.29 9.73 8/346 6009
/proc/meminfo: memFree=16565512/32951124 swapFree=54450792/67111528
[pid=6005] ppid=6003 vsize=439392 CPUtime=3.06 cores=1,3,5,7
/proc/6005/stat : 6005 (SArTagnan) R 6003 6005 5768 0 -1 4202496 72749 0 0 0 298 8 0 0 25 0 4 0 669587531 449937408 53200 33554432000 4194304 4625164 140735800694480 18446744073709551615 4390435 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6005/statm: 109848 53200 335 106 0 105351 0
[pid=6005/tid=6007] ppid=6003 vsize=439392 CPUtime=0.78 cores=1,3,5,7
/proc/6005/task/6007/stat : 6007 (SArTagnan) R 6003 6005 5768 0 -1 4202560 3790 0 0 0 78 0 0 0 25 0 4 0 669587602 449937408 53200 33554432000 4194304 4625164 140735800694480 18446744073709551615 4352208 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6005/tid=6008] ppid=6003 vsize=439392 CPUtime=0.78 cores=1,3,5,7
/proc/6005/task/6008/stat : 6008 (SArTagnan) R 6003 6005 5768 0 -1 4202560 3662 0 0 0 78 0 0 0 25 0 4 0 669587602 449937408 53200 33554432000 4194304 4625164 140735800694480 18446744073709551615 4352005 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6005/tid=6009] ppid=6003 vsize=439392 CPUtime=0.34 cores=1,3,5,7
/proc/6005/task/6009/stat : 6009 (SArTagnan) R 6003 6005 5768 0 -1 4202560 1785 0 0 0 34 0 0 0 25 0 4 0 669587602 449937408 53200 33554432000 4194304 4625164 140735800694480 18446744073709551615 4579399 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 439392

[startup+3.10065 s]
/proc/loadavg: 10.20 10.23 9.71 8/346 6009
/proc/meminfo: memFree=16507580/32951124 swapFree=54450792/67111528
[pid=6005] ppid=6003 vsize=437948 CPUtime=7.84 cores=1,3,5,7
/proc/6005/stat : 6005 (SArTagnan) R 6003 6005 5768 0 -1 4202496 88144 0 0 0 773 11 0 0 25 0 4 0 669587531 448458752 59757 33554432000 4194304 4625164 140735800694480 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6005/statm: 109487 59757 341 106 0 104990 0
[pid=6005/tid=6007] ppid=6003 vsize=437948 CPUtime=1.7 cores=1,3,5,7
/proc/6005/task/6007/stat : 6007 (SArTagnan) R 6003 6005 5768 0 -1 4202560 4343 0 0 0 170 0 0 0 25 0 4 0 669587602 448458752 59757 33554432000 4194304 4625164 140735800694480 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6005/tid=6008] ppid=6003 vsize=437948 CPUtime=2.38 cores=1,3,5,7
/proc/6005/task/6008/stat : 6008 (SArTagnan) R 6003 6005 5768 0 -1 4202560 3866 0 0 0 238 0 0 0 25 0 4 0 669587602 448458752 59757 33554432000 4194304 4625164 140735800694480 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6005/tid=6009] ppid=6003 vsize=437948 CPUtime=1.08 cores=1,3,5,7
/proc/6005/task/6009/stat : 6009 (SArTagnan) R 6003 6005 5768 0 -1 4202560 15113 0 0 0 106 2 0 0 25 0 4 0 669587602 448458752 59757 33554432000 4194304 4625164 140735800694480 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.84
Current children cumulated vsize (KiB) 437948

[startup+6.30107 s]
/proc/loadavg: 10.20 10.23 9.71 8/349 6015
/proc/meminfo: memFree=16256280/32951124 swapFree=54450792/67111528
[pid=6005] ppid=6003 vsize=437948 CPUtime=17.41 cores=1,3,5,7
/proc/6005/stat : 6005 (SArTagnan) R 6003 6005 5768 0 -1 4202496 122596 0 0 0 1725 16 0 0 25 0 4 0 669587531 448458752 59214 33554432000 4194304 4625164 140735800694480 18446744073709551615 4511874 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6005/statm: 109487 59214 341 106 0 104990 0
[pid=6005/tid=6007] ppid=6003 vsize=437948 CPUtime=3.3 cores=1,3,5,7
/proc/6005/task/6007/stat : 6007 (SArTagnan) R 6003 6005 5768 0 -1 4202560 4449 0 0 0 330 0 0 0 25 0 4 0 669587602 448458752 59214 33554432000 4194304 4625164 140735800694480 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6005/tid=6008] ppid=6003 vsize=437948 CPUtime=5.58 cores=1,3,5,7
/proc/6005/task/6008/stat : 6008 (SArTagnan) R 6003 6005 5768 0 -1 4202560 4166 0 0 0 558 0 0 0 25 0 4 0 669587602 448458752 59214 33554432000 4194304 4625164 140735800694480 18446744073709551615 4351981 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6005/tid=6009] ppid=6003 vsize=437948 CPUtime=2.69 cores=1,3,5,7
/proc/6005/task/6009/stat : 6009 (SArTagnan) R 6003 6005 5768 0 -1 4202560 48495 0 0 0 262 7 0 0 25 0 4 0 669587602 448458752 59214 33554432000 4194304 4625164 140735800694480 18446744073709551615 4553318 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 17.41
Current children cumulated vsize (KiB) 437948

[startup+12.7009 s]
/proc/loadavg: 9.95 10.18 9.70 12/352 6018
/proc/meminfo: memFree=15241832/32951124 swapFree=54450792/67111528
[pid=6005] ppid=6003 vsize=437948 CPUtime=36.53 cores=1,3,5,7
/proc/6005/stat : 6005 (SArTagnan) R 6003 6005 5768 0 -1 4202496 193058 0 0 0 3629 24 0 0 25 0 4 0 669587531 448458752 62155 33554432000 4194304 4625164 140735800694480 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6005/statm: 109487 62155 343 106 0 104990 0
[pid=6005/tid=6007] ppid=6003 vsize=437948 CPUtime=6.49 cores=1,3,5,7
/proc/6005/task/6007/stat : 6007 (SArTagnan) R 6003 6005 5768 0 -1 4202560 4690 0 0 0 649 0 0 0 25 0 4 0 669587602 448458752 62155 33554432000 4194304 4625164 140735800694480 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6005/tid=6008] ppid=6003 vsize=437948 CPUtime=11.98 cores=1,3,5,7
/proc/6005/task/6008/stat : 6008 (SArTagnan) R 6003 6005 5768 0 -1 4202560 4337 0 0 0 1198 0 0 0 25 0 4 0 669587602 448458752 62155 33554432000 4194304 4625164 140735800694480 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6005/tid=6009] ppid=6003 vsize=437948 CPUtime=5.88 cores=1,3,5,7
/proc/6005/task/6009/stat : 6009 (SArTagnan) R 6003 6005 5768 0 -1 4202560 117970 0 0 0 573 15 0 0 25 0 4 0 669587602 448458752 62155 33554432000 4194304 4625164 140735800694480 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 36.53
Current children cumulated vsize (KiB) 437948

[startup+25.5006 s]
/proc/loadavg: 9.96 10.17 9.70 11/352 6019
/proc/meminfo: memFree=15185808/32951124 swapFree=54450792/67111528
[pid=6005] ppid=6003 vsize=450268 CPUtime=74.79 cores=1,3,5,7
/proc/6005/stat : 6005 (SArTagnan) R 6003 6005 5768 0 -1 4202496 303131 0 0 0 7439 40 0 0 25 0 4 0 669587531 461074432 63006 33554432000 4194304 4625164 140735800694480 18446744073709551615 4511899 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6005/statm: 112567 63006 343 106 0 108070 0
[pid=6005/tid=6007] ppid=6003 vsize=450268 CPUtime=12.89 cores=1,3,5,7
/proc/6005/task/6007/stat : 6007 (SArTagnan) R 6003 6005 5768 0 -1 4202560 4859 0 0 0 1289 0 0 0 25 0 4 0 669587602 461074432 63006 33554432000 4194304 4625164 140735800694480 18446744073709551615 4352164 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6005/tid=6008] ppid=6003 vsize=450268 CPUtime=24.78 cores=1,3,5,7
/proc/6005/task/6008/stat : 6008 (SArTagnan) R 6003 6005 5768 0 -1 4202560 4649 0 0 0 2477 1 0 0 25 0 4 0 669587602 461074432 63006 33554432000 4194304 4625164 140735800694480 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6005/tid=6009] ppid=6003 vsize=450268 CPUtime=12.28 cores=1,3,5,7
/proc/6005/task/6009/stat : 6009 (SArTagnan) R 6003 6005 5768 0 -1 4202560 220654 0 0 0 1199 29 0 0 25 0 4 0 669587602 461074432 63006 33554432000 4194304 4625164 140735800694480 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 74.79
Current children cumulated vsize (KiB) 450268

[startup+51.1009 s]
/proc/loadavg: 10.19 10.20 9.73 11/352 6020
/proc/meminfo: memFree=15117848/32951124 swapFree=54450792/67111528
[pid=6005] ppid=6003 vsize=462588 CPUtime=151.32 cores=1,3,5,7
/proc/6005/stat : 6005 (SArTagnan) R 6003 6005 5768 0 -1 4202496 534123 0 0 0 15059 73 0 0 25 0 4 0 669587531 473690112 69319 33554432000 4194304 4625164 140735800694480 18446744073709551615 4511795 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6005/statm: 115647 69319 343 106 0 111150 0
[pid=6005/tid=6007] ppid=6003 vsize=462588 CPUtime=25.69 cores=1,3,5,7
/proc/6005/task/6007/stat : 6007 (SArTagnan) R 6003 6005 5768 0 -1 4202560 5197 0 0 0 2569 0 0 0 25 0 4 0 669587602 473690112 69319 33554432000 4194304 4625164 140735800694480 18446744073709551615 4351981 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6005/tid=6008] ppid=6003 vsize=462588 CPUtime=50.38 cores=1,3,5,7
/proc/6005/task/6008/stat : 6008 (SArTagnan) R 6003 6005 5768 0 -1 4202560 11515 0 0 0 5036 2 0 0 25 0 4 0 669587602 473690112 69319 33554432000 4194304 4625164 140735800694480 18446744073709551615 4351884 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6005/tid=6009] ppid=6003 vsize=462588 CPUtime=25.09 cores=1,3,5,7
/proc/6005/task/6009/stat : 6009 (SArTagnan) R 6003 6005 5768 0 -1 4202560 442924 0 0 0 2448 61 0 0 25 0 4 0 669587602 473690112 69319 33554432000 4194304 4625164 140735800694480 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 151.32
Current children cumulated vsize (KiB) 462588

[startup+102.314 s]
/proc/loadavg: 10.22 10.20 9.75 11/352 6021
/proc/meminfo: memFree=15006980/32951124 swapFree=54450792/67111528
[pid=6005] ppid=6003 vsize=488324 CPUtime=304.4 cores=1,3,5,7
/proc/6005/stat : 6005 (SArTagnan) R 6003 6005 5768 0 -1 4202496 876838 0 0 0 30316 124 0 0 25 0 4 0 669587531 500043776 71743 33554432000 4194304 4625164 140735800694480 18446744073709551615 4511967 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6005/statm: 122081 71743 344 106 0 117584 0
[pid=6005/tid=6007] ppid=6003 vsize=488324 CPUtime=65.16 cores=1,3,5,7
/proc/6005/task/6007/stat : 6007 (SArTagnan) R 6003 6005 5768 0 -1 4202560 12777 0 0 0 6514 2 0 0 25 0 4 0 669587602 500043776 71743 33554432000 4194304 4625164 140735800694480 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6005/tid=6008] ppid=6003 vsize=488324 CPUtime=87.67 cores=1,3,5,7
/proc/6005/task/6008/stat : 6008 (SArTagnan) R 6003 6005 5768 0 -1 4202560 12496 0 0 0 8765 2 0 0 25 0 4 0 669587602 500043776 71743 33554432000 4194304 4625164 140735800694480 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6005/tid=6009] ppid=6003 vsize=488324 CPUtime=50.75 cores=1,3,5,7
/proc/6005/task/6009/stat : 6009 (SArTagnan) R 6003 6005 5768 0 -1 4202560 772436 0 0 0 4967 108 0 0 25 0 4 0 669587602 500043776 71743 33554432000 4194304 4625164 140735800694480 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 304.4
Current children cumulated vsize (KiB) 488324

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

[startup+115.1 s]
/proc/loadavg: 10.19 10.19 9.75 12/352 6021
/proc/meminfo: memFree=14925012/32951124 swapFree=54450792/67111528
[pid=6005] ppid=6003 vsize=615296 CPUtime=342.61 cores=1,3,5,7
/proc/6005/stat : 6005 (SArTagnan) R 6003 6005 5768 0 -1 4202496 924110 0 0 0 34130 131 0 0 25 0 4 0 669587531 630063104 88078 33554432000 4194304 4625164 140735800694480 18446744073709551615 4364924 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6005/statm: 153824 88078 347 106 0 149327 0
[pid=6005/tid=6007] ppid=6003 vsize=615296 CPUtime=77.73 cores=1,3,5,7
/proc/6005/task/6007/stat : 6007 (SArTagnan) R 6003 6005 5768 0 -1 4202560 14928 0 0 0 7771 2 0 0 25 0 4 0 669587602 630063104 88078 33554432000 4194304 4625164 140735800694480 18446744073709551615 4469027 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6005/tid=6008] ppid=6003 vsize=615296 CPUtime=94.95 cores=1,3,5,7
/proc/6005/task/6008/stat : 6008 (SArTagnan) R 6003 6005 5768 0 -1 4202560 14753 0 0 0 9492 3 0 0 25 0 4 0 669587602 630063104 88078 33554432000 4194304 4625164 140735800694480 18446744073709551615 246516490160 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6005/tid=6009] ppid=6003 vsize=615296 CPUtime=57.23 cores=1,3,5,7
/proc/6005/task/6009/stat : 6009 (SArTagnan) R 6003 6005 5768 0 -1 4202560 794242 0 0 0 5613 110 0 0 25 0 4 0 669587602 630063104 88078 33554432000 4194304 4625164 140735800694480 18446744073709551615 4469094 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 342.61
Current children cumulated vsize (KiB) 615296

[startup+118.301 s]
/proc/loadavg: 10.17 10.19 9.75 11/352 6021
/proc/meminfo: memFree=14926372/32951124 swapFree=54450792/67111528
[pid=6005] ppid=6003 vsize=622100 CPUtime=352.17 cores=1,3,5,7
/proc/6005/stat : 6005 (SArTagnan) R 6003 6005 5768 0 -1 4202496 929508 0 0 0 35085 132 0 0 25 0 4 0 669587531 637030400 90646 33554432000 4194304 4625164 140735800694480 18446744073709551615 4512763 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6005/statm: 155525 90646 347 106 0 151028 0
[pid=6005/tid=6007] ppid=6003 vsize=622100 CPUtime=79.13 cores=1,3,5,7
/proc/6005/task/6007/stat : 6007 (SArTagnan) R 6003 6005 5768 0 -1 4202560 15533 0 0 0 7910 3 0 0 25 0 4 0 669587602 637030400 90646 33554432000 4194304 4625164 140735800694480 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6005/tid=6008] ppid=6003 vsize=622100 CPUtime=98.12 cores=1,3,5,7
/proc/6005/task/6008/stat : 6008 (SArTagnan) R 6003 6005 5768 0 -1 4202560 14894 0 0 0 9809 3 0 0 25 0 4 0 669587602 637030400 90646 33554432000 4194304 4625164 140735800694480 18446744073709551615 4352112 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6005/tid=6009] ppid=6003 vsize=622100 CPUtime=59.03 cores=1,3,5,7
/proc/6005/task/6009/stat : 6009 (SArTagnan) R 6003 6005 5768 0 -1 4202560 798525 0 0 0 5792 111 0 0 25 0 4 0 669587602 637030400 90646 33554432000 4194304 4625164 140735800694480 18446744073709551615 4547257 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 352.17
Current children cumulated vsize (KiB) 622100

[startup+121.501 s]
/proc/loadavg: 10.17 10.19 9.75 11/352 6021
/proc/meminfo: memFree=14921164/32951124 swapFree=54450792/67111528
[pid=6005] ppid=6003 vsize=634444 CPUtime=361.74 cores=1,3,5,7
/proc/6005/stat : 6005 (SArTagnan) R 6003 6005 5768 0 -1 4202496 936327 0 0 0 36041 133 0 0 25 0 4 0 669587531 649670656 91293 33554432000 4194304 4625164 140735800694480 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6005/statm: 158611 91293 347 106 0 154114 0
[pid=6005/tid=6007] ppid=6003 vsize=634444 CPUtime=80.74 cores=1,3,5,7
/proc/6005/task/6007/stat : 6007 (SArTagnan) R 6003 6005 5768 0 -1 4202560 15548 0 0 0 8071 3 0 0 25 0 4 0 669587602 649670656 91293 33554432000 4194304 4625164 140735800694480 18446744073709551615 4335165 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6005/tid=6008] ppid=6003 vsize=634444 CPUtime=101.28 cores=1,3,5,7
/proc/6005/task/6008/stat : 6008 (SArTagnan) R 6003 6005 5768 0 -1 4202560 15151 0 0 0 10125 3 0 0 25 0 4 0 669587602 649670656 91293 33554432000 4194304 4625164 140735800694480 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6005/tid=6009] ppid=6003 vsize=634444 CPUtime=60.63 cores=1,3,5,7
/proc/6005/task/6009/stat : 6009 (SArTagnan) R 6003 6005 5768 0 -1 4202560 798671 0 0 0 5952 111 0 0 25 0 4 0 669587602 649670656 91293 33554432000 4194304 4625164 140735800694480 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 361.74
Current children cumulated vsize (KiB) 634444

[startup+122.301 s]
/proc/loadavg: 10.16 10.19 9.75 12/352 6021
/proc/meminfo: memFree=14910128/32951124 swapFree=54450792/67111528
[pid=6005] ppid=6003 vsize=634444 CPUtime=364.13 cores=1,3,5,7
/proc/6005/stat : 6005 (SArTagnan) R 6003 6005 5768 0 -1 4202496 939014 0 0 0 36280 133 0 0 25 0 4 0 669587531 649670656 91345 33554432000 4194304 4625164 140735800694480 18446744073709551615 4512023 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6005/statm: 158611 91345 347 106 0 154114 0
[pid=6005/tid=6007] ppid=6003 vsize=634444 CPUtime=81.28 cores=1,3,5,7
/proc/6005/task/6007/stat : 6007 (SArTagnan) R 6003 6005 5768 0 -1 4202560 15548 0 0 0 8125 3 0 0 25 0 4 0 669587602 649670656 91345 33554432000 4194304 4625164 140735800694480 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6005/tid=6008] ppid=6003 vsize=634444 CPUtime=102.07 cores=1,3,5,7
/proc/6005/task/6008/stat : 6008 (SArTagnan) R 6003 6005 5768 0 -1 4202560 15156 0 0 0 10204 3 0 0 25 0 4 0 669587602 649670656 91345 33554432000 4194304 4625164 140735800694480 18446744073709551615 4352296 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6005/tid=6009] ppid=6003 vsize=634444 CPUtime=60.88 cores=1,3,5,7
/proc/6005/task/6009/stat : 6009 (SArTagnan) R 6003 6005 5768 0 -1 4202560 801305 0 0 0 5977 111 0 0 25 0 4 0 669587602 649670656 91345 33554432000 4194304 4625164 140735800694480 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 364.13
Current children cumulated vsize (KiB) 634444

[startup+123.101 s]
/proc/loadavg: 10.16 10.19 9.75 12/352 6021
/proc/meminfo: memFree=14891276/32951124 swapFree=54450792/67111528
[pid=6005] ppid=6003 vsize=634444 CPUtime=366.54 cores=1,3,5,7
/proc/6005/stat : 6005 (SArTagnan) R 6003 6005 5768 0 -1 4202496 947015 0 0 0 36520 134 0 0 25 0 4 0 669587531 649670656 94072 33554432000 4194304 4625164 140735800694480 18446744073709551615 4512142 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6005/statm: 158611 94072 347 106 0 154114 0
[pid=6005/tid=6007] ppid=6003 vsize=634444 CPUtime=81.68 cores=1,3,5,7
/proc/6005/task/6007/stat : 6007 (SArTagnan) R 6003 6005 5768 0 -1 4202560 15548 0 0 0 8165 3 0 0 25 0 4 0 669587602 649670656 94083 33554432000 4194304 4625164 140735800694480 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6005/tid=6008] ppid=6003 vsize=634444 CPUtime=102.87 cores=1,3,5,7
/proc/6005/task/6008/stat : 6008 (SArTagnan) R 6003 6005 5768 0 -1 4202560 15168 0 0 0 10284 3 0 0 25 0 4 0 669587602 649670656 94083 33554432000 4194304 4625164 140735800694480 18446744073709551615 4352296 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6005/tid=6009] ppid=6003 vsize=634444 CPUtime=61.29 cores=1,3,5,7
/proc/6005/task/6009/stat : 6009 (SArTagnan) R 6003 6005 5768 0 -1 4202560 809168 0 0 0 6017 112 0 0 25 0 4 0 669587602 649670656 94083 33554432000 4194304 4625164 140735800694480 18446744073709551615 4579598 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 366.54
Current children cumulated vsize (KiB) 634444

[startup+123.501 s]
/proc/loadavg: 10.16 10.19 9.75 12/352 6021
/proc/meminfo: memFree=14891276/32951124 swapFree=54450792/67111528
[pid=6005] ppid=6003 vsize=634444 CPUtime=367.71 cores=1,3,5,7
/proc/6005/stat : 6005 (SArTagnan) R 6003 6005 5768 0 -1 4202496 949843 0 0 0 36637 134 0 0 25 0 4 0 669587531 649670656 94298 33554432000 4194304 4625164 140735800694480 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6005/statm: 158611 94298 347 106 0 154114 0
[pid=6005/tid=6007] ppid=6003 vsize=634444 CPUtime=81.88 cores=1,3,5,7
/proc/6005/task/6007/stat : 6007 (SArTagnan) R 6003 6005 5768 0 -1 4202560 15550 0 0 0 8185 3 0 0 25 0 4 0 669587602 649670656 94298 33554432000 4194304 4625164 140735800694480 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6005/tid=6008] ppid=6003 vsize=634444 CPUtime=103.25 cores=1,3,5,7
/proc/6005/task/6008/stat : 6008 (SArTagnan) R 6003 6005 5768 0 -1 4202560 15171 0 0 0 10322 3 0 0 25 0 4 0 669587602 649670656 94298 33554432000 4194304 4625164 140735800694480 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6005/tid=6009] ppid=6003 vsize=634444 CPUtime=61.48 cores=1,3,5,7
/proc/6005/task/6009/stat : 6009 (SArTagnan) R 6003 6005 5768 0 -1 4202560 811767 0 0 0 6036 112 0 0 25 0 4 0 669587602 649670656 94298 33554432000 4194304 4625164 140735800694480 18446744073709551615 4552315 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 367.71
Current children cumulated vsize (KiB) 634444

Child status: 20
Real time (s): 123.599
CPU time (s): 367.983
CPU user time (s): 366.62
CPU system time (s): 1.36279
CPU usage (%): 297.725
Max. virtual memory (cumulated for all children) (KiB): 659120

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

runsolver used 0.353946 second user time and 1.00285 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-16 23:04:53
IDJOB=3386355
IDBENCH=82494
IDSOLVER=1871
FILE ID=node134/3386355-1305579893
RUNJOBID= node134-1305577288-5787
PBS_JOBID= 13350221
Free space on /tmp= 73548 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/application/manthey/traffic/traffic_fb_unknown.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386355-1305579893/watcher-3386355-1305579893 -o /tmp/evaluation-result-3386355-1305579893/solver-3386355-1305579893 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386355-1305579893.cnf -threads=4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 2385047c56f7801a7fd110b2ffe2f293
RANDOM SEED=1327296355

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16805900 kB
Buffers:        165820 kB
Cached:         728204 kB
SwapCached:      16428 kB
Active:        4790556 kB
Inactive:     11114432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16805900 kB
SwapTotal:    67111528 kB
SwapFree:     54450792 kB
Dirty:           36712 kB
Writeback:           0 kB
AnonPages:    15002380 kB
Mapped:          15872 kB
Slab:            99000 kB
PageTables:      77236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 72726760 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73444 MiB
End job on node134 at 2011-05-16 23:06:57