Trace number 3377192

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
QuteRSat 2011-05-12 (fixed)Signal 920.3 997.42

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
MD5SUMc6d3480970bb2819448dd0a800a3cf1c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1134832
Number of clauses6175026
Sum of the clauses size14647926
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 26124260
Number of clauses of size 3960
Number of clauses of size 41200
Number of clauses of size 51200
Number of clauses of size over 546560

Solver Data

0.00/0.00	c Set FPU double precision.
2.69/2.71	c Parse Cnf success: #var: 1134832 #clause: 6175026
2.69/2.71	c Find Units :        846
3.20/3.26	c Find Invs  :          0
3.59/3.70	c Find Ands  :        480 AvgFaninNum: 2
3.69/3.70	c Find Xors  :          0 AvgFaninNum: nan
3.69/3.70	c Find Ite   :          0
3.69/3.71	c UnDirect variable: 0
3.69/3.71	c UnDirect to Direct Gate: 0
3.69/3.71	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
3.69/3.72	c Break Cycle : 0
3.69/3.72	c Total Root : 480 Undef Var: 1134352
3.69/3.75	c After covering, Total Root: 480 Leaf: 1326
3.69/3.75	c Variable( cover/uncovered/unused ): 1806 1133026 0
3.69/3.75	c Unit Clauses: 846
3.69/3.75	c Binary Clauses( cover/uncovered ): 960 6123300
3.69/3.75	c Clauses( cover/uncovered ): 480 49440
3.69/3.75	c Total Clauses( cover/uncovered ): 2286 6172740 0.0370201%
3.69/3.75	c Covered Ands: 480 Invs: 0 Xors: 0 Ites: 0
7.98/8.02	c Uncover Clauses avg size: 2.37232 max size: 1178
8.08/8.11	c Final circuit: i/l/o/s 1133506       0 5456533   6776252
8.08/8.11	c CnfToAig: Time: 8.1 s
12.49/12.50	c TmMap: Set choices finish.
15.49/15.54	c TmMap: Set big and: 5732679
15.49/15.54	c TmMap: Origin: 7909759 ClauseNum: 20328756 --> New: 6866540 ClauseNum: 18246621
15.49/15.54	c TmMap: Time: 3.66
16.50/16.55	c Try to Add: #clause: 11467007 #xorclause: 0
18.29/18.33	c #var: 1410006 #clauses: 375269 Solving... 
909.83/909.83	terminate called after throwing an instance of 'std::bad_alloc'
909.83/909.83	  what():  std::bad_alloc

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3377192-1305468263/watcher-3377192-1305468263 -o /tmp/evaluation-result-3377192-1305468263/solver-3377192-1305468263 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377192-1305468263.cnf 59771560 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.80 5.74 6.41 5/347 3891
/proc/meminfo: memFree=17462252/32951124 swapFree=59367104/67111528
[pid=3891] ppid=3889 vsize=32356 CPUtime=0 cores=5,7
/proc/3891/stat : 3891 (qutersat_releas) R 3889 3891 3837 0 -1 4202496 1560 0 0 0 0 0 0 0 23 0 1 0 639242340 33132544 1496 33554432000 4194304 6014671 140735524606960 18446744073709551615 270338077643 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3891/statm: 8089 1510 305 445 0 1634 0

[startup+0.0819699 s]
/proc/loadavg: 3.80 5.74 6.41 5/347 3891
/proc/meminfo: memFree=17462252/32951124 swapFree=59367104/67111528
[pid=3891] ppid=3889 vsize=68180 CPUtime=0.07 cores=5,7
/proc/3891/stat : 3891 (qutersat_releas) R 3889 3891 3837 0 -1 4202496 10912 0 0 0 5 2 0 0 23 0 1 0 639242340 69816320 10848 33554432000 4194304 6014671 140735524606960 18446744073709551615 4803103 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3891/statm: 17045 10848 378 445 0 10590 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 68180

[startup+0.100964 s]
/proc/loadavg: 3.80 5.74 6.41 5/347 3891
/proc/meminfo: memFree=17462252/32951124 swapFree=59367104/67111528
[pid=3891] ppid=3889 vsize=81492 CPUtime=0.09 cores=5,7
/proc/3891/stat : 3891 (qutersat_releas) R 3889 3891 3837 0 -1 4202496 13620 0 0 0 7 2 0 0 23 0 1 0 639242340 83447808 13556 33554432000 4194304 6014671 140735524606960 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3891/statm: 20373 13556 378 445 0 13918 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 81492

[startup+0.300925 s]
/proc/loadavg: 3.80 5.74 6.41 5/347 3891
/proc/meminfo: memFree=17462252/32951124 swapFree=59367104/67111528
[pid=3891] ppid=3889 vsize=106196 CPUtime=0.29 cores=5,7
/proc/3891/stat : 3891 (qutersat_releas) R 3889 3891 3837 0 -1 4202496 19934 0 0 0 26 3 0 0 25 0 1 0 639242340 108744704 19870 33554432000 4194304 6014671 140735524606960 18446744073709551615 270338383616 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3891/statm: 26549 19871 378 445 0 20094 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 106196

[startup+0.700846 s]
/proc/loadavg: 3.80 5.74 6.41 5/347 3891
/proc/meminfo: memFree=17462252/32951124 swapFree=59367104/67111528
[pid=3891] ppid=3889 vsize=155476 CPUtime=0.68 cores=5,7
/proc/3891/stat : 3891 (qutersat_releas) R 3889 3891 3837 0 -1 4202496 32204 0 0 0 64 4 0 0 25 0 1 0 639242340 159207424 32140 33554432000 4194304 6014671 140735524606960 18446744073709551615 4309339 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3891/statm: 38869 32141 378 445 0 32414 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 155476

[startup+1.50069 s]
/proc/loadavg: 3.80 5.74 6.41 5/348 3892
/proc/meminfo: memFree=17214864/32951124 swapFree=59367104/67111528
[pid=3891] ppid=3889 vsize=254164 CPUtime=1.48 cores=5,7
/proc/3891/stat : 3891 (qutersat_releas) R 3889 3891 3837 0 -1 4202496 56557 0 0 0 140 8 0 0 25 0 1 0 639242340 260263936 56493 33554432000 4194304 6014671 140735524606960 18446744073709551615 4811197 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3891/statm: 63541 56494 378 445 0 57086 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 254164

[startup+3.10037 s]
/proc/loadavg: 3.80 5.74 6.41 5/348 3892
/proc/meminfo: memFree=16824228/32951124 swapFree=59367104/67111528
[pid=3891] ppid=3889 vsize=451796 CPUtime=3.09 cores=5,7
/proc/3891/stat : 3891 (qutersat_releas) R 3889 3891 3837 0 -1 4202496 102495 0 0 0 294 15 0 0 25 0 1 0 639242340 462639104 102431 33554432000 4194304 6014671 140735524606960 18446744073709551615 4280408 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3891/statm: 112949 102431 382 445 0 106494 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 451796

[startup+6.30073 s]
/proc/loadavg: 4.05 5.76 6.41 5/351 3898
/proc/meminfo: memFree=15413672/32951124 swapFree=59367104/67111528
[pid=3891] ppid=3889 vsize=621540 CPUtime=6.28 cores=5,7
/proc/3891/stat : 3891 (qutersat_releas) R 3889 3891 3837 0 -1 4202496 136645 0 0 0 610 18 0 0 25 0 1 0 639242340 636456960 136555 33554432000 4194304 6014671 140735524606960 18446744073709551615 4336033 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3891/statm: 155385 136557 398 445 0 148930 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 621540

[startup+12.7005 s]
/proc/loadavg: 4.05 5.73 6.40 5/351 3898
/proc/meminfo: memFree=12558112/32951124 swapFree=59367104/67111528
[pid=3891] ppid=3889 vsize=2180108 CPUtime=12.69 cores=5,7
/proc/3891/stat : 3891 (qutersat_releas) R 3889 3891 3837 0 -1 4202496 539566 0 0 0 1207 62 0 0 25 0 1 0 639242340 2232430592 539041 33554432000 4194304 6014671 140735524606960 18446744073709551615 4226037 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3891/statm: 545027 539041 670 445 0 538572 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2180108

[startup+25.5009 s]
/proc/loadavg: 4.04 5.65 6.36 5/351 3899
/proc/meminfo: memFree=9264160/32951124 swapFree=59367104/67111528
[pid=3891] ppid=3889 vsize=2765068 CPUtime=25.49 cores=5,7
/proc/3891/stat : 3891 (qutersat_releas) R 3889 3891 3837 0 -1 4202496 674049 0 0 0 2472 77 0 0 25 0 1 0 639242340 2831429632 673524 33554432000 4194304 6014671 140735524606960 18446744073709551615 4422695 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3891/statm: 691267 673524 701 445 0 684812 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2765068

[startup+51.1008 s]
/proc/loadavg: 4.02 5.51 6.30 5/351 3899
/proc/meminfo: memFree=7311232/32951124 swapFree=59367104/67111528
[pid=3891] ppid=3889 vsize=3880476 CPUtime=51.09 cores=5,7
/proc/3891/stat : 3891 (qutersat_releas) R 3889 3891 3837 0 -1 4202496 965997 0 0 0 4995 114 0 0 25 0 1 0 639242340 3973607424 888052 33554432000 4194304 6014671 140735524606960 18446744073709551615 4379424 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3891/statm: 970119 888052 723 445 0 963664 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 3880476

[startup+102.314 s]
/proc/loadavg: 4.01 5.26 6.16 6/351 3955
/proc/meminfo: memFree=10563816/32951124 swapFree=59367104/67111528
[pid=3891] ppid=3889 vsize=3953712 CPUtime=102.31 cores=5,7
/proc/3891/stat : 3891 (qutersat_releas) R 3889 3891 3837 0 -1 4202496 999291 0 0 0 10111 120 0 0 25 0 1 0 639242340 4048601088 921346 33554432000 4194304 6014671 140735524606960 18446744073709551615 4372165 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3891/statm: 988428 921346 724 445 0 981973 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 3953712

[startup+162.301 s]
/proc/loadavg: 4.00 5.04 6.04 5/351 4010
/proc/meminfo: memFree=10864476/32951124 swapFree=59367104/67111528
[pid=3891] ppid=3889 vsize=3955632 CPUtime=162.29 cores=5,7
/proc/3891/stat : 3891 (qutersat_releas) R 3889 3891 3837 0 -1 4202496 1032714 0 0 0 16105 124 0 0 25 0 1 0 639242340 4050567168 954757 33554432000 4194304 6014671 140735524606960 18446744073709551615 4372095 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3891/statm: 988908 954757 728 445 0 982453 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 3955632

[startup+222.301 s]
/proc/loadavg: 4.00 4.85 5.91 5/351 4012
/proc/meminfo: memFree=9976460/32951124 swapFree=59367104/67111528
[pid=3891] ppid=3889 vsize=4519552 CPUtime=222.3 cores=5,7
/proc/3891/stat : 3891 (qutersat_releas) R 3889 3891 3837 0 -1 4202496 1134500 0 0 0 22092 138 0 0 25 0 1 0 639242340 4628021248 1056543 33554432000 4194304 6014671 140735524606960 18446744073709551615 4423392 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3891/statm: 1129888 1056543 728 445 0 1123433 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 4519552

[startup+282.301 s]
/proc/loadavg: 4.00 4.69 5.78 5/351 4014
/proc/meminfo: memFree=9157476/32951124 swapFree=59367104/67111528
[pid=3891] ppid=3889 vsize=4556196 CPUtime=282.3 cores=5,7
/proc/3891/stat : 3891 (qutersat_releas) R 3889 3891 3837 0 -1 4202496 1162121 0 0 0 28087 143 0 0 25 0 1 0 639242340 4665544704 1084096 33554432000 4194304 6014671 140735524606960 18446744073709551615 4372121 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3891/statm: 1139049 1084096 728 445 0 1132594 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 4556196

[startup+342.301 s]
/proc/loadavg: 4.00 4.56 5.67 5/351 4015
/proc/meminfo: memFree=8599700/32951124 swapFree=59367104/67111528
[pid=3891] ppid=3889 vsize=5064676 CPUtime=342.3 cores=5,7
/proc/3891/stat : 3891 (qutersat_releas) R 3889 3891 3837 0 -1 4202496 1258576 0 0 0 34076 154 0 0 25 0 1 0 639242340 5186228224 1180551 33554432000 4194304 6014671 140735524606960 18446744073709551615 4372109 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3891/statm: 1266169 1180551 728 445 0 1259714 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 5064676

[startup+402.3 s]
/proc/loadavg: 4.07 4.47 5.57 5/351 4017
/proc/meminfo: memFree=8256436/32951124 swapFree=59367104/67111528
[pid=3891] ppid=3889 vsize=5205536 CPUtime=402.31 cores=5,7
/proc/3891/stat : 3891 (qutersat_releas) R 3889 3891 3837 0 -1 4202496 1281880 0 0 0 40073 158 0 0 25 0 1 0 639242340 5330468864 1203855 33554432000 4194304 6014671 140735524606960 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3891/statm: 1301384 1203855 728 445 0 1294929 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 5205536

[startup+462.3 s]
/proc/loadavg: 4.06 4.40 5.47 5/351 4018
/proc/meminfo: memFree=7306288/32951124 swapFree=59367104/67111528
[pid=3891] ppid=3889 vsize=6104064 CPUtime=462.3 cores=5,7
/proc/3891/stat : 3891 (qutersat_releas) R 3889 3891 3837 0 -1 4202496 1430651 0 0 0 46054 176 0 0 25 0 1 0 639242340 6250561536 1348969 33554432000 4194304 6014671 140735524606960 18446744073709551615 4731744 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3891/statm: 1526016 1348969 728 445 0 1519561 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 6104064

[startup+522.3 s]
/proc/loadavg: 4.11 4.35 5.39 5/351 4020
/proc/meminfo: memFree=7036952/32951124 swapFree=59367104/67111528
[pid=3891] ppid=3889 vsize=6130712 CPUtime=522.31 cores=5,7
/proc/3891/stat : 3891 (qutersat_releas) R 3889 3891 3837 0 -1 4202496 1449710 0 0 0 52052 179 0 0 25 0 1 0 639242340 6277849088 1368028 33554432000 4194304 6014671 140735524606960 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3891/statm: 1532678 1368028 728 445 0 1526223 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 6130712

[startup+582.3 s]
/proc/loadavg: 4.04 4.29 5.30 5/351 4022
/proc/meminfo: memFree=6989152/32951124 swapFree=59367104/67111528
[pid=3891] ppid=3889 vsize=6155452 CPUtime=582.31 cores=5,7
/proc/3891/stat : 3891 (qutersat_releas) R 3889 3891 3837 0 -1 4202496 1455935 0 0 0 58051 180 0 0 25 0 1 0 639242340 6303182848 1374253 33554432000 4194304 6014671 140735524606960 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3891/statm: 1538863 1374253 728 445 0 1532408 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 6155452

[startup+642.301 s]

################
# More data... #
################

Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 6790496

[startup+702.301 s]
/proc/loadavg: 4.00 4.19 5.13 5/351 4025
/proc/meminfo: memFree=5880796/32951124 swapFree=59367104/67111528
[pid=3891] ppid=3889 vsize=7078052 CPUtime=702.32 cores=5,7
/proc/3891/stat : 3891 (qutersat_releas) R 3889 3891 3837 0 -1 4202496 1637801 0 0 0 70029 203 0 0 25 0 1 0 639242340 7247925248 1556095 33554432000 4194304 6014671 140735524606960 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3891/statm: 1769513 1556095 728 445 0 1763058 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 7078052

[startup+762.313 s]
/proc/loadavg: 4.00 4.15 5.06 5/351 4026
/proc/meminfo: memFree=5817508/32951124 swapFree=59367104/67111528
[pid=3891] ppid=3889 vsize=7340836 CPUtime=762.34 cores=5,7
/proc/3891/stat : 3891 (qutersat_releas) R 3889 3891 3837 0 -1 4202496 1650609 0 0 0 76028 206 0 0 25 0 1 0 639242340 7517016064 1568903 33554432000 4194304 6014671 140735524606960 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3891/statm: 1835209 1568903 728 445 0 1828754 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 7340836

[startup+822.301 s]
/proc/loadavg: 4.00 4.12 4.99 5/351 4028
/proc/meminfo: memFree=5826928/32951124 swapFree=59367104/67111528
[pid=3891] ppid=3889 vsize=7340964 CPUtime=822.33 cores=5,7
/proc/3891/stat : 3891 (qutersat_releas) R 3889 3891 3837 0 -1 4202496 1651881 0 0 0 82027 206 0 0 25 0 1 0 639242340 7517147136 1570175 33554432000 4194304 6014671 140735524606960 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3891/statm: 1835241 1570175 728 445 0 1828786 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 7340964

[startup+882.301 s]
/proc/loadavg: 4.00 4.09 4.92 5/351 4030
/proc/meminfo: memFree=5322608/32951124 swapFree=59367104/67111528
[pid=3891] ppid=3889 vsize=7341092 CPUtime=882.33 cores=5,7
/proc/3891/stat : 3891 (qutersat_releas) R 3889 3891 3837 0 -1 4202496 1707754 0 0 0 88020 213 0 0 25 0 1 0 639242340 7517278208 1626048 33554432000 4194304 6014671 140735524606960 18446744073709551615 4666663 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3891/statm: 1835273 1626048 728 445 0 1828818 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 7341092

[startup+943.298 s]
/proc/loadavg: 5.69 4.48 5.00 6/351 4031
/proc/meminfo: memFree=100208/32951124 swapFree=58961732/67111528
[pid=3891] ppid=3889 vsize=7667044 CPUtime=916.95 cores=5,7
/proc/3891/stat : 3891 (qutersat_releas) R 3889 3891 3837 0 -1 4204032 1786742 0 3 0 90763 932 0 0 18 0 1 0 639242340 7851053056 1704955 33554432000 4194304 6014671 140735524606960 18446744073709551615 270337770085 0 0 4096 16386 0 0 0 17 5 0 0 2637
/proc/3891/statm: 1916761 1704955 770 445 0 1910306 0
Current children cumulated CPU time (s) 916.95
Current children cumulated vsize (KiB) 7667044

############
# WARNING:
# current cumulated CPU time (0 s) is less than in the last sample (920.3 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (920.3 s) to the 'lost time'.

[startup+996.6 s]
/proc/loadavg: 9.57 5.68 5.37 7/352 4034
/proc/meminfo: memFree=86328/32951124 swapFree=57214208/67111528
[pid=3891] ppid=3889 vsize=7667044 CPUtime=920.3 cores=5,7
/proc/3891/stat : 3891 (qutersat_releas) D 3889 3891 3837 0 -1 4206080 1786742 0 3 0 90763 1267 0 0 18 0 1 0 639242340 7851053056 1704955 33554432000 4194304 6014671 140735524606960 18446744073709551615 270337770085 0 0 4096 16386 18446744071562234512 0 0 17 5 0 0 7592
/proc/3891/statm: 1916761 1704955 770 445 0 1910306 0
Current children cumulated CPU time (s) 920.3
Current children cumulated vsize (KiB) 7667044

[startup+996.7 s]
/proc/loadavg: 9.57 5.68 5.37 7/352 4034
/proc/meminfo: memFree=86328/32951124 swapFree=57214208/67111528
[pid=3891] ppid=0 vsize=0 CPUtime=0 cores=3-6,8-10,12-13,15-17,19-20,22-23,28,65-66,69,72,76-78,86,130,448,456-459,461,463,466,468-470,516,518,522,580-582,584-586,588-589,591-593,595-596,598-599,604,643-646,648-650,652-653,655-657,659-660,662-663,668,708-710,713-715,717,720,723,729,734,771-774,776-778,780-781,783-785,787-788,790-791,796,836-838,840-842,844-845,847-849,851-852,854-855,860,900-903,906,910-915,917-919,924,960-961,965,969,972-974,982
/proc/3891/stat : 3891 (qutersat_releas) X 0 -1 -1 0 -1 4204060 0 0 0 0 0 0 0 0 18 0 0 0 639242340 0 0 0 0 0 0 0 0 0 0 0 0 18446744073709551615 0 0 17 5 0 0 7685
/proc/3891/statm: -- couldn't open statm file --Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0
#
############


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

[startup+962.113 s]
/proc/loadavg: 6.91 4.85 5.11 2/351 4032
/proc/meminfo: memFree=87512/32951124 swapFree=58456188/67111528
[pid=3891] ppid=3889 vsize=7667044 CPUtime=918.07 cores=5,7
/proc/3891/stat : 3891 (qutersat_releas) D 3889 3891 3837 0 -1 4206080 1786742 0 3 0 90763 1044 0 0 18 0 1 0 639242340 7851053056 1704955 33554432000 4194304 6014671 140735524606960 18446744073709551615 270337770085 0 0 4096 16386 18446744071562234512 0 0 17 5 0 0 4351
/proc/3891/statm: 1916761 1704955 770 445 0 1910306 0
Current children cumulated CPU time (s) 918.07
Current children cumulated vsize (KiB) 7667044

[startup+983.801 s]
/proc/loadavg: 8.29 5.25 5.23 5/352 4033
/proc/meminfo: memFree=95368/32951124 swapFree=57637284/67111528
[pid=3891] ppid=3889 vsize=7667044 CPUtime=919.69 cores=5,7
/proc/3891/stat : 3891 (qutersat_releas) D 3889 3891 3837 0 -1 4206080 1786742 0 3 0 90763 1206 0 0 18 0 1 0 639242340 7851053056 1704955 33554432000 4194304 6014671 140735524606960 18446744073709551615 270337770085 0 0 4096 16386 18446744071562234512 0 0 17 5 0 0 6372
/proc/3891/statm: 1916761 1704955 770 445 0 1910306 0
Current children cumulated CPU time (s) 919.69
Current children cumulated vsize (KiB) 7667044

[startup+988.801 s]
/proc/loadavg: 9.01 5.51 5.32 3/353 4034
/proc/meminfo: memFree=89180/32951124 swapFree=57415856/67111528
[pid=3891] ppid=3889 vsize=7667044 CPUtime=919.98 cores=5,7
/proc/3891/stat : 3891 (qutersat_releas) R 3889 3891 3837 0 -1 4204032 1786742 0 3 0 90763 1235 0 0 18 0 1 0 639242340 7851053056 1704955 33554432000 4194304 6014671 140735524606960 18446744073709551615 270337770085 0 0 4096 16386 0 0 0 17 5 0 0 6907
/proc/3891/statm: 1916761 1704955 770 445 0 1910306 0
Current children cumulated CPU time (s) 919.98
Current children cumulated vsize (KiB) 7667044

[startup+993.713 s]
/proc/loadavg: 9.57 5.68 5.37 4/352 4034
/proc/meminfo: memFree=97584/32951124 swapFree=57269144/67111528
[pid=3891] ppid=3889 vsize=7667044 CPUtime=920.17 cores=5,7
/proc/3891/stat : 3891 (qutersat_releas) D 3889 3891 3837 0 -1 4204032 1786742 0 3 0 90763 1254 0 0 18 0 1 0 639242340 7851053056 1704955 33554432000 4194304 6014671 140735524606960 18446744073709551615 270337770085 0 0 4096 16386 18446744071562154983 0 0 17 5 0 0 7300
/proc/3891/statm: 1916761 1704955 770 445 0 1910306 0
Current children cumulated CPU time (s) 920.17
Current children cumulated vsize (KiB) 7667044

[startup+994.501 s]
/proc/loadavg: 9.57 5.68 5.37 4/352 4034
/proc/meminfo: memFree=97584/32951124 swapFree=57269144/67111528
[pid=3891] ppid=3889 vsize=7667044 CPUtime=920.22 cores=5,7
/proc/3891/stat : 3891 (qutersat_releas) D 3889 3891 3837 0 -1 4206080 1786742 0 3 0 90763 1259 0 0 18 0 1 0 639242340 7851053056 1704955 33554432000 4194304 6014671 140735524606960 18446744073709551615 270337770085 0 0 4096 16386 18446744071562234512 0 0 17 5 0 0 7412
/proc/3891/statm: 1916761 1704955 770 445 0 1910306 0
Current children cumulated CPU time (s) 920.22
Current children cumulated vsize (KiB) 7667044

[startup+996.2 s]
/proc/loadavg: 9.57 5.68 5.37 7/352 4034
/proc/meminfo: memFree=86328/32951124 swapFree=57214208/67111528
[pid=3891] ppid=3889 vsize=7667044 CPUtime=920.3 cores=5,7
/proc/3891/stat : 3891 (qutersat_releas) D 3889 3891 3837 0 -1 4206080 1786742 0 3 0 90763 1267 0 0 18 0 1 0 639242340 7851053056 1704955 33554432000 4194304 6014671 140735524606960 18446744073709551615 270337770085 0 0 4096 16386 18446744071562234512 0 0 17 5 0 0 7592
/proc/3891/statm: 1916761 1704955 770 445 0 1910306 0
Current children cumulated CPU time (s) 920.3
Current children cumulated vsize (KiB) 7667044

[startup+996.6 s]
/proc/loadavg: 9.57 5.68 5.37 7/352 4034
/proc/meminfo: memFree=86328/32951124 swapFree=57214208/67111528
[pid=3891] ppid=3889 vsize=7667044 CPUtime=920.3 cores=5,7
/proc/3891/stat : 3891 (qutersat_releas) D 3889 3891 3837 0 -1 4206080 1786742 0 3 0 90763 1267 0 0 18 0 1 0 639242340 7851053056 1704955 33554432000 4194304 6014671 140735524606960 18446744073709551615 270337770085 0 0 4096 16386 18446744071562234512 0 0 17 5 0 0 7592
/proc/3891/statm: 1916761 1704955 770 445 0 1910306 0
Current children cumulated CPU time (s) 920.3
Current children cumulated vsize (KiB) 7667044

[startup+996.7 s]
/proc/loadavg: 9.57 5.68 5.37 7/352 4034
/proc/meminfo: memFree=86328/32951124 swapFree=57214208/67111528
[pid=3891] ppid=0 vsize=0 CPUtime=0 cores=3-6,8-10,12-13,15-17,19-20,22-23,28,65-66,69,72,76-78,86,130,448,456-459,461,463,466,468-470,516,518,522,580-582,584-586,588-589,591-593,595-596,598-599,604,643-646,648-650,652-653,655-657,659-660,662-663,668,708-710,713-715,717,720,723,729,734,771-774,776-778,780-781,783-785,787-788,790-791,796,836-838,840-842,844-845,847-849,851-852,854-855,860,900-903,906,910-915,917-919,924,960-961,965,969,972-974,982
/proc/3891/stat : 3891 (qutersat_releas) X 0 -1 -1 0 -1 4204060 0 0 0 0 0 0 0 0 18 0 0 0 639242340 0 0 0 0 0 0 0 0 0 0 0 0 18446744073709551615 0 0 17 5 0 0 7685
/proc/3891/statm: -- couldn't open statm file --Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0

Child ended because it received signal 6 (SIGABRT)
Child dumped core

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3891 and gives
#  childrusage.ru_utime.tv_sec=907
#  childrusage.ru_utime.tv_usec=639017
#  childrusage.ru_stime.tv_sec=12
#  childrusage.ru_stime.tv_usec=957030
# CPU time returned by wait4() is 920.596
# while last known CPU time is 0
#
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 920.3
#  lost CPU user time (s): 907.63
#  lost CPU system time (s): 12.67

Real time (s): 997.42
CPU time (s): 920.3
CPU user time (s): 907.63
CPU system time (s): 12.67
CPU usage (%): 92.268
Max. virtual memory (cumulated for all children) (KiB): 7667044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 907.639
system time used= 12.957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1786742
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 169
involuntary context switches= 1033

runsolver used 2.98754 second user time and 7.8648 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-15 16:04:27
IDJOB=3377192
IDBENCH=82413
IDSOLVER=1856
FILE ID=node143/3377192-1305468263
RUNJOBID= node143-1305468263-3858
PBS_JOBID= 13325329
Free space on /tmp= 73208 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377192-1305468263/watcher-3377192-1305468263 -o /tmp/evaluation-result-3377192-1305468263/solver-3377192-1305468263 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377192-1305468263.cnf 59771560

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= c6d3480970bb2819448dd0a800a3cf1c
RANDOM SEED=59771560

node143.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.846
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.69
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.846
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.846
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.74
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.846
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.83
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.846
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.846
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.846
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.846
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:     32951124 kB
MemFree:      17462648 kB
Buffers:        216752 kB
Cached:        1788744 kB
SwapCached:      67400 kB
Active:        5235808 kB
Inactive:      9984828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17462648 kB
SwapTotal:    67111528 kB
SwapFree:     59367104 kB
Dirty:          347828 kB
Writeback:           4 kB
AnonPages:    13147712 kB
Mapped:          25568 kB
Slab:           137908 kB
PageTables:      64752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75352112 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= 66660 MiB
End job on node143 at 2011-05-15 16:21:05