Trace number 3288669

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-03-24UNSAT 407.552 102.45

General information on the benchmark

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

Solver Data

407.39/102.43	
407.39/102.43	s UNSATISFIABLE
407.39/102.43	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: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3288669-1304080498/watcher-3288669-1304080498 -o /tmp/evaluation-result-3288669-1304080498/solver-3288669-1304080498 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3288669-1304080498.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: 8.01 8.01 8.03 5/184 8875
/proc/meminfo: memFree=24683044/32951124 swapFree=67111352/67111528
[pid=8875] ppid=8873 vsize=38344 CPUtime=0 cores=1,3,5,7
/proc/8875/stat : 8875 (SArTagnan) R 8873 8875 8802 0 -1 4202496 1073 0 0 0 0 0 0 0 23 0 1 0 519648062 39264256 916 33554432000 4194304 4623224 140735963962128 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8875/statm: 9586 917 294 105 0 5090 0

[startup+0.0171239 s]
/proc/loadavg: 8.01 8.01 8.03 5/184 8875
/proc/meminfo: memFree=24683044/32951124 swapFree=67111352/67111528
[pid=8875] ppid=8873 vsize=40392 CPUtime=0.01 cores=1,3,5,7
/proc/8875/stat : 8875 (SArTagnan) R 8873 8875 8802 0 -1 4202496 1892 0 0 0 1 0 0 0 23 0 1 0 519648062 41361408 1395 33554432000 4194304 4623224 140735963962128 18446744073709551615 4388779 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8875/statm: 10098 1395 297 105 0 5602 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 40392

[startup+0.101117 s]
/proc/loadavg: 8.01 8.01 8.03 5/184 8875
/proc/meminfo: memFree=24683044/32951124 swapFree=67111352/67111528
[pid=8875] ppid=8873 vsize=56104 CPUtime=0.09 cores=1,3,5,7
/proc/8875/stat : 8875 (SArTagnan) R 8873 8875 8802 0 -1 4202496 7642 0 0 0 9 0 0 0 23 0 1 0 519648062 57450496 5098 33554432000 4194304 4623224 140735963962128 18446744073709551615 246516531669 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8875/statm: 14026 5120 297 105 0 9530 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56104

[startup+0.30109 s]
/proc/loadavg: 8.01 8.01 8.03 5/184 8875
/proc/meminfo: memFree=24683044/32951124 swapFree=67111352/67111528
[pid=8875] ppid=8873 vsize=76120 CPUtime=0.29 cores=1,3,5,7
/proc/8875/stat : 8875 (SArTagnan) R 8873 8875 8802 0 -1 4202496 22314 0 0 0 27 2 0 0 24 0 1 0 519648062 77946880 12053 33554432000 4194304 4623224 140735963962128 18446744073709551615 246516495045 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8875/statm: 19030 12053 297 105 0 14534 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76120

[startup+0.70097 s]
/proc/loadavg: 8.01 8.01 8.03 5/184 8875
/proc/meminfo: memFree=24683044/32951124 swapFree=67111352/67111528
[pid=8875] ppid=8873 vsize=429456 CPUtime=1.17 cores=1,3,5,7
/proc/8875/stat : 8875 (SArTagnan) R 8873 8875 8802 0 -1 4202496 81107 0 0 0 107 10 0 0 25 0 4 0 519648062 439762944 52756 33554432000 4194304 4623224 140735963962128 18446744073709551615 246516492826 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8875/statm: 107364 52757 331 105 0 102868 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 429456

[startup+1.50082 s]
/proc/loadavg: 8.01 8.01 8.03 9/188 8879
/proc/meminfo: memFree=24469636/32951124 swapFree=67111352/67111528
[pid=8875] ppid=8873 vsize=437676 CPUtime=4.36 cores=1,3,5,7
/proc/8875/stat : 8875 (SArTagnan) R 8873 8875 8802 0 -1 4202496 103428 0 0 0 424 12 0 0 25 0 4 0 519648062 448180224 58597 33554432000 4194304 4623224 140735963962128 18446744073709551615 4507139 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8875/statm: 109419 58599 340 105 0 104923 0
[pid=8875/tid=8877] ppid=8873 vsize=437676 CPUtime=0.95 cores=1,3,5,7
/proc/8875/task/8877/stat : 8877 (SArTagnan) R 8873 8875 8802 0 -1 4202560 7999 0 0 0 94 1 0 0 25 0 4 0 519648116 448180224 58600 33554432000 4194304 4623224 140735963962128 18446744073709551615 4366428 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8875/tid=8878] ppid=8873 vsize=437676 CPUtime=0.94 cores=1,3,5,7
/proc/8875/task/8878/stat : 8878 (SArTagnan) R 8873 8875 8802 0 -1 4202560 8010 0 0 0 94 0 0 0 25 0 4 0 519648116 448180224 58601 33554432000 4194304 4623224 140735963962128 18446744073709551615 4377031 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8875/tid=8879] ppid=8873 vsize=437676 CPUtime=0.95 cores=1,3,5,7
/proc/8875/task/8879/stat : 8879 (SArTagnan) R 8873 8875 8802 0 -1 4202560 24742 0 0 0 92 3 0 0 25 0 4 0 519648116 448180224 58603 33554432000 4194304 4623224 140735963962128 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 437676

[startup+3.10053 s]
/proc/loadavg: 8.01 8.01 8.03 6/182 8900
/proc/meminfo: memFree=24788340/32951124 swapFree=67111352/67111528
[pid=8875] ppid=8873 vsize=437676 CPUtime=10.76 cores=1,3,5,7
/proc/8875/stat : 8875 (SArTagnan) R 8873 8875 8802 0 -1 4202496 136562 0 0 0 1059 17 0 0 25 0 4 0 519648062 448180224 58653 33554432000 4194304 4623224 140735963962128 18446744073709551615 4510086 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8875/statm: 109419 58653 340 105 0 104923 0
[pid=8875/tid=8877] ppid=8873 vsize=437676 CPUtime=2.55 cores=1,3,5,7
/proc/8875/task/8877/stat : 8877 (SArTagnan) R 8873 8875 8802 0 -1 4202560 8122 0 0 0 254 1 0 0 25 0 4 0 519648116 448180224 58653 33554432000 4194304 4623224 140735963962128 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8875/tid=8878] ppid=8873 vsize=437676 CPUtime=2.53 cores=1,3,5,7
/proc/8875/task/8878/stat : 8878 (SArTagnan) R 8873 8875 8802 0 -1 4202560 8215 0 0 0 253 0 0 0 25 0 4 0 519648116 448180224 58654 33554432000 4194304 4623224 140735963962128 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8875/tid=8879] ppid=8873 vsize=437676 CPUtime=2.55 cores=1,3,5,7
/proc/8875/task/8879/stat : 8879 (SArTagnan) R 8873 8875 8802 0 -1 4202560 57123 0 0 0 248 7 0 0 25 0 4 0 519648116 448180224 58654 33554432000 4194304 4623224 140735963962128 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.76
Current children cumulated vsize (KiB) 437676

[startup+6.30095 s]
/proc/loadavg: 8.09 8.02 8.04 10/188 8910
/proc/meminfo: memFree=24606780/32951124 swapFree=67111352/67111528
[pid=8875] ppid=8873 vsize=437676 CPUtime=23.53 cores=1,3,5,7
/proc/8875/stat : 8875 (SArTagnan) R 8873 8875 8802 0 -1 4202496 197057 0 0 0 2329 24 0 0 25 0 4 0 519648062 448180224 61215 33554432000 4194304 4623224 140735963962128 18446744073709551615 4510059 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8875/statm: 109419 61215 340 105 0 104923 0
[pid=8875/tid=8877] ppid=8873 vsize=437676 CPUtime=5.75 cores=1,3,5,7
/proc/8875/task/8877/stat : 8877 (SArTagnan) R 8873 8875 8802 0 -1 4202560 8343 0 0 0 574 1 0 0 25 0 4 0 519648116 448180224 61215 33554432000 4194304 4623224 140735963962128 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8875/tid=8878] ppid=8873 vsize=437676 CPUtime=5.72 cores=1,3,5,7
/proc/8875/task/8878/stat : 8878 (SArTagnan) R 8873 8875 8802 0 -1 4202560 8355 0 0 0 571 1 0 0 25 0 4 0 519648116 448180224 61215 33554432000 4194304 4623224 140735963962128 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8875/tid=8879] ppid=8873 vsize=437676 CPUtime=5.75 cores=1,3,5,7
/proc/8875/task/8879/stat : 8879 (SArTagnan) R 8873 8875 8802 0 -1 4202560 116725 0 0 0 561 14 0 0 25 0 4 0 519648116 448180224 61215 33554432000 4194304 4623224 140735963962128 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.53
Current children cumulated vsize (KiB) 437676

[startup+12.7008 s]
/proc/loadavg: 8.08 8.02 8.04 9/188 8910
/proc/meminfo: memFree=24586468/32951124 swapFree=67111352/67111528
[pid=8875] ppid=8873 vsize=437676 CPUtime=49.1 cores=1,3,5,7
/proc/8875/stat : 8875 (SArTagnan) R 8873 8875 8802 0 -1 4202496 320316 0 0 0 4866 44 0 0 25 0 4 0 519648062 448180224 61718 33554432000 4194304 4623224 140735963962128 18446744073709551615 4510186 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8875/statm: 109419 61718 341 105 0 104923 0
[pid=8875/tid=8877] ppid=8873 vsize=437676 CPUtime=12.15 cores=1,3,5,7
/proc/8875/task/8877/stat : 8877 (SArTagnan) R 8873 8875 8802 0 -1 4202560 8635 0 0 0 1214 1 0 0 25 0 4 0 519648116 448180224 61718 33554432000 4194304 4623224 140735963962128 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8875/tid=8878] ppid=8873 vsize=437676 CPUtime=12.09 cores=1,3,5,7
/proc/8875/task/8878/stat : 8878 (SArTagnan) R 8873 8875 8802 0 -1 4202560 8538 0 0 0 1208 1 0 0 18 0 4 0 519648116 448180224 61718 33554432000 4194304 4623224 140735963962128 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8875/tid=8879] ppid=8873 vsize=437676 CPUtime=12.15 cores=1,3,5,7
/proc/8875/task/8879/stat : 8879 (SArTagnan) R 8873 8875 8802 0 -1 4202560 238971 0 0 0 1182 33 0 0 25 0 4 0 519648116 448180224 61718 33554432000 4194304 4623224 140735963962128 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 49.1
Current children cumulated vsize (KiB) 437676

[startup+25.5004 s]
/proc/loadavg: 8.07 8.02 8.04 9/188 8910
/proc/meminfo: memFree=24559956/32951124 swapFree=67111352/67111528
[pid=8875] ppid=8873 vsize=450004 CPUtime=100.23 cores=1,3,5,7
/proc/8875/stat : 8875 (SArTagnan) R 8873 8875 8802 0 -1 4202496 521715 0 0 0 9950 73 0 0 25 0 4 0 519648062 460804096 63646 33554432000 4194304 4623224 140735963962128 18446744073709551615 4510127 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8875/statm: 112501 63647 341 105 0 108005 0
[pid=8875/tid=8877] ppid=8873 vsize=450004 CPUtime=24.95 cores=1,3,5,7
/proc/8875/task/8877/stat : 8877 (SArTagnan) R 8873 8875 8802 0 -1 4202560 9023 0 0 0 2494 1 0 0 25 0 4 0 519648116 460804096 63647 33554432000 4194304 4623224 140735963962128 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8875/tid=8878] ppid=8873 vsize=450004 CPUtime=24.81 cores=1,3,5,7
/proc/8875/task/8878/stat : 8878 (SArTagnan) R 8873 8875 8802 0 -1 4202560 8993 0 0 0 2480 1 0 0 25 0 4 0 519648116 460804096 63647 33554432000 4194304 4623224 140735963962128 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8875/tid=8879] ppid=8873 vsize=450004 CPUtime=24.95 cores=1,3,5,7
/proc/8875/task/8879/stat : 8879 (SArTagnan) R 8873 8875 8802 0 -1 4202560 432519 0 0 0 2434 61 0 0 25 0 4 0 519648116 460804096 63648 33554432000 4194304 4623224 140735963962128 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 100.23
Current children cumulated vsize (KiB) 450004

[startup+51.1008 s]
/proc/loadavg: 8.24 8.06 8.05 9/188 8911
/proc/meminfo: memFree=24506512/32951124 swapFree=67111352/67111528
[pid=8875] ppid=8873 vsize=469588 CPUtime=202.48 cores=1,3,5,7
/proc/8875/stat : 8875 (SArTagnan) R 8873 8875 8802 0 -1 4202496 982037 0 0 0 20108 140 0 0 25 0 4 0 519648062 480858112 69826 33554432000 4194304 4623224 140735963962128 18446744073709551615 4517836 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8875/statm: 117397 69826 342 105 0 112901 0
[pid=8875/tid=8877] ppid=8873 vsize=469588 CPUtime=50.54 cores=1,3,5,7
/proc/8875/task/8877/stat : 8877 (SArTagnan) R 8873 8875 8802 0 -1 4202560 15871 0 0 0 5051 3 0 0 25 0 4 0 519648116 480858112 69826 33554432000 4194304 4623224 140735963962128 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8875/tid=8878] ppid=8873 vsize=469588 CPUtime=50.28 cores=1,3,5,7
/proc/8875/task/8878/stat : 8878 (SArTagnan) R 8873 8875 8802 0 -1 4202560 15836 0 0 0 5026 2 0 0 25 0 4 0 519648116 480858112 69827 33554432000 4194304 4623224 140735963962128 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8875/tid=8879] ppid=8873 vsize=469588 CPUtime=50.55 cores=1,3,5,7
/proc/8875/task/8879/stat : 8879 (SArTagnan) R 8873 8875 8802 0 -1 4202560 873366 0 0 0 4931 124 0 0 25 0 4 0 519648116 480858112 69828 33554432000 4194304 4623224 140735963962128 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 202.48
Current children cumulated vsize (KiB) 469588

[startup+102.306 s]
/proc/loadavg: 8.26 8.09 8.06 9/188 8912
/proc/meminfo: memFree=24350636/32951124 swapFree=67111352/67111528
[pid=8875] ppid=8873 vsize=535124 CPUtime=407.02 cores=1,3,5,7
/proc/8875/stat : 8875 (SArTagnan) R 8873 8875 8802 0 -1 4202496 1561957 0 0 0 40472 230 0 0 25 0 4 0 519648062 547966976 76862 33554432000 4194304 4623224 140735963962128 18446744073709551615 4278645 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8875/statm: 133781 76862 342 105 0 129285 0
[pid=8875/tid=8877] ppid=8873 vsize=535124 CPUtime=101.74 cores=1,3,5,7
/proc/8875/task/8877/stat : 8877 (SArTagnan) R 8873 8875 8802 0 -1 4202560 16777 0 0 0 10171 3 0 0 25 0 4 0 519648116 547966976 76862 33554432000 4194304 4623224 140735963962128 18446744073709551615 4330746 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8875/tid=8878] ppid=8873 vsize=535124 CPUtime=101.19 cores=1,3,5,7
/proc/8875/task/8878/stat : 8878 (SArTagnan) R 8873 8875 8802 0 -1 4202560 16311 0 0 0 10117 2 0 0 25 0 4 0 519648116 547966976 76862 33554432000 4194304 4623224 140735963962128 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8875/tid=8879] ppid=8873 vsize=535124 CPUtime=101.76 cores=1,3,5,7
/proc/8875/task/8879/stat : 8879 (SArTagnan) R 8873 8875 8802 0 -1 4202560 1450640 0 0 0 9963 213 0 0 25 0 4 0 519648116 547966976 76862 33554432000 4194304 4623224 140735963962128 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 407.02
Current children cumulated vsize (KiB) 535124

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

[startup+102.4 s]
/proc/loadavg: 8.26 8.09 8.06 9/188 8912
/proc/meminfo: memFree=24350636/32951124 swapFree=67111352/67111528
[pid=8875] ppid=8873 vsize=535124 CPUtime=407.39 cores=1,3,5,7
/proc/8875/stat : 8875 (SArTagnan) R 8873 8875 8802 0 -1 4202496 1563857 0 0 0 40509 230 0 0 25 0 4 0 519648062 547966976 77312 33554432000 4194304 4623224 140735963962128 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8875/statm: 133781 77312 342 105 0 129285 0
[pid=8875/tid=8877] ppid=8873 vsize=535124 CPUtime=101.83 cores=1,3,5,7
/proc/8875/task/8877/stat : 8877 (SArTagnan) R 8873 8875 8802 0 -1 4202560 16779 0 0 0 10180 3 0 0 25 0 4 0 519648116 547966976 77312 33554432000 4194304 4623224 140735963962128 18446744073709551615 4462499 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8875/tid=8878] ppid=8873 vsize=535124 CPUtime=101.29 cores=1,3,5,7
/proc/8875/task/8878/stat : 8878 (SArTagnan) R 8873 8875 8802 0 -1 4202560 16311 0 0 0 10127 2 0 0 25 0 4 0 519648116 547966976 77312 33554432000 4194304 4623224 140735963962128 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8875/tid=8879] ppid=8873 vsize=535124 CPUtime=101.85 cores=1,3,5,7
/proc/8875/task/8879/stat : 8879 (SArTagnan) R 8873 8875 8802 0 -1 4202560 1452519 0 0 0 9972 213 0 0 25 0 4 0 519648116 547966976 77312 33554432000 4194304 4623224 140735963962128 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 407.39
Current children cumulated vsize (KiB) 535124

Child status: 20
Real time (s): 102.45
CPU time (s): 407.552
CPU user time (s): 405.229
CPU system time (s): 2.32265
CPU usage (%): 397.805
Max. virtual memory (cumulated for all children) (KiB): 535124

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

runsolver used 0.168974 second user time and 0.394939 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-29 14:34:59
IDJOB=3288669
IDBENCH=82501
IDSOLVER=1656
FILE ID=node134/3288669-1304080498
RUNJOBID= node134-1304080396-8821
PBS_JOBID= 13170534
Free space on /tmp= 71548 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT11/application/manthey/traffic/traffic_b_unsat.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288669-1304080498/watcher-3288669-1304080498 -o /tmp/evaluation-result-3288669-1304080498/solver-3288669-1304080498 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3288669-1304080498.cnf -threads=4

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

MD5SUM BENCH= 3dc443ddf213a09407d2a75925179735
RANDOM SEED=898486892

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:      24683448 kB
Buffers:       1486384 kB
Cached:        5877280 kB
SwapCached:         64 kB
Active:        1795992 kB
Inactive:      5950320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24683448 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           18628 kB
Writeback:           0 kB
AnonPages:      382720 kB
Mapped:          15536 kB
Slab:           459412 kB
PageTables:       5228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   634180 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= 71552 MiB
End job on node134 at 2011-04-29 14:36:41