Trace number 3373510

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
claspmt 2.0-R4095-patched (fixed)UNSAT 605.789 153.626

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

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...421888/instance-3373510-1305421888.cnf
2.09/2.20	c Solving...
605.76/153.62	s UNSATISFIABLE
605.76/153.62	
605.76/153.62	c Models        : 0     
605.76/153.62	c Time          : 153.556s (Solving: 151.35s 1st Model: 0.00s Unsat: 151.35s)
605.76/153.62	c CPU Time      : 605.720s

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-3373510-1305421888/watcher-3373510-1305421888 -o /tmp/evaluation-result-3373510-1305421888/solver-3373510-1305421888 -C 4800 -W 1300 -M 15500 HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373510-1305421888.cnf 

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: 7.26 7.58 7.35 5/342 15273
/proc/meminfo: memFree=17688708/32951124 swapFree=67082152/67111528
[pid=15273] ppid=15271 vsize=25044 CPUtime=0 cores=1,3,5,7
/proc/15273/stat : 15273 (claspmt) R 15271 15273 13934 0 -1 4202496 1502 0 0 0 0 0 0 0 21 0 1 0 653786851 25645056 1433 33554432000 4194304 4964800 140735092787568 18446744073709551615 4700412 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15273/statm: 6261 1441 375 189 0 1135 0

[startup+0.0965661 s]
/proc/loadavg: 7.26 7.58 7.35 5/342 15273
/proc/meminfo: memFree=17688708/32951124 swapFree=67082152/67111528
[pid=15273] ppid=15271 vsize=41884 CPUtime=0.08 cores=1,3,5,7
/proc/15273/stat : 15273 (claspmt) R 15271 15273 13934 0 -1 4202496 7041 0 0 0 8 0 0 0 21 0 1 0 653786851 42889216 5561 33554432000 4194304 4964800 140735092787568 18446744073709551615 4599599 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15273/statm: 10471 5562 385 189 0 5345 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 41884

[startup+0.100565 s]
/proc/loadavg: 7.26 7.58 7.35 5/342 15273
/proc/meminfo: memFree=17688708/32951124 swapFree=67082152/67111528
[pid=15273] ppid=15271 vsize=42412 CPUtime=0.09 cores=1,3,5,7
/proc/15273/stat : 15273 (claspmt) R 15271 15273 13934 0 -1 4202496 7203 0 0 0 9 0 0 0 21 0 1 0 653786851 43429888 5723 33554432000 4194304 4964800 140735092787568 18446744073709551615 228244009669 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15273/statm: 10603 5724 385 189 0 5477 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42412

[startup+0.300533 s]
/proc/loadavg: 7.26 7.58 7.35 5/342 15273
/proc/meminfo: memFree=17688708/32951124 swapFree=67082152/67111528
[pid=15273] ppid=15271 vsize=77432 CPUtime=0.28 cores=1,3,5,7
/proc/15273/stat : 15273 (claspmt) R 15271 15273 13934 0 -1 4202496 18677 0 0 0 26 2 0 0 22 0 1 0 653786851 79290368 13985 33554432000 4194304 4964800 140735092787568 18446744073709551615 4618467 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15273/statm: 19358 13986 397 189 0 14232 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 77432

[startup+0.700471 s]
/proc/loadavg: 7.26 7.58 7.35 5/342 15273
/proc/meminfo: memFree=17688708/32951124 swapFree=67082152/67111528
[pid=15273] ppid=15271 vsize=97112 CPUtime=0.69 cores=1,3,5,7
/proc/15273/stat : 15273 (claspmt) R 15271 15273 13934 0 -1 4202496 23309 0 0 0 66 3 0 0 23 0 1 0 653786851 99442688 18617 33554432000 4194304 4964800 140735092787568 18446744073709551615 4607590 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15273/statm: 24278 18617 401 189 0 19152 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 97112

[startup+1.50032 s]
/proc/loadavg: 7.26 7.58 7.35 6/343 15275
/proc/meminfo: memFree=17615416/32951124 swapFree=67082152/67111528
[pid=15273] ppid=15271 vsize=97112 CPUtime=1.49 cores=1,3,5,7
/proc/15273/stat : 15273 (claspmt) R 15271 15273 13934 0 -1 4202496 23310 0 0 0 146 3 0 0 25 0 1 0 653786851 99442688 18618 33554432000 4194304 4964800 140735092787568 18446744073709551615 4607549 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15273/statm: 24278 18618 401 189 0 19152 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 97112

[startup+3.10101 s]
/proc/loadavg: 7.08 7.54 7.34 6/343 15275
/proc/meminfo: memFree=17609512/32951124 swapFree=67082152/67111528
[pid=15273] ppid=15271 vsize=379860 CPUtime=5.55 cores=1,3,5,7
/proc/15273/stat : 15273 (claspmt) R 15271 15273 13934 0 -1 4202496 52382 0 0 0 539 16 0 0 25 0 4 0 653786851 388976640 45926 33554432000 4194304 4964800 140735092787568 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/15273/statm: 94965 45926 458 189 0 89314 0
Current children cumulated CPU time (s) 5.55
Current children cumulated vsize (KiB) 379860

[startup+6.30045 s]
/proc/loadavg: 7.08 7.54 7.34 9/346 15278
/proc/meminfo: memFree=17497392/32951124 swapFree=67082152/67111528
[pid=15273] ppid=15271 vsize=379860 CPUtime=18.31 cores=1,3,5,7
/proc/15273/stat : 15273 (claspmt) R 15271 15273 13934 0 -1 4202496 53677 0 0 0 1813 18 0 0 25 0 4 0 653786851 388976640 47221 33554432000 4194304 4964800 140735092787568 18446744073709551615 4668987 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/15273/statm: 94965 47221 458 189 0 89314 0
[pid=15273/tid=15276] ppid=15271 vsize=379860 CPUtime=4.06 cores=1,3,5,7
/proc/15273/task/15276/stat : 15276 (claspmt) R 15271 15273 13934 0 -1 4202560 8345 0 0 0 402 4 0 0 25 0 4 0 653787072 388976640 47221 33554432000 4194304 4964800 140735092787568 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=15273/tid=15277] ppid=15271 vsize=379860 CPUtime=4.07 cores=1,3,5,7
/proc/15273/task/15277/stat : 15277 (claspmt) R 15271 15273 13934 0 -1 4202560 9684 0 0 0 403 4 0 0 25 0 4 0 653787072 388976640 47221 33554432000 4194304 4964800 140735092787568 18446744073709551615 4670437 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=15273/tid=15278] ppid=15271 vsize=379860 CPUtime=4.03 cores=1,3,5,7
/proc/15273/task/15278/stat : 15278 (claspmt) R 15271 15273 13934 0 -1 4202560 7321 0 0 0 400 3 0 0 25 0 4 0 653787072 388976640 47221 33554432000 4194304 4964800 140735092787568 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 18.31
Current children cumulated vsize (KiB) 379860

[startup+12.7003 s]
/proc/loadavg: 7.22 7.55 7.35 9/346 15278
/proc/meminfo: memFree=17484436/32951124 swapFree=67082152/67111528
[pid=15273] ppid=15271 vsize=379860 CPUtime=43.84 cores=1,3,5,7
/proc/15273/stat : 15273 (claspmt) R 15271 15273 13934 0 -1 4202496 55859 0 0 0 4363 21 0 0 25 0 4 0 653786851 388976640 49403 33554432000 4194304 4964800 140735092787568 18446744073709551615 4668725 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/15273/statm: 94965 49403 458 189 0 89314 0
[pid=15273/tid=15276] ppid=15271 vsize=379860 CPUtime=10.47 cores=1,3,5,7
/proc/15273/task/15276/stat : 15276 (claspmt) R 15271 15273 13934 0 -1 4202560 8554 0 0 0 1042 5 0 0 25 0 4 0 653787072 388976640 49403 33554432000 4194304 4964800 140735092787568 18446744073709551615 4668712 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=15273/tid=15277] ppid=15271 vsize=379860 CPUtime=10.47 cores=1,3,5,7
/proc/15273/task/15277/stat : 15277 (claspmt) R 15271 15273 13934 0 -1 4202560 10661 0 0 0 1041 6 0 0 25 0 4 0 653787072 388976640 49403 33554432000 4194304 4964800 140735092787568 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=15273/tid=15278] ppid=15271 vsize=379860 CPUtime=10.36 cores=1,3,5,7
/proc/15273/task/15278/stat : 15278 (claspmt) R 15271 15273 13934 0 -1 4202560 8119 0 0 0 1032 4 0 0 25 0 4 0 653787072 388976640 49403 33554432000 4194304 4964800 140735092787568 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 43.84
Current children cumulated vsize (KiB) 379860

[startup+25.5011 s]
/proc/loadavg: 7.34 7.56 7.35 9/346 15278
/proc/meminfo: memFree=17465396/32951124 swapFree=67082152/67111528
[pid=15273] ppid=15271 vsize=379860 CPUtime=94.9 cores=1,3,5,7
/proc/15273/stat : 15273 (claspmt) R 15271 15273 13934 0 -1 4202496 57952 0 0 0 9466 24 0 0 25 0 4 0 653786851 388976640 51448 33554432000 4194304 4964800 140735092787568 18446744073709551615 4321272 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/15273/statm: 94965 51448 460 189 0 89314 0
[pid=15273/tid=15276] ppid=15271 vsize=379860 CPUtime=23.27 cores=1,3,5,7
/proc/15273/task/15276/stat : 15276 (claspmt) R 15271 15273 13934 0 -1 4202560 8765 0 0 0 2322 5 0 0 25 0 4 0 653787072 388976640 51448 33554432000 4194304 4964800 140735092787568 18446744073709551615 4670343 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=15273/tid=15277] ppid=15271 vsize=379860 CPUtime=23.27 cores=1,3,5,7
/proc/15273/task/15277/stat : 15277 (claspmt) R 15271 15273 13934 0 -1 4202560 10681 0 0 0 2321 6 0 0 25 0 4 0 653787072 388976640 51448 33554432000 4194304 4964800 140735092787568 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=15273/tid=15278] ppid=15271 vsize=379860 CPUtime=23.01 cores=1,3,5,7
/proc/15273/task/15278/stat : 15278 (claspmt) R 15271 15273 13934 0 -1 4202560 9770 0 0 0 2295 6 0 0 25 0 4 0 653787072 388976640 51448 33554432000 4194304 4964800 140735092787568 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 94.9
Current children cumulated vsize (KiB) 379860

[startup+51.1006 s]
/proc/loadavg: 7.62 7.61 7.37 9/346 15279
/proc/meminfo: memFree=17425492/32951124 swapFree=67082152/67111528
[pid=15273] ppid=15271 vsize=380388 CPUtime=197.03 cores=1,3,5,7
/proc/15273/stat : 15273 (claspmt) R 15271 15273 13934 0 -1 4202496 63724 0 0 0 19672 31 0 0 25 0 4 0 653786851 389517312 57220 33554432000 4194304 4964800 140735092787568 18446744073709551615 4670310 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/15273/statm: 95097 57220 460 189 0 89446 0
[pid=15273/tid=15276] ppid=15271 vsize=380388 CPUtime=48.87 cores=1,3,5,7
/proc/15273/task/15276/stat : 15276 (claspmt) R 15271 15273 13934 0 -1 4202560 9020 0 0 0 4882 5 0 0 25 0 4 0 653787072 389517312 57220 33554432000 4194304 4964800 140735092787568 18446744073709551615 4669479 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=15273/tid=15277] ppid=15271 vsize=380388 CPUtime=48.87 cores=1,3,5,7
/proc/15273/task/15277/stat : 15277 (claspmt) R 15271 15273 13934 0 -1 4202560 13622 0 0 0 4877 10 0 0 25 0 4 0 653787072 389517312 57220 33554432000 4194304 4964800 140735092787568 18446744073709551615 4668773 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=15273/tid=15278] ppid=15271 vsize=380388 CPUtime=48.34 cores=1,3,5,7
/proc/15273/task/15278/stat : 15278 (claspmt) R 15271 15273 13934 0 -1 4202560 12142 0 0 0 4825 9 0 0 25 0 4 0 653787072 389517312 57220 33554432000 4194304 4964800 140735092787568 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 197.03
Current children cumulated vsize (KiB) 380388

[startup+102.313 s]
/proc/loadavg: 7.23 7.54 7.36 5/337 15297
/proc/meminfo: memFree=17699408/32951124 swapFree=67082152/67111528
[pid=15273] ppid=15271 vsize=382512 CPUtime=401.31 cores=1,3,5,7
/proc/15273/stat : 15273 (claspmt) R 15271 15273 13934 0 -1 4202496 72851 0 0 0 40088 43 0 0 25 0 4 0 653786851 391692288 66347 33554432000 4194304 4964800 140735092787568 18446744073709551615 4670346 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/15273/statm: 95628 66347 460 189 0 89977 0
[pid=15273/tid=15276] ppid=15271 vsize=382512 CPUtime=100.08 cores=1,3,5,7
/proc/15273/task/15276/stat : 15276 (claspmt) R 15271 15273 13934 0 -1 4202560 9609 0 0 0 10002 6 0 0 25 0 4 0 653787072 391692288 66347 33554432000 4194304 4964800 140735092787568 18446744073709551615 4370295 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=15273/tid=15277] ppid=15271 vsize=382512 CPUtime=100.08 cores=1,3,5,7
/proc/15273/task/15277/stat : 15277 (claspmt) R 15271 15273 13934 0 -1 4202560 18288 0 0 0 9993 15 0 0 25 0 4 0 653787072 391692288 66347 33554432000 4194304 4964800 140735092787568 18446744073709551615 4670351 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=15273/tid=15278] ppid=15271 vsize=382512 CPUtime=98.99 cores=1,3,5,7
/proc/15273/task/15278/stat : 15278 (claspmt) R 15271 15273 13934 0 -1 4202560 14798 0 0 0 9886 13 0 0 25 0 4 0 653787072 391692288 66347 33554432000 4194304 4964800 140735092787568 18446744073709551615 4321057 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 401.31
Current children cumulated vsize (KiB) 382512

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

[startup+127.901 s]
/proc/loadavg: 6.13 7.26 7.27 5/337 15298
/proc/meminfo: memFree=17687392/32951124 swapFree=67082152/67111528
[pid=15273] ppid=15271 vsize=382512 CPUtime=503.39 cores=1,3,5,7
/proc/15273/stat : 15273 (claspmt) R 15271 15273 13934 0 -1 4202496 75950 0 0 0 50285 54 0 0 25 0 4 0 653786851 391692288 69444 33554432000 4194304 4964800 140735092787568 18446744073709551615 4670328 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/15273/statm: 95628 69444 460 189 0 89977 0
[pid=15273/tid=15276] ppid=15271 vsize=382512 CPUtime=125.67 cores=1,3,5,7
/proc/15273/task/15276/stat : 15276 (claspmt) R 15271 15273 13934 0 -1 4202560 10408 0 0 0 12559 8 0 0 25 0 4 0 653787072 391692288 69444 33554432000 4194304 4964800 140735092787568 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=15273/tid=15277] ppid=15271 vsize=382512 CPUtime=125.66 cores=1,3,5,7
/proc/15273/task/15277/stat : 15277 (claspmt) R 15271 15273 13934 0 -1 4202560 20443 0 0 0 12543 23 0 0 25 0 4 0 653787072 391692288 69444 33554432000 4194304 4964800 140735092787568 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=15273/tid=15278] ppid=15271 vsize=382512 CPUtime=124.31 cores=1,3,5,7
/proc/15273/task/15278/stat : 15278 (claspmt) R 15271 15273 13934 0 -1 4202560 14854 0 0 0 12418 13 0 0 25 0 4 0 653787072 391692288 69444 33554432000 4194304 4964800 140735092787568 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 503.39
Current children cumulated vsize (KiB) 382512

[startup+140.701 s]
/proc/loadavg: 5.80 7.15 7.24 5/337 15298
/proc/meminfo: memFree=17682792/32951124 swapFree=67082152/67111528
[pid=15273] ppid=15271 vsize=384532 CPUtime=554.47 cores=1,3,5,7
/proc/15273/stat : 15273 (claspmt) R 15271 15273 13934 0 -1 4202496 77098 0 0 0 55391 56 0 0 25 0 4 0 653786851 393760768 70592 33554432000 4194304 4964800 140735092787568 18446744073709551615 4670330 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/15273/statm: 96133 70592 460 189 0 90482 0
[pid=15273/tid=15276] ppid=15271 vsize=384532 CPUtime=138.48 cores=1,3,5,7
/proc/15273/task/15276/stat : 15276 (claspmt) R 15271 15273 13934 0 -1 4202560 10408 0 0 0 13840 8 0 0 25 0 4 0 653787072 393760768 70592 33554432000 4194304 4964800 140735092787568 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=15273/tid=15277] ppid=15271 vsize=384532 CPUtime=138.48 cores=1,3,5,7
/proc/15273/task/15277/stat : 15277 (claspmt) R 15271 15273 13934 0 -1 4202560 21314 0 0 0 13822 26 0 0 25 0 4 0 653787072 393760768 70592 33554432000 4194304 4964800 140735092787568 18446744073709551615 4669136 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=15273/tid=15278] ppid=15271 vsize=384532 CPUtime=136.97 cores=1,3,5,7
/proc/15273/task/15278/stat : 15278 (claspmt) R 15271 15273 13934 0 -1 4202560 14867 0 0 0 13684 13 0 0 25 0 4 0 653787072 393760768 70592 33554432000 4194304 4964800 140735092787568 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 554.47
Current children cumulated vsize (KiB) 384532

[startup+147.101 s]
/proc/loadavg: 5.66 7.10 7.22 5/337 15298
/proc/meminfo: memFree=17681924/32951124 swapFree=67082152/67111528
[pid=15273] ppid=15271 vsize=385468 CPUtime=579.98 cores=1,3,5,7
/proc/15273/stat : 15273 (claspmt) R 15271 15273 13934 0 -1 4202496 77317 0 0 0 57942 56 0 0 25 0 4 0 653786851 394719232 70808 33554432000 4194304 4964800 140735092787568 18446744073709551615 4660390 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/15273/statm: 96367 70808 460 189 0 90716 0
[pid=15273/tid=15276] ppid=15271 vsize=385468 CPUtime=144.87 cores=1,3,5,7
/proc/15273/task/15276/stat : 15276 (claspmt) R 15271 15273 13934 0 -1 4202560 10408 0 0 0 14479 8 0 0 25 0 4 0 653787072 394719232 70808 33554432000 4194304 4964800 140735092787568 18446744073709551615 4668987 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=15273/tid=15277] ppid=15271 vsize=385468 CPUtime=144.87 cores=1,3,5,7
/proc/15273/task/15277/stat : 15277 (claspmt) R 15271 15273 13934 0 -1 4202560 21530 0 0 0 14461 26 0 0 25 0 4 0 653787072 394719232 70808 33554432000 4194304 4964800 140735092787568 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=15273/tid=15278] ppid=15271 vsize=385468 CPUtime=143.3 cores=1,3,5,7
/proc/15273/task/15278/stat : 15278 (claspmt) R 15271 15273 13934 0 -1 4202560 14870 0 0 0 14317 13 0 0 25 0 4 0 653787072 394719232 70808 33554432000 4194304 4964800 140735092787568 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 579.98
Current children cumulated vsize (KiB) 385468

[startup+150.3 s]
/proc/loadavg: 5.52 7.05 7.20 5/337 15298
/proc/meminfo: memFree=17681552/32951124 swapFree=67082152/67111528
[pid=15273] ppid=15271 vsize=385876 CPUtime=592.74 cores=1,3,5,7
/proc/15273/stat : 15273 (claspmt) R 15271 15273 13934 0 -1 4202496 77430 0 0 0 59218 56 0 0 25 0 4 0 653786851 395137024 70921 33554432000 4194304 4964800 140735092787568 18446744073709551615 4668568 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/15273/statm: 96469 70921 460 189 0 90818 0
[pid=15273/tid=15276] ppid=15271 vsize=385876 CPUtime=148.07 cores=1,3,5,7
/proc/15273/task/15276/stat : 15276 (claspmt) R 15271 15273 13934 0 -1 4202560 10408 0 0 0 14799 8 0 0 25 0 4 0 653787072 395137024 70921 33554432000 4194304 4964800 140735092787568 18446744073709551615 4660835 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=15273/tid=15277] ppid=15271 vsize=385876 CPUtime=148.07 cores=1,3,5,7
/proc/15273/task/15277/stat : 15277 (claspmt) R 15271 15273 13934 0 -1 4202560 21643 0 0 0 14781 26 0 0 25 0 4 0 653787072 395137024 70921 33554432000 4194304 4964800 140735092787568 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=15273/tid=15278] ppid=15271 vsize=385876 CPUtime=146.46 cores=1,3,5,7
/proc/15273/task/15278/stat : 15278 (claspmt) R 15271 15273 13934 0 -1 4202560 14870 0 0 0 14633 13 0 0 25 0 4 0 653787072 395137024 70921 33554432000 4194304 4964800 140735092787568 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 592.74
Current children cumulated vsize (KiB) 385876

[startup+151.901 s]
/proc/loadavg: 5.40 7.00 7.18 5/337 15299
/proc/meminfo: memFree=17680684/32951124 swapFree=67082152/67111528
[pid=15273] ppid=15271 vsize=385876 CPUtime=599.12 cores=1,3,5,7
/proc/15273/stat : 15273 (claspmt) R 15271 15273 13934 0 -1 4202496 77431 0 0 0 59856 56 0 0 25 0 4 0 653786851 395137024 70922 33554432000 4194304 4964800 140735092787568 18446744073709551615 4668689 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/15273/statm: 96469 70922 460 189 0 90818 0
[pid=15273/tid=15276] ppid=15271 vsize=385876 CPUtime=149.67 cores=1,3,5,7
/proc/15273/task/15276/stat : 15276 (claspmt) R 15271 15273 13934 0 -1 4202560 10408 0 0 0 14959 8 0 0 25 0 4 0 653787072 395137024 70922 33554432000 4194304 4964800 140735092787568 18446744073709551615 4669503 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=15273/tid=15277] ppid=15271 vsize=385876 CPUtime=149.67 cores=1,3,5,7
/proc/15273/task/15277/stat : 15277 (claspmt) R 15271 15273 13934 0 -1 4202560 21644 0 0 0 14941 26 0 0 25 0 4 0 653787072 395137024 70922 33554432000 4194304 4964800 140735092787568 18446744073709551615 4313758 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=15273/tid=15278] ppid=15271 vsize=385876 CPUtime=148.04 cores=1,3,5,7
/proc/15273/task/15278/stat : 15278 (claspmt) R 15271 15273 13934 0 -1 4202560 14870 0 0 0 14791 13 0 0 25 0 4 0 653787072 395137024 70922 33554432000 4194304 4964800 140735092787568 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 599.12
Current children cumulated vsize (KiB) 385876

[startup+152.701 s]
/proc/loadavg: 5.40 7.00 7.18 5/337 15299
/proc/meminfo: memFree=17680684/32951124 swapFree=67082152/67111528
[pid=15273] ppid=15271 vsize=385876 CPUtime=602.33 cores=1,3,5,7
/proc/15273/stat : 15273 (claspmt) R 15271 15273 13934 0 -1 4202496 77431 0 0 0 60176 57 0 0 25 0 4 0 653786851 395137024 70922 33554432000 4194304 4964800 140735092787568 18446744073709551615 4670361 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/15273/statm: 96469 70922 460 189 0 90818 0
[pid=15273/tid=15276] ppid=15271 vsize=385876 CPUtime=150.47 cores=1,3,5,7
/proc/15273/task/15276/stat : 15276 (claspmt) R 15271 15273 13934 0 -1 4202560 10408 0 0 0 15039 8 0 0 25 0 4 0 653787072 395137024 70922 33554432000 4194304 4964800 140735092787568 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=15273/tid=15277] ppid=15271 vsize=385876 CPUtime=150.47 cores=1,3,5,7
/proc/15273/task/15277/stat : 15277 (claspmt) R 15271 15273 13934 0 -1 4202560 21644 0 0 0 15021 26 0 0 25 0 4 0 653787072 395137024 70922 33554432000 4194304 4964800 140735092787568 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=15273/tid=15278] ppid=15271 vsize=385876 CPUtime=148.84 cores=1,3,5,7
/proc/15273/task/15278/stat : 15278 (claspmt) R 15271 15273 13934 0 -1 4202560 14870 0 0 0 14871 13 0 0 25 0 4 0 653787072 395137024 70922 33554432000 4194304 4964800 140735092787568 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 602.33
Current children cumulated vsize (KiB) 385876

[startup+153.101 s]
/proc/loadavg: 5.40 7.00 7.18 5/337 15299
/proc/meminfo: memFree=17680692/32951124 swapFree=67082152/67111528
[pid=15273] ppid=15271 vsize=385876 CPUtime=603.92 cores=1,3,5,7
/proc/15273/stat : 15273 (claspmt) R 15271 15273 13934 0 -1 4202496 77431 0 0 0 60335 57 0 0 25 0 4 0 653786851 395137024 70922 33554432000 4194304 4964800 140735092787568 18446744073709551615 4670346 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/15273/statm: 96469 70922 460 189 0 90818 0
[pid=15273/tid=15276] ppid=15271 vsize=385876 CPUtime=150.87 cores=1,3,5,7
/proc/15273/task/15276/stat : 15276 (claspmt) R 15271 15273 13934 0 -1 4202560 10408 0 0 0 15079 8 0 0 25 0 4 0 653787072 395137024 70922 33554432000 4194304 4964800 140735092787568 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=15273/tid=15277] ppid=15271 vsize=385876 CPUtime=150.87 cores=1,3,5,7
/proc/15273/task/15277/stat : 15277 (claspmt) R 15271 15273 13934 0 -1 4202560 21644 0 0 0 15061 26 0 0 25 0 4 0 653787072 395137024 70922 33554432000 4194304 4964800 140735092787568 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=15273/tid=15278] ppid=15271 vsize=385876 CPUtime=149.23 cores=1,3,5,7
/proc/15273/task/15278/stat : 15278 (claspmt) R 15271 15273 13934 0 -1 4202560 14870 0 0 0 14910 13 0 0 25 0 4 0 653787072 395137024 70922 33554432000 4194304 4964800 140735092787568 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 603.92
Current children cumulated vsize (KiB) 385876

[startup+153.501 s]
/proc/loadavg: 5.40 7.00 7.18 5/337 15299
/proc/meminfo: memFree=17680692/32951124 swapFree=67082152/67111528
[pid=15273] ppid=15271 vsize=385876 CPUtime=605.52 cores=1,3,5,7
/proc/15273/stat : 15273 (claspmt) R 15271 15273 13934 0 -1 4202496 77431 0 0 0 60495 57 0 0 25 0 4 0 653786851 395137024 70922 33554432000 4194304 4964800 140735092787568 18446744073709551615 4313616 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/15273/statm: 96469 70922 460 189 0 90818 0
[pid=15273/tid=15276] ppid=15271 vsize=385876 CPUtime=151.27 cores=1,3,5,7
/proc/15273/task/15276/stat : 15276 (claspmt) R 15271 15273 13934 0 -1 4202560 10408 0 0 0 15119 8 0 0 25 0 4 0 653787072 395137024 70922 33554432000 4194304 4964800 140735092787568 18446744073709551615 4670310 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=15273/tid=15277] ppid=15271 vsize=385876 CPUtime=151.27 cores=1,3,5,7
/proc/15273/task/15277/stat : 15277 (claspmt) R 15271 15273 13934 0 -1 4202560 21644 0 0 0 15101 26 0 0 25 0 4 0 653787072 395137024 70922 33554432000 4194304 4964800 140735092787568 18446744073709551615 4670310 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=15273/tid=15278] ppid=15271 vsize=385876 CPUtime=149.63 cores=1,3,5,7
/proc/15273/task/15278/stat : 15278 (claspmt) R 15271 15273 13934 0 -1 4202560 14870 0 0 0 14950 13 0 0 25 0 4 0 653787072 395137024 70922 33554432000 4194304 4964800 140735092787568 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 605.52
Current children cumulated vsize (KiB) 385876

[startup+153.601 s]
/proc/loadavg: 5.40 7.00 7.18 5/337 15299
/proc/meminfo: memFree=17680692/32951124 swapFree=67082152/67111528
[pid=15273] ppid=15271 vsize=381708 CPUtime=605.76 cores=1,3,5,7
/proc/15273/stat : 15273 (claspmt) R 15271 15273 13934 0 -1 4202496 77442 0 0 0 60519 57 0 0 25 0 1 0 653786851 390868992 69863 33554432000 4194304 4964800 140735092787568 18446744073709551615 4646559 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/15273/statm: 95427 69863 471 189 0 89776 0
Current children cumulated CPU time (s) 605.76
Current children cumulated vsize (KiB) 381708

Child status: 20
Real time (s): 153.626
CPU time (s): 605.789
CPU user time (s): 605.204
CPU system time (s): 0.584911
CPU usage (%): 394.327
Max. virtual memory (cumulated for all children) (KiB): 385876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 605.204
system time used= 0.584911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77443
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= 6615
involuntary context switches= 4103

runsolver used 0.429934 second user time and 1.25081 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-15 03:11:29
IDJOB=3373510
IDBENCH=82500
IDSOLVER=1853
FILE ID=node136/3373510-1305421888
RUNJOBID= node136-1305421074-14498
PBS_JOBID= 13324558
Free space on /tmp= 72956 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT11/application/manthey/traffic/traffic_pcb_unknown.cnf
COMMAND LINE= HOME/claspmt -tNBCORE -p HOME/sat11-port.txt --distribute=all,2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3373510-1305421888/watcher-3373510-1305421888 -o /tmp/evaluation-result-3373510-1305421888/solver-3373510-1305421888 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373510-1305421888.cnf

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

MD5SUM BENCH= e669f2d68684ca746cc80f142ad8d0dc
RANDOM SEED=857762795

node136.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17688732 kB
Buffers:        301392 kB
Cached:        5242920 kB
SwapCached:       2740 kB
Active:       10889948 kB
Inactive:      4029628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17688732 kB
SwapTotal:    67111528 kB
SwapFree:     67082152 kB
Dirty:           19884 kB
Writeback:         220 kB
AnonPages:     9373380 kB
Mapped:          28456 kB
Slab:           237808 kB
PageTables:      39920 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70154224 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= 72976 MiB
End job on node136 at 2011-05-15 03:14:03