Trace number 3386354

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 427.867 107.745

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

427.76/107.73	
427.76/107.73	s UNSATISFIABLE
427.76/107.73	c Conflict at level 0

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

running on 4 cores: 0,2,4,6

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: 7.81 8.45 7.86 5/384 5176
/proc/meminfo: memFree=21230084/32950928 swapFree=45972156/67111528
[pid=5176] ppid=5174 vsize=39672 CPUtime=0 cores=0,2,4,6
/proc/5176/stat : 5176 (SArTagnan) R 5174 5176 4682 0 -1 4202496 1322 0 0 0 0 0 0 0 22 0 1 0 669593849 40624128 1094 33554432000 4194304 4625164 140733418065536 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5176/statm: 9918 1095 294 106 0 5421 0

[startup+0.015997 s]
/proc/loadavg: 7.81 8.45 7.86 5/384 5176
/proc/meminfo: memFree=21230084/32950928 swapFree=45972156/67111528
[pid=5176] ppid=5174 vsize=41560 CPUtime=0.01 cores=0,2,4,6
/proc/5176/stat : 5176 (SArTagnan) R 5174 5176 4682 0 -1 4202496 2177 0 0 0 1 0 0 0 22 0 1 0 669593849 42557440 1440 33554432000 4194304 4625164 140733418065536 18446744073709551615 235594866432 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5176/statm: 10390 1441 296 106 0 5893 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 41560

[startup+0.100975 s]
/proc/loadavg: 7.81 8.45 7.86 5/384 5176
/proc/meminfo: memFree=21230084/32950928 swapFree=45972156/67111528
[pid=5176] ppid=5174 vsize=52356 CPUtime=0.09 cores=0,2,4,6
/proc/5176/stat : 5176 (SArTagnan) R 5174 5176 4682 0 -1 4202496 6972 0 0 0 8 1 0 0 22 0 1 0 669593849 53612544 4791 33554432000 4194304 4625164 140733418065536 18446744073709551615 4360205 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5176/statm: 13089 4791 296 106 0 8592 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 52356

[startup+0.300941 s]
/proc/loadavg: 7.81 8.45 7.86 5/384 5176
/proc/meminfo: memFree=21230084/32950928 swapFree=45972156/67111528
[pid=5176] ppid=5174 vsize=77520 CPUtime=0.29 cores=0,2,4,6
/proc/5176/stat : 5176 (SArTagnan) R 5174 5176 4682 0 -1 4202496 21963 0 0 0 26 3 0 0 23 0 1 0 669593849 79380480 12067 33554432000 4194304 4625164 140733418065536 18446744073709551615 235594866432 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5176/statm: 19380 12068 296 106 0 14883 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77520

[startup+0.700873 s]
/proc/loadavg: 7.81 8.45 7.86 5/384 5176
/proc/meminfo: memFree=21230084/32950928 swapFree=45972156/67111528
[pid=5176] ppid=5174 vsize=433108 CPUtime=1.07 cores=0,2,4,6
/proc/5176/stat : 5176 (SArTagnan) R 5174 5176 4682 0 -1 4202496 74311 0 0 0 99 8 0 0 25 0 4 0 669593849 443502592 52285 33554432000 4194304 4625164 140733418065536 18446744073709551615 4391923 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5176/statm: 108277 52285 332 106 0 103780 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 433108

[startup+1.50073 s]
/proc/loadavg: 7.81 8.45 7.86 10/388 5180
/proc/meminfo: memFree=21009088/32950928 swapFree=45972156/67111528
[pid=5176] ppid=5174 vsize=431664 CPUtime=4.26 cores=0,2,4,6
/proc/5176/stat : 5176 (SArTagnan) R 5174 5176 4682 0 -1 4202496 93265 0 0 0 416 10 0 0 25 0 4 0 669593849 442023936 57265 33554432000 4194304 4625164 140733418065536 18446744073709551615 4511922 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5176/statm: 107916 57265 340 106 0 103419 0
[pid=5176/tid=5178] ppid=5174 vsize=431664 CPUtime=0.92 cores=0,2,4,6
/proc/5176/task/5178/stat : 5178 (SArTagnan) R 5174 5176 4682 0 -1 4202560 4120 0 0 0 92 0 0 0 25 0 4 0 669593906 442023936 57265 33554432000 4194304 4625164 140733418065536 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5176/tid=5179] ppid=5174 vsize=431664 CPUtime=0.92 cores=0,2,4,6
/proc/5176/task/5179/stat : 5179 (SArTagnan) R 5174 5176 4682 0 -1 4202560 4161 0 0 0 92 0 0 0 25 0 4 0 669593906 442023936 57265 33554432000 4194304 4625164 140733418065536 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5176/tid=5180] ppid=5174 vsize=431664 CPUtime=0.9 cores=0,2,4,6
/proc/5176/task/5180/stat : 5180 (SArTagnan) R 5174 5176 4682 0 -1 4202560 21270 0 0 0 89 1 0 0 25 0 4 0 669593906 442023936 57265 33554432000 4194304 4625164 140733418065536 18446744073709551615 4547788 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 431664

[startup+3.10045 s]
/proc/loadavg: 7.82 8.44 7.86 10/388 5180
/proc/meminfo: memFree=20997308/32950928 swapFree=45972156/67111528
[pid=5176] ppid=5174 vsize=431664 CPUtime=10.64 cores=0,2,4,6
/proc/5176/stat : 5176 (SArTagnan) R 5174 5176 4682 0 -1 4202496 115471 0 0 0 1052 12 0 0 25 0 4 0 669593849 442023936 57384 33554432000 4194304 4625164 140733418065536 18446744073709551615 4512747 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5176/statm: 107916 57384 340 106 0 103419 0
[pid=5176/tid=5178] ppid=5174 vsize=431664 CPUtime=2.52 cores=0,2,4,6
/proc/5176/task/5178/stat : 5178 (SArTagnan) R 5174 5176 4682 0 -1 4202560 4264 0 0 0 252 0 0 0 25 0 4 0 669593906 442023936 57384 33554432000 4194304 4625164 140733418065536 18446744073709551615 4351975 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5176/tid=5179] ppid=5174 vsize=431664 CPUtime=2.52 cores=0,2,4,6
/proc/5176/task/5179/stat : 5179 (SArTagnan) R 5174 5176 4682 0 -1 4202560 4322 0 0 0 252 0 0 0 25 0 4 0 669593906 442023936 57384 33554432000 4194304 4625164 140733418065536 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5176/tid=5180] ppid=5174 vsize=431664 CPUtime=2.49 cores=0,2,4,6
/proc/5176/task/5180/stat : 5180 (SArTagnan) R 5174 5176 4682 0 -1 4202560 42580 0 0 0 245 4 0 0 25 0 4 0 669593906 442023936 57384 33554432000 4194304 4625164 140733418065536 18446744073709551615 4579399 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.64
Current children cumulated vsize (KiB) 431664

[startup+6.30089 s]
/proc/loadavg: 7.82 8.44 7.86 9/388 5180
/proc/meminfo: memFree=20971740/32950928 swapFree=45972156/67111528
[pid=5176] ppid=5174 vsize=431664 CPUtime=23.4 cores=0,2,4,6
/proc/5176/stat : 5176 (SArTagnan) R 5174 5176 4682 0 -1 4202496 163660 0 0 0 2321 19 0 0 25 0 4 0 669593849 442023936 61021 33554432000 4194304 4625164 140733418065536 18446744073709551615 4329114 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5176/statm: 107916 61021 340 106 0 103419 0
[pid=5176/tid=5178] ppid=5174 vsize=431664 CPUtime=5.72 cores=0,2,4,6
/proc/5176/task/5178/stat : 5178 (SArTagnan) R 5174 5176 4682 0 -1 4202560 4373 0 0 0 572 0 0 0 25 0 4 0 669593906 442023936 61021 33554432000 4194304 4625164 140733418065536 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5176/tid=5179] ppid=5174 vsize=431664 CPUtime=5.72 cores=0,2,4,6
/proc/5176/task/5179/stat : 5179 (SArTagnan) R 5174 5176 4682 0 -1 4202560 4458 0 0 0 572 0 0 0 25 0 4 0 669593906 442023936 61021 33554432000 4194304 4625164 140733418065536 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5176/tid=5180] ppid=5174 vsize=431664 CPUtime=5.65 cores=0,2,4,6
/proc/5176/task/5180/stat : 5180 (SArTagnan) R 5174 5176 4682 0 -1 4202560 90128 0 0 0 555 10 0 0 25 0 4 0 669593906 442023936 61021 33554432000 4194304 4625164 140733418065536 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.4
Current children cumulated vsize (KiB) 431664

[startup+12.7008 s]
/proc/loadavg: 7.85 8.42 7.86 9/388 5180
/proc/meminfo: memFree=20968652/32950928 swapFree=45972156/67111528
[pid=5176] ppid=5174 vsize=431664 CPUtime=48.92 cores=0,2,4,6
/proc/5176/stat : 5176 (SArTagnan) R 5174 5176 4682 0 -1 4202496 243810 0 0 0 4863 29 0 0 25 0 4 0 669593849 442023936 61906 33554432000 4194304 4625164 140733418065536 18446744073709551615 4509196 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5176/statm: 107916 61906 341 106 0 103419 0
[pid=5176/tid=5178] ppid=5174 vsize=431664 CPUtime=12.12 cores=0,2,4,6
/proc/5176/task/5178/stat : 5178 (SArTagnan) R 5174 5176 4682 0 -1 4202560 4584 0 0 0 1212 0 0 0 25 0 4 0 669593906 442023936 61906 33554432000 4194304 4625164 140733418065536 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5176/tid=5179] ppid=5174 vsize=431664 CPUtime=12.12 cores=0,2,4,6
/proc/5176/task/5179/stat : 5179 (SArTagnan) R 5174 5176 4682 0 -1 4202560 4685 0 0 0 1212 0 0 0 25 0 4 0 669593906 442023936 61906 33554432000 4194304 4625164 140733418065536 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5176/tid=5180] ppid=5174 vsize=431664 CPUtime=11.97 cores=0,2,4,6
/proc/5176/task/5180/stat : 5180 (SArTagnan) R 5174 5176 4682 0 -1 4202560 169291 0 0 0 1177 20 0 0 25 0 4 0 669593906 442023936 61906 33554432000 4194304 4625164 140733418065536 18446744073709551615 4547283 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 48.92
Current children cumulated vsize (KiB) 431664

[startup+25.5005 s]
/proc/loadavg: 7.87 8.41 7.86 10/388 5180
/proc/meminfo: memFree=20927152/32950928 swapFree=45972156/67111528
[pid=5176] ppid=5174 vsize=468600 CPUtime=99.96 cores=0,2,4,6
/proc/5176/stat : 5176 (SArTagnan) R 5174 5176 4682 0 -1 4202496 443108 0 0 0 9940 56 0 0 25 0 4 0 669593849 479846400 66203 33554432000 4194304 4625164 140733418065536 18446744073709551615 4511933 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5176/statm: 117150 66203 341 106 0 112653 0
[pid=5176/tid=5178] ppid=5174 vsize=468600 CPUtime=24.92 cores=0,2,4,6
/proc/5176/task/5178/stat : 5178 (SArTagnan) R 5174 5176 4682 0 -1 4202560 11199 0 0 0 2491 1 0 0 25 0 4 0 669593906 479846400 66203 33554432000 4194304 4625164 140733418065536 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5176/tid=5179] ppid=5174 vsize=468600 CPUtime=24.92 cores=0,2,4,6
/proc/5176/task/5179/stat : 5179 (SArTagnan) R 5174 5176 4682 0 -1 4202560 11232 0 0 0 2491 1 0 0 25 0 4 0 669593906 479846400 66203 33554432000 4194304 4625164 140733418065536 18446744073709551615 4352002 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5176/tid=5180] ppid=5174 vsize=468600 CPUtime=24.61 cores=0,2,4,6
/proc/5176/task/5180/stat : 5180 (SArTagnan) R 5174 5176 4682 0 -1 4202560 348035 0 0 0 2417 44 0 0 25 0 4 0 669593906 479846400 66203 33554432000 4194304 4625164 140733418065536 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 99.96
Current children cumulated vsize (KiB) 468600

[startup+51.101 s]
/proc/loadavg: 8.10 8.42 7.88 10/388 5181
/proc/meminfo: memFree=20869712/32950928 swapFree=45972156/67111528
[pid=5176] ppid=5174 vsize=485160 CPUtime=202.04 cores=0,2,4,6
/proc/5176/stat : 5176 (SArTagnan) R 5174 5176 4682 0 -1 4202496 705768 0 0 0 20110 94 0 0 25 0 4 0 669593849 496803840 73154 33554432000 4194304 4625164 140733418065536 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5176/statm: 121290 73154 341 106 0 116793 0
[pid=5176/tid=5178] ppid=5174 vsize=485160 CPUtime=50.51 cores=0,2,4,6
/proc/5176/task/5178/stat : 5178 (SArTagnan) R 5174 5176 4682 0 -1 4202560 12436 0 0 0 5050 1 0 0 25 0 4 0 669593906 496803840 73154 33554432000 4194304 4625164 140733418065536 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5176/tid=5179] ppid=5174 vsize=485160 CPUtime=50.51 cores=0,2,4,6
/proc/5176/task/5179/stat : 5179 (SArTagnan) R 5174 5176 4682 0 -1 4202560 12437 0 0 0 5049 2 0 0 25 0 4 0 669593906 496803840 73154 33554432000 4194304 4625164 140733418065536 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5176/tid=5180] ppid=5174 vsize=485160 CPUtime=49.91 cores=0,2,4,6
/proc/5176/task/5180/stat : 5180 (SArTagnan) R 5174 5176 4682 0 -1 4202560 606731 0 0 0 4911 80 0 0 25 0 4 0 669593906 496803840 73154 33554432000 4194304 4625164 140733418065536 18446744073709551615 4547423 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 202.04
Current children cumulated vsize (KiB) 485160

[startup+102.314 s]
/proc/loadavg: 8.15 8.38 7.90 9/388 5182
/proc/meminfo: memFree=20759624/32950928 swapFree=45972156/67111528
[pid=5176] ppid=5174 vsize=533324 CPUtime=406.25 cores=0,2,4,6
/proc/5176/stat : 5176 (SArTagnan) R 5174 5176 4682 0 -1 4202496 1203657 0 0 0 40462 163 0 0 25 0 4 0 669593849 546123776 78781 33554432000 4194304 4625164 140733418065536 18446744073709551615 4512007 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5176/statm: 133331 78781 341 106 0 128834 0
[pid=5176/tid=5178] ppid=5174 vsize=533324 CPUtime=101.73 cores=0,2,4,6
/proc/5176/task/5178/stat : 5178 (SArTagnan) R 5174 5176 4682 0 -1 4202560 13237 0 0 0 10171 2 0 0 25 0 4 0 669593906 546123776 78781 33554432000 4194304 4625164 140733418065536 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5176/tid=5179] ppid=5174 vsize=533324 CPUtime=101.72 cores=0,2,4,6
/proc/5176/task/5179/stat : 5179 (SArTagnan) R 5174 5176 4682 0 -1 4202560 13266 0 0 0 10170 2 0 0 25 0 4 0 669593906 546123776 78781 33554432000 4194304 4625164 140733418065536 18446744073709551615 4352007 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5176/tid=5180] ppid=5174 vsize=533324 CPUtime=100.48 cores=0,2,4,6
/proc/5176/task/5180/stat : 5180 (SArTagnan) R 5174 5176 4682 0 -1 4202560 1097290 0 0 0 9902 146 0 0 25 0 4 0 669593906 546123776 78781 33554432000 4194304 4625164 140733418065536 18446744073709551615 4579598 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 406.25
Current children cumulated vsize (KiB) 533324

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

[startup+105.5 s]
/proc/loadavg: 8.15 8.38 7.90 10/388 5183
/proc/meminfo: memFree=20745116/32950928 swapFree=45972156/67111528
[pid=5176] ppid=5174 vsize=533324 CPUtime=418.99 cores=0,2,4,6
/proc/5176/stat : 5176 (SArTagnan) R 5174 5176 4682 0 -1 4202496 1237946 0 0 0 41732 167 0 0 25 0 4 0 669593849 546123776 79018 33554432000 4194304 4625164 140733418065536 18446744073709551615 4512763 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5176/statm: 133331 79018 341 106 0 128834 0
[pid=5176/tid=5178] ppid=5174 vsize=533324 CPUtime=104.93 cores=0,2,4,6
/proc/5176/task/5178/stat : 5178 (SArTagnan) R 5174 5176 4682 0 -1 4202560 13264 0 0 0 10491 2 0 0 25 0 4 0 669593906 546123776 79018 33554432000 4194304 4625164 140733418065536 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5176/tid=5179] ppid=5174 vsize=533324 CPUtime=104.92 cores=0,2,4,6
/proc/5176/task/5179/stat : 5179 (SArTagnan) R 5174 5176 4682 0 -1 4202560 13275 0 0 0 10490 2 0 0 25 0 4 0 669593906 546123776 79018 33554432000 4194304 4625164 140733418065536 18446744073709551615 4351744 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5176/tid=5180] ppid=5174 vsize=533324 CPUtime=103.65 cores=0,2,4,6
/proc/5176/task/5180/stat : 5180 (SArTagnan) R 5174 5176 4682 0 -1 4202560 1131433 0 0 0 10215 150 0 0 25 0 4 0 669593906 546123776 79018 33554432000 4194304 4625164 140733418065536 18446744073709551615 4547361 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 418.99
Current children cumulated vsize (KiB) 533324

[startup+107.101 s]
/proc/loadavg: 8.14 8.37 7.90 10/388 5183
/proc/meminfo: memFree=20744988/32950928 swapFree=45972156/67111528
[pid=5176] ppid=5174 vsize=598860 CPUtime=425.34 cores=0,2,4,6
/proc/5176/stat : 5176 (SArTagnan) R 5174 5176 4682 0 -1 4202496 1249929 0 0 0 42366 168 0 0 25 0 4 0 669593849 613232640 79815 33554432000 4194304 4625164 140733418065536 18446744073709551615 4511753 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5176/statm: 149715 79815 341 106 0 145218 0
[pid=5176/tid=5178] ppid=5174 vsize=598860 CPUtime=106.52 cores=0,2,4,6
/proc/5176/task/5178/stat : 5178 (SArTagnan) R 5174 5176 4682 0 -1 4202560 13265 0 0 0 10650 2 0 0 25 0 4 0 669593906 613232640 79815 33554432000 4194304 4625164 140733418065536 18446744073709551615 4351998 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5176/tid=5179] ppid=5174 vsize=598860 CPUtime=106.5 cores=0,2,4,6
/proc/5176/task/5179/stat : 5179 (SArTagnan) R 5174 5176 4682 0 -1 4202560 13276 0 0 0 10648 2 0 0 25 0 4 0 669593906 613232640 79815 33554432000 4194304 4625164 140733418065536 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5176/tid=5180] ppid=5174 vsize=598860 CPUtime=105.21 cores=0,2,4,6
/proc/5176/task/5180/stat : 5180 (SArTagnan) R 5174 5176 4682 0 -1 4202560 1143364 0 0 0 10370 151 0 0 25 0 4 0 669593906 613232640 79815 33554432000 4194304 4625164 140733418065536 18446744073709551615 4547257 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 425.34
Current children cumulated vsize (KiB) 598860

[startup+107.501 s]
/proc/loadavg: 8.14 8.37 7.90 10/388 5183
/proc/meminfo: memFree=20744988/32950928 swapFree=45972156/67111528
[pid=5176] ppid=5174 vsize=533324 CPUtime=426.95 cores=0,2,4,6
/proc/5176/stat : 5176 (SArTagnan) R 5174 5176 4682 0 -1 4202496 1250963 0 0 0 42526 169 0 0 25 0 4 0 669593849 546123776 79111 33554432000 4194304 4625164 140733418065536 18446744073709551615 4512869 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5176/statm: 133331 79111 341 106 0 128834 0
[pid=5176/tid=5178] ppid=5174 vsize=533324 CPUtime=106.92 cores=0,2,4,6
/proc/5176/task/5178/stat : 5178 (SArTagnan) R 5174 5176 4682 0 -1 4202560 13279 0 0 0 10690 2 0 0 25 0 4 0 669593906 546123776 79111 33554432000 4194304 4625164 140733418065536 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5176/tid=5179] ppid=5174 vsize=533324 CPUtime=106.9 cores=0,2,4,6
/proc/5176/task/5179/stat : 5179 (SArTagnan) R 5174 5176 4682 0 -1 4202560 13290 0 0 0 10688 2 0 0 25 0 4 0 669593906 546123776 79111 33554432000 4194304 4625164 140733418065536 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5176/tid=5180] ppid=5174 vsize=533324 CPUtime=105.62 cores=0,2,4,6
/proc/5176/task/5180/stat : 5180 (SArTagnan) R 5174 5176 4682 0 -1 4202560 1144369 0 0 0 10410 152 0 0 25 0 4 0 669593906 546123776 79111 33554432000 4194304 4625164 140733418065536 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 426.95
Current children cumulated vsize (KiB) 533324

[startup+107.701 s]
/proc/loadavg: 8.14 8.37 7.90 10/388 5183
/proc/meminfo: memFree=20740772/32950928 swapFree=45972156/67111528
[pid=5176] ppid=5174 vsize=533324 CPUtime=427.76 cores=0,2,4,6
/proc/5176/stat : 5176 (SArTagnan) R 5174 5176 4682 0 -1 4202496 1251313 0 0 0 42607 169 0 0 25 0 4 0 669593849 546123776 79182 33554432000 4194304 4625164 140733418065536 18446744073709551615 4383105 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5176/statm: 133331 79182 341 106 0 128834 0
[pid=5176/tid=5178] ppid=5174 vsize=533324 CPUtime=107.13 cores=0,2,4,6
/proc/5176/task/5178/stat : 5178 (SArTagnan) R 5174 5176 4682 0 -1 4202560 13279 0 0 0 10711 2 0 0 25 0 4 0 669593906 546123776 79183 33554432000 4194304 4625164 140733418065536 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5176/tid=5179] ppid=5174 vsize=533324 CPUtime=107.11 cores=0,2,4,6
/proc/5176/task/5179/stat : 5179 (SArTagnan) R 5174 5176 4682 0 -1 4202560 13291 0 0 0 10709 2 0 0 18 0 4 0 669593906 546123776 79183 33554432000 4194304 4625164 140733418065536 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5176/tid=5180] ppid=5174 vsize=533324 CPUtime=105.82 cores=0,2,4,6
/proc/5176/task/5180/stat : 5180 (SArTagnan) R 5174 5176 4682 0 -1 4202560 1144648 0 0 0 10430 152 0 0 25 0 4 0 669593906 546123776 79183 33554432000 4194304 4625164 140733418065536 18446744073709551615 235594533890 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 427.76
Current children cumulated vsize (KiB) 533324

Child status: 20
Real time (s): 107.745
CPU time (s): 427.867
CPU user time (s): 426.16
CPU system time (s): 1.70674
CPU usage (%): 397.109
Max. virtual memory (cumulated for all children) (KiB): 598860

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

runsolver used 0.355945 second user time and 0.971852 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-16 23:05:51
IDJOB=3386354
IDBENCH=82500
IDSOLVER=1871
FILE ID=node120/3386354-1305579950
RUNJOBID= node120-1305577174-4700
PBS_JOBID= 13350219
Free space on /tmp= 73476 MiB

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

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

MD5SUM BENCH= e669f2d68684ca746cc80f142ad8d0dc
RANDOM SEED=895988902

node120.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.809
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.61
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.809
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.07
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.809
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.809
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.809
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.78
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.809
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.809
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.809
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:     32950928 kB
MemFree:      21230240 kB
Buffers:         81460 kB
Cached:         583076 kB
SwapCached:      63496 kB
Active:        1271156 kB
Inactive:     10221668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21230240 kB
SwapTotal:    67111528 kB
SwapFree:     45972156 kB
Dirty:           19580 kB
Writeback:         184 kB
AnonPages:    10770808 kB
Mapped:          16396 kB
Slab:            78336 kB
PageTables:      83656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 79796768 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= 73476 MiB
End job on node120 at 2011-05-16 23:07:39