Trace number 3498411

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)UNSAT 98.2181 98.3975

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtviseisenberg1-tseitin.cnf
MD5SUMab962ce6f14e7741edd1ff987decb0b7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.7437
Satisfiable
(Un)Satisfiability was proved
Number of variables102621
Number of clauses307469
Sum of the clauses size717425
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2204978
Number of clauses of size 3102489
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.35/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.67	c INFO: solving HOME/instance-3498411-1307953800.cnf
0.35/0.67	c INFO: computing task features
1.22/1.57	c INFO: computed variable-clause graph statistics
1.33/1.61	c INFO: computed clause balance statistics
6.13/6.41	c INFO: computed variable balance statistics
9.73/10.09	c INFO: computed small-clause counts
9.83/10.13	c INFO: computed Horn-clause counts
22.13/22.43	c INFO: computed variable graph statistics
22.13/22.43	c INFO: collected features for HOME/instance-3498411-1307953800.cnf in 21.73 s
22.13/22.45	c INFO: running lingeling-276@0 for 97 with 4978 remaining (b = 0.41)
98.09/98.36	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.1 (svn: 989)

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 /var/tmp/evaluation-result-3498411-1307953800/watcher-3498411-1307953800 -o /var/tmp/evaluation-result-3498411-1307953800/solver-3498411-1307953800 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498411-1307953800.cnf -seed 1192808602 -budget 5000 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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.02 1.80 1.01 2/177 13881
/proc/meminfo: memFree=29390380/32950928 swapFree=67048888/67111528
[pid=13881] ppid=13879 vsize=15188 CPUtime=0 cores=1,3,5,7
/proc/13881/stat : 13881 (python) R 13879 13881 13667 0 -1 4202496 726 0 0 0 0 0 0 0 22 0 1 0 906978829 15552512 616 33554432000 4194304 5683644 140734740074832 18446744073709551615 268272688896 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13881/statm: 3797 617 321 364 0 284 0

[startup+0.0869169 s]
/proc/loadavg: 2.02 1.80 1.01 2/177 13881
/proc/meminfo: memFree=29390380/32950928 swapFree=67048888/67111528
[pid=13881] ppid=13879 vsize=54536 CPUtime=0.05 cores=1,3,5,7
/proc/13881/stat : 13881 (python) R 13879 13881 13667 0 -1 4202496 2054 0 0 0 4 1 0 0 17 0 1 0 906978829 55844864 1811 33554432000 4194304 5683644 140734740074832 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13881/statm: 13634 1813 492 364 0 1284 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 54536

[startup+0.100912 s]
/proc/loadavg: 2.02 1.80 1.01 2/177 13881
/proc/meminfo: memFree=29390380/32950928 swapFree=67048888/67111528
[pid=13881] ppid=13879 vsize=87704 CPUtime=0.06 cores=1,3,5,7
/proc/13881/stat : 13881 (python) S 13879 13881 13667 0 -1 4202496 2638 0 0 0 5 1 0 0 17 0 1 0 906978829 89808896 2354 33554432000 4194304 5683644 140734740074832 18446744073709551615 268272687104 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/13881/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.300817 s]
/proc/loadavg: 2.02 1.80 1.01 2/177 13881
/proc/meminfo: memFree=29390380/32950928 swapFree=67048888/67111528
[pid=13881] ppid=13879 vsize=135748 CPUtime=0.18 cores=1,3,5,7
/proc/13881/stat : 13881 (python) R 13879 13881 13667 0 -1 4202496 5967 932 1 0 14 4 0 0 17 0 1 0 906978829 139005952 4149 33554432000 4194304 5683644 140734740074832 18446744073709551615 268272685061 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/13881/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700746 s]
/proc/loadavg: 2.02 1.80 1.01 2/177 13881
/proc/meminfo: memFree=29390380/32950928 swapFree=67048888/67111528
[pid=13881] ppid=13879 vsize=284856 CPUtime=0.42 cores=1,3,5,7
/proc/13881/stat : 13881 (python) R 13879 13881 13667 0 -1 4202496 10852 932 1 0 32 10 0 0 15 0 1 0 906978829 291692544 8528 33554432000 4194304 5683644 140734740074832 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13881/statm: 71214 8528 1761 364 0 7138 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 284856

[startup+1.5006 s]
/proc/loadavg: 2.02 1.80 1.01 3/178 13886
/proc/meminfo: memFree=29342408/32950928 swapFree=67048888/67111528
[pid=13881] ppid=13879 vsize=338320 CPUtime=1.22 cores=1,3,5,7
/proc/13881/stat : 13881 (python) R 13879 13881 13667 0 -1 4202496 30914 932 1 0 110 12 0 0 16 0 1 0 906978829 346439680 21713 33554432000 4194304 5683644 140734740074832 18446744073709551615 47068599031418 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13881/statm: 84580 21715 1812 364 0 20504 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 338320

[startup+3.10031 s]
/proc/loadavg: 2.02 1.80 1.01 3/178 13886
/proc/meminfo: memFree=29310292/32950928 swapFree=67048888/67111528
[pid=13881] ppid=13879 vsize=335920 CPUtime=2.83 cores=1,3,5,7
/proc/13881/stat : 13881 (python) R 13879 13881 13667 0 -1 4202496 33542 932 1 0 270 13 0 0 18 0 1 0 906978829 343982080 21365 33554432000 4194304 5683644 140734740074832 18446744073709551615 268276097717 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13881/statm: 83980 21365 1826 364 0 19904 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 335920

[startup+6.3008 s]
/proc/loadavg: 2.02 1.80 1.02 3/178 13886
/proc/meminfo: memFree=29310556/32950928 swapFree=67048888/67111528
[pid=13881] ppid=13879 vsize=335920 CPUtime=6.03 cores=1,3,5,7
/proc/13881/stat : 13881 (python) R 13879 13881 13667 0 -1 4202496 33542 932 1 0 590 13 0 0 25 0 1 0 906978829 343982080 21365 33554432000 4194304 5683644 140734740074832 18446744073709551615 268272348419 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13881/statm: 83980 21365 1826 364 0 19904 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 335920

[startup+12.7006 s]
/proc/loadavg: 2.02 1.80 1.02 3/178 13887
/proc/meminfo: memFree=29308200/32950928 swapFree=67048888/67111528
[pid=13881] ppid=13879 vsize=338320 CPUtime=12.43 cores=1,3,5,7
/proc/13881/stat : 13881 (python) R 13879 13881 13667 0 -1 4202496 34149 932 1 0 1230 13 0 0 25 0 1 0 906978829 346439680 21972 33554432000 4194304 5683644 140734740074832 18446744073709551615 47068598618240 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13881/statm: 84580 21972 1833 364 0 20504 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 338320

[startup+25.5003 s]
/proc/loadavg: 2.01 1.81 1.04 3/181 13890
/proc/meminfo: memFree=29280396/32950928 swapFree=67048888/67111528
[pid=13881] ppid=13879 vsize=343876 CPUtime=22.18 cores=1,3,5,7
/proc/13881/stat : 13881 (python) S 13879 13881 13667 0 -1 4202496 34515 932 1 0 2205 13 0 0 25 0 2 0 906978829 352129024 20832 33554432000 4194304 5683644 140734740074832 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/13881/statm: 85969 20832 1867 364 0 21887 0
[pid=13888] ppid=13881 vsize=333632 CPUtime=0 cores=1,3,5,7
/proc/13888/stat : 13888 (python) S 13881 13881 13667 0 -1 4202560 814 0 0 0 0 0 0 0 18 0 1 0 906981075 341639168 19319 33554432000 4194304 5683644 140734740074832 18446744073709551615 268272709135 0 0 16781312 514 4590171603823722760 0 0 17 1 0 0 0
/proc/13888/statm: 83408 19319 358 364 0 19326 0
[pid=13890] ppid=13888 vsize=37400 CPUtime=3.02 cores=1,3,5,7
/proc/13890/stat : 13890 (lingeling) R 13888 13890 13890 0 -1 4202496 13072 0 0 0 301 1 0 0 25 0 1 0 906981075 38297600 8006 33554432000 4194304 4352236 140733765005216 18446744073709551615 4298764 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/13890/statm: 9350 8006 127 39 0 8430 0
[pid=13881/tid=13889] ppid=13879 vsize=343876 CPUtime=0 cores=1,3,5,7
/proc/13881/task/13889/stat : 13889 (python) S 13879 13881 13667 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 2 0 906981075 352129024 20832 33554432000 4194304 5683644 140734740074832 18446744073709551615 268284512689 0 0 16781312 2 18446604455515884288 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 714908

[startup+51.1008 s]
/proc/loadavg: 2.01 1.83 1.06 3/181 13891
/proc/meminfo: memFree=29286432/32950928 swapFree=67048888/67111528
[pid=13881] ppid=13879 vsize=343876 CPUtime=22.18 cores=1,3,5,7
/proc/13881/stat : 13881 (python) S 13879 13881 13667 0 -1 4202496 34515 932 1 0 2205 13 0 0 25 0 2 0 906978829 352129024 20832 33554432000 4194304 5683644 140734740074832 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/13881/statm: 85969 20832 1867 364 0 21887 0
[pid=13888] ppid=13881 vsize=333632 CPUtime=0.03 cores=1,3,5,7
/proc/13888/stat : 13888 (python) S 13881 13881 13667 0 -1 4202560 986 0 0 0 2 1 0 0 18 0 1 0 906981075 341639168 19342 33554432000 4194304 5683644 140734740074832 18446744073709551615 268272709135 0 0 16781312 514 4591560557560072 0 0 17 1 0 0 0
/proc/13888/statm: 83408 19342 381 364 0 19326 0
[pid=13890] ppid=13888 vsize=28608 CPUtime=28.63 cores=1,3,5,7
/proc/13890/stat : 13890 (lingeling) R 13888 13890 13890 0 -1 4202496 21662 0 0 0 2860 3 0 0 25 0 1 0 906981075 29294592 6321 33554432000 4194304 4352236 140733765005216 18446744073709551615 4276706 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/13890/statm: 7152 6321 129 39 0 6232 0
[pid=13881/tid=13889] ppid=13879 vsize=343876 CPUtime=0 cores=1,3,5,7
/proc/13881/task/13889/stat : 13889 (python) S 13879 13881 13667 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 2 0 906981075 352129024 20832 33554432000 4194304 5683644 140734740074832 18446744073709551615 268284512689 0 0 16781312 2 18446604455515884288 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 706116

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

[startup+76.7012 s]
/proc/loadavg: 2.00 1.84 1.09 3/181 13891
/proc/meminfo: memFree=29284628/32950928 swapFree=67048888/67111528
[pid=13881] ppid=13879 vsize=343876 CPUtime=22.18 cores=1,3,5,7
/proc/13881/stat : 13881 (python) S 13879 13881 13667 0 -1 4202496 34515 932 1 0 2205 13 0 0 25 0 2 0 906978829 352129024 20832 33554432000 4194304 5683644 140734740074832 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/13881/statm: 85969 20832 1867 364 0 21887 0
[pid=13888] ppid=13881 vsize=333632 CPUtime=0.05 cores=1,3,5,7
/proc/13888/stat : 13888 (python) S 13881 13881 13667 0 -1 4202560 996 0 0 0 3 2 0 0 18 0 1 0 906981075 341639168 19342 33554432000 4194304 5683644 140734740074832 18446744073709551615 268272709135 0 0 16781312 514 4591560557560072 0 0 17 1 0 0 0
/proc/13888/statm: 83408 19342 381 364 0 19326 0
[pid=13890] ppid=13888 vsize=30416 CPUtime=54.23 cores=1,3,5,7
/proc/13890/stat : 13890 (lingeling) R 13888 13890 13890 0 -1 4202496 22670 0 0 0 5420 3 0 0 25 0 1 0 906981075 31145984 6773 33554432000 4194304 4352236 140733765005216 18446744073709551615 4329066 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/13890/statm: 7604 6773 129 39 0 6684 0
[pid=13881/tid=13889] ppid=13879 vsize=343876 CPUtime=0 cores=1,3,5,7
/proc/13881/task/13889/stat : 13889 (python) S 13879 13881 13667 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 2 0 906981075 352129024 20832 33554432000 4194304 5683644 140734740074832 18446744073709551615 268284512689 0 0 16781312 2 18446604455515884288 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 76.46
Current children cumulated vsize (KiB) 707924

[startup+89.5009 s]
/proc/loadavg: 2.00 1.85 1.10 3/181 13892
/proc/meminfo: memFree=29283992/32950928 swapFree=67048888/67111528
[pid=13881] ppid=13879 vsize=343876 CPUtime=22.18 cores=1,3,5,7
/proc/13881/stat : 13881 (python) S 13879 13881 13667 0 -1 4202496 34515 932 1 0 2205 13 0 0 25 0 2 0 906978829 352129024 20832 33554432000 4194304 5683644 140734740074832 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/13881/statm: 85969 20832 1867 364 0 21887 0
[pid=13888] ppid=13881 vsize=333632 CPUtime=0.07 cores=1,3,5,7
/proc/13888/stat : 13888 (python) S 13881 13881 13667 0 -1 4202560 1001 0 0 0 4 3 0 0 18 0 1 0 906981075 341639168 19342 33554432000 4194304 5683644 140734740074832 18446744073709551615 268272709135 0 0 16781312 514 4591560557560072 0 0 17 1 0 0 0
/proc/13888/statm: 83408 19342 381 364 0 19326 0
[pid=13890] ppid=13888 vsize=30332 CPUtime=67.03 cores=1,3,5,7
/proc/13890/stat : 13890 (lingeling) R 13888 13890 13890 0 -1 4202496 22884 0 0 0 6700 3 0 0 25 0 1 0 906981075 31059968 6752 33554432000 4194304 4352236 140733765005216 18446744073709551615 4231284 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/13890/statm: 7583 6752 129 39 0 6663 0
[pid=13881/tid=13889] ppid=13879 vsize=343876 CPUtime=0 cores=1,3,5,7
/proc/13881/task/13889/stat : 13889 (python) S 13879 13881 13667 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 2 0 906981075 352129024 20832 33554432000 4194304 5683644 140734740074832 18446744073709551615 268284512689 0 0 16781312 2 18446604455515884288 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 89.28
Current children cumulated vsize (KiB) 707840

[startup+92.7003 s]
/proc/loadavg: 2.00 1.85 1.10 3/181 13892
/proc/meminfo: memFree=29283992/32950928 swapFree=67048888/67111528
[pid=13881] ppid=13879 vsize=343876 CPUtime=22.18 cores=1,3,5,7
/proc/13881/stat : 13881 (python) S 13879 13881 13667 0 -1 4202496 34515 932 1 0 2205 13 0 0 25 0 2 0 906978829 352129024 20832 33554432000 4194304 5683644 140734740074832 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/13881/statm: 85969 20832 1867 364 0 21887 0
[pid=13888] ppid=13881 vsize=333632 CPUtime=0.08 cores=1,3,5,7
/proc/13888/stat : 13888 (python) S 13881 13881 13667 0 -1 4202560 1003 0 0 0 4 4 0 0 18 0 1 0 906981075 341639168 19342 33554432000 4194304 5683644 140734740074832 18446744073709551615 268272709135 0 0 16781312 514 4591560557560072 0 0 17 1 0 0 0
/proc/13888/statm: 83408 19342 381 364 0 19326 0
[pid=13890] ppid=13888 vsize=30496 CPUtime=70.23 cores=1,3,5,7
/proc/13890/stat : 13890 (lingeling) R 13888 13890 13890 0 -1 4202496 22945 0 0 0 7020 3 0 0 25 0 1 0 906981075 31227904 6793 33554432000 4194304 4352236 140733765005216 18446744073709551615 4207798 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/13890/statm: 7624 6793 129 39 0 6704 0
[pid=13881/tid=13889] ppid=13879 vsize=343876 CPUtime=0 cores=1,3,5,7
/proc/13881/task/13889/stat : 13889 (python) S 13879 13881 13667 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 2 0 906981075 352129024 20832 33554432000 4194304 5683644 140734740074832 18446744073709551615 268284512689 0 0 16781312 2 18446604455515884288 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 92.49
Current children cumulated vsize (KiB) 708004

[startup+95.9007 s]
/proc/loadavg: 2.00 1.85 1.11 3/181 13892
/proc/meminfo: memFree=29283868/32950928 swapFree=67048888/67111528
[pid=13881] ppid=13879 vsize=343876 CPUtime=22.18 cores=1,3,5,7
/proc/13881/stat : 13881 (python) S 13879 13881 13667 0 -1 4202496 34515 932 1 0 2205 13 0 0 25 0 2 0 906978829 352129024 20832 33554432000 4194304 5683644 140734740074832 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/13881/statm: 85969 20832 1867 364 0 21887 0
[pid=13888] ppid=13881 vsize=333632 CPUtime=0.08 cores=1,3,5,7
/proc/13888/stat : 13888 (python) S 13881 13881 13667 0 -1 4202560 1003 0 0 0 4 4 0 0 18 0 1 0 906981075 341639168 19342 33554432000 4194304 5683644 140734740074832 18446744073709551615 268272709135 0 0 16781312 514 4591560557560072 0 0 17 1 0 0 0
/proc/13888/statm: 83408 19342 381 364 0 19326 0
[pid=13890] ppid=13888 vsize=30496 CPUtime=73.43 cores=1,3,5,7
/proc/13890/stat : 13890 (lingeling) R 13888 13890 13890 0 -1 4202496 22945 0 0 0 7340 3 0 0 25 0 1 0 906981075 31227904 6793 33554432000 4194304 4352236 140733765005216 18446744073709551615 4207831 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/13890/statm: 7624 6793 129 39 0 6704 0
[pid=13881/tid=13889] ppid=13879 vsize=343876 CPUtime=0 cores=1,3,5,7
/proc/13881/task/13889/stat : 13889 (python) S 13879 13881 13667 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 2 0 906981075 352129024 20832 33554432000 4194304 5683644 140734740074832 18446744073709551615 268284512689 0 0 16781312 2 18446604455515884288 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 95.69
Current children cumulated vsize (KiB) 708004

[startup+97.5005 s]
/proc/loadavg: 2.00 1.85 1.11 3/181 13892
/proc/meminfo: memFree=29283496/32950928 swapFree=67048888/67111528
[pid=13881] ppid=13879 vsize=343876 CPUtime=22.18 cores=1,3,5,7
/proc/13881/stat : 13881 (python) S 13879 13881 13667 0 -1 4202496 34515 932 1 0 2205 13 0 0 25 0 2 0 906978829 352129024 20832 33554432000 4194304 5683644 140734740074832 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/13881/statm: 85969 20832 1867 364 0 21887 0
[pid=13888] ppid=13881 vsize=333632 CPUtime=0.08 cores=1,3,5,7
/proc/13888/stat : 13888 (python) S 13881 13881 13667 0 -1 4202560 1003 0 0 0 4 4 0 0 18 0 1 0 906981075 341639168 19342 33554432000 4194304 5683644 140734740074832 18446744073709551615 268272709135 0 0 16781312 514 4591560557560072 0 0 17 1 0 0 0
/proc/13888/statm: 83408 19342 381 364 0 19326 0
[pid=13890] ppid=13888 vsize=31192 CPUtime=75.03 cores=1,3,5,7
/proc/13890/stat : 13890 (lingeling) R 13888 13890 13890 0 -1 4202496 23119 0 0 0 7500 3 0 0 25 0 1 0 906981075 31940608 6967 33554432000 4194304 4352236 140733765005216 18446744073709551615 4335770 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/13890/statm: 7798 6967 129 39 0 6878 0
[pid=13881/tid=13889] ppid=13879 vsize=343876 CPUtime=0 cores=1,3,5,7
/proc/13881/task/13889/stat : 13889 (python) S 13879 13881 13667 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 2 0 906981075 352129024 20832 33554432000 4194304 5683644 140734740074832 18446744073709551615 268284512689 0 0 16781312 2 18446604455515884288 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 97.29
Current children cumulated vsize (KiB) 708700

[startup+97.9064 s]
/proc/loadavg: 2.00 1.85 1.11 3/181 13892
/proc/meminfo: memFree=29283496/32950928 swapFree=67048888/67111528
[pid=13881] ppid=13879 vsize=343876 CPUtime=22.18 cores=1,3,5,7
/proc/13881/stat : 13881 (python) S 13879 13881 13667 0 -1 4202496 34515 932 1 0 2205 13 0 0 25 0 2 0 906978829 352129024 20832 33554432000 4194304 5683644 140734740074832 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/13881/statm: 85969 20832 1867 364 0 21887 0
[pid=13888] ppid=13881 vsize=333632 CPUtime=0.08 cores=1,3,5,7
/proc/13888/stat : 13888 (python) S 13881 13881 13667 0 -1 4202560 1003 0 0 0 4 4 0 0 18 0 1 0 906981075 341639168 19342 33554432000 4194304 5683644 140734740074832 18446744073709551615 268272709135 0 0 16781312 514 4591560557560072 0 0 17 1 0 0 0
/proc/13888/statm: 83408 19342 381 364 0 19326 0
[pid=13890] ppid=13888 vsize=31192 CPUtime=75.43 cores=1,3,5,7
/proc/13890/stat : 13890 (lingeling) R 13888 13890 13890 0 -1 4202496 23119 0 0 0 7540 3 0 0 25 0 1 0 906981075 31940608 6967 33554432000 4194304 4352236 140733765005216 18446744073709551615 4328090 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/13890/statm: 7798 6967 129 39 0 6878 0
[pid=13881/tid=13889] ppid=13879 vsize=343876 CPUtime=0 cores=1,3,5,7
/proc/13881/task/13889/stat : 13889 (python) S 13879 13881 13667 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 2 0 906981075 352129024 20832 33554432000 4194304 5683644 140734740074832 18446744073709551615 268284512689 0 0 16781312 2 18446604455515884288 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 97.69
Current children cumulated vsize (KiB) 708700

[startup+98.3003 s]
/proc/loadavg: 2.00 1.85 1.11 3/181 13892
/proc/meminfo: memFree=29283496/32950928 swapFree=67048888/67111528
[pid=13881] ppid=13879 vsize=343876 CPUtime=22.18 cores=1,3,5,7
/proc/13881/stat : 13881 (python) S 13879 13881 13667 0 -1 4202496 34515 932 1 0 2205 13 0 0 25 0 2 0 906978829 352129024 20832 33554432000 4194304 5683644 140734740074832 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/13881/statm: 85969 20832 1867 364 0 21887 0
[pid=13888] ppid=13881 vsize=333632 CPUtime=0.08 cores=1,3,5,7
/proc/13888/stat : 13888 (python) S 13881 13881 13667 0 -1 4202560 1003 0 0 0 4 4 0 0 18 0 1 0 906981075 341639168 19342 33554432000 4194304 5683644 140734740074832 18446744073709551615 268272709135 0 0 16781312 514 4591560557560072 0 0 17 1 0 0 0
/proc/13888/statm: 83408 19342 381 364 0 19326 0
[pid=13890] ppid=13888 vsize=31192 CPUtime=75.83 cores=1,3,5,7
/proc/13890/stat : 13890 (lingeling) R 13888 13890 13890 0 -1 4202496 23119 0 0 0 7580 3 0 0 25 0 1 0 906981075 31940608 6967 33554432000 4194304 4352236 140733765005216 18446744073709551615 4328722 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/13890/statm: 7798 6967 129 39 0 6878 0
[pid=13881/tid=13889] ppid=13879 vsize=343876 CPUtime=0 cores=1,3,5,7
/proc/13881/task/13889/stat : 13889 (python) S 13879 13881 13667 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 2 0 906981075 352129024 20832 33554432000 4194304 5683644 140734740074832 18446744073709551615 268284512689 0 0 16781312 2 18446604455515884288 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 98.09
Current children cumulated vsize (KiB) 708700

Child status: 0
Real time (s): 98.3975
CPU time (s): 98.2181
CPU user time (s): 97.9841
CPU system time (s): 0.233964
CPU usage (%): 99.8176
Max. virtual memory (cumulated for all children) (KiB): 733348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 97.9841
system time used= 0.233964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70177
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= 2936
involuntary context switches= 170

runsolver used 0.139978 second user time and 0.321951 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-13 10:30:00
IDJOB=3498411
IDBENCH=82473
IDSOLVER=1991
FILE ID=node122/3498411-1307953800
RUNJOBID= node122-1307953121-13686
PBS_JOBID= 13559706
Free space on /var/tmp= 2784 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtviseisenberg1-tseitin.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 /var/tmp/evaluation-result-3498411-1307953800/watcher-3498411-1307953800 -o /var/tmp/evaluation-result-3498411-1307953800/solver-3498411-1307953800 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498411-1307953800.cnf -seed 1192808602 -budget 5000

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

MD5SUM BENCH= ab962ce6f14e7741edd1ff987decb0b7
RANDOM SEED=1192808602

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29390568 kB
Buffers:         21648 kB
Cached:        2622440 kB
SwapCached:      15100 kB
Active:         959388 kB
Inactive:      2396512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29390568 kB
SwapTotal:    67111528 kB
SwapFree:     67048888 kB
Dirty:           48836 kB
Writeback:           0 kB
AnonPages:      708452 kB
Mapped:          14508 kB
Slab:           136536 kB
PageTables:       6644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   905544 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 /var/tmp at the end= 2752 MiB
End job on node122 at 2011-06-13 10:31:39