Trace number 3483909

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
borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)? 1178.98 1179.21

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
MD5SUMfce318b20c1a474ab81b77594d3f6f99
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark583.061
Satisfiable
(Un)Satisfiability was proved
Number of variables945406
Number of clauses5079060
Sum of the clauses size12071640
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 25035980
Number of clauses of size 3240
Number of clauses of size 4960
Number of clauses of size 52400
Number of clauses of size over 538760

Solver Data

0.35/0.65	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.65	c INFO: solving HOME/instance-3483909-1307748521.cnf
0.35/0.65	c INFO: computing task features
23.31/23.61	c INFO: computed variable-clause graph statistics
23.92/24.22	c INFO: computed clause balance statistics
96.22/96.53	c INFO: computed variable balance statistics
145.43/145.75	c INFO: computed small-clause counts
150.43/150.79	c INFO: computed Horn-clause counts
1178.75/1179.07	c INFO: computed variable graph statistics
1178.75/1179.09	c INFO: collected features for HOME/instance-3483909-1307748521.cnf in 1177.15 s
1178.75/1179.09	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3483909-1307748521/watcher-3483909-1307748521 -o /tmp/evaluation-result-3483909-1307748521/solver-3483909-1307748521 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483909-1307748521.cnf -seed 1799532437 -budget 1200 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.98 4.04 3.27 5/211 29881
/proc/meminfo: memFree=29774832/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=15184 CPUtime=0 cores=5,7
/proc/29881/stat : 29881 (python) S 29879 29881 29444 0 -1 4202496 734 0 0 0 0 0 0 0 20 0 1 0 886450338 15548416 622 33554432000 4194304 5683644 140736026141792 18446744073709551615 255377299456 0 2147483391 16781312 2 18446744071699453118 0 0 17 5 0 0 0
/proc/29881/statm: 3796 622 322 364 0 283 0

[startup+0.0491801 s]
/proc/loadavg: 3.98 4.04 3.27 5/211 29881
/proc/meminfo: memFree=29774832/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=18884 CPUtime=0.02 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202496 1289 0 0 0 2 0 0 0 17 0 1 0 886450338 19337216 1141 33554432000 4194304 5683644 140736026141792 18446744073709551615 4867322 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29881/statm: 4721 1141 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.100184 s]
/proc/loadavg: 3.98 4.04 3.27 5/211 29881
/proc/meminfo: memFree=29774832/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=87704 CPUtime=0.06 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202496 2638 0 0 0 5 1 0 0 17 0 1 0 886450338 89808896 2354 33554432000 4194304 5683644 140736026141792 18446744073709551615 255377299456 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/29881/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.300139 s]
/proc/loadavg: 3.98 4.04 3.27 5/211 29881
/proc/meminfo: memFree=29774832/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=135748 CPUtime=0.18 cores=5,7
/proc/29881/stat : 29881 (python) S 29879 29881 29444 0 -1 4202496 5974 930 1 0 14 4 0 0 17 0 1 0 886450338 139005952 4148 33554432000 4194304 5683644 140736026141792 18446744073709551615 255377297413 0 2147483391 16781312 2 18446744071699453118 0 0 17 5 0 0 0
/proc/29881/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.70109 s]
/proc/loadavg: 3.98 4.04 3.27 5/211 29881
/proc/meminfo: memFree=29774832/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=375764 CPUtime=0.42 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202496 32127 930 1 0 28 14 0 0 15 0 1 0 886450338 384782336 29795 33554432000 4194304 5683644 140736026141792 18446744073709551615 255377301248 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29881/statm: 93941 29816 1758 364 0 29865 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 375764

[startup+1.50092 s]
/proc/loadavg: 4.06 4.05 3.28 5/212 29886
/proc/meminfo: memFree=29635844/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=431908 CPUtime=1.21 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202496 47439 930 1 0 105 16 0 0 16 0 1 0 886450338 442273792 45107 33554432000 4194304 5683644 140736026141792 18446744073709551615 255376987856 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29881/statm: 107977 45108 1761 364 0 43901 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 431908

[startup+3.10062 s]
/proc/loadavg: 4.06 4.05 3.28 5/212 29886
/proc/meminfo: memFree=29557100/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=548796 CPUtime=2.82 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202496 75205 930 1 0 261 21 0 0 18 0 1 0 886450338 561967104 72873 33554432000 4194304 5683644 140736026141792 18446744073709551615 255376962245 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29881/statm: 137199 72874 1761 364 0 73123 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 548796

[startup+6.30103 s]
/proc/loadavg: 4.06 4.05 3.28 5/212 29887
/proc/meminfo: memFree=29365144/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=776180 CPUtime=6.01 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202496 130639 930 1 0 574 27 0 0 25 0 1 0 886450338 794808320 128307 33554432000 4194304 5683644 140736026141792 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29881/statm: 194045 128308 1761 364 0 129969 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 776180

[startup+12.7008 s]
/proc/loadavg: 4.05 4.05 3.29 5/212 29887
/proc/meminfo: memFree=28955216/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=1174444 CPUtime=12.41 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202496 228399 930 1 0 1200 41 0 0 25 0 1 0 886450338 1202630656 226067 33554432000 4194304 5683644 140736026141792 18446744073709551615 47964171200837 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29881/statm: 293611 226067 1761 364 0 229535 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 1174444

[startup+25.5005 s]
/proc/loadavg: 4.04 4.05 3.29 5/212 29887
/proc/meminfo: memFree=28948972/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=1114720 CPUtime=25.22 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202496 762947 930 1 0 2419 103 0 0 25 0 1 0 886450338 1141473280 216065 33554432000 4194304 5683644 140736026141792 18446744073709551615 47964171494639 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29881/statm: 278680 216065 1826 364 0 214604 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 1114720

[startup+51.1007 s]
/proc/loadavg: 4.10 4.06 3.32 5/205 29931
/proc/meminfo: memFree=28842052/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=1114720 CPUtime=50.82 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202496 762947 930 1 0 4979 103 0 0 25 0 1 0 886450338 1141473280 216065 33554432000 4194304 5683644 140736026141792 18446744073709551615 47964171202794 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29881/statm: 278680 216065 1826 364 0 214604 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 1114720

[startup+102.306 s]
/proc/loadavg: 4.04 4.05 3.35 5/198 29975
/proc/meminfo: memFree=28302456/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=1114720 CPUtime=102.03 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202496 762948 930 1 0 10100 103 0 0 25 0 1 0 886450338 1141473280 216066 33554432000 4194304 5683644 140736026141792 18446744073709551615 47964171085225 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29881/statm: 278680 216066 1827 364 0 214604 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 1114720

[startup+162.3 s]
/proc/loadavg: 4.01 4.04 3.39 5/201 29980
/proc/meminfo: memFree=28242396/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=1114720 CPUtime=162.02 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202496 1110189 930 1 0 16062 140 0 0 25 0 1 0 886450338 1141473280 216072 33554432000 4194304 5683644 140736026141792 18446744073709551615 47964171122828 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29881/statm: 278680 216072 1833 364 0 214604 0
Current children cumulated CPU time (s) 162.02
Current children cumulated vsize (KiB) 1114720

[startup+222.301 s]
/proc/loadavg: 4.00 4.03 3.42 5/201 29981
/proc/meminfo: memFree=28165796/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=1114720 CPUtime=222.02 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202496 1110189 930 1 0 22062 140 0 0 25 0 1 0 886450338 1141473280 216072 33554432000 4194304 5683644 140736026141792 18446744073709551615 47964171122828 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29881/statm: 278680 216072 1833 364 0 214604 0
Current children cumulated CPU time (s) 222.02
Current children cumulated vsize (KiB) 1114720

[startup+282.301 s]
/proc/loadavg: 4.00 4.02 3.46 5/201 29983
/proc/meminfo: memFree=28106692/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=1114720 CPUtime=282.02 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202496 1110189 930 1 0 28062 140 0 0 25 0 1 0 886450338 1141473280 216072 33554432000 4194304 5683644 140736026141792 18446744073709551615 47964171122828 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29881/statm: 278680 216072 1833 364 0 214604 0
Current children cumulated CPU time (s) 282.02
Current children cumulated vsize (KiB) 1114720

[startup+342.301 s]
/proc/loadavg: 4.00 4.02 3.49 5/197 30031
/proc/meminfo: memFree=28510856/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=1114720 CPUtime=342.03 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202496 1110189 930 1 0 34063 140 0 0 25 0 1 0 886450338 1141473280 216072 33554432000 4194304 5683644 140736026141792 18446744073709551615 47964171122828 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29881/statm: 278680 216072 1833 364 0 214604 0
Current children cumulated CPU time (s) 342.03
Current children cumulated vsize (KiB) 1114720

[startup+402.301 s]
/proc/loadavg: 4.00 4.01 3.52 5/197 30032
/proc/meminfo: memFree=28487244/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=1114720 CPUtime=402.03 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202496 1110189 930 1 0 40063 140 0 0 25 0 1 0 886450338 1141473280 216072 33554432000 4194304 5683644 140736026141792 18446744073709551615 47964171122828 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29881/statm: 278680 216072 1833 364 0 214604 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 1114720

[startup+462.301 s]
/proc/loadavg: 4.12 4.04 3.56 5/197 30034
/proc/meminfo: memFree=28487176/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=1114720 CPUtime=462.03 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202496 1110189 930 1 0 46063 140 0 0 25 0 1 0 886450338 1141473280 216072 33554432000 4194304 5683644 140736026141792 18446744073709551615 47964171122828 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29881/statm: 278680 216072 1833 364 0 214604 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 1114720

[startup+522.3 s]
/proc/loadavg: 4.09 4.04 3.59 5/197 30035
/proc/meminfo: memFree=28478820/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=1114720 CPUtime=522.03 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202496 1110189 930 1 0 52063 140 0 0 25 0 1 0 886450338 1141473280 216072 33554432000 4194304 5683644 140736026141792 18446744073709551615 47964171122828 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29881/statm: 278680 216072 1833 364 0 214604 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 1114720

[startup+582.3 s]
/proc/loadavg: 4.09 4.05 3.61 5/200 30040
/proc/meminfo: memFree=28831888/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=1114720 CPUtime=582.03 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202496 1110189 930 1 0 58063 140 0 0 25 0 1 0 886450338 1141473280 216072 33554432000 4194304 5683644 140736026141792 18446744073709551615 47964171122816 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29881/statm: 278680 216072 1833 364 0 214604 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 1114720

[startup+642.3 s]

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

/proc/meminfo: memFree=28815360/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=1114720 CPUtime=642.04 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202496 1110189 930 1 0 64064 140 0 0 25 0 1 0 886450338 1141473280 216072 33554432000 4194304 5683644 140736026141792 18446744073709551615 47964171122828 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29881/statm: 278680 216072 1833 364 0 214604 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 1114720

[startup+702.301 s]
/proc/loadavg: 4.01 4.03 3.66 5/205 30048
/proc/meminfo: memFree=28651064/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=1114720 CPUtime=702.04 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202496 1110189 930 1 0 70064 140 0 0 25 0 1 0 886450338 1141473280 216072 33554432000 4194304 5683644 140736026141792 18446744073709551615 47964171122816 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29881/statm: 278680 216072 1833 364 0 214604 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 1114720

[startup+762.307 s]
/proc/loadavg: 4.05 4.03 3.68 5/209 30054
/proc/meminfo: memFree=28138604/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=1114720 CPUtime=762.05 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202496 1110189 930 1 0 76065 140 0 0 25 0 1 0 886450338 1141473280 216072 33554432000 4194304 5683644 140736026141792 18446744073709551615 47964171122828 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29881/statm: 278680 216072 1833 364 0 214604 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 1114720

[startup+822.301 s]
/proc/loadavg: 4.02 4.03 3.70 5/209 30055
/proc/meminfo: memFree=28053004/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=1114720 CPUtime=822.04 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202496 1110189 930 1 0 82064 140 0 0 25 0 1 0 886450338 1141473280 216072 33554432000 4194304 5683644 140736026141792 18446744073709551615 47964171122828 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29881/statm: 278680 216072 1833 364 0 214604 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 1114720

[startup+882.301 s]
/proc/loadavg: 4.00 4.02 3.71 5/212 30060
/proc/meminfo: memFree=27478056/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=1114720 CPUtime=882.04 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202496 1110189 930 1 0 88064 140 0 0 25 0 1 0 886450338 1141473280 216072 33554432000 4194304 5683644 140736026141792 18446744073709551615 47964171122828 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29881/statm: 278680 216072 1833 364 0 214604 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 1114720

[startup+942.301 s]
/proc/loadavg: 4.00 4.01 3.73 5/213 30062
/proc/meminfo: memFree=27118640/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=1114720 CPUtime=942.05 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202496 1110189 930 1 0 94065 140 0 0 25 0 1 0 886450338 1141473280 216072 33554432000 4194304 5683644 140736026141792 18446744073709551615 47964171122816 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29881/statm: 278680 216072 1833 364 0 214604 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 1114720

[startup+1002.3 s]
/proc/loadavg: 4.00 4.01 3.74 5/213 30064
/proc/meminfo: memFree=26773840/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=1114720 CPUtime=1002.05 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202496 1110189 930 1 0 100065 140 0 0 25 0 1 0 886450338 1141473280 216072 33554432000 4194304 5683644 140736026141792 18446744073709551615 47964171122816 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29881/statm: 278680 216072 1833 364 0 214604 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 1114720

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.75 5/213 30066
/proc/meminfo: memFree=26756184/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=1114720 CPUtime=1062.05 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202496 1110189 930 1 0 106065 140 0 0 25 0 1 0 886450338 1141473280 216072 33554432000 4194304 5683644 140736026141792 18446744073709551615 47964171122816 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29881/statm: 278680 216072 1833 364 0 214604 0
Current children cumulated CPU time (s) 1062.05
Current children cumulated vsize (KiB) 1114720

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.77 5/213 30067
/proc/meminfo: memFree=26594084/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=1114720 CPUtime=1122.05 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202496 1110189 930 1 0 112065 140 0 0 25 0 1 0 886450338 1141473280 216072 33554432000 4194304 5683644 140736026141792 18446744073709551615 47964171122816 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29881/statm: 278680 216072 1833 364 0 214604 0
Current children cumulated CPU time (s) 1122.05
Current children cumulated vsize (KiB) 1114720

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

[startup+1126.3 s]
/proc/loadavg: 4.00 4.00 3.77 5/213 30067
/proc/meminfo: memFree=26587760/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=1114720 CPUtime=1126.06 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202496 1110189 930 1 0 112466 140 0 0 25 0 1 0 886450338 1141473280 216072 33554432000 4194304 5683644 140736026141792 18446744073709551615 47964171122816 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29881/statm: 278680 216072 1833 364 0 214604 0
Current children cumulated CPU time (s) 1126.06
Current children cumulated vsize (KiB) 1114720

[startup+1151.9 s]
/proc/loadavg: 4.08 4.02 3.78 5/216 30071
/proc/meminfo: memFree=25815572/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=1114720 CPUtime=1151.65 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202496 1110189 930 1 0 115025 140 0 0 25 0 1 0 886450338 1141473280 216072 33554432000 4194304 5683644 140736026141792 18446744073709551615 47964171122828 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29881/statm: 278680 216072 1833 364 0 214604 0
Current children cumulated CPU time (s) 1151.65
Current children cumulated vsize (KiB) 1114720

[startup+1164.7 s]
/proc/loadavg: 4.07 4.02 3.78 5/216 30071
/proc/meminfo: memFree=25830316/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=1114720 CPUtime=1164.45 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202496 1110189 930 1 0 116305 140 0 0 25 0 1 0 886450338 1141473280 216072 33554432000 4194304 5683644 140736026141792 18446744073709551615 47964171122816 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29881/statm: 278680 216072 1833 364 0 214604 0
Current children cumulated CPU time (s) 1164.45
Current children cumulated vsize (KiB) 1114720

[startup+1171.1 s]
/proc/loadavg: 4.06 4.01 3.78 5/216 30072
/proc/meminfo: memFree=25703704/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=1114720 CPUtime=1170.85 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202496 1110189 930 1 0 116945 140 0 0 25 0 1 0 886450338 1141473280 216072 33554432000 4194304 5683644 140736026141792 18446744073709551615 47964171122828 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29881/statm: 278680 216072 1833 364 0 214604 0
Current children cumulated CPU time (s) 1170.85
Current children cumulated vsize (KiB) 1114720

[startup+1174.3 s]
/proc/loadavg: 4.06 4.01 3.78 5/216 30072
/proc/meminfo: memFree=25694400/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=1114720 CPUtime=1174.05 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202496 1110189 930 1 0 117265 140 0 0 25 0 1 0 886450338 1141473280 216072 33554432000 4194304 5683644 140736026141792 18446744073709551615 47964171122828 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29881/statm: 278680 216072 1833 364 0 214604 0
Current children cumulated CPU time (s) 1174.05
Current children cumulated vsize (KiB) 1114720

[startup+1177.5 s]
/proc/loadavg: 4.05 4.01 3.78 5/216 30072
/proc/meminfo: memFree=25690680/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=1114720 CPUtime=1177.25 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202496 1110189 930 1 0 117585 140 0 0 25 0 1 0 886450338 1141473280 216072 33554432000 4194304 5683644 140736026141792 18446744073709551615 47964171122828 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29881/statm: 278680 216072 1833 364 0 214604 0
Current children cumulated CPU time (s) 1177.25
Current children cumulated vsize (KiB) 1114720

[startup+1178.3 s]
/proc/loadavg: 4.05 4.01 3.78 5/216 30072
/proc/meminfo: memFree=25688572/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=1114720 CPUtime=1178.05 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202496 1110189 930 1 0 117665 140 0 0 25 0 1 0 886450338 1141473280 216072 33554432000 4194304 5683644 140736026141792 18446744073709551615 47964171122828 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29881/statm: 278680 216072 1833 364 0 214604 0
Current children cumulated CPU time (s) 1178.05
Current children cumulated vsize (KiB) 1114720

[startup+1178.7 s]
/proc/loadavg: 4.05 4.01 3.78 5/216 30072
/proc/meminfo: memFree=25688572/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=1114720 CPUtime=1178.45 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202496 1110189 930 1 0 117705 140 0 0 25 0 1 0 886450338 1141473280 216072 33554432000 4194304 5683644 140736026141792 18446744073709551615 47964171122828 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29881/statm: 278680 216072 1833 364 0 214604 0
Current children cumulated CPU time (s) 1178.45
Current children cumulated vsize (KiB) 1114720

[startup+1179.1 s]
/proc/loadavg: 4.05 4.01 3.78 5/216 30072
/proc/meminfo: memFree=26049164/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=752992 CPUtime=1178.86 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202496 1110679 930 1 0 117744 142 0 0 18 0 1 0 886450338 771063808 125665 33554432000 4194304 5683644 140736026141792 18446744073709551615 5114130 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29881/statm: 188248 125665 1858 364 0 124172 0
Current children cumulated CPU time (s) 1178.86
Current children cumulated vsize (KiB) 752992

[startup+1179.21 s]
/proc/loadavg: 4.05 4.01 3.78 5/216 30072
/proc/meminfo: memFree=26049164/32951124 swapFree=67072804/67111528
[pid=29881] ppid=29879 vsize=0 CPUtime=1178.96 cores=5,7
/proc/29881/stat : 29881 (python) R 29879 29881 29444 0 -1 4202500 1111464 930 1 0 117752 144 0 0 18 0 1 0 886450338 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29881/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1178.96
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1179.21
CPU time (s): 1178.98
CPU user time (s): 1177.53
CPU system time (s): 1.44678
CPU usage (%): 99.9801
Max. virtual memory (cumulated for all children) (KiB): 1305752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1177.53
system time used= 1.44678
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1112394
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2834
involuntary context switches= 1912

runsolver used 2.02169 second user time and 4.38633 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-11 01:28:44
IDJOB=3483909
IDBENCH=82367
IDSOLVER=1976
FILE ID=node135/3483909-1307748521
RUNJOBID= node135-1307746989-29465
PBS_JOBID= 13550823
Free space on /tmp= 73896 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3483909-1307748521/watcher-3483909-1307748521 -o /tmp/evaluation-result-3483909-1307748521/solver-3483909-1307748521 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483909-1307748521.cnf -seed 1799532437 -budget 1200

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

MD5SUM BENCH= fce318b20c1a474ab81b77594d3f6f99
RANDOM SEED=1799532437

node135.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.851
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.851
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.83
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.851
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29775508 kB
Buffers:        211472 kB
Cached:         908448 kB
SwapCached:       6548 kB
Active:        2448460 kB
Inactive:       528072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29775508 kB
SwapTotal:    67111528 kB
SwapFree:     67072804 kB
Dirty:          129184 kB
Writeback:           0 kB
AnonPages:     1855520 kB
Mapped:          18464 kB
Slab:           124208 kB
PageTables:      14640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2897072 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73672 MiB
End job on node135 at 2011-06-11 01:48:24