Trace number 3378722

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-par-industrial (fixed)UNSAT 68.2216 66.3125

General information on the benchmark

Nameindustrial/babic/hsatv17/
hsat_vc12062.cnf
MD5SUMcc0ca898241ac312882fa93ead2b644b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.509921
Satisfiable
(Un)Satisfiability was proved
Number of variables200205
Number of clauses566857
Sum of the clauses size1466561
Maximum clause length3
Minimum clause length1
Number of clauses of size 124585
Number of clauses of size 2184840
Number of clauses of size 3357432
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.37/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.37/0.67	c INFO: solving HOME/instance-3378722-1305463314.cnf
0.37/0.67	c INFO: computing task features
2.25/2.56	c INFO: computed variable-clause graph statistics
2.35/2.62	c INFO: computed clause balance statistics
2.75/3.05	Warning: invalid value encountered in divide
7.36/7.68	Warning: invalid value encountered in divide
7.36/7.69	Warning: invalid value encountered in divide
7.36/7.69	Warning: invalid value encountered in divide
7.36/7.69	Warning: invalid value encountered in divide
7.36/7.69	Warning: invalid value encountered in divide
7.36/7.69	Warning: invalid value encountered in divide
7.36/7.69	Warning: invalid value encountered in divide
7.36/7.69	Warning: invalid value encountered in divide
7.36/7.69	Warning: invalid value encountered in divide
7.36/7.69	Warning: invalid value encountered in divide
7.36/7.69	Warning: invalid value encountered in divide
7.36/7.69	Warning: invalid value encountered in divide
7.36/7.69	Warning: invalid value encountered in divide
7.36/7.69	Warning: invalid value encountered in divide
7.36/7.69	Warning: invalid value encountered in divide
7.36/7.69	Warning: invalid value encountered in divide
7.36/7.69	Warning: invalid value encountered in divide
7.36/7.69	Warning: invalid value encountered in divide
7.36/7.69	Warning: invalid value encountered in divide
7.36/7.69	Warning: invalid value encountered in divide
7.36/7.69	Warning: invalid value encountered in divide
7.36/7.69	Warning: invalid value encountered in divide
7.36/7.69	Warning: invalid value encountered in divide
7.36/7.69	Warning: invalid value encountered in divide
11.95/12.23	c INFO: computed variable balance statistics
19.05/19.30	c INFO: computed small-clause counts
19.15/19.45	c INFO: computed Horn-clause counts
65.15/65.49	c INFO: computed variable graph statistics
65.15/65.49	c INFO: collected features for HOME/instance-3378722-1305463314.cnf in 64.76 s
65.24/65.50	c INFO: running precosat-570@0 for 97 with 1135 remaining (b = nan)
65.24/65.51	c INFO: running precosat-570@0 for 97 with 1135 remaining (b = nan)
65.24/65.52	c INFO: running precosat-570@0 for 97 with 1135 remaining (b = nan)
65.24/65.53	c INFO: running precosat-570@0 for 97 with 1135 remaining (b = nan)
67.88/66.27	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3378722-1305463314/watcher-3378722-1305463314 -o /tmp/evaluation-result-3378722-1305463314/solver-3378722-1305463314 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378722-1305463314.cnf -seed 880327032 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 2.78 3.34 3.52 2/370 15917
/proc/meminfo: memFree=24965576/32951124 swapFree=63083164/67111528
[pid=15917] ppid=15915 vsize=16236 CPUtime=0 cores=1,3,5,7
/proc/15917/stat : 15917 (python) R 15915 15917 15878 0 -1 4202496 1035 0 0 0 0 0 0 0 17 0 1 0 638747092 16625664 907 33554432000 4194304 5683644 140736407030672 18446744073709551615 264726065861 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/15917/statm: 4059 907 380 364 0 546 0

[startup+0.0455269 s]
/proc/loadavg: 2.78 3.34 3.52 2/370 15917
/proc/meminfo: memFree=24965576/32951124 swapFree=63083164/67111528
[pid=15917] ppid=15915 vsize=25292 CPUtime=0.02 cores=1,3,5,7
/proc/15917/stat : 15917 (python) R 15915 15917 15878 0 -1 4202496 1347 0 0 0 2 0 0 0 17 0 1 0 638747092 25899008 1193 33554432000 4194304 5683644 140736407030672 18446744073709551615 264726403072 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/15917/statm: 6323 1193 438 364 0 724 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25292

[startup+0.100532 s]
/proc/loadavg: 2.78 3.34 3.52 2/370 15917
/proc/meminfo: memFree=24965576/32951124 swapFree=63083164/67111528
[pid=15917] ppid=15915 vsize=101740 CPUtime=0.06 cores=1,3,5,7
/proc/15917/stat : 15917 (python) R 15915 15917 15878 0 -1 4202496 2930 0 0 0 4 2 0 0 17 0 1 0 638747092 104181760 2626 33554432000 4194304 5683644 140736407030672 18446744073709551615 264726448263 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/15917/statm: 25435 2626 837 364 0 1735 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 101740

[startup+0.300525 s]
/proc/loadavg: 2.78 3.34 3.52 2/370 15917
/proc/meminfo: memFree=24965576/32951124 swapFree=63083164/67111528
[pid=15917] ppid=15915 vsize=135748 CPUtime=0.21 cores=1,3,5,7
/proc/15917/stat : 15917 (python) R 15915 15917 15878 0 -1 4202496 5959 937 1 0 14 7 0 0 17 0 1 0 638747092 139005952 4150 33554432000 4194304 5683644 140736407030672 18446744073709551615 264726401029 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/15917/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 135748

[startup+0.700401 s]
/proc/loadavg: 2.78 3.34 3.52 2/370 15917
/proc/meminfo: memFree=24965576/32951124 swapFree=63083164/67111528
[pid=15917] ppid=15915 vsize=291128 CPUtime=0.44 cores=1,3,5,7
/proc/15917/stat : 15917 (python) R 15915 15917 15878 0 -1 4202496 12418 937 1 0 30 14 0 0 15 0 1 0 638747092 298115072 10102 33554432000 4194304 5683644 140736407030672 18446744073709551615 264726091472 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/15917/statm: 72782 10102 1761 364 0 8706 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 291128

[startup+1.50024 s]
/proc/loadavg: 2.71 3.32 3.52 3/371 15926
/proc/meminfo: memFree=24865316/32951124 swapFree=63083164/67111528
[pid=15917] ppid=15915 vsize=344660 CPUtime=1.25 cores=1,3,5,7
/proc/15917/stat : 15917 (python) R 15915 15917 15878 0 -1 4202496 25697 937 1 0 108 17 0 0 16 0 1 0 638747092 352931840 23381 33554432000 4194304 5683644 140736407030672 18446744073709551615 264726091488 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/15917/statm: 86165 23382 1761 364 0 22089 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 344660

[startup+3.10094 s]
/proc/loadavg: 2.71 3.32 3.52 3/371 15926
/proc/meminfo: memFree=24744664/32951124 swapFree=63083164/67111528
[pid=15917] ppid=15915 vsize=401660 CPUtime=2.85 cores=1,3,5,7
/proc/15917/stat : 15917 (python) R 15915 15917 15878 0 -1 4202496 54042 937 1 0 265 20 0 0 18 0 1 0 638747092 411299840 37802 33554432000 4194304 5683644 140736407030672 18446744073709551615 4567031 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/15917/statm: 100415 37802 1828 364 0 36339 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 401660

[startup+6.30034 s]
/proc/loadavg: 2.71 3.32 3.52 3/371 15926
/proc/meminfo: memFree=24722128/32951124 swapFree=63083164/67111528
[pid=15917] ppid=15915 vsize=401660 CPUtime=6.05 cores=1,3,5,7
/proc/15917/stat : 15917 (python) R 15915 15917 15878 0 -1 4202496 54042 937 1 0 585 20 0 0 25 0 1 0 638747092 411299840 37802 33554432000 4194304 5683644 140736407030672 18446744073709551615 264726065477 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/15917/statm: 100415 37802 1828 364 0 36339 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 401660

[startup+12.7001 s]
/proc/loadavg: 2.68 3.29 3.50 3/371 15926
/proc/meminfo: memFree=24724608/32951124 swapFree=63083164/67111528
[pid=15917] ppid=15915 vsize=401660 CPUtime=12.45 cores=1,3,5,7
/proc/15917/stat : 15917 (python) R 15915 15917 15878 0 -1 4202496 54043 937 1 0 1225 20 0 0 25 0 1 0 638747092 411299840 37803 33554432000 4194304 5683644 140736407030672 18446744073709551615 47788499359980 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/15917/statm: 100415 37803 1829 364 0 36339 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 401660

[startup+25.5007 s]
/proc/loadavg: 2.57 3.25 3.49 3/371 15926
/proc/meminfo: memFree=24724892/32951124 swapFree=63083164/67111528
[pid=15917] ppid=15915 vsize=401660 CPUtime=25.25 cores=1,3,5,7
/proc/15917/stat : 15917 (python) R 15915 15917 15878 0 -1 4202496 54049 937 1 0 2505 20 0 0 25 0 1 0 638747092 411299840 37809 33554432000 4194304 5683644 140736407030672 18446744073709551615 47788466698380 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/15917/statm: 100415 37809 1835 364 0 36339 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 401660

[startup+51.1009 s]
/proc/loadavg: 3.04 3.30 3.49 6/383 15984
/proc/meminfo: memFree=24750060/32951124 swapFree=63083164/67111528
[pid=15917] ppid=15915 vsize=401660 CPUtime=50.85 cores=1,3,5,7
/proc/15917/stat : 15917 (python) R 15915 15917 15878 0 -1 4202496 54049 937 1 0 5065 20 0 0 25 0 1 0 638747092 411299840 37809 33554432000 4194304 5683644 140736407030672 18446744073709551615 47788466698368 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/15917/statm: 100415 37809 1835 364 0 36339 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 401660

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

[startup+57.5007 s]
/proc/loadavg: 3.34 3.35 3.51 6/383 15984
/proc/meminfo: memFree=24746092/32951124 swapFree=63083164/67111528
[pid=15917] ppid=15915 vsize=401660 CPUtime=57.25 cores=1,3,5,7
/proc/15917/stat : 15917 (python) R 15915 15917 15878 0 -1 4202496 54049 937 1 0 5705 20 0 0 25 0 1 0 638747092 411299840 37809 33554432000 4194304 5683644 140736407030672 18446744073709551615 47788466698380 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/15917/statm: 100415 37809 1835 364 0 36339 0
Current children cumulated CPU time (s) 57.25
Current children cumulated vsize (KiB) 401660

[startup+60.7011 s]
/proc/loadavg: 3.34 3.35 3.51 7/383 15984
/proc/meminfo: memFree=24746188/32951124 swapFree=63083164/67111528
[pid=15917] ppid=15915 vsize=401660 CPUtime=60.45 cores=1,3,5,7
/proc/15917/stat : 15917 (python) R 15915 15917 15878 0 -1 4202496 54049 937 1 0 6025 20 0 0 25 0 1 0 638747092 411299840 37809 33554432000 4194304 5683644 140736407030672 18446744073709551615 47788466698380 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/15917/statm: 100415 37809 1835 364 0 36339 0
Current children cumulated CPU time (s) 60.45
Current children cumulated vsize (KiB) 401660

[startup+63.9005 s]
/proc/loadavg: 3.47 3.38 3.52 6/383 15984
/proc/meminfo: memFree=24744684/32951124 swapFree=63083164/67111528
[pid=15917] ppid=15915 vsize=401660 CPUtime=63.65 cores=1,3,5,7
/proc/15917/stat : 15917 (python) R 15915 15917 15878 0 -1 4202496 54049 937 1 0 6345 20 0 0 25 0 1 0 638747092 411299840 37809 33554432000 4194304 5683644 140736407030672 18446744073709551615 47788466698380 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/15917/statm: 100415 37809 1835 364 0 36339 0
Current children cumulated CPU time (s) 63.65
Current children cumulated vsize (KiB) 401660

[startup+65.5002 s]
/proc/loadavg: 3.47 3.38 3.52 6/383 15984
/proc/meminfo: memFree=24742080/32951124 swapFree=63083164/67111528
[pid=15917] ppid=15915 vsize=392288 CPUtime=65.24 cores=1,3,5,7
/proc/15917/stat : 15917 (python) R 15915 15917 15878 0 -1 4202496 54100 937 1 0 6504 20 0 0 25 0 1 0 638747092 401702912 35487 33554432000 4194304 5683644 140736407030672 18446744073709551615 264729813673 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/15917/statm: 98072 35488 1860 364 0 33993 0
Current children cumulated CPU time (s) 65.24
Current children cumulated vsize (KiB) 392288

[startup+65.901 s]
/proc/loadavg: 3.47 3.38 3.52 9/395 15996
/proc/meminfo: memFree=24343564/32951124 swapFree=63083164/67111528
[pid=15917] ppid=15915 vsize=498848 CPUtime=65.28 cores=1,3,5,7
/proc/15917/stat : 15917 (python) S 15915 15917 15878 0 -1 4202496 56474 937 1 0 6506 22 0 0 20 0 5 0 638747092 510820352 35607 33554432000 4194304 5683644 140736407030672 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15917/statm: 124712 35607 1875 364 0 60621 0
[pid=15985] ppid=15917 vsize=392300 CPUtime=0 cores=1,3,5,7
/proc/15985/stat : 15985 (python) S 15917 15917 15878 0 -1 4202560 704 0 0 0 0 0 0 0 25 0 1 0 638753642 401715200 33974 33554432000 4194304 5683644 140736407030672 18446744073709551615 264726425103 0 0 16781312 514 4459627138013724671 0 0 17 1 0 0 0
/proc/15985/statm: 98075 33974 346 364 0 33993 0
[pid=15989] ppid=15985 vsize=107072 CPUtime=0.38 cores=1,3,5,7
/proc/15989/stat : 15989 (precosat) R 15985 15989 15989 0 -1 4202496 26079 0 0 0 34 4 0 0 25 0 1 0 638753644 109641728 25817 33554432000 4194304 4890832 140735529775824 18446744073709551615 4454610 0 0 16781312 17442 0 0 0 17 3 0 0 0
/proc/15989/statm: 26768 25817 65 171 0 26595 0
[pid=15987] ppid=15917 vsize=402556 CPUtime=0 cores=1,3,5,7
/proc/15987/stat : 15987 (python) S 15917 15917 15878 0 -1 4202560 722 0 0 0 0 0 0 0 25 0 1 0 638753643 412217344 33975 33554432000 4194304 5683644 140736407030672 18446744073709551615 264726425158 0 0 16781312 514 13646583624634466303 0 0 17 1 0 0 0
/proc/15987/statm: 100639 33975 343 364 0 36554 0
[pid=15991] ppid=15987 vsize=103632 CPUtime=0.36 cores=1,3,5,7
/proc/15991/stat : 15991 (precosat) R 15987 15991 15991 0 -1 4202496 25207 0 0 0 32 4 0 0 25 0 1 0 638753645 106119168 24943 33554432000 4194304 4890832 140736345485888 18446744073709551615 4260814 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/15991/statm: 25908 24943 65 171 0 25735 0
[pid=15990] ppid=15917 vsize=478348 CPUtime=0 cores=1,3,5,7
/proc/15990/stat : 15990 (python) S 15917 15917 15878 0 -1 4202560 686 0 0 0 0 0 0 0 19 0 1 0 638753644 489828352 34097 33554432000 4194304 5683644 140736407030672 18446744073709551615 264726425158 0 0 16781312 514 13646575928053071871 0 0 17 3 0 0 0
/proc/15990/statm: 119587 34097 344 364 0 55499 0
[pid=15994] ppid=15990 vsize=103500 CPUtime=0.36 cores=1,3,5,7
/proc/15994/stat : 15994 (precosat) R 15990 15994 15994 0 -1 4202496 25177 0 0 0 33 3 0 0 21 0 1 0 638753646 105984000 24925 33554432000 4194304 4890832 140733567434016 18446744073709551615 4454610 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/15994/statm: 25875 24926 65 171 0 25702 0
[pid=15993] ppid=15917 vsize=488604 CPUtime=0 cores=1,3,5,7
/proc/15993/stat : 15993 (python) S 15917 15917 15878 0 -1 4202560 695 0 0 0 0 0 0 0 20 0 1 0 638753645 500330496 34070 33554432000 4194304 5683644 140736407030672 18446744073709551615 264726425158 0 0 16781312 514 4669358156378275839 0 0 17 3 0 0 0
/proc/15993/statm: 122151 34070 344 364 0 58060 0
[pid=15996] ppid=15993 vsize=103104 CPUtime=0.35 cores=1,3,5,7
/proc/15996/stat : 15996 (precosat) R 15993 15996 15996 0 -1 4202496 25057 0 0 0 32 3 0 0 22 0 1 0 638753646 105578496 24804 33554432000 4194304 4890832 140734600078688 18446744073709551615 4454610 0 0 16781312 17442 0 0 0 17 5 0 0 0
/proc/15996/statm: 25776 24805 65 171 0 25603 0
[pid=15917/tid=15986] ppid=15915 vsize=498848 CPUtime=0 cores=1,3,5,7
/proc/15917/task/15986/stat : 15986 (python) S 15915 15917 15878 0 -1 4202560 38 937 0 0 0 0 0 0 25 0 5 0 638753643 510820352 35607 33554432000 4194304 5683644 140736407030672 18446744073709551615 264738228657 0 0 16781312 2 18446604468974937088 0 0 -1 1 0 0 0
[pid=15917/tid=15988] ppid=15915 vsize=498848 CPUtime=0 cores=1,3,5,7
/proc/15917/task/15988/stat : 15988 (python) S 15915 15917 15878 0 -1 4202560 19 937 0 0 0 0 0 0 25 0 5 0 638753644 510820352 35607 33554432000 4194304 5683644 140736407030672 18446744073709551615 264738228657 0 0 16781312 2 18446604468974937088 0 0 -1 1 0 0 0
[pid=15917/tid=15992] ppid=15915 vsize=498848 CPUtime=0 cores=1,3,5,7
/proc/15917/task/15992/stat : 15992 (python) S 15915 15917 15878 0 -1 4202560 111 937 0 0 0 0 0 0 20 0 5 0 638753645 510820352 35607 33554432000 4194304 5683644 140736407030672 18446744073709551615 264738228657 0 0 16781312 2 18446604468974937088 0 0 -1 1 0 0 0
[pid=15917/tid=15995] ppid=15915 vsize=498848 CPUtime=0 cores=1,3,5,7
/proc/15917/task/15995/stat : 15995 (python) S 15915 15917 15878 0 -1 4202560 19 937 0 0 0 0 0 0 21 0 5 0 638753646 510820352 35607 33554432000 4194304 5683644 140736407030672 18446744073709551615 264738228657 0 0 16781312 2 18446604468974937088 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 66.73
Current children cumulated vsize (KiB) 2677964

[startup+66.301 s]
/proc/loadavg: 3.47 3.38 3.52 9/395 15996
/proc/meminfo: memFree=24343564/32951124 swapFree=63083164/67111528
[pid=15917] ppid=15915 vsize=498796 CPUtime=68.19 cores=1,3,5,7
/proc/15917/stat : 15917 (python) R 15915 15917 15878 0 -1 4202496 72490 119148 1 0 6508 23 263 25 17 0 3 0 638747092 510767104 35588 33554432000 4194304 5683644 140736407030672 18446744073709551615 4501813 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15917/statm: 124699 35588 1870 364 0 60621 0
[pid=15917/tid=15986] ppid=15915 vsize=498796 CPUtime=2.88 cores=1,3,5,7
/proc/15917/task/15986/stat : 15986 (python) S 15915 15917 15878 0 -1 4202560 41 119148 0 0 0 0 263 25 18 0 3 0 638753643 510767104 35588 33554432000 4194304 5683644 140736407030672 18446744073709551615 264738228657 0 0 16781312 0 18446604468974937088 0 0 -1 3 0 0 0
[pid=15917/tid=15988] ppid=15915 vsize=498796 CPUtime=2.88 cores=1,3,5,7
/proc/15917/task/15988/stat : 15988 (python) S 15915 15917 15878 0 -1 4202560 20 119148 0 0 0 0 263 25 18 0 3 0 638753644 510767104 35588 33554432000 4194304 5683644 140736407030672 18446744073709551615 264738228657 0 0 16781312 0 18446604468974937088 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 68.19
Current children cumulated vsize (KiB) 498796

Child status: 0
Real time (s): 66.3125
CPU time (s): 68.2216
CPU user time (s): 67.7267
CPU system time (s): 0.494924
CPU usage (%): 102.879
Max. virtual memory (cumulated for all children) (KiB): 2728816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.7267
system time used= 0.494924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192183
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= 7389
involuntary context switches= 174

runsolver used 0.238963 second user time and 0.514921 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-15 14:41:55
IDJOB=3378722
IDBENCH=20467
IDSOLVER=1860
FILE ID=node141/3378722-1305463314
RUNJOBID= node141-1305463314-15897
PBS_JOBID= 13324992
Free space on /tmp= 73312 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT07/industrial/babic/hsatv17/hsat_vc12062.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-3378722-1305463314/watcher-3378722-1305463314 -o /tmp/evaluation-result-3378722-1305463314/solver-3378722-1305463314 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378722-1305463314.cnf -seed 880327032 -budget 4800 -cores 4

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

MD5SUM BENCH= cc0ca898241ac312882fa93ead2b644b
RANDOM SEED=880327032

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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:      24965732 kB
Buffers:        264764 kB
Cached:        5290820 kB
SwapCached:      15736 kB
Active:        2475140 kB
Inactive:      5258496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24965732 kB
SwapTotal:    67111528 kB
SwapFree:     63083164 kB
Dirty:           81292 kB
Writeback:           0 kB
AnonPages:     2169320 kB
Mapped:          14516 kB
Slab:           145984 kB
PageTables:      38636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86459644 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= 73288 MiB
End job on node141 at 2011-05-15 14:43:01