Trace number 3288623

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 425.105 106.886

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

424.80/106.87	
424.80/106.87	s UNSATISFIABLE
424.80/106.87	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-3288623-1304080462/watcher-3288623-1304080462 -o /tmp/evaluation-result-3288623-1304080462/solver-3288623-1304080462 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3288623-1304080462.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.20 7.77 7.78 6/180 15724
/proc/meminfo: memFree=29472980/32950928 swapFree=67111428/67111528
[pid=15724] ppid=15722 vsize=39528 CPUtime=0 cores=0,2,4,6
/proc/15724/stat : 15724 (SArTagnan) R 15722 15724 14691 0 -1 4202496 1193 0 0 0 0 0 0 0 23 0 1 0 519646112 40476672 1036 33554432000 4194304 4623224 140733420979696 18446744073709551615 248089741447 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15724/statm: 9882 1037 294 105 0 5386 0

[startup+0.0876481 s]
/proc/loadavg: 7.20 7.77 7.78 6/180 15724
/proc/meminfo: memFree=29472980/32950928 swapFree=67111428/67111528
[pid=15724] ppid=15722 vsize=52352 CPUtime=0.08 cores=0,2,4,6
/proc/15724/stat : 15724 (SArTagnan) R 15722 15724 14691 0 -1 4202496 6495 0 0 0 7 1 0 0 23 0 1 0 519646112 53608448 4313 33554432000 4194304 4623224 140733420979696 18446744073709551615 4388779 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15724/statm: 13088 4314 297 105 0 8592 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 52352

[startup+0.100642 s]
/proc/loadavg: 7.20 7.77 7.78 6/180 15724
/proc/meminfo: memFree=29472980/32950928 swapFree=67111428/67111528
[pid=15724] ppid=15722 vsize=52352 CPUtime=0.09 cores=0,2,4,6
/proc/15724/stat : 15724 (SArTagnan) R 15722 15724 14691 0 -1 4202496 6845 0 0 0 8 1 0 0 23 0 1 0 519646112 53608448 4663 33554432000 4194304 4623224 140733420979696 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15724/statm: 13088 4665 297 105 0 8592 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 52352

[startup+0.30061 s]
/proc/loadavg: 7.20 7.77 7.78 6/180 15724
/proc/meminfo: memFree=29472980/32950928 swapFree=67111428/67111528
[pid=15724] ppid=15722 vsize=76988 CPUtime=0.29 cores=0,2,4,6
/proc/15724/stat : 15724 (SArTagnan) R 15722 15724 14691 0 -1 4202496 21462 0 0 0 26 3 0 0 25 0 1 0 519646112 78835712 11565 33554432000 4194304 4623224 140733420979696 18446744073709551615 248089698048 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/15724/statm: 19247 11566 297 105 0 14751 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76988

[startup+0.700543 s]
/proc/loadavg: 7.20 7.77 7.78 6/180 15724
/proc/meminfo: memFree=29472980/32950928 swapFree=67111428/67111528
[pid=15724] ppid=15722 vsize=440104 CPUtime=1.02 cores=0,2,4,6
/proc/15724/stat : 15724 (SArTagnan) R 15722 15724 14691 0 -1 4202496 73675 0 0 0 92 10 0 0 25 0 4 0 519646112 450666496 54185 33554432000 4194304 4623224 140733420979696 18446744073709551615 4412468 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15724/statm: 110026 54186 332 105 0 105530 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 440104

[startup+1.5004 s]
/proc/loadavg: 7.02 7.72 7.76 9/184 15728
/proc/meminfo: memFree=29258188/32950928 swapFree=67111428/67111528
[pid=15724] ppid=15722 vsize=438660 CPUtime=4.21 cores=0,2,4,6
/proc/15724/stat : 15724 (SArTagnan) R 15722 15724 14691 0 -1 4202496 94585 0 0 0 407 14 0 0 25 0 4 0 519646112 449187840 56759 33554432000 4194304 4623224 140733420979696 18446744073709551615 4510127 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15724/statm: 109665 56759 340 105 0 105169 0
[pid=15724/tid=15726] ppid=15722 vsize=438660 CPUtime=0.89 cores=0,2,4,6
/proc/15724/task/15726/stat : 15726 (SArTagnan) R 15722 15724 14691 0 -1 4202560 3825 0 0 0 89 0 0 0 25 0 4 0 519646171 449187840 56759 33554432000 4194304 4623224 140733420979696 18446744073709551615 4376846 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15724/tid=15727] ppid=15722 vsize=438660 CPUtime=0.9 cores=0,2,4,6
/proc/15724/task/15727/stat : 15727 (SArTagnan) R 15722 15724 14691 0 -1 4202560 4097 0 0 0 90 0 0 0 25 0 4 0 519646171 449187840 56759 33554432000 4194304 4623224 140733420979696 18446744073709551615 4484531 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15724/tid=15728] ppid=15722 vsize=438660 CPUtime=0.9 cores=0,2,4,6
/proc/15724/task/15728/stat : 15728 (SArTagnan) R 15722 15724 14691 0 -1 4202560 22983 0 0 0 86 4 0 0 25 0 4 0 519646171 449187840 56759 33554432000 4194304 4623224 140733420979696 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 438660

[startup+3.10112 s]
/proc/loadavg: 7.02 7.72 7.76 9/184 15728
/proc/meminfo: memFree=29229420/32950928 swapFree=67111428/67111528
[pid=15724] ppid=15722 vsize=438660 CPUtime=10.6 cores=0,2,4,6
/proc/15724/stat : 15724 (SArTagnan) R 15722 15724 14691 0 -1 4202496 124129 0 0 0 1042 18 0 0 25 0 4 0 519646112 449187840 60177 33554432000 4194304 4623224 140733420979696 18446744073709551615 4507279 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15724/statm: 109665 60178 340 105 0 105169 0
[pid=15724/tid=15726] ppid=15722 vsize=438660 CPUtime=2.49 cores=0,2,4,6
/proc/15724/task/15726/stat : 15726 (SArTagnan) R 15722 15724 14691 0 -1 4202560 3935 0 0 0 249 0 0 0 25 0 4 0 519646171 449187840 60179 33554432000 4194304 4623224 140733420979696 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15724/tid=15727] ppid=15722 vsize=438660 CPUtime=2.5 cores=0,2,4,6
/proc/15724/task/15727/stat : 15727 (SArTagnan) R 15722 15724 14691 0 -1 4202560 4302 0 0 0 250 0 0 0 25 0 4 0 519646171 449187840 60179 33554432000 4194304 4623224 140733420979696 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15724/tid=15728] ppid=15722 vsize=438660 CPUtime=2.5 cores=0,2,4,6
/proc/15724/task/15728/stat : 15728 (SArTagnan) R 15722 15724 14691 0 -1 4202560 51594 0 0 0 242 8 0 0 25 0 4 0 519646171 449187840 60180 33554432000 4194304 4623224 140733420979696 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 10.6
Current children cumulated vsize (KiB) 438660

[startup+6.30055 s]
/proc/loadavg: 7.18 7.74 7.77 9/184 15728
/proc/meminfo: memFree=29223860/32950928 swapFree=67111428/67111528
[pid=15724] ppid=15722 vsize=438660 CPUtime=23.38 cores=0,2,4,6
/proc/15724/stat : 15724 (SArTagnan) R 15722 15724 14691 0 -1 4202496 159472 0 0 0 2315 23 0 0 25 0 4 0 519646112 449187840 62493 33554432000 4194304 4623224 140733420979696 18446744073709551615 4510226 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15724/statm: 109665 62493 341 105 0 105169 0
[pid=15724/tid=15726] ppid=15722 vsize=438660 CPUtime=5.67 cores=0,2,4,6
/proc/15724/task/15726/stat : 15726 (SArTagnan) R 15722 15724 14691 0 -1 4202560 4149 0 0 0 567 0 0 0 25 0 4 0 519646171 449187840 62493 33554432000 4194304 4623224 140733420979696 18446744073709551615 4376579 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15724/tid=15727] ppid=15722 vsize=438660 CPUtime=5.69 cores=0,2,4,6
/proc/15724/task/15727/stat : 15727 (SArTagnan) R 15722 15724 14691 0 -1 4202560 4428 0 0 0 569 0 0 0 25 0 4 0 519646171 449187840 62493 33554432000 4194304 4623224 140733420979696 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15724/tid=15728] ppid=15722 vsize=438660 CPUtime=5.7 cores=0,2,4,6
/proc/15724/task/15728/stat : 15728 (SArTagnan) R 15722 15724 14691 0 -1 4202560 86199 0 0 0 558 12 0 0 25 0 4 0 519646171 449187840 62493 33554432000 4194304 4623224 140733420979696 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 23.38
Current children cumulated vsize (KiB) 438660

[startup+12.7004 s]
/proc/loadavg: 7.25 7.75 7.77 9/184 15728
/proc/meminfo: memFree=29215560/32950928 swapFree=67111428/67111528
[pid=15724] ppid=15722 vsize=438660 CPUtime=48.95 cores=0,2,4,6
/proc/15724/stat : 15724 (SArTagnan) R 15722 15724 14691 0 -1 4202496 232615 0 0 0 4862 33 0 0 25 0 4 0 519646112 449187840 63041 33554432000 4194304 4623224 140733420979696 18446744073709551615 4511128 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15724/statm: 109665 63041 342 105 0 105169 0
[pid=15724/tid=15726] ppid=15722 vsize=438660 CPUtime=12.03 cores=0,2,4,6
/proc/15724/task/15726/stat : 15726 (SArTagnan) R 15722 15724 14691 0 -1 4202560 4368 0 0 0 1203 0 0 0 25 0 4 0 519646171 449187840 63041 33554432000 4194304 4623224 140733420979696 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15724/tid=15727] ppid=15722 vsize=438660 CPUtime=12.09 cores=0,2,4,6
/proc/15724/task/15727/stat : 15727 (SArTagnan) R 15722 15724 14691 0 -1 4202560 4644 0 0 0 1209 0 0 0 25 0 4 0 519646171 449187840 63041 33554432000 4194304 4623224 140733420979696 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15724/tid=15728] ppid=15722 vsize=438660 CPUtime=12.1 cores=0,2,4,6
/proc/15724/task/15728/stat : 15728 (SArTagnan) R 15722 15724 14691 0 -1 4202560 158329 0 0 0 1189 21 0 0 25 0 4 0 519646171 449187840 63041 33554432000 4194304 4623224 140733420979696 18446744073709551615 4289881 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 48.95
Current children cumulated vsize (KiB) 438660

[startup+25.5012 s]
/proc/loadavg: 7.36 7.75 7.77 9/184 15729
/proc/meminfo: memFree=29173380/32950928 swapFree=67111428/67111528
[pid=15724] ppid=15722 vsize=463280 CPUtime=100.07 cores=0,2,4,6
/proc/15724/stat : 15724 (SArTagnan) R 15722 15724 14691 0 -1 4202496 409982 0 0 0 9951 56 0 0 25 0 4 0 519646112 474398720 66390 33554432000 4194304 4623224 140733420979696 18446744073709551615 4507139 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15724/statm: 115820 66391 342 105 0 111324 0
[pid=15724/tid=15726] ppid=15722 vsize=463280 CPUtime=24.77 cores=0,2,4,6
/proc/15724/task/15726/stat : 15726 (SArTagnan) R 15722 15724 14691 0 -1 4202560 4773 0 0 0 2476 1 0 0 25 0 4 0 519646171 474398720 66391 33554432000 4194304 4623224 140733420979696 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15724/tid=15727] ppid=15722 vsize=463280 CPUtime=24.9 cores=0,2,4,6
/proc/15724/task/15727/stat : 15727 (SArTagnan) R 15722 15724 14691 0 -1 4202560 11160 0 0 0 2489 1 0 0 25 0 4 0 519646171 474398720 66392 33554432000 4194304 4623224 140733420979696 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15724/tid=15728] ppid=15722 vsize=463280 CPUtime=24.9 cores=0,2,4,6
/proc/15724/task/15728/stat : 15728 (SArTagnan) R 15722 15724 14691 0 -1 4202560 321925 0 0 0 2447 43 0 0 25 0 4 0 519646171 474398720 66392 33554432000 4194304 4623224 140733420979696 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 100.07
Current children cumulated vsize (KiB) 463280

[startup+51.1006 s]
/proc/loadavg: 7.66 7.79 7.78 9/184 15729
/proc/meminfo: memFree=29139136/32950928 swapFree=67111428/67111528
[pid=15724] ppid=15722 vsize=487912 CPUtime=202.34 cores=0,2,4,6
/proc/15724/stat : 15724 (SArTagnan) R 15722 15724 14691 0 -1 4202496 817549 0 0 0 20122 112 0 0 25 0 4 0 519646112 499621888 72394 33554432000 4194304 4623224 140733420979696 18446744073709551615 4510020 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15724/statm: 121978 72394 342 105 0 117482 0
[pid=15724/tid=15726] ppid=15722 vsize=487912 CPUtime=50.22 cores=0,2,4,6
/proc/15724/task/15726/stat : 15726 (SArTagnan) R 15722 15724 14691 0 -1 4202560 11538 0 0 0 5021 1 0 0 25 0 4 0 519646171 499621888 72394 33554432000 4194304 4623224 140733420979696 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15724/tid=15727] ppid=15722 vsize=487912 CPUtime=50.49 cores=0,2,4,6
/proc/15724/task/15727/stat : 15727 (SArTagnan) R 15722 15724 14691 0 -1 4202560 12111 0 0 0 5048 1 0 0 25 0 4 0 519646171 499621888 72394 33554432000 4194304 4623224 140733420979696 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15724/tid=15728] ppid=15722 vsize=487912 CPUtime=50.5 cores=0,2,4,6
/proc/15724/task/15728/stat : 15728 (SArTagnan) R 15722 15724 14691 0 -1 4202560 720393 0 0 0 4953 97 0 0 25 0 4 0 519646171 499621888 72394 33554432000 4194304 4623224 140733420979696 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 202.34
Current children cumulated vsize (KiB) 487912

[startup+102.307 s]
/proc/loadavg: 7.95 7.85 7.80 9/184 15731
/proc/meminfo: memFree=29068396/32950928 swapFree=67111428/67111528
[pid=15724] ppid=15722 vsize=508152 CPUtime=406.87 cores=0,2,4,6
/proc/15724/stat : 15724 (SArTagnan) R 15722 15724 14691 0 -1 4202496 1459814 0 0 0 40486 201 0 0 25 0 4 0 519646112 520347648 78482 33554432000 4194304 4623224 140733420979696 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15724/statm: 127038 78482 342 105 0 122542 0
[pid=15724/tid=15726] ppid=15722 vsize=508152 CPUtime=101.14 cores=0,2,4,6
/proc/15724/task/15726/stat : 15726 (SArTagnan) R 15722 15724 14691 0 -1 4202560 12538 0 0 0 10112 2 0 0 25 0 4 0 519646171 520347648 78482 33554432000 4194304 4623224 140733420979696 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15724/tid=15727] ppid=15722 vsize=508152 CPUtime=101.69 cores=0,2,4,6
/proc/15724/task/15727/stat : 15727 (SArTagnan) R 15722 15724 14691 0 -1 4202560 13181 0 0 0 10167 2 0 0 25 0 4 0 519646171 520347648 78482 33554432000 4194304 4623224 140733420979696 18446744073709551615 4377158 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15724/tid=15728] ppid=15722 vsize=508152 CPUtime=101.71 cores=0,2,4,6
/proc/15724/task/15728/stat : 15728 (SArTagnan) R 15722 15724 14691 0 -1 4202560 1356558 0 0 0 9986 185 0 0 25 0 4 0 519646171 520347648 78482 33554432000 4194304 4623224 140733420979696 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 406.87
Current children cumulated vsize (KiB) 508152

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

[startup+103.9 s]
/proc/loadavg: 7.95 7.85 7.80 9/184 15731
/proc/meminfo: memFree=29078812/32950928 swapFree=67111428/67111528
[pid=15724] ppid=15722 vsize=508152 CPUtime=413.24 cores=0,2,4,6
/proc/15724/stat : 15724 (SArTagnan) R 15722 15724 14691 0 -1 4202496 1478409 0 0 0 41120 204 0 0 25 0 4 0 519646112 520347648 79248 33554432000 4194304 4623224 140733420979696 18446744073709551615 4507356 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15724/statm: 127038 79269 342 105 0 122542 0
[pid=15724/tid=15726] ppid=15722 vsize=508152 CPUtime=102.73 cores=0,2,4,6
/proc/15724/task/15726/stat : 15726 (SArTagnan) R 15722 15724 14691 0 -1 4202560 12554 0 0 0 10271 2 0 0 25 0 4 0 519646171 520347648 79277 33554432000 4194304 4623224 140733420979696 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15724/tid=15727] ppid=15722 vsize=508152 CPUtime=103.29 cores=0,2,4,6
/proc/15724/task/15727/stat : 15727 (SArTagnan) R 15722 15724 14691 0 -1 4202560 13182 0 0 0 10327 2 0 0 25 0 4 0 519646171 520347648 79290 33554432000 4194304 4623224 140733420979696 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15724/tid=15728] ppid=15722 vsize=508152 CPUtime=103.29 cores=0,2,4,6
/proc/15724/task/15728/stat : 15728 (SArTagnan) R 15722 15724 14691 0 -1 4202560 1375184 0 0 0 10142 187 0 0 25 0 4 0 519646171 520347648 79302 33554432000 4194304 4623224 140733420979696 18446744073709551615 248089395577 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 413.24
Current children cumulated vsize (KiB) 508152

[startup+105.501 s]
/proc/loadavg: 7.95 7.85 7.80 9/184 15731
/proc/meminfo: memFree=29069624/32950928 swapFree=67111428/67111528
[pid=15724] ppid=15722 vsize=508152 CPUtime=419.64 cores=0,2,4,6
/proc/15724/stat : 15724 (SArTagnan) R 15722 15724 14691 0 -1 4202496 1494973 0 0 0 41758 206 0 0 25 0 4 0 519646112 520347648 79117 33554432000 4194304 4623224 140733420979696 18446744073709551615 4414904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15724/statm: 127038 79117 342 105 0 122542 0
[pid=15724/tid=15726] ppid=15722 vsize=508152 CPUtime=104.32 cores=0,2,4,6
/proc/15724/task/15726/stat : 15726 (SArTagnan) R 15722 15724 14691 0 -1 4202560 12557 0 0 0 10430 2 0 0 25 0 4 0 519646171 520347648 79120 33554432000 4194304 4623224 140733420979696 18446744073709551615 4376853 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15724/tid=15727] ppid=15722 vsize=508152 CPUtime=104.89 cores=0,2,4,6
/proc/15724/task/15727/stat : 15727 (SArTagnan) R 15722 15724 14691 0 -1 4202560 13184 0 0 0 10487 2 0 0 25 0 4 0 519646171 520347648 79121 33554432000 4194304 4623224 140733420979696 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15724/tid=15728] ppid=15722 vsize=508152 CPUtime=104.91 cores=0,2,4,6
/proc/15724/task/15728/stat : 15728 (SArTagnan) R 15722 15724 14691 0 -1 4202560 1391632 0 0 0 10301 190 0 0 25 0 4 0 519646171 520347648 79121 33554432000 4194304 4623224 140733420979696 18446744073709551615 4577453 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 419.64
Current children cumulated vsize (KiB) 508152

[startup+106.301 s]
/proc/loadavg: 7.95 7.85 7.80 9/184 15731
/proc/meminfo: memFree=29069624/32950928 swapFree=67111428/67111528
[pid=15724] ppid=15722 vsize=508152 CPUtime=422.83 cores=0,2,4,6
/proc/15724/stat : 15724 (SArTagnan) R 15722 15724 14691 0 -1 4202496 1503556 0 0 0 42075 208 0 0 25 0 4 0 519646112 520347648 80183 33554432000 4194304 4623224 140733420979696 18446744073709551615 4517846 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15724/statm: 127038 80183 342 105 0 122542 0
[pid=15724/tid=15726] ppid=15722 vsize=508152 CPUtime=105.12 cores=0,2,4,6
/proc/15724/task/15726/stat : 15726 (SArTagnan) R 15722 15724 14691 0 -1 4202560 12557 0 0 0 10510 2 0 0 25 0 4 0 519646171 520347648 80183 33554432000 4194304 4623224 140733420979696 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15724/tid=15727] ppid=15722 vsize=508152 CPUtime=105.69 cores=0,2,4,6
/proc/15724/task/15727/stat : 15727 (SArTagnan) R 15722 15724 14691 0 -1 4202560 13184 0 0 0 10567 2 0 0 25 0 4 0 519646171 520347648 80183 33554432000 4194304 4623224 140733420979696 18446744073709551615 4289682 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15724/tid=15728] ppid=15722 vsize=508152 CPUtime=105.7 cores=0,2,4,6
/proc/15724/task/15728/stat : 15728 (SArTagnan) R 15722 15724 14691 0 -1 4202560 1400173 0 0 0 10379 191 0 0 25 0 4 0 519646171 520347648 80183 33554432000 4194304 4623224 140733420979696 18446744073709551615 4366428 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 422.83
Current children cumulated vsize (KiB) 508152

[startup+106.707 s]
/proc/loadavg: 7.95 7.85 7.80 9/184 15731
/proc/meminfo: memFree=29082396/32950928 swapFree=67111428/67111528
[pid=15724] ppid=15722 vsize=508152 CPUtime=424.43 cores=0,2,4,6
/proc/15724/stat : 15724 (SArTagnan) R 15722 15724 14691 0 -1 4202496 1508380 0 0 0 42234 209 0 0 25 0 4 0 519646112 520347648 78739 33554432000 4194304 4623224 140733420979696 18446744073709551615 248089358875 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15724/statm: 127038 78739 342 105 0 122542 0
[pid=15724/tid=15726] ppid=15722 vsize=508152 CPUtime=105.51 cores=0,2,4,6
/proc/15724/task/15726/stat : 15726 (SArTagnan) R 15722 15724 14691 0 -1 4202560 12557 0 0 0 10549 2 0 0 25 0 4 0 519646171 520347648 78739 33554432000 4194304 4623224 140733420979696 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15724/tid=15727] ppid=15722 vsize=508152 CPUtime=106.09 cores=0,2,4,6
/proc/15724/task/15727/stat : 15727 (SArTagnan) R 15722 15724 14691 0 -1 4202560 13184 0 0 0 10607 2 0 0 25 0 4 0 519646171 520347648 78739 33554432000 4194304 4623224 140733420979696 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15724/tid=15728] ppid=15722 vsize=508152 CPUtime=106.1 cores=0,2,4,6
/proc/15724/task/15728/stat : 15728 (SArTagnan) R 15722 15724 14691 0 -1 4202560 1404876 0 0 0 10418 192 0 0 25 0 4 0 519646171 520347648 78739 33554432000 4194304 4623224 140733420979696 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 424.43
Current children cumulated vsize (KiB) 508152

[startup+106.801 s]
/proc/loadavg: 7.95 7.85 7.80 9/184 15731
/proc/meminfo: memFree=29082396/32950928 swapFree=67111428/67111528
[pid=15724] ppid=15722 vsize=508152 CPUtime=424.8 cores=0,2,4,6
/proc/15724/stat : 15724 (SArTagnan) R 15722 15724 14691 0 -1 4202496 1508418 0 0 0 42271 209 0 0 25 0 4 0 519646112 520347648 78777 33554432000 4194304 4623224 140733420979696 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15724/statm: 127038 78777 342 105 0 122542 0
[pid=15724/tid=15726] ppid=15722 vsize=508152 CPUtime=105.6 cores=0,2,4,6
/proc/15724/task/15726/stat : 15726 (SArTagnan) R 15722 15724 14691 0 -1 4202560 12557 0 0 0 10558 2 0 0 25 0 4 0 519646171 520347648 78777 33554432000 4194304 4623224 140733420979696 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15724/tid=15727] ppid=15722 vsize=508152 CPUtime=106.18 cores=0,2,4,6
/proc/15724/task/15727/stat : 15727 (SArTagnan) R 15722 15724 14691 0 -1 4202560 13184 0 0 0 10616 2 0 0 25 0 4 0 519646171 520347648 78777 33554432000 4194304 4623224 140733420979696 18446744073709551615 4366428 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15724/tid=15728] ppid=15722 vsize=508152 CPUtime=106.19 cores=0,2,4,6
/proc/15724/task/15728/stat : 15728 (SArTagnan) R 15722 15724 14691 0 -1 4202560 1404876 0 0 0 10427 192 0 0 25 0 4 0 519646171 520347648 78777 33554432000 4194304 4623224 140733420979696 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 424.8
Current children cumulated vsize (KiB) 508152

Child status: 20
Real time (s): 106.886
CPU time (s): 425.105
CPU user time (s): 422.993
CPU system time (s): 2.11268
CPU usage (%): 397.719
Max. virtual memory (cumulated for all children) (KiB): 508152

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

runsolver used 0.188971 second user time and 0.39094 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-29 14:34:23
IDJOB=3288623
IDBENCH=82500
IDSOLVER=1656
FILE ID=node123/3288623-1304080462
RUNJOBID= node123-1304080097-15481
PBS_JOBID= 13170492
Free space on /tmp= 72788 MiB

SOLVER NAME= SArTagnan 2011-03-24
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-3288623-1304080462/watcher-3288623-1304080462 -o /tmp/evaluation-result-3288623-1304080462/solver-3288623-1304080462 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3288623-1304080462.cnf -threads=4

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

MD5SUM BENCH= e669f2d68684ca746cc80f142ad8d0dc
RANDOM SEED=193524162

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.82
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.838
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.74
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.838
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.80
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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29473136 kB
Buffers:        548972 kB
Cached:        1280776 kB
SwapCached:        100 kB
Active:        1356232 kB
Inactive:      1757324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29473136 kB
SwapTotal:    67111528 kB
SwapFree:     67111428 kB
Dirty:           19608 kB
Writeback:           0 kB
AnonPages:     1283416 kB
Mapped:          15472 kB
Slab:           299176 kB
PageTables:       7240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1714000 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= 72788 MiB
End job on node123 at 2011-04-29 14:36:10