Trace number 3385568

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-random (fixed)UNSAT 4.68029 1.23942

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v250-c1065-S1295196126-061.UNKNOWN.cnf
MD5SUM7d874fabf91f4391d9452197998f82c2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.443931
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of clauses1065
Sum of the clauses size3195
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31065
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.46	c INFO: solving HOME/instance-3385568-1305568284.cnf
0.31/0.46	c INFO: computing task features
0.31/0.46	c INFO: computed variable-clause graph statistics
0.31/0.46	c INFO: computed clause balance statistics
0.31/0.48	c INFO: computed variable balance statistics
0.40/0.50	c INFO: computed small-clause counts
0.40/0.50	c INFO: computed Horn-clause counts
0.40/0.50	c INFO: computed variable graph statistics
0.40/0.50	c INFO: collected features for HOME/instance-3385568-1305568284.cnf in 0.04 s
0.40/0.53	c INFO: running TNM@0 for 97 with 4999 remaining (b = 0.55)
0.40/0.56	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.32)
0.40/0.59	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.22)
0.50/0.62	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.15)
0.50/0.65	c INFO: running hybridGM3@0 for 97 with 4999 remaining (b = 0.07)
0.50/0.69	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.31)
0.59/0.72	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.23)
0.59/0.75	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.20)
4.46/1.21	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-3385568-1305568284/watcher-3385568-1305568284 -o /tmp/evaluation-result-3385568-1305568284/solver-3385568-1305568284 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385568-1305568284.cnf -seed 1597205235 -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: 9.59 9.79 9.55 2/391 13081
/proc/meminfo: memFree=23124888/32951124 swapFree=44485784/67111528
[pid=13081] ppid=13079 vsize=16240 CPUtime=0 cores=0-7
/proc/13081/stat : 13081 (python) R 13079 13081 12176 0 -1 4202496 1038 0 0 0 0 0 0 0 25 0 1 0 668428855 16629760 911 33554432000 4194304 5683644 140735709360272 18446744073709551615 4962576 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13081/statm: 4060 911 380 364 0 547 0

[startup+0.0894189 s]
/proc/loadavg: 9.59 9.79 9.55 2/391 13081
/proc/meminfo: memFree=23124888/32951124 swapFree=44485784/67111528
[pid=13081] ppid=13079 vsize=99376 CPUtime=0.05 cores=0-7
/proc/13081/stat : 13081 (python) R 13079 13081 12176 0 -1 4202496 2866 0 0 0 4 1 0 0 17 0 1 0 668428855 101761024 2565 33554432000 4194304 5683644 140735709360272 18446744073709551615 244446944912 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13081/statm: 24844 2565 818 364 0 1695 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 99376

[startup+0.10042 s]
/proc/loadavg: 9.59 9.79 9.55 2/391 13081
/proc/meminfo: memFree=23124888/32951124 swapFree=44485784/67111528
[pid=13081] ppid=13079 vsize=104620 CPUtime=0.07 cores=0-7
/proc/13081/stat : 13081 (python) R 13079 13081 12176 0 -1 4202496 3096 0 0 0 5 2 0 0 17 0 1 0 668428855 107130880 2778 33554432000 4194304 5683644 140735709360272 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13081/statm: 26154 2779 847 364 0 1902 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104620

[startup+0.300382 s]
/proc/loadavg: 9.59 9.79 9.55 2/391 13081
/proc/meminfo: memFree=23124888/32951124 swapFree=44485784/67111528
[pid=13081] ppid=13079 vsize=198916 CPUtime=0.23 cores=0-7
/proc/13081/stat : 13081 (python) R 13079 13081 12176 0 -1 4202496 6957 934 1 0 16 7 0 0 18 0 1 0 668428855 203689984 5008 33554432000 4194304 5683644 140735709360272 18446744073709551615 244442025494 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13081/statm: 49729 5010 1448 364 0 3756 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 198916

[startup+0.700267 s]
/proc/loadavg: 9.59 9.79 9.55 2/391 13081
/proc/meminfo: memFree=23124888/32951124 swapFree=44485784/67111528
[pid=13081] ppid=13079 vsize=340060 CPUtime=0.59 cores=0-7
/proc/13081/stat : 13081 (python) R 13079 13081 12176 0 -1 4202496 14411 934 1 0 50 9 0 0 20 0 7 0 668428855 348221440 7127 33554432000 4194304 5683644 140735709360272 18446744073709551615 244450383843 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13081/statm: 85015 7127 1884 364 0 20918 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 340060

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

[startup+1.11519 s]
/proc/loadavg: 9.59 9.79 9.55 10/416 13110
/proc/meminfo: memFree=23048396/32951124 swapFree=44485784/67111528
[pid=13081] ppid=13079 vsize=361180 CPUtime=0.65 cores=0-7
/proc/13081/stat : 13081 (python) S 13079 13081 12176 0 -1 4202496 15737 934 1 0 55 10 0 0 19 0 9 0 668428855 369848320 7260 33554432000 4194304 5683644 140735709360272 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13081/statm: 90295 7260 1889 364 0 26192 0
[pid=13087] ppid=13081 vsize=278440 CPUtime=0 cores=0-7
/proc/13087/stat : 13087 (python) S 13081 13081 12176 0 -1 4202560 708 0 0 0 0 0 0 0 19 0 1 0 668428909 285122560 5533 33554432000 4194304 5683644 140735709360272 18446744073709551615 244446965263 0 0 16781312 514 14175842067879559167 0 0 17 5 0 0 0
/proc/13087/statm: 69610 5533 347 364 0 5528 0
[pid=13089] ppid=13087 vsize=454884 CPUtime=0.57 cores=0-7
/proc/13089/stat : 13089 (TNM) R 13087 13089 13089 0 -1 4202496 399 0 0 0 57 0 0 0 22 0 1 0 668428909 465801216 135 33554432000 134512640 135008748 4292556848 18446744073709551615 134527503 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13089/statm: 113721 135 46 122 0 112621 0
[pid=13090] ppid=13081 vsize=289264 CPUtime=0.1 cores=0-7
/proc/13090/stat : 13090 (python) R 13081 13081 12176 0 -1 4202560 760 0 0 0 9 1 0 0 15 0 1 0 668428912 296206336 5674 33554432000 4194304 5683644 140735709360272 18446744073709551615 244446965318 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/13090/statm: 72316 5674 348 364 0 8231 0
[pid=13092] ppid=13090 vsize=0 CPUtime=0.42 cores=0-7
/proc/13092/stat : 13092 (march_hi) R 13090 13092 13092 0 -1 4202500 482 0 0 0 42 0 0 0 22 0 1 0 668428912 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/13092/statm: 0 0 0 0 0 0 0
[pid=13093] ppid=13081 vsize=299148 CPUtime=0.07 cores=0-7
/proc/13093/stat : 13093 (python) R 13081 13081 12176 0 -1 4202560 749 0 0 0 7 0 0 0 15 0 1 0 668428915 306327552 5583 33554432000 4194304 5683644 140735709360272 18446744073709551615 244458775359 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/13093/statm: 74787 5583 348 364 0 10699 0
[pid=13095] ppid=13093 vsize=0 CPUtime=0.43 cores=0-7
/proc/13095/stat : 13095 (march_hi) R 13093 13095 13095 0 -1 4202500 487 0 0 0 43 0 0 0 22 0 1 0 668428915 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/13095/statm: 0 0 0 0 0 0 0
[pid=13096] ppid=13081 vsize=309944 CPUtime=0 cores=0-7
/proc/13096/stat : 13096 (python) S 13081 13081 12176 0 -1 4202560 756 0 0 0 0 0 0 0 17 0 1 0 668428918 317382656 5707 33554432000 4194304 5683644 140735709360272 18446744073709551615 244446965318 0 0 16781312 514 18202806428266103048 0 0 17 1 0 0 0
/proc/13096/statm: 77486 5707 348 364 0 13395 0
[pid=13098] ppid=13096 vsize=1580 CPUtime=0.26 cores=0-7
/proc/13098/stat : 13098 (march_hi) R 13096 13098 13098 0 -1 4202496 481 0 0 0 26 0 0 0 23 0 1 0 668428918 1617920 222 33554432000 4194304 4955518 140733313902832 18446744073709551615 4346866 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13098/statm: 395 222 104 186 0 208 0
[pid=13099] ppid=13081 vsize=320200 CPUtime=0 cores=0-7
/proc/13099/stat : 13099 (python) S 13081 13081 12176 0 -1 4202560 758 0 0 0 0 0 0 0 19 0 1 0 668428921 327884800 5711 33554432000 4194304 5683644 140735709360272 18446744073709551615 244446965318 0 0 16781312 514 5094657225461334015 0 0 17 5 0 0 0
/proc/13099/statm: 80050 5711 348 364 0 15956 0
[pid=13101] ppid=13099 vsize=268548 CPUtime=0.44 cores=0-7
/proc/13101/stat : 13101 (hybridGM3) R 13099 13101 13101 0 -1 4202496 4878 0 0 0 44 0 0 0 22 0 1 0 668428922 274993152 4616 33554432000 134512640 135204385 4288822960 18446744073709551615 134546123 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/13101/statm: 67137 4616 85 169 0 66967 0
[pid=13102] ppid=13081 vsize=330456 CPUtime=0 cores=0-7
/proc/13102/stat : 13102 (python) S 13081 13081 12176 0 -1 4202560 772 0 0 0 0 0 0 0 16 0 1 0 668428925 338386944 5715 33554432000 4194304 5683644 140735709360272 18446744073709551615 244446965318 0 0 16781312 514 630671077894226182 0 0 17 1 0 0 0
/proc/13102/statm: 82614 5715 348 364 0 18517 0
[pid=13104] ppid=13102 vsize=1580 CPUtime=0.21 cores=0-7
/proc/13104/stat : 13104 (march_hi) R 13102 13104 13104 0 -1 4202496 483 0 0 0 21 0 0 0 21 0 1 0 668428925 1617920 218 33554432000 4194304 4955518 140736384768928 18446744073709551615 4224543 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13104/statm: 395 218 104 186 0 208 0
[pid=13105] ppid=13081 vsize=340072 CPUtime=0 cores=0-7
/proc/13105/stat : 13105 (python) S 13081 13081 12176 0 -1 4202560 781 0 0 0 0 0 0 0 18 0 1 0 668428928 348233728 5591 33554432000 4194304 5683644 140735709360272 18446744073709551615 244446965318 0 0 16781312 514 2903823407390884103 0 0 17 1 0 0 0
/proc/13105/statm: 85018 5591 348 364 0 20918 0
[pid=13107] ppid=13105 vsize=1580 CPUtime=0.37 cores=0-7
/proc/13107/stat : 13107 (march_hi) R 13105 13107 13107 0 -1 4202496 489 0 0 0 37 0 0 0 25 0 1 0 668428928 1617920 221 33554432000 4194304 4955518 140735945121168 18446744073709551615 4299850 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/13107/statm: 395 221 104 186 0 208 0
[pid=13108] ppid=13081 vsize=350936 CPUtime=0 cores=0-7
/proc/13108/stat : 13108 (python) S 13081 13081 12176 0 -1 4202560 812 0 0 0 0 0 0 0 16 0 1 0 668428931 359358464 5721 33554432000 4194304 5683644 140735709360272 18446744073709551615 244446965318 0 0 16781312 514 12262255604310966535 0 0 17 5 0 0 0
/proc/13108/statm: 87734 5721 354 364 0 23631 0
[pid=13110] ppid=13108 vsize=1580 CPUtime=0.33 cores=0-7
/proc/13110/stat : 13110 (march_hi) R 13108 13110 13110 0 -1 4202496 491 0 0 0 33 0 0 0 21 0 1 0 668428931 1617920 221 33554432000 4194304 4955518 140735353712256 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/13110/statm: 395 221 104 186 0 208 0
[pid=13081/tid=13088] ppid=13079 vsize=361180 CPUtime=0 cores=0-7
/proc/13081/task/13088/stat : 13088 (python) S 13079 13081 12176 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 668428909 369848320 7260 33554432000 4194304 5683644 140735709360272 18446744073709551615 244458768817 0 0 16781312 2 18446604450650827520 0 0 -1 7 0 0 0
[pid=13081/tid=13091] ppid=13079 vsize=361180 CPUtime=0 cores=0-7
/proc/13081/task/13091/stat : 13091 (python) S 13079 13081 12176 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 9 0 668428912 369848320 7260 33554432000 4194304 5683644 140735709360272 18446744073709551615 244458768817 0 0 16781312 2 18446604450650827520 0 0 -1 5 0 0 0
[pid=13081/tid=13094] ppid=13079 vsize=361180 CPUtime=0 cores=0-7
/proc/13081/task/13094/stat : 13094 (python) S 13079 13081 12176 0 -1 4202560 18 934 0 0 0 0 0 0 20 0 9 0 668428915 369848320 7260 33554432000 4194304 5683644 140735709360272 18446744073709551615 244458768817 0 0 16781312 2 18446604450650827520 0 0 -1 1 0 0 0
[pid=13081/tid=13097] ppid=13079 vsize=361180 CPUtime=0 cores=0-7
/proc/13081/task/13097/stat : 13097 (python) S 13079 13081 12176 0 -1 4202560 24 934 0 0 0 0 0 0 22 0 9 0 668428918 369848320 7260 33554432000 4194304 5683644 140735709360272 18446744073709551615 244458768817 0 0 16781312 2 18446604450650827520 0 0 -1 7 0 0 0
[pid=13081/tid=13100] ppid=13079 vsize=361180 CPUtime=0 cores=0-7
/proc/13081/task/13100/stat : 13100 (python) S 13079 13081 12176 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 668428922 369848320 7260 33554432000 4194304 5683644 140735709360272 18446744073709551615 244458768817 0 0 16781312 2 18446604450650827520 0 0 -1 7 0 0 0
[pid=13081/tid=13103] ppid=13079 vsize=361180 CPUtime=0 cores=0-7
/proc/13081/task/13103/stat : 13103 (python) S 13079 13081 12176 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 668428925 369848320 7260 33554432000 4194304 5683644 140735709360272 18446744073709551615 244458768817 0 0 16781312 2 18446604450650827520 0 0 -1 1 0 0 0
[pid=13081/tid=13106] ppid=13079 vsize=361180 CPUtime=0 cores=0-7
/proc/13081/task/13106/stat : 13106 (python) S 13079 13081 12176 0 -1 4202560 24 934 0 0 0 0 0 0 22 0 9 0 668428928 369848320 7260 33554432000 4194304 5683644 140735709360272 18446744073709551615 244458768817 0 0 16781312 2 18446604450650827520 0 0 -1 1 0 0 0
[pid=13081/tid=13109] ppid=13079 vsize=361180 CPUtime=0 cores=0-7
/proc/13081/task/13109/stat : 13109 (python) S 13079 13081 12176 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 668428931 369848320 7260 33554432000 4194304 5683644 140735709360272 18446744073709551615 244458768817 0 0 16781312 2 18446604450650827520 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 3609392

[startup+1.20117 s]
/proc/loadavg: 9.59 9.79 9.55 10/416 13110
/proc/meminfo: memFree=23048396/32951124 swapFree=44485784/67111528
[pid=13081] ppid=13079 vsize=361180 CPUtime=0.65 cores=0-7
/proc/13081/stat : 13081 (python) S 13079 13081 12176 0 -1 4202496 15737 934 1 0 55 10 0 0 19 0 9 0 668428855 369848320 7260 33554432000 4194304 5683644 140735709360272 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13081/statm: 90295 7260 1889 364 0 26192 0
[pid=13087] ppid=13081 vsize=278440 CPUtime=0 cores=0-7
/proc/13087/stat : 13087 (python) S 13081 13081 12176 0 -1 4202560 708 0 0 0 0 0 0 0 19 0 1 0 668428909 285122560 5533 33554432000 4194304 5683644 140735709360272 18446744073709551615 244446965263 0 0 16781312 514 14175842067879559167 0 0 17 5 0 0 0
/proc/13087/statm: 69610 5533 347 364 0 5528 0
[pid=13089] ppid=13087 vsize=454884 CPUtime=0.66 cores=0-7
/proc/13089/stat : 13089 (TNM) R 13087 13089 13089 0 -1 4202496 399 0 0 0 66 0 0 0 22 0 1 0 668428909 465801216 135 33554432000 134512640 135008748 4292556848 18446744073709551615 134527104 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13089/statm: 113721 135 46 122 0 112621 0
[pid=13090] ppid=13081 vsize=289264 CPUtime=0.19 cores=0-7
/proc/13090/stat : 13090 (python) R 13081 13081 12176 0 -1 4202560 760 0 0 0 16 3 0 0 16 0 1 0 668428912 296206336 5674 33554432000 4194304 5683644 140735709360272 18446744073709551615 244446965318 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/13090/statm: 72316 5674 348 364 0 8231 0
[pid=13092] ppid=13090 vsize=0 CPUtime=0.42 cores=0-7
/proc/13092/stat : 13092 (march_hi) R 13090 13092 13092 0 -1 4202500 482 0 0 0 42 0 0 0 22 0 1 0 668428912 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/13092/statm: 0 0 0 0 0 0 0
[pid=13093] ppid=13081 vsize=299148 CPUtime=0.15 cores=0-7
/proc/13093/stat : 13093 (python) R 13081 13081 12176 0 -1 4202560 749 0 0 0 14 1 0 0 16 0 1 0 668428915 306327552 5583 33554432000 4194304 5683644 140735709360272 18446744073709551615 244458775359 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/13093/statm: 74787 5583 348 364 0 10699 0
[pid=13095] ppid=13093 vsize=0 CPUtime=0.43 cores=0-7
/proc/13095/stat : 13095 (march_hi) R 13093 13095 13095 0 -1 4202500 487 0 0 0 43 0 0 0 22 0 1 0 668428915 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/13095/statm: 0 0 0 0 0 0 0
[pid=13096] ppid=13081 vsize=309944 CPUtime=0 cores=0-7
/proc/13096/stat : 13096 (python) S 13081 13081 12176 0 -1 4202560 756 0 0 0 0 0 0 0 16 0 1 0 668428918 317382656 5707 33554432000 4194304 5683644 140735709360272 18446744073709551615 244446965318 0 0 16781312 514 18202806428266103048 0 0 17 1 0 0 0
/proc/13096/statm: 77486 5707 348 364 0 13395 0
[pid=13098] ppid=13096 vsize=1580 CPUtime=0.32 cores=0-7
/proc/13098/stat : 13098 (march_hi) R 13096 13098 13098 0 -1 4202496 481 0 0 0 32 0 0 0 24 0 1 0 668428918 1617920 222 33554432000 4194304 4955518 140733313902832 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13098/statm: 395 222 104 186 0 208 0
[pid=13099] ppid=13081 vsize=320200 CPUtime=0 cores=0-7
/proc/13099/stat : 13099 (python) S 13081 13081 12176 0 -1 4202560 758 0 0 0 0 0 0 0 19 0 1 0 668428921 327884800 5711 33554432000 4194304 5683644 140735709360272 18446744073709551615 244446965318 0 0 16781312 514 5094657225461334015 0 0 17 5 0 0 0
/proc/13099/statm: 80050 5711 348 364 0 15956 0
[pid=13101] ppid=13099 vsize=268548 CPUtime=0.53 cores=0-7
/proc/13101/stat : 13101 (hybridGM3) R 13099 13101 13101 0 -1 4202496 4878 0 0 0 53 0 0 0 22 0 1 0 668428922 274993152 4616 33554432000 134512640 135204385 4288822960 18446744073709551615 134705040 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/13101/statm: 67137 4616 85 169 0 66967 0
[pid=13102] ppid=13081 vsize=330456 CPUtime=0 cores=0-7
/proc/13102/stat : 13102 (python) S 13081 13081 12176 0 -1 4202560 773 0 0 0 0 0 0 0 15 0 1 0 668428925 338386944 5715 33554432000 4194304 5683644 140735709360272 18446744073709551615 244446965318 0 0 16781312 514 630671077894226182 0 0 17 1 0 0 0
/proc/13102/statm: 82614 5715 348 364 0 18517 0
[pid=13104] ppid=13102 vsize=1580 CPUtime=0.24 cores=0-7
/proc/13104/stat : 13104 (march_hi) R 13102 13104 13104 0 -1 4202496 486 0 0 0 24 0 0 0 21 0 1 0 668428925 1617920 221 33554432000 4194304 4955518 140736384768928 18446744073709551615 4209793 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13104/statm: 395 221 104 186 0 208 0
[pid=13105] ppid=13081 vsize=340072 CPUtime=0.03 cores=0-7
/proc/13105/stat : 13105 (python) R 13081 13081 12176 0 -1 4202560 785 0 0 0 3 0 0 0 17 0 1 0 668428928 348233728 5591 33554432000 4194304 5683644 140735709360272 18446744073709551615 244446965318 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/13105/statm: 85018 5591 348 364 0 20918 0
[pid=13107] ppid=13105 vsize=0 CPUtime=0.42 cores=0-7
/proc/13107/stat : 13107 (march_hi) R 13105 13107 13107 0 -1 4202500 491 0 0 0 42 0 0 0 25 0 1 0 668428928 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/13107/statm: 0 0 0 0 0 0 0
[pid=13108] ppid=13081 vsize=350936 CPUtime=0 cores=0-7
/proc/13108/stat : 13108 (python) S 13081 13081 12176 0 -1 4202560 817 0 0 0 0 0 0 0 15 0 1 0 668428931 359358464 5721 33554432000 4194304 5683644 140735709360272 18446744073709551615 244446965318 0 0 16781312 514 5658363917760430343 0 0 17 5 0 0 0
/proc/13108/statm: 87734 5721 354 364 0 23631 0
[pid=13110] ppid=13108 vsize=1580 CPUtime=0.42 cores=0-7
/proc/13110/stat : 13110 (march_hi) R 13108 13110 13110 0 -1 4202496 491 0 0 0 42 0 0 0 21 0 1 0 668428931 1617920 221 33554432000 4194304 4955518 140735353712256 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/13110/statm: 395 221 104 186 0 208 0
[pid=13081/tid=13088] ppid=13079 vsize=361180 CPUtime=0 cores=0-7
/proc/13081/task/13088/stat : 13088 (python) S 13079 13081 12176 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 668428909 369848320 7260 33554432000 4194304 5683644 140735709360272 18446744073709551615 244458768817 0 0 16781312 2 18446604450650827520 0 0 -1 7 0 0 0
[pid=13081/tid=13091] ppid=13079 vsize=361180 CPUtime=0 cores=0-7
/proc/13081/task/13091/stat : 13091 (python) S 13079 13081 12176 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 9 0 668428912 369848320 7260 33554432000 4194304 5683644 140735709360272 18446744073709551615 244458768817 0 0 16781312 2 18446604450650827520 0 0 -1 5 0 0 0
[pid=13081/tid=13094] ppid=13079 vsize=361180 CPUtime=0 cores=0-7
/proc/13081/task/13094/stat : 13094 (python) S 13079 13081 12176 0 -1 4202560 18 934 0 0 0 0 0 0 20 0 9 0 668428915 369848320 7260 33554432000 4194304 5683644 140735709360272 18446744073709551615 244458768817 0 0 16781312 2 18446604450650827520 0 0 -1 1 0 0 0
[pid=13081/tid=13097] ppid=13079 vsize=361180 CPUtime=0 cores=0-7
/proc/13081/task/13097/stat : 13097 (python) S 13079 13081 12176 0 -1 4202560 24 934 0 0 0 0 0 0 22 0 9 0 668428918 369848320 7260 33554432000 4194304 5683644 140735709360272 18446744073709551615 244458768817 0 0 16781312 2 18446604450650827520 0 0 -1 7 0 0 0
[pid=13081/tid=13100] ppid=13079 vsize=361180 CPUtime=0 cores=0-7
/proc/13081/task/13100/stat : 13100 (python) S 13079 13081 12176 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 668428922 369848320 7260 33554432000 4194304 5683644 140735709360272 18446744073709551615 244458768817 0 0 16781312 2 18446604450650827520 0 0 -1 7 0 0 0
[pid=13081/tid=13103] ppid=13079 vsize=361180 CPUtime=0 cores=0-7
/proc/13081/task/13103/stat : 13103 (python) S 13079 13081 12176 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 668428925 369848320 7260 33554432000 4194304 5683644 140735709360272 18446744073709551615 244458768817 0 0 16781312 2 18446604450650827520 0 0 -1 1 0 0 0
[pid=13081/tid=13106] ppid=13079 vsize=361180 CPUtime=0 cores=0-7
/proc/13081/task/13106/stat : 13106 (python) S 13079 13081 12176 0 -1 4202560 24 934 0 0 0 0 0 0 22 0 9 0 668428928 369848320 7260 33554432000 4194304 5683644 140735709360272 18446744073709551615 244458768817 0 0 16781312 2 18446604450650827520 0 0 -1 1 0 0 0
[pid=13081/tid=13109] ppid=13079 vsize=361180 CPUtime=0 cores=0-7
/proc/13081/task/13109/stat : 13109 (python) S 13079 13081 12176 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 668428931 369848320 7260 33554432000 4194304 5683644 140735709360272 18446744073709551615 244458768817 0 0 16781312 2 18446604450650827520 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 3607812

Child status: 0
Real time (s): 1.23942
CPU time (s): 4.68029
CPU user time (s): 4.45932
CPU system time (s): 0.220966
CPU usage (%): 377.618
Max. virtual memory (cumulated for all children) (KiB): 3610972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.45932
system time used= 0.220966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36753
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= 1929
involuntary context switches= 576

runsolver used 0.005999 second user time and 0.023996 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-16 19:51:24
IDJOB=3385568
IDBENCH=82833
IDSOLVER=1870
FILE ID=node105/3385568-1305568284
RUNJOBID= node105-1305564966-12190
PBS_JOBID= 13350145
Free space on /tmp= 73528 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v250-c1065-S1295196126-061.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385568-1305568284/watcher-3385568-1305568284 -o /tmp/evaluation-result-3385568-1305568284/solver-3385568-1305568284 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385568-1305568284.cnf -seed 1597205235 -budget 40000 -cores 8

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

MD5SUM BENCH= 7d874fabf91f4391d9452197998f82c2
RANDOM SEED=1597205235

node105.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.825
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.825
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.825
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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:      23125168 kB
Buffers:        322900 kB
Cached:        7167120 kB
SwapCached:      39636 kB
Active:        2445708 kB
Inactive:      7088508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23125168 kB
SwapTotal:    67111528 kB
SwapFree:     44485784 kB
Dirty:           32648 kB
Writeback:           0 kB
AnonPages:     2012088 kB
Mapped:          16944 kB
Slab:           145924 kB
PageTables:      75848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 103868616 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= 73500 MiB
End job on node105 at 2011-05-16 19:51:25