Trace number 3386350

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 426.581 140.521

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_3b_unknown.cnf
MD5SUMb8621ec1841e055a001ab32c33f2b68c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark120.699
Satisfiable
(Un)Satisfiability was proved
Number of variables39151
Number of clauses533919
Sum of the clauses size1968248
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 251568
Number of clauses of size 364292
Number of clauses of size 4418059
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

426.54/140.50	
426.54/140.50	s UNSATISFIABLE
426.54/140.50	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-3386350-1305579963/watcher-3386350-1305579963 -o /tmp/evaluation-result-3386350-1305579963/solver-3386350-1305579963 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386350-1305579963.cnf -threads=4 

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

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


[startup+0 s]
/proc/loadavg: 10.81 10.41 10.13 9/393 4112
/proc/meminfo: memFree=20637448/32951124 swapFree=49826708/67111528
[pid=4112] ppid=4110 vsize=34440 CPUtime=0 cores=1,3,5,7
/proc/4112/stat : 4112 (SArTagnan) R 4110 4112 3578 0 -1 4202496 1186 0 0 0 0 0 0 0 22 0 1 0 669594304 35266560 1125 33554432000 4194304 4625164 140735697571504 18446744073709551615 228122411200 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/4112/statm: 8610 1126 294 106 0 4113 0

[startup+0.0445691 s]
/proc/loadavg: 10.81 10.41 10.13 9/393 4112
/proc/meminfo: memFree=20637448/32951124 swapFree=49826708/67111528
[pid=4112] ppid=4110 vsize=41560 CPUtime=0.03 cores=1,3,5,7
/proc/4112/stat : 4112 (SArTagnan) R 4110 4112 3578 0 -1 4202496 3800 0 0 0 3 0 0 0 22 0 1 0 669594304 42557440 2820 33554432000 4194304 4625164 140735697571504 18446744073709551615 228122713856 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/4112/statm: 10390 2821 296 106 0 5893 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 41560

[startup+0.100557 s]
/proc/loadavg: 10.81 10.41 10.13 9/393 4112
/proc/meminfo: memFree=20637448/32951124 swapFree=49826708/67111528
[pid=4112] ppid=4110 vsize=46648 CPUtime=0.09 cores=1,3,5,7
/proc/4112/stat : 4112 (SArTagnan) R 4110 4112 3578 0 -1 4202496 7367 0 0 0 8 1 0 0 22 0 1 0 669594304 47767552 4567 33554432000 4194304 4625164 140735697571504 18446744073709551615 228122374853 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/4112/statm: 11662 4569 296 106 0 7165 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46648

[startup+0.300554 s]
/proc/loadavg: 10.81 10.41 10.13 9/393 4112
/proc/meminfo: memFree=20637448/32951124 swapFree=49826708/67111528
[pid=4112] ppid=4110 vsize=71904 CPUtime=0.28 cores=1,3,5,7
/proc/4112/stat : 4112 (SArTagnan) R 4110 4112 3578 0 -1 4202496 22301 0 0 0 25 3 0 0 23 0 1 0 669594304 73629696 11726 33554432000 4194304 4625164 140735697571504 18446744073709551615 228122713856 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/4112/statm: 17976 11730 296 106 0 13479 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 71904

[startup+0.70045 s]
/proc/loadavg: 10.81 10.41 10.13 9/393 4112
/proc/meminfo: memFree=20637448/32951124 swapFree=49826708/67111528
[pid=4112] ppid=4110 vsize=300132 CPUtime=0.97 cores=1,3,5,7
/proc/4112/stat : 4112 (SArTagnan) R 4110 4112 3578 0 -1 4202496 55177 0 0 0 90 7 0 0 25 0 4 0 669594304 307335168 39077 33554432000 4194304 4625164 140735697571504 18446744073709551615 4518211 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4112/statm: 75033 39077 337 106 0 70536 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 300132

[startup+1.50031 s]
/proc/loadavg: 10.51 10.36 10.11 11/396 4116
/proc/meminfo: memFree=20509572/32951124 swapFree=49826708/67111528
[pid=4112] ppid=4110 vsize=364224 CPUtime=2.71 cores=1,3,5,7
/proc/4112/stat : 4112 (SArTagnan) R 4110 4112 3578 0 -1 4202496 66476 0 0 0 261 10 0 0 25 0 4 0 669594304 372965376 40933 33554432000 4194304 4625164 140735697571504 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4112/statm: 91056 40933 338 106 0 86559 0
[pid=4112/tid=4114] ppid=4110 vsize=364224 CPUtime=0.59 cores=1,3,5,7
/proc/4112/task/4114/stat : 4114 (SArTagnan) R 4110 4112 3578 0 -1 4202560 2603 0 0 0 59 0 0 0 25 0 4 0 669594345 372965376 40933 33554432000 4194304 4625164 140735697571504 18446744073709551615 4288783 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4112/tid=4115] ppid=4110 vsize=364224 CPUtime=0.41 cores=1,3,5,7
/proc/4112/task/4115/stat : 4115 (SArTagnan) R 4110 4112 3578 0 -1 4202560 2650 0 0 0 41 0 0 0 25 0 4 0 669594345 372965376 40933 33554432000 4194304 4625164 140735697571504 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4112/tid=4116] ppid=4110 vsize=364224 CPUtime=0.5 cores=1,3,5,7
/proc/4112/task/4116/stat : 4116 (SArTagnan) R 4110 4112 3578 0 -1 4202560 12396 0 0 0 49 1 0 0 25 0 4 0 669594345 372965376 40933 33554432000 4194304 4625164 140735697571504 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 364224

[startup+3.10101 s]
/proc/loadavg: 10.51 10.36 10.11 11/396 4116
/proc/meminfo: memFree=20496684/32951124 swapFree=49826708/67111528
[pid=4112] ppid=4110 vsize=364224 CPUtime=6.53 cores=1,3,5,7
/proc/4112/stat : 4112 (SArTagnan) R 4110 4112 3578 0 -1 4202496 85404 0 0 0 641 12 0 0 25 0 4 0 669594304 372965376 41170 33554432000 4194304 4625164 140735697571504 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4112/statm: 91056 41170 338 106 0 86559 0
[pid=4112/tid=4114] ppid=4110 vsize=364224 CPUtime=1.88 cores=1,3,5,7
/proc/4112/task/4114/stat : 4114 (SArTagnan) R 4110 4112 3578 0 -1 4202560 2770 0 0 0 188 0 0 0 25 0 4 0 669594345 372965376 41170 33554432000 4194304 4625164 140735697571504 18446744073709551615 4288883 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4112/tid=4115] ppid=4110 vsize=364224 CPUtime=1.21 cores=1,3,5,7
/proc/4112/task/4115/stat : 4115 (SArTagnan) R 4110 4112 3578 0 -1 4202560 2721 0 0 0 121 0 0 0 25 0 4 0 669594345 372965376 41170 33554432000 4194304 4625164 140735697571504 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4112/tid=4116] ppid=4110 vsize=364224 CPUtime=1.44 cores=1,3,5,7
/proc/4112/task/4116/stat : 4116 (SArTagnan) R 4110 4112 3578 0 -1 4202560 31023 0 0 0 140 4 0 0 25 0 4 0 669594345 372965376 41170 33554432000 4194304 4625164 140735697571504 18446744073709551615 4547431 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.53
Current children cumulated vsize (KiB) 364224

[startup+6.30044 s]
/proc/loadavg: 10.47 10.35 10.11 11/396 4116
/proc/meminfo: memFree=20494792/32951124 swapFree=49826708/67111528
[pid=4112] ppid=4110 vsize=364224 CPUtime=16.08 cores=1,3,5,7
/proc/4112/stat : 4112 (SArTagnan) R 4110 4112 3578 0 -1 4202496 144973 0 0 0 1588 20 0 0 25 0 4 0 669594304 372965376 41842 33554432000 4194304 4625164 140735697571504 18446744073709551615 4512763 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4112/statm: 91056 41842 338 106 0 86559 0
[pid=4112/tid=4114] ppid=4110 vsize=364224 CPUtime=5.04 cores=1,3,5,7
/proc/4112/task/4114/stat : 4114 (SArTagnan) R 4110 4112 3578 0 -1 4202560 3252 0 0 0 503 1 0 0 25 0 4 0 669594345 372965376 41842 33554432000 4194304 4625164 140735697571504 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4112/tid=4115] ppid=4110 vsize=364224 CPUtime=2.81 cores=1,3,5,7
/proc/4112/task/4115/stat : 4115 (SArTagnan) R 4110 4112 3578 0 -1 4202560 2859 0 0 0 281 0 0 0 25 0 4 0 669594345 372965376 41842 33554432000 4194304 4625164 140735697571504 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4112/tid=4116] ppid=4110 vsize=364224 CPUtime=4.63 cores=1,3,5,7
/proc/4112/task/4116/stat : 4116 (SArTagnan) R 4110 4112 3578 0 -1 4202560 89947 0 0 0 452 11 0 0 22 0 4 0 669594345 372965376 41842 33554432000 4194304 4625164 140735697571504 18446744073709551615 4547291 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 16.08
Current children cumulated vsize (KiB) 364224

[startup+12.7003 s]
/proc/loadavg: 10.43 10.34 10.11 11/396 4116
/proc/meminfo: memFree=20472236/32951124 swapFree=49826708/67111528
[pid=4112] ppid=4110 vsize=372476 CPUtime=35.2 cores=1,3,5,7
/proc/4112/stat : 4112 (SArTagnan) R 4110 4112 3578 0 -1 4202496 283258 0 0 0 3480 40 0 0 25 0 4 0 669594304 381415424 44202 33554432000 4194304 4625164 140735697571504 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/4112/statm: 93119 44202 340 106 0 88622 0
[pid=4112/tid=4114] ppid=4110 vsize=372476 CPUtime=11.35 cores=1,3,5,7
/proc/4112/task/4114/stat : 4114 (SArTagnan) R 4110 4112 3578 0 -1 4202560 8382 0 0 0 1133 2 0 0 25 0 4 0 669594345 381415424 44202 33554432000 4194304 4625164 140735697571504 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4112/tid=4115] ppid=4110 vsize=372476 CPUtime=6.07 cores=1,3,5,7
/proc/4112/task/4115/stat : 4115 (SArTagnan) R 4110 4112 3578 0 -1 4202560 2995 0 0 0 607 0 0 0 25 0 4 0 669594345 381415424 44202 33554432000 4194304 4625164 140735697571504 18446744073709551615 4351878 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4112/tid=4116] ppid=4110 vsize=372476 CPUtime=10.98 cores=1,3,5,7
/proc/4112/task/4116/stat : 4116 (SArTagnan) R 4110 4112 3578 0 -1 4202560 222777 0 0 0 1069 29 0 0 25 0 4 0 669594345 381415424 44202 33554432000 4194304 4625164 140735697571504 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 35.2
Current children cumulated vsize (KiB) 372476

[startup+25.501 s]
/proc/loadavg: 10.36 10.33 10.10 11/396 4117
/proc/meminfo: memFree=20448804/32951124 swapFree=49826708/67111528
[pid=4112] ppid=4110 vsize=388960 CPUtime=73.43 cores=1,3,5,7
/proc/4112/stat : 4112 (SArTagnan) R 4110 4112 3578 0 -1 4202496 408992 0 0 0 7285 58 0 0 25 0 4 0 669594304 398295040 49081 33554432000 4194304 4625164 140735697571504 18446744073709551615 4512092 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/4112/statm: 97240 49081 341 106 0 92743 0
[pid=4112/tid=4114] ppid=4110 vsize=388960 CPUtime=24.15 cores=1,3,5,7
/proc/4112/task/4114/stat : 4114 (SArTagnan) R 4110 4112 3578 0 -1 4202560 8689 0 0 0 2413 2 0 0 25 0 4 0 669594345 398295040 49081 33554432000 4194304 4625164 140735697571504 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4112/tid=4115] ppid=4110 vsize=388960 CPUtime=18.87 cores=1,3,5,7
/proc/4112/task/4115/stat : 4115 (SArTagnan) R 4110 4112 3578 0 -1 4202560 7556 0 0 0 1886 1 0 0 25 0 4 0 669594345 398295040 49081 33554432000 4194304 4625164 140735697571504 18446744073709551615 4291963 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4112/tid=4116] ppid=4110 vsize=388960 CPUtime=17.27 cores=1,3,5,7
/proc/4112/task/4116/stat : 4116 (SArTagnan) R 4110 4112 3578 0 -1 4202560 339202 0 0 0 1681 46 0 0 25 0 4 0 669594345 398295040 49081 33554432000 4194304 4625164 140735697571504 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 73.43
Current children cumulated vsize (KiB) 388960

[startup+51.1004 s]
/proc/loadavg: 10.32 10.33 10.11 11/396 4117
/proc/meminfo: memFree=20436028/32951124 swapFree=49826708/67111528
[pid=4112] ppid=4110 vsize=398368 CPUtime=149.91 cores=1,3,5,7
/proc/4112/stat : 4112 (SArTagnan) R 4110 4112 3578 0 -1 4202496 709531 0 0 0 14891 100 0 0 25 0 4 0 669594304 407928832 52807 33554432000 4194304 4625164 140735697571504 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/4112/statm: 99592 52807 341 106 0 95095 0
[pid=4112/tid=4114] ppid=4110 vsize=398368 CPUtime=42.58 cores=1,3,5,7
/proc/4112/task/4114/stat : 4114 (SArTagnan) R 4110 4112 3578 0 -1 4202560 9249 0 0 0 4256 2 0 0 25 0 4 0 669594345 407928832 52807 33554432000 4194304 4625164 140735697571504 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4112/tid=4115] ppid=4110 vsize=398368 CPUtime=44.47 cores=1,3,5,7
/proc/4112/task/4115/stat : 4115 (SArTagnan) R 4110 4112 3578 0 -1 4202560 8370 0 0 0 4446 1 0 0 25 0 4 0 669594345 407928832 52807 33554432000 4194304 4625164 140735697571504 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4112/tid=4116] ppid=4110 vsize=398368 CPUtime=34.02 cores=1,3,5,7
/proc/4112/task/4116/stat : 4116 (SArTagnan) R 4110 4112 3578 0 -1 4202560 637689 0 0 0 3314 88 0 0 25 0 4 0 669594345 407928832 52807 33554432000 4194304 4625164 140735697571504 18446744073709551615 4335165 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 149.91
Current children cumulated vsize (KiB) 398368

[startup+102.315 s]
/proc/loadavg: 10.25 10.31 10.11 11/396 4119
/proc/meminfo: memFree=20300076/32951124 swapFree=49826708/67111528
[pid=4112] ppid=4110 vsize=511924 CPUtime=312.46 cores=1,3,5,7
/proc/4112/stat : 4112 (SArTagnan) R 4110 4112 3578 0 -1 4202496 1598021 0 0 0 31020 226 0 0 25 0 4 0 669594304 524210176 75354 33554432000 4194304 4625164 140735697571504 18446744073709551615 4511846 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/4112/statm: 127981 75354 347 106 0 123484 0
[pid=4112/tid=4114] ppid=4110 vsize=511924 CPUtime=68.39 cores=1,3,5,7
/proc/4112/task/4114/stat : 4114 (SArTagnan) R 4110 4112 3578 0 -1 4202560 19254 0 0 0 6835 4 0 0 25 0 4 0 669594345 524210176 75354 33554432000 4194304 4625164 140735697571504 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4112/tid=4115] ppid=4110 vsize=511924 CPUtime=95.08 cores=1,3,5,7
/proc/4112/task/4115/stat : 4115 (SArTagnan) R 4110 4112 3578 0 -1 4202560 18757 0 0 0 9505 3 0 0 25 0 4 0 669594345 524210176 75354 33554432000 4194304 4625164 140735697571504 18446744073709551615 4469320 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4112/tid=4116] ppid=4110 vsize=511924 CPUtime=84.6 cores=1,3,5,7
/proc/4112/task/4116/stat : 4116 (SArTagnan) R 4110 4112 3578 0 -1 4202560 1488475 0 0 0 8251 209 0 0 25 0 4 0 669594345 524210176 75354 33554432000 4194304 4625164 140735697571504 18446744073709551615 228122819054 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 312.46
Current children cumulated vsize (KiB) 511924

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

[startup+127.9 s]
/proc/loadavg: 10.22 10.30 10.11 11/396 4119
/proc/meminfo: memFree=20252204/32951124 swapFree=49826708/67111528
[pid=4112] ppid=4110 vsize=524288 CPUtime=388.89 cores=1,3,5,7
/proc/4112/stat : 4112 (SArTagnan) R 4110 4112 3578 0 -1 4202496 1778467 0 0 0 38634 255 0 0 25 0 4 0 669594304 536870912 82348 33554432000 4194304 4625164 140735697571504 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/4112/statm: 131072 82348 347 106 0 126575 0
[pid=4112/tid=4114] ppid=4110 vsize=524288 CPUtime=93.97 cores=1,3,5,7
/proc/4112/task/4114/stat : 4114 (SArTagnan) R 4110 4112 3578 0 -1 4202560 19799 0 0 0 9393 4 0 0 25 0 4 0 669594345 536870912 82348 33554432000 4194304 4625164 140735697571504 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4112/tid=4115] ppid=4110 vsize=524288 CPUtime=107.4 cores=1,3,5,7
/proc/4112/task/4115/stat : 4115 (SArTagnan) R 4110 4112 3578 0 -1 4202560 19783 0 0 0 10737 3 0 0 25 0 4 0 669594345 536870912 82348 33554432000 4194304 4625164 140735697571504 18446744073709551615 4278640 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4112/tid=4116] ppid=4110 vsize=524288 CPUtime=97.86 cores=1,3,5,7
/proc/4112/task/4116/stat : 4116 (SArTagnan) R 4110 4112 3578 0 -1 4202560 1658461 0 0 0 9550 236 0 0 25 0 4 0 669594345 536870912 82348 33554432000 4194304 4625164 140735697571504 18446744073709551615 4552452 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 388.89
Current children cumulated vsize (KiB) 524288

[startup+134.3 s]
/proc/loadavg: 10.21 10.29 10.11 11/396 4120
/proc/meminfo: memFree=20235584/32951124 swapFree=49826708/67111528
[pid=4112] ppid=4110 vsize=524288 CPUtime=408.01 cores=1,3,5,7
/proc/4112/stat : 4112 (SArTagnan) R 4110 4112 3578 0 -1 4202496 1828804 0 0 0 40539 262 0 0 25 0 4 0 669594304 536870912 81838 33554432000 4194304 4625164 140735697571504 18446744073709551615 4511917 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/4112/statm: 131072 81839 347 106 0 126575 0
[pid=4112/tid=4114] ppid=4110 vsize=524288 CPUtime=100.37 cores=1,3,5,7
/proc/4112/task/4114/stat : 4114 (SArTagnan) R 4110 4112 3578 0 -1 4202560 19833 0 0 0 10033 4 0 0 25 0 4 0 669594345 536870912 81839 33554432000 4194304 4625164 140735697571504 18446744073709551615 4339569 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4112/tid=4115] ppid=4110 vsize=524288 CPUtime=110.6 cores=1,3,5,7
/proc/4112/task/4115/stat : 4115 (SArTagnan) R 4110 4112 3578 0 -1 4202560 19822 0 0 0 11057 3 0 0 25 0 4 0 669594345 536870912 81839 33554432000 4194304 4625164 140735697571504 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4112/tid=4116] ppid=4110 vsize=524288 CPUtime=101.06 cores=1,3,5,7
/proc/4112/task/4116/stat : 4116 (SArTagnan) R 4110 4112 3578 0 -1 4202560 1708350 0 0 0 9864 242 0 0 25 0 4 0 669594345 536870912 81840 33554432000 4194304 4625164 140735697571504 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.01
Current children cumulated vsize (KiB) 524288

[startup+137.515 s]
/proc/loadavg: 10.27 10.30 10.11 11/396 4120
/proc/meminfo: memFree=20241780/32951124 swapFree=49826708/67111528
[pid=4112] ppid=4110 vsize=524288 CPUtime=417.61 cores=1,3,5,7
/proc/4112/stat : 4112 (SArTagnan) R 4110 4112 3578 0 -1 4202496 1856668 0 0 0 41495 266 0 0 25 0 4 0 669594304 536870912 83743 33554432000 4194304 4625164 140735697571504 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/4112/statm: 131072 83743 347 106 0 126575 0
[pid=4112/tid=4114] ppid=4110 vsize=524288 CPUtime=103.58 cores=1,3,5,7
/proc/4112/task/4114/stat : 4114 (SArTagnan) R 4110 4112 3578 0 -1 4202560 19890 0 0 0 10354 4 0 0 25 0 4 0 669594345 536870912 83743 33554432000 4194304 4625164 140735697571504 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4112/tid=4115] ppid=4110 vsize=524288 CPUtime=112.19 cores=1,3,5,7
/proc/4112/task/4115/stat : 4115 (SArTagnan) R 4110 4112 3578 0 -1 4202560 19844 0 0 0 11216 3 0 0 25 0 4 0 669594345 536870912 83743 33554432000 4194304 4625164 140735697571504 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4112/tid=4116] ppid=4110 vsize=524288 CPUtime=102.68 cores=1,3,5,7
/proc/4112/task/4116/stat : 4116 (SArTagnan) R 4110 4112 3578 0 -1 4202560 1735970 0 0 0 10022 246 0 0 25 0 4 0 669594345 536870912 83743 33554432000 4194304 4625164 140735697571504 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 417.61
Current children cumulated vsize (KiB) 524288

[startup+139.1 s]
/proc/loadavg: 10.27 10.30 10.11 11/396 4120
/proc/meminfo: memFree=20229132/32951124 swapFree=49826708/67111528
[pid=4112] ppid=4110 vsize=524288 CPUtime=422.36 cores=1,3,5,7
/proc/4112/stat : 4112 (SArTagnan) R 4110 4112 3578 0 -1 4202496 1867893 0 0 0 41968 268 0 0 25 0 4 0 669594304 536870912 84137 33554432000 4194304 4625164 140735697571504 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/4112/statm: 131072 84137 347 106 0 126575 0
[pid=4112/tid=4114] ppid=4110 vsize=524288 CPUtime=105.17 cores=1,3,5,7
/proc/4112/task/4114/stat : 4114 (SArTagnan) R 4110 4112 3578 0 -1 4202560 19923 0 0 0 10513 4 0 0 25 0 4 0 669594345 536870912 84137 33554432000 4194304 4625164 140735697571504 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4112/tid=4115] ppid=4110 vsize=524288 CPUtime=112.98 cores=1,3,5,7
/proc/4112/task/4115/stat : 4115 (SArTagnan) R 4110 4112 3578 0 -1 4202560 19844 0 0 0 11295 3 0 0 25 0 4 0 669594345 536870912 84137 33554432000 4194304 4625164 140735697571504 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4112/tid=4116] ppid=4110 vsize=524288 CPUtime=103.49 cores=1,3,5,7
/proc/4112/task/4116/stat : 4116 (SArTagnan) R 4110 4112 3578 0 -1 4202560 1747058 0 0 0 10101 248 0 0 25 0 4 0 669594345 536870912 84137 33554432000 4194304 4625164 140735697571504 18446744073709551615 4547287 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 422.36
Current children cumulated vsize (KiB) 524288

[startup+139.9 s]
/proc/loadavg: 10.27 10.30 10.11 11/396 4120
/proc/meminfo: memFree=20236820/32951124 swapFree=49826708/67111528
[pid=4112] ppid=4110 vsize=524288 CPUtime=424.74 cores=1,3,5,7
/proc/4112/stat : 4112 (SArTagnan) R 4110 4112 3578 0 -1 4202496 1872821 0 0 0 42206 268 0 0 25 0 4 0 669594304 536870912 82207 33554432000 4194304 4625164 140735697571504 18446744073709551615 228122373545 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/4112/statm: 131072 82207 347 106 0 126575 0
[pid=4112/tid=4114] ppid=4110 vsize=524288 CPUtime=105.97 cores=1,3,5,7
/proc/4112/task/4114/stat : 4114 (SArTagnan) R 4110 4112 3578 0 -1 4202560 19923 0 0 0 10593 4 0 0 25 0 4 0 669594345 536870912 82207 33554432000 4194304 4625164 140735697571504 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4112/tid=4115] ppid=4110 vsize=524288 CPUtime=113.38 cores=1,3,5,7
/proc/4112/task/4115/stat : 4115 (SArTagnan) R 4110 4112 3578 0 -1 4202560 19859 0 0 0 11335 3 0 0 25 0 4 0 669594345 536870912 82207 33554432000 4194304 4625164 140735697571504 18446744073709551615 4351989 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4112/tid=4116] ppid=4110 vsize=524288 CPUtime=103.88 cores=1,3,5,7
/proc/4112/task/4116/stat : 4116 (SArTagnan) R 4110 4112 3578 0 -1 4202560 1751896 0 0 0 10140 248 0 0 25 0 4 0 669594345 536870912 82207 33554432000 4194304 4625164 140735697571504 18446744073709551615 4547299 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 424.74
Current children cumulated vsize (KiB) 524288

[startup+140.3 s]
/proc/loadavg: 10.27 10.30 10.11 11/396 4120
/proc/meminfo: memFree=20236820/32951124 swapFree=49826708/67111528
[pid=4112] ppid=4110 vsize=524288 CPUtime=425.94 cores=1,3,5,7
/proc/4112/stat : 4112 (SArTagnan) R 4110 4112 3578 0 -1 4202496 1877224 0 0 0 42325 269 0 0 25 0 4 0 669594304 536870912 83506 33554432000 4194304 4625164 140735697571504 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/4112/statm: 131072 83506 347 106 0 126575 0
[pid=4112/tid=4114] ppid=4110 vsize=524288 CPUtime=106.37 cores=1,3,5,7
/proc/4112/task/4114/stat : 4114 (SArTagnan) R 4110 4112 3578 0 -1 4202560 19923 0 0 0 10633 4 0 0 25 0 4 0 669594345 536870912 83506 33554432000 4194304 4625164 140735697571504 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4112/tid=4115] ppid=4110 vsize=524288 CPUtime=113.58 cores=1,3,5,7
/proc/4112/task/4115/stat : 4115 (SArTagnan) R 4110 4112 3578 0 -1 4202560 19859 0 0 0 11355 3 0 0 25 0 4 0 669594345 536870912 83506 33554432000 4194304 4625164 140735697571504 18446744073709551615 4352296 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4112/tid=4116] ppid=4110 vsize=524288 CPUtime=104.09 cores=1,3,5,7
/proc/4112/task/4116/stat : 4116 (SArTagnan) R 4110 4112 3578 0 -1 4202560 1756135 0 0 0 10159 250 0 0 25 0 4 0 669594345 536870912 83506 33554432000 4194304 4625164 140735697571504 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 425.94
Current children cumulated vsize (KiB) 524288

[startup+140.5 s]
/proc/loadavg: 10.27 10.30 10.11 11/396 4120
/proc/meminfo: memFree=20236820/32951124 swapFree=49826708/67111528
[pid=4112] ppid=4110 vsize=524288 CPUtime=426.54 cores=1,3,5,7
/proc/4112/stat : 4112 (SArTagnan) R 4110 4112 3578 0 -1 4202496 1877665 0 0 0 42385 269 0 0 25 0 4 0 669594304 536870912 83934 33554432000 4194304 4625164 140735697571504 18446744073709551615 46930135551973 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/4112/statm: 131072 83934 347 106 0 126575 0
[pid=4112/tid=4114] ppid=4110 vsize=524288 CPUtime=106.57 cores=1,3,5,7
/proc/4112/task/4114/stat : 4114 (SArTagnan) R 4110 4112 3578 0 -1 4202560 19926 0 0 0 10653 4 0 0 25 0 4 0 669594345 536870912 83934 33554432000 4194304 4625164 140735697571504 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4112/tid=4115] ppid=4110 vsize=524288 CPUtime=113.7 cores=1,3,5,7
/proc/4112/task/4115/stat : 4115 (SArTagnan) R 4110 4112 3578 0 -1 4202560 19867 0 0 0 11367 3 0 0 25 0 4 0 669594345 536870912 83934 33554432000 4194304 4625164 140735697571504 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4112/tid=4116] ppid=4110 vsize=524288 CPUtime=104.17 cores=1,3,5,7
/proc/4112/task/4116/stat : 4116 (SArTagnan) R 4110 4112 3578 0 -1 4202560 1756148 0 0 0 10167 250 0 0 25 0 4 0 669594345 536870912 83934 33554432000 4194304 4625164 140735697571504 18446744073709551615 228122819054 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 426.54
Current children cumulated vsize (KiB) 524288

Child status: 20
Real time (s): 140.521
CPU time (s): 426.581
CPU user time (s): 423.866
CPU system time (s): 2.71559
CPU usage (%): 303.572
Max. virtual memory (cumulated for all children) (KiB): 524288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 423.866
system time used= 2.71559
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1877703
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= 343
involuntary context switches= 4782

runsolver used 0.462929 second user time and 1.3298 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-16 23:06:03
IDJOB=3386350
IDBENCH=82502
IDSOLVER=1871
FILE ID=node138/3386350-1305579963
RUNJOBID= node138-1305576905-3601
PBS_JOBID= 13350210
Free space on /tmp= 73424 MiB

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

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

MD5SUM BENCH= b8621ec1841e055a001ab32c33f2b68c
RANDOM SEED=647479675

node138.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.854
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.70
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.854
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.75
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.854
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.854
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.854
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.854
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.854
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.854
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:     32951124 kB
MemFree:      20637852 kB
Buffers:          2628 kB
Cached:         109024 kB
SwapCached:      70708 kB
Active:        2075152 kB
Inactive:     10010736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20637852 kB
SwapTotal:    67111528 kB
SwapFree:     49826708 kB
Dirty:           14960 kB
Writeback:           0 kB
AnonPages:    11913332 kB
Mapped:          18344 kB
Slab:            73568 kB
PageTables:      87688 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 96881424 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= 73424 MiB
End job on node138 at 2011-05-16 23:08:24