Trace number 3321583

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-industrial? (MO) 2518.89 1001.44

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.020-NOTKNOWN.cnf
MD5SUM5d1253e2dcc0e3e55992672756beadbc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2556.24
Satisfiable
(Un)Satisfiability was proved
Number of variables756832
Number of clauses4116966
Sum of the clauses size9765566
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 24082840
Number of clauses of size 3640
Number of clauses of size 4800
Number of clauses of size 5800
Number of clauses of size over 531040

Solver Data

0.34/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.67	c INFO: solving HOME/instance-3321583-1304347539.cnf
0.34/0.67	c INFO: computing task features
17.82/18.12	c INFO: computed variable-clause graph statistics
18.33/18.61	c INFO: computed clause balance statistics
75.32/75.60	c INFO: computed variable balance statistics
115.52/115.88	c INFO: computed small-clause counts
118.83/119.15	c INFO: computed Horn-clause counts
783.55/783.85	c INFO: computed variable graph statistics
783.55/783.86	c INFO: collected features for HOME/instance-3321583-1304347539.cnf in 782.30 s
783.55/783.89	c INFO: running cryptominisat-2.9.0@0 for 485 with 39216 remaining (b = 0.37)
783.65/783.93	c INFO: running lingeling-276@0 for 97 with 39216 remaining (b = 0.19)
783.65/783.98	c INFO: running cryptominisat-2.9.0@0 for 873 with 39216 remaining (b = 0.32)
783.75/784.02	c INFO: running cryptominisat-2.9.0@0 for 1649 with 39216 remaining (b = 0.49)
783.75/784.06	c INFO: running lingeling-276@0 for 388 with 39216 remaining (b = 0.17)
783.85/784.10	c INFO: running cryptominisat-2.9.0@0 for 1649 with 39216 remaining (b = 0.39)
783.85/784.14	c INFO: running glucose@0 for 5821 with 39216 remaining (b = 0.65)
783.85/784.18	c INFO: running lingeling-276@0 for 1358 with 39216 remaining (b = 0.30)
1583.34/884.16	c INFO: running glucose@0 for 5821 with 39116 remaining (b = 0.64)

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: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3321583-1304347539/watcher-3321583-1304347539 -o /tmp/evaluation-result-3321583-1304347539/solver-3321583-1304347539 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321583-1304347539.cnf -seed 1684727889 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.61 5.67 6.38 2/222 10679
/proc/meminfo: memFree=28500860/32951124 swapFree=67111416/67111528
[pid=10679] ppid=10677 vsize=15380 CPUtime=0 cores=0-7
/proc/10679/stat : 10679 (python) S 10677 10679 10653 0 -1 4202496 792 0 0 0 0 0 0 0 21 0 1 0 546356510 15749120 679 33554432000 4194304 5683644 140736502104880 18446744073709551615 212436015104 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/10679/statm: 3845 679 322 364 0 332 0

[startup+0.0122449 s]
/proc/loadavg: 3.61 5.67 6.38 2/222 10679
/proc/meminfo: memFree=28500860/32951124 swapFree=67111416/67111528
[pid=10679] ppid=10677 vsize=15776 CPUtime=0 cores=0-7
/proc/10679/stat : 10679 (python) R 10677 10679 10653 0 -1 4202496 893 0 0 0 0 0 0 0 21 0 1 0 546356510 16154624 774 33554432000 4194304 5683644 140736502104880 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10679/statm: 3944 774 343 364 0 431 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15776

[startup+0.100251 s]
/proc/loadavg: 3.61 5.67 6.38 2/222 10679
/proc/meminfo: memFree=28500860/32951124 swapFree=67111416/67111528
[pid=10679] ppid=10677 vsize=85620 CPUtime=0.05 cores=0-7
/proc/10679/stat : 10679 (python) R 10677 10679 10653 0 -1 4202496 2631 0 0 0 4 1 0 0 18 0 1 0 546356510 87674880 2348 33554432000 4194304 5683644 140736502104880 18446744073709551615 212431093383 0 2147483391 16781312 2 0 0 0 17 2 0 0 0
/proc/10679/statm: 21926 2350 713 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85620

[startup+0.300232 s]
/proc/loadavg: 3.61 5.67 6.38 2/222 10679
/proc/meminfo: memFree=28500860/32951124 swapFree=67111416/67111528
[pid=10679] ppid=10677 vsize=135748 CPUtime=0.18 cores=0-7
/proc/10679/stat : 10679 (python) R 10677 10679 10653 0 -1 4202496 5962 934 1 0 13 5 0 0 18 0 1 0 546356510 139005952 4150 33554432000 4194304 5683644 140736502104880 18446744073709551615 212436013061 0 2147483391 16781312 2 0 0 0 17 2 0 0 0
/proc/10679/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.701123 s]
/proc/loadavg: 3.61 5.67 6.38 2/222 10679
/proc/meminfo: memFree=28500860/32951124 swapFree=67111416/67111528
[pid=10679] ppid=10677 vsize=356880 CPUtime=0.42 cores=0-7
/proc/10679/stat : 10679 (python) R 10677 10679 10653 0 -1 4202496 20738 934 1 0 29 13 0 0 17 0 1 0 546356510 365445120 18421 33554432000 4194304 5683644 140736502104880 18446744073709551615 212436016896 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10679/statm: 89220 18443 1758 364 0 25144 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 356880

[startup+1.50094 s]
/proc/loadavg: 3.61 5.67 6.38 2/223 10684
/proc/meminfo: memFree=28381936/32951124 swapFree=67111416/67111528
[pid=10679] ppid=10677 vsize=409932 CPUtime=1.22 cores=0-7
/proc/10679/stat : 10679 (python) R 10677 10679 10653 0 -1 4202496 41657 934 1 0 105 17 0 0 18 0 1 0 546356510 419770368 39339 33554432000 4194304 5683644 140736502104880 18446744073709551615 4954144 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10679/statm: 102483 39339 1761 364 0 38407 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 409932

[startup+3.10065 s]
/proc/loadavg: 3.61 5.67 6.38 2/223 10684
/proc/meminfo: memFree=28309396/32951124 swapFree=67111416/67111528
[pid=10679] ppid=10677 vsize=515276 CPUtime=2.82 cores=0-7
/proc/10679/stat : 10679 (python) R 10677 10679 10653 0 -1 4202496 67667 934 1 0 262 20 0 0 21 0 1 0 546356510 527642624 65349 33554432000 4194304 5683644 140736502104880 18446744073709551615 47963520340660 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10679/statm: 128819 65350 1761 364 0 64743 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 515276

[startup+6.30103 s]
/proc/loadavg: 3.48 5.61 6.36 2/223 10684
/proc/meminfo: memFree=28096508/32951124 swapFree=67111416/67111528
[pid=10679] ppid=10677 vsize=727448 CPUtime=6.02 cores=0-7
/proc/10679/stat : 10679 (python) R 10677 10679 10653 0 -1 4202496 119736 934 1 0 575 27 0 0 25 0 1 0 546356510 744906752 117418 33554432000 4194304 5683644 140736502104880 18446744073709551615 4943863 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10679/statm: 181862 117419 1761 364 0 117786 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 727448

[startup+12.7008 s]
/proc/loadavg: 3.28 5.53 6.33 2/223 10684
/proc/meminfo: memFree=27688732/32951124 swapFree=67111416/67111528
[pid=10679] ppid=10677 vsize=1085856 CPUtime=12.42 cores=0-7
/proc/10679/stat : 10679 (python) R 10677 10679 10653 0 -1 4202496 347429 934 1 0 1187 55 0 0 25 0 1 0 546356510 1111916544 201572 33554432000 4194304 5683644 140736502104880 18446744073709551615 47963349890682 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10679/statm: 271464 201573 1814 364 0 207388 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 1085856

[startup+25.5004 s]
/proc/loadavg: 2.78 5.31 6.24 2/223 10685
/proc/meminfo: memFree=27769776/32951124 swapFree=67111416/67111528
[pid=10679] ppid=10677 vsize=989364 CPUtime=25.22 cores=0-7
/proc/10679/stat : 10679 (python) R 10677 10679 10653 0 -1 4202496 539299 934 1 0 2445 77 0 0 25 0 1 0 546356510 1013108736 184758 33554432000 4194304 5683644 140736502104880 18446744073709551615 4459017 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10679/statm: 247341 184758 1826 364 0 183265 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 989364

[startup+51.1005 s]
/proc/loadavg: 2.23 4.98 6.11 2/223 10685
/proc/meminfo: memFree=27769740/32951124 swapFree=67111416/67111528
[pid=10679] ppid=10677 vsize=989364 CPUtime=50.82 cores=0-7
/proc/10679/stat : 10679 (python) R 10677 10679 10653 0 -1 4202496 539299 934 1 0 5005 77 0 0 25 0 1 0 546356510 1013108736 184758 33554432000 4194304 5683644 140736502104880 18446744073709551615 212435677509 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10679/statm: 247341 184758 1826 364 0 183265 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 989364

[startup+102.308 s]
/proc/loadavg: 1.53 4.36 5.84 2/223 10687
/proc/meminfo: memFree=27769624/32951124 swapFree=67111416/67111528
[pid=10679] ppid=10677 vsize=989364 CPUtime=102.03 cores=0-7
/proc/10679/stat : 10679 (python) R 10677 10679 10653 0 -1 4202496 539300 934 1 0 10126 77 0 0 25 0 1 0 546356510 1013108736 184759 33554432000 4194304 5683644 140736502104880 18446744073709551615 4529329 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10679/statm: 247341 184759 1827 364 0 183265 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 989364

[startup+162.3 s]
/proc/loadavg: 1.19 3.75 5.53 2/223 10688
/proc/meminfo: memFree=27769724/32951124 swapFree=67111416/67111528
[pid=10679] ppid=10677 vsize=989364 CPUtime=162.03 cores=0-7
/proc/10679/stat : 10679 (python) R 10677 10679 10653 0 -1 4202496 747956 934 1 0 16102 101 0 0 25 0 1 0 546356510 1013108736 184765 33554432000 4194304 5683644 140736502104880 18446744073709551615 47963349477504 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10679/statm: 247341 184765 1833 364 0 183265 0
Current children cumulated CPU time (s) 162.03
Current children cumulated vsize (KiB) 989364

[startup+222.301 s]
/proc/loadavg: 1.07 3.25 5.24 2/223 10690
/proc/meminfo: memFree=27769700/32951124 swapFree=67111416/67111528
[pid=10679] ppid=10677 vsize=989364 CPUtime=222.03 cores=0-7
/proc/10679/stat : 10679 (python) R 10677 10679 10653 0 -1 4202496 747956 934 1 0 22102 101 0 0 25 0 1 0 546356510 1013108736 184765 33554432000 4194304 5683644 140736502104880 18446744073709551615 47963349477504 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10679/statm: 247341 184765 1833 364 0 183265 0
Current children cumulated CPU time (s) 222.03
Current children cumulated vsize (KiB) 989364

[startup+282.301 s]
/proc/loadavg: 1.02 2.83 4.98 2/223 10691
/proc/meminfo: memFree=27769908/32951124 swapFree=67111416/67111528
[pid=10679] ppid=10677 vsize=989364 CPUtime=282.03 cores=0-7
/proc/10679/stat : 10679 (python) R 10677 10679 10653 0 -1 4202496 747956 934 1 0 28102 101 0 0 25 0 1 0 546356510 1013108736 184765 33554432000 4194304 5683644 140736502104880 18446744073709551615 47963349477516 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10679/statm: 247341 184765 1833 364 0 183265 0
Current children cumulated CPU time (s) 282.03
Current children cumulated vsize (KiB) 989364

[startup+342.3 s]
/proc/loadavg: 1.01 2.50 4.72 2/223 10693
/proc/meminfo: memFree=27770004/32951124 swapFree=67111416/67111528
[pid=10679] ppid=10677 vsize=989364 CPUtime=342.04 cores=0-7
/proc/10679/stat : 10679 (python) R 10677 10679 10653 0 -1 4202496 747956 934 1 0 34103 101 0 0 25 0 1 0 546356510 1013108736 184765 33554432000 4194304 5683644 140736502104880 18446744073709551615 47963349477504 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10679/statm: 247341 184765 1833 364 0 183265 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 989364

[startup+402.301 s]
/proc/loadavg: 1.00 2.22 4.49 2/223 10695
/proc/meminfo: memFree=27769844/32951124 swapFree=67111416/67111528
[pid=10679] ppid=10677 vsize=989364 CPUtime=402.04 cores=0-7
/proc/10679/stat : 10679 (python) R 10677 10679 10653 0 -1 4202496 747956 934 1 0 40103 101 0 0 25 0 1 0 546356510 1013108736 184765 33554432000 4194304 5683644 140736502104880 18446744073709551615 47963349477504 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10679/statm: 247341 184765 1833 364 0 183265 0
Current children cumulated CPU time (s) 402.04
Current children cumulated vsize (KiB) 989364

[startup+462.301 s]
/proc/loadavg: 1.00 2.00 4.27 2/223 10696
/proc/meminfo: memFree=27769940/32951124 swapFree=67111416/67111528
[pid=10679] ppid=10677 vsize=989364 CPUtime=462.04 cores=0-7
/proc/10679/stat : 10679 (python) R 10677 10679 10653 0 -1 4202496 747956 934 1 0 46103 101 0 0 25 0 1 0 546356510 1013108736 184765 33554432000 4194304 5683644 140736502104880 18446744073709551615 47963349477504 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10679/statm: 247341 184765 1833 364 0 183265 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 989364

[startup+522.301 s]
/proc/loadavg: 1.00 1.81 4.06 2/223 10698
/proc/meminfo: memFree=27770276/32951124 swapFree=67111416/67111528
[pid=10679] ppid=10677 vsize=989364 CPUtime=522.04 cores=0-7
/proc/10679/stat : 10679 (python) R 10677 10679 10653 0 -1 4202496 747956 934 1 0 52103 101 0 0 25 0 1 0 546356510 1013108736 184765 33554432000 4194304 5683644 140736502104880 18446744073709551615 47963349477504 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10679/statm: 247341 184765 1833 364 0 183265 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 989364

[startup+582.301 s]
/proc/loadavg: 1.00 1.66 3.87 2/223 10699
/proc/meminfo: memFree=27770008/32951124 swapFree=67111416/67111528
[pid=10679] ppid=10677 vsize=989364 CPUtime=582.04 cores=0-7
/proc/10679/stat : 10679 (python) R 10677 10679 10653 0 -1 4202496 747956 934 1 0 58103 101 0 0 25 0 1 0 546356510 1013108736 184765 33554432000 4194304 5683644 140736502104880 18446744073709551615 47963349477516 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10679/statm: 247341 184765 1833 364 0 183265 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 989364

[startup+642.3 s]

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

/proc/10709/statm: 176746 110171 399 364 0 112661 0
[pid=10711] ppid=10709 vsize=147652 CPUtime=100.16 cores=0-7
/proc/10711/stat : 10711 (lingeling) T 10709 10711 10711 0 -1 4202496 69457 0 0 0 10004 12 0 0 25 0 1 0 546434906 151195648 36082 33554432000 4194304 4352236 140736432184592 18446744073709551615 4278712 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/10711/statm: 36913 36082 129 39 0 35993 0
[pid=10709/tid=10732] ppid=10679 vsize=706984 CPUtime=0 cores=0-7
/proc/10709/task/10732/stat : 10732 (python) S 10679 10679 10653 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 546444923 723951616 110171 33554432000 4194304 5683644 140736502104880 18446744073709551615 212447840689 0 0 16781312 514 18446604453918089536 0 0 -1 5 0 0 0
[pid=10712] ppid=10679 vsize=717240 CPUtime=0.75 cores=0-7
/proc/10712/stat : 10712 (python) S 10679 10679 10653 0 -1 4202560 1292 0 0 0 49 26 0 0 15 0 1 0 546434908 734453760 110146 33554432000 4194304 5683644 140736502104880 18446744073709551615 212436037190 0 0 16781312 514 3490698733832601857 0 0 17 6 0 0 0
/proc/10712/statm: 179310 110146 371 364 0 115222 0
[pid=10714] ppid=10712 vsize=5783436 CPUtime=216.45 cores=0-7
/proc/10714/stat : 10714 (cryptominisat-2) R 10712 10714 10714 0 -1 4202496 8460134 0 0 0 20241 1404 0 0 25 0 1 0 546434910 5922238464 1372866 33554432000 4194304 4677096 140735504766032 18446744073709551615 4548323 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10714/statm: 1445859 1372866 390 118 0 1440818 0
[pid=10715] ppid=10679 vsize=727496 CPUtime=0.74 cores=0-7
/proc/10715/stat : 10715 (python) S 10679 10679 10653 0 -1 4202560 1306 0 0 0 49 25 0 0 16 0 1 0 546434912 744955904 110150 33554432000 4194304 5683644 140736502104880 18446744073709551615 212436037190 0 0 16781312 514 5602134339065184515 0 0 17 4 0 0 0
/proc/10715/statm: 181874 110150 371 364 0 117783 0
[pid=10717] ppid=10715 vsize=5541668 CPUtime=215.38 cores=0-7
/proc/10717/stat : 10717 (cryptominisat-2) R 10715 10717 10717 0 -1 4202496 7718187 0 0 0 20219 1319 0 0 25 0 1 0 546434914 5674668032 1304871 33554432000 4194304 4677096 140734368505520 18446744073709551615 212436060295 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10717/statm: 1385417 1304801 390 118 0 1380376 0
[pid=10718] ppid=10679 vsize=737752 CPUtime=0.37 cores=0-7
/proc/10718/stat : 10718 (python) S 10679 10679 10653 0 -1 4202560 1007 0 0 0 19 18 0 0 18 0 1 0 546434916 755458048 110153 33554432000 4194304 5683644 140736502104880 18446744073709551615 212436037190 0 0 16781312 514 6007502835749454081 0 0 17 4 0 0 0
/proc/10718/statm: 184438 110153 370 364 0 120344 0
[pid=10720] ppid=10718 vsize=157600 CPUtime=216.58 cores=0-7
/proc/10720/stat : 10720 (lingeling) R 10718 10720 10720 0 -1 4202496 81267 0 0 0 21643 15 0 0 25 0 1 0 546434918 161382400 38569 33554432000 4194304 4352236 140733235233312 18446744073709551615 4235899 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/10720/statm: 39400 38569 129 39 0 38480 0
[pid=10721] ppid=10679 vsize=748008 CPUtime=0.6 cores=0-7
/proc/10721/stat : 10721 (python) S 10679 10679 10653 0 -1 4202560 1334 0 0 0 38 22 0 0 15 0 1 0 546434921 765960192 110158 33554432000 4194304 5683644 140736502104880 18446744073709551615 212436037190 0 0 16781312 514 1080032684073255171 0 0 17 0 0 0 0
/proc/10721/statm: 187002 110158 371 364 0 122905 0
[pid=10723] ppid=10721 vsize=5558708 CPUtime=216.78 cores=0-7
/proc/10723/stat : 10723 (cryptominisat-2) R 10721 10723 10723 0 -1 4202496 8383212 0 0 0 20270 1408 0 0 25 0 1 0 546434922 5692116992 1307290 33554432000 4194304 4677096 140735921469632 18446744073709551615 212435714487 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/10723/statm: 1389677 1307295 390 118 0 1384636 0
[pid=10724] ppid=10679 vsize=758264 CPUtime=0.37 cores=0-7
/proc/10724/stat : 10724 (python) S 10679 10679 10653 0 -1 4202560 1002 0 0 0 20 17 0 0 18 0 1 0 546434925 776462336 110161 33554432000 4194304 5683644 140736502104880 18446744073709551615 212436037190 0 0 16781312 514 6007502835749454081 0 0 17 4 0 0 0
/proc/10724/statm: 189566 110161 370 364 0 125466 0
[pid=10726] ppid=10724 vsize=461024 CPUtime=214.68 cores=0-7
/proc/10726/stat : 10726 (glucose_static) R 10724 10726 10726 0 -1 4202496 112233 0 0 0 21442 26 0 0 25 0 1 0 546434926 472088576 111884 33554432000 134512640 135217611 4288726384 18446744073709551615 134528127 0 0 16781312 8388611 0 0 0 17 7 0 0 0
/proc/10726/statm: 115256 111884 78 173 0 115081 0
[pid=10727] ppid=10679 vsize=768520 CPUtime=0.38 cores=0-7
/proc/10727/stat : 10727 (python) S 10679 10679 10653 0 -1 4202560 1060 0 0 0 21 17 0 0 18 0 1 0 546434929 786964480 110171 33554432000 4194304 5683644 140736502104880 18446744073709551615 212436037190 0 0 16781312 514 6007502835749454082 0 0 17 2 0 0 0
/proc/10727/statm: 192130 110171 376 364 0 128027 0
[pid=10729] ppid=10727 vsize=166900 CPUtime=216.64 cores=0-7
/proc/10729/stat : 10729 (lingeling) R 10727 10729 10729 0 -1 4202496 82516 0 0 0 21651 13 0 0 25 0 1 0 546434931 170905600 40895 33554432000 4194304 4352236 140734997821392 18446744073709551615 4207619 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/10729/statm: 41725 40895 129 39 0 40805 0
[pid=10733] ppid=10679 vsize=778776 CPUtime=0.21 cores=0-7
/proc/10733/stat : 10733 (python) S 10679 10679 10653 0 -1 4202560 967 0 0 0 10 11 0 0 18 0 1 0 546444926 797466624 110169 33554432000 4194304 5683644 140736502104880 18446744073709551615 212436037190 0 0 16781312 514 6007502835749454084 0 0 17 2 0 0 0
/proc/10733/statm: 194694 110169 370 364 0 130588 0
[pid=10735] ppid=10733 vsize=336408 CPUtime=116.64 cores=0-7
/proc/10735/stat : 10735 (glucose_static) R 10733 10735 10735 0 -1 4202496 81048 0 0 0 11644 20 0 0 25 0 1 0 546444928 344481792 80749 33554432000 134512640 135217611 4288133104 18446744073709551615 134537504 0 0 16781312 8388611 0 0 0 17 2 0 0 0
/proc/10735/statm: 84102 80749 78 173 0 83927 0
[pid=10679/tid=10707] ppid=10677 vsize=854556 CPUtime=0 cores=0-7
/proc/10679/task/10707/stat : 10707 (python) S 10677 10679 10653 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 10 0 546434901 875065344 111697 33554432000 4194304 5683644 140736502104880 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 0 0 0 0
[pid=10679/tid=10710] ppid=10677 vsize=854556 CPUtime=0 cores=0-7
/proc/10679/task/10710/stat : 10710 (python) S 10677 10679 10653 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 10 0 546434905 875065344 111697 33554432000 4194304 5683644 140736502104880 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 2 0 0 0
[pid=10679/tid=10713] ppid=10677 vsize=854556 CPUtime=0 cores=0-7
/proc/10679/task/10713/stat : 10713 (python) S 10677 10679 10653 0 -1 4202560 24 934 0 0 0 0 0 0 22 0 10 0 546434910 875065344 111697 33554432000 4194304 5683644 140736502104880 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 0 0 0 0
[pid=10679/tid=10716] ppid=10677 vsize=854556 CPUtime=0 cores=0-7
/proc/10679/task/10716/stat : 10716 (python) S 10677 10679 10653 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 10 0 546434914 875065344 111697 33554432000 4194304 5683644 140736502104880 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 0 0 0 0
[pid=10679/tid=10719] ppid=10677 vsize=854556 CPUtime=0 cores=0-7
/proc/10679/task/10719/stat : 10719 (python) S 10677 10679 10653 0 -1 4202560 25 934 0 0 0 0 0 0 22 0 10 0 546434918 875065344 111697 33554432000 4194304 5683644 140736502104880 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 4 0 0 0
[pid=10679/tid=10722] ppid=10677 vsize=854556 CPUtime=0 cores=0-7
/proc/10679/task/10722/stat : 10722 (python) S 10677 10679 10653 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 10 0 546434922 875065344 111697 33554432000 4194304 5683644 140736502104880 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 0 0 0 0
[pid=10679/tid=10725] ppid=10677 vsize=854556 CPUtime=0 cores=0-7
/proc/10679/task/10725/stat : 10725 (python) S 10677 10679 10653 0 -1 4202560 24 934 0 0 0 0 0 0 22 0 10 0 546434926 875065344 111697 33554432000 4194304 5683644 140736502104880 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 4 0 0 0
[pid=10679/tid=10728] ppid=10677 vsize=854556 CPUtime=0 cores=0-7
/proc/10679/task/10728/stat : 10728 (python) S 10677 10679 10653 0 -1 4202560 27 934 0 0 0 0 0 0 24 0 10 0 546434931 875065344 111697 33554432000 4194304 5683644 140736502104880 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 2 0 0 0
[pid=10679/tid=10734] ppid=10677 vsize=854556 CPUtime=0 cores=0-7
/proc/10679/task/10734/stat : 10734 (python) S 10677 10679 10653 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 10 0 546444928 875065344 111697 33554432000 4194304 5683644 140736502104880 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2518.89
Current children cumulated vsize (KiB) 31790684

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1001.3 s]
/proc/loadavg: 7.97 4.82 4.28 9/251 10748
/proc/meminfo: memFree=4937004/32951124 swapFree=67111416/67111528
[pid=10679] ppid=10677 vsize=854556 CPUtime=783.99 cores=0-7
/proc/10679/stat : 10679 (python) S 10677 10679 10653 0 -1 4202496 754632 934 1 0 78285 114 0 0 19 0 10 0 546356510 875065344 111697 33554432000 4194304 5683644 140736502104880 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10679/statm: 213639 111697 1892 364 0 149533 0
[pid=10706] ppid=10679 vsize=696728 CPUtime=0.62 cores=0-7
/proc/10706/stat : 10706 (python) S 10679 10679 10653 0 -1 4202560 1307 0 0 0 34 28 0 0 15 0 1 0 546434900 713449472 110144 33554432000 4194304 5683644 140736502104880 18446744073709551615 212436037135 0 0 16781312 514 1793769662127767812 0 0 17 1 0 0 0
/proc/10706/statm: 174182 110144 377 364 0 110100 0
[pid=10708] ppid=10706 vsize=6142964 CPUtime=217.38 cores=0-7
/proc/10708/stat : 10708 (cryptominisat-2) R 10706 10708 10708 0 -1 4202496 9608100 0 0 0 20459 1279 0 0 25 0 1 0 546434901 6290395136 1461969 33554432000 4194304 4677096 140734367593504 18446744073709551615 4293847 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/10708/statm: 1535741 1461969 390 118 0 1530700 0
[pid=10709] ppid=10679 vsize=706984 CPUtime=0.17 cores=0-7
/proc/10709/stat : 10709 (python) S 10679 10679 10653 0 -1 4202560 1103 0 0 0 8 9 0 0 19 0 2 0 546434904 723951616 110171 33554432000 4194304 5683644 140736502104880 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/10709/statm: 176746 110171 399 364 0 112661 0
[pid=10711] ppid=10709 vsize=147652 CPUtime=100.16 cores=0-7
/proc/10711/stat : 10711 (lingeling) T 10709 10711 10711 0 -1 4202496 69457 0 0 0 10004 12 0 0 25 0 1 0 546434906 151195648 36082 33554432000 4194304 4352236 140736432184592 18446744073709551615 4278712 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/10711/statm: 36913 36082 129 39 0 35993 0
[pid=10709/tid=10732] ppid=10679 vsize=706984 CPUtime=0 cores=0-7
/proc/10709/task/10732/stat : 10732 (python) S 10679 10679 10653 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 546444923 723951616 110171 33554432000 4194304 5683644 140736502104880 18446744073709551615 212447840689 0 0 16781312 514 18446604453918089536 0 0 -1 5 0 0 0
[pid=10712] ppid=10679 vsize=717240 CPUtime=0.75 cores=0-7
/proc/10712/stat : 10712 (python) S 10679 10679 10653 0 -1 4202560 1292 0 0 0 49 26 0 0 15 0 1 0 546434908 734453760 110146 33554432000 4194304 5683644 140736502104880 18446744073709551615 212436037190 0 0 16781312 514 3490698733832601857 0 0 17 6 0 0 0
/proc/10712/statm: 179310 110146 371 364 0 115222 0
[pid=10714] ppid=10712 vsize=5783436 CPUtime=216.45 cores=0-7
/proc/10714/stat : 10714 (cryptominisat-2) R 10712 10714 10714 0 -1 4202496 8460134 0 0 0 20241 1404 0 0 25 0 1 0 546434910 5922238464 1372866 33554432000 4194304 4677096 140735504766032 18446744073709551615 4548323 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10714/statm: 1445859 1372866 390 118 0 1440818 0
[pid=10715] ppid=10679 vsize=727496 CPUtime=0.74 cores=0-7
/proc/10715/stat : 10715 (python) S 10679 10679 10653 0 -1 4202560 1306 0 0 0 49 25 0 0 16 0 1 0 546434912 744955904 110150 33554432000 4194304 5683644 140736502104880 18446744073709551615 212436037190 0 0 16781312 514 5602134339065184515 0 0 17 4 0 0 0
/proc/10715/statm: 181874 110150 371 364 0 117783 0
[pid=10717] ppid=10715 vsize=5541668 CPUtime=215.38 cores=0-7
/proc/10717/stat : 10717 (cryptominisat-2) R 10715 10717 10717 0 -1 4202496 7718187 0 0 0 20219 1319 0 0 25 0 1 0 546434914 5674668032 1304871 33554432000 4194304 4677096 140734368505520 18446744073709551615 212436060295 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10717/statm: 1385417 1304801 390 118 0 1380376 0
[pid=10718] ppid=10679 vsize=737752 CPUtime=0.37 cores=0-7
/proc/10718/stat : 10718 (python) S 10679 10679 10653 0 -1 4202560 1007 0 0 0 19 18 0 0 18 0 1 0 546434916 755458048 110153 33554432000 4194304 5683644 140736502104880 18446744073709551615 212436037190 0 0 16781312 514 6007502835749454081 0 0 17 4 0 0 0
/proc/10718/statm: 184438 110153 370 364 0 120344 0
[pid=10720] ppid=10718 vsize=157600 CPUtime=216.58 cores=0-7
/proc/10720/stat : 10720 (lingeling) R 10718 10720 10720 0 -1 4202496 81267 0 0 0 21643 15 0 0 25 0 1 0 546434918 161382400 38569 33554432000 4194304 4352236 140733235233312 18446744073709551615 4235899 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/10720/statm: 39400 38569 129 39 0 38480 0
[pid=10721] ppid=10679 vsize=748008 CPUtime=0.6 cores=0-7
/proc/10721/stat : 10721 (python) S 10679 10679 10653 0 -1 4202560 1334 0 0 0 38 22 0 0 15 0 1 0 546434921 765960192 110158 33554432000 4194304 5683644 140736502104880 18446744073709551615 212436037190 0 0 16781312 514 1080032684073255171 0 0 17 0 0 0 0
/proc/10721/statm: 187002 110158 371 364 0 122905 0
[pid=10723] ppid=10721 vsize=5558708 CPUtime=216.78 cores=0-7
/proc/10723/stat : 10723 (cryptominisat-2) R 10721 10723 10723 0 -1 4202496 8383212 0 0 0 20270 1408 0 0 25 0 1 0 546434922 5692116992 1307290 33554432000 4194304 4677096 140735921469632 18446744073709551615 212435714487 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/10723/statm: 1389677 1307295 390 118 0 1384636 0
[pid=10724] ppid=10679 vsize=758264 CPUtime=0.37 cores=0-7
/proc/10724/stat : 10724 (python) S 10679 10679 10653 0 -1 4202560 1002 0 0 0 20 17 0 0 18 0 1 0 546434925 776462336 110161 33554432000 4194304 5683644 140736502104880 18446744073709551615 212436037190 0 0 16781312 514 6007502835749454081 0 0 17 4 0 0 0
/proc/10724/statm: 189566 110161 370 364 0 125466 0
[pid=10726] ppid=10724 vsize=461024 CPUtime=214.68 cores=0-7
/proc/10726/stat : 10726 (glucose_static) R 10724 10726 10726 0 -1 4202496 112233 0 0 0 21442 26 0 0 25 0 1 0 546434926 472088576 111884 33554432000 134512640 135217611 4288726384 18446744073709551615 134528127 0 0 16781312 8388611 0 0 0 17 7 0 0 0
/proc/10726/statm: 115256 111884 78 173 0 115081 0
[pid=10727] ppid=10679 vsize=768520 CPUtime=0.38 cores=0-7
/proc/10727/stat : 10727 (python) S 10679 10679 10653 0 -1 4202560 1060 0 0 0 21 17 0 0 18 0 1 0 546434929 786964480 110171 33554432000 4194304 5683644 140736502104880 18446744073709551615 212436037190 0 0 16781312 514 6007502835749454082 0 0 17 2 0 0 0
/proc/10727/statm: 192130 110171 376 364 0 128027 0
[pid=10729] ppid=10727 vsize=166900 CPUtime=216.64 cores=0-7
/proc/10729/stat : 10729 (lingeling) R 10727 10729 10729 0 -1 4202496 82516 0 0 0 21651 13 0 0 25 0 1 0 546434931 170905600 40895 33554432000 4194304 4352236 140734997821392 18446744073709551615 4207619 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/10729/statm: 41725 40895 129 39 0 40805 0
[pid=10733] ppid=10679 vsize=778776 CPUtime=0.21 cores=0-7
/proc/10733/stat : 10733 (python) S 10679 10679 10653 0 -1 4202560 967 0 0 0 10 11 0 0 18 0 1 0 546444926 797466624 110169 33554432000 4194304 5683644 140736502104880 18446744073709551615 212436037190 0 0 16781312 514 6007502835749454084 0 0 17 2 0 0 0
/proc/10733/statm: 194694 110169 370 364 0 130588 0
[pid=10735] ppid=10733 vsize=336408 CPUtime=116.64 cores=0-7
/proc/10735/stat : 10735 (glucose_static) R 10733 10735 10735 0 -1 4202496 81048 0 0 0 11644 20 0 0 25 0 1 0 546444928 344481792 80749 33554432000 134512640 135217611 4288133104 18446744073709551615 134537504 0 0 16781312 8388611 0 0 0 17 2 0 0 0
/proc/10735/statm: 84102 80749 78 173 0 83927 0
[pid=10679/tid=10707] ppid=10677 vsize=854556 CPUtime=0 cores=0-7
/proc/10679/task/10707/stat : 10707 (python) S 10677 10679 10653 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 10 0 546434901 875065344 111697 33554432000 4194304 5683644 140736502104880 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 0 0 0 0
[pid=10679/tid=10710] ppid=10677 vsize=854556 CPUtime=0 cores=0-7
/proc/10679/task/10710/stat : 10710 (python) S 10677 10679 10653 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 10 0 546434905 875065344 111697 33554432000 4194304 5683644 140736502104880 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 2 0 0 0
[pid=10679/tid=10713] ppid=10677 vsize=854556 CPUtime=0 cores=0-7
/proc/10679/task/10713/stat : 10713 (python) S 10677 10679 10653 0 -1 4202560 24 934 0 0 0 0 0 0 22 0 10 0 546434910 875065344 111697 33554432000 4194304 5683644 140736502104880 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 0 0 0 0
[pid=10679/tid=10716] ppid=10677 vsize=854556 CPUtime=0 cores=0-7
/proc/10679/task/10716/stat : 10716 (python) S 10677 10679 10653 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 10 0 546434914 875065344 111697 33554432000 4194304 5683644 140736502104880 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 0 0 0 0
[pid=10679/tid=10719] ppid=10677 vsize=854556 CPUtime=0 cores=0-7
/proc/10679/task/10719/stat : 10719 (python) S 10677 10679 10653 0 -1 4202560 25 934 0 0 0 0 0 0 22 0 10 0 546434918 875065344 111697 33554432000 4194304 5683644 140736502104880 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 4 0 0 0
[pid=10679/tid=10722] ppid=10677 vsize=854556 CPUtime=0 cores=0-7
/proc/10679/task/10722/stat : 10722 (python) S 10677 10679 10653 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 10 0 546434922 875065344 111697 33554432000 4194304 5683644 140736502104880 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 0 0 0 0
[pid=10679/tid=10725] ppid=10677 vsize=854556 CPUtime=0 cores=0-7
/proc/10679/task/10725/stat : 10725 (python) S 10677 10679 10653 0 -1 4202560 24 934 0 0 0 0 0 0 22 0 10 0 546434926 875065344 111697 33554432000 4194304 5683644 140736502104880 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 4 0 0 0
[pid=10679/tid=10728] ppid=10677 vsize=854556 CPUtime=0 cores=0-7
/proc/10679/task/10728/stat : 10728 (python) S 10677 10679 10653 0 -1 4202560 27 934 0 0 0 0 0 0 24 0 10 0 546434931 875065344 111697 33554432000 4194304 5683644 140736502104880 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 2 0 0 0
[pid=10679/tid=10734] ppid=10677 vsize=854556 CPUtime=0 cores=0-7
/proc/10679/task/10734/stat : 10734 (python) S 10677 10679 10653 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 10 0 546444928 875065344 111697 33554432000 4194304 5683644 140736502104880 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2518.89
Current children cumulated vsize (KiB) 31790684

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10679 and gives
#  childrusage.ru_utime.tv_sec=782
#  childrusage.ru_utime.tv_usec=856987
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=216815
# CPU time returned by wait4() is 784.074
# while last known CPU time is 2518.89
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1001.44
CPU time (s): 2518.89
CPU user time (s): 2461.06
CPU system time (s): 57.83
CPU usage (%): 251.527
Max. virtual memory (cumulated for all children) (KiB): 31790684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 782.857
system time used= 1.21681
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 755573
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= 3178
involuntary context switches= 2002

runsolver used 2.21066 second user time and 5.62514 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-02 16:45:41
IDJOB=3321583
IDBENCH=82387
IDSOLVER=1710
FILE ID=node102/3321583-1304347539
RUNJOBID= node102-1304347539-10667
PBS_JOBID= 13178657
Free space on /tmp= 73380 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.020-NOTKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3321583-1304347539/watcher-3321583-1304347539 -o /tmp/evaluation-result-3321583-1304347539/solver-3321583-1304347539 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321583-1304347539.cnf -seed 1684727889 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 5d1253e2dcc0e3e55992672756beadbc
RANDOM SEED=1684727889

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28500768 kB
Buffers:        664184 kB
Cached:        1953228 kB
SwapCached:          0 kB
Active:        1927112 kB
Inactive:      2089956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28500768 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:          110720 kB
Writeback:           0 kB
AnonPages:     1399712 kB
Mapped:          19116 kB
Slab:           358612 kB
PageTables:      12668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 24890100 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= 73348 MiB
End job on node102 at 2011-05-02 17:02:25