Trace number 3385440

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)SAT 3.89141 1.36098

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S1846644927-079.SATISFIABLE.cnf
MD5SUM9d6e35233e69c791074cda4235bdf5aa
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.333948
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56230

Solver Data

0.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.46	c INFO: solving HOME/instance-3385440-1305566669.cnf
0.32/0.46	c INFO: computing task features
0.41/0.51	c INFO: computed variable-clause graph statistics
0.41/0.51	c INFO: computed clause balance statistics
0.61/0.73	c INFO: computed variable balance statistics
0.71/0.82	c INFO: computed small-clause counts
0.71/0.82	c INFO: computed Horn-clause counts
0.71/0.83	c INFO: computed variable graph statistics
0.71/0.83	c INFO: collected features for HOME/instance-3385440-1305566669.cnf in 0.36 s
0.71/0.86	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.52)
0.71/0.89	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.10)
0.81/0.91	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.05)
0.81/0.95	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.04)
0.81/0.98	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.03)
0.90/1.01	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.02)
0.90/1.04	c INFO: running FH@0 for 97 with 4999 remaining (b = 0.02)
0.90/1.08	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.07)
3.51/1.34	s SATISFIABLE
3.51/1.34	v -1 -2 -3 4 5 -6 7 8 -9 10 11 12 -13 -14 15 16 17 -18 -19 -20 -21 22 23 24 -25 26 -27 28 29 -30 31 -32 33 34 -35 36 37 -38 -39 -40 41 -42 -43 -44 45 -46 -47 48 -49 -50 51 -52 -53 -54 -55 56 -57 58 -59 60 -61 62 63 -64 -65 66 67 -68 -69 -70 0

Verifier Data

OK

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-3385440-1305566669/watcher-3385440-1305566669 -o /tmp/evaluation-result-3385440-1305566669/solver-3385440-1305566669 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385440-1305566669.cnf -seed 1953145550 -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: 8.16 8.55 7.10 1/351 4427
/proc/meminfo: memFree=17789592/32951124 swapFree=67056788/67111528
[pid=4427] ppid=4425 vsize=15388 CPUtime=0 cores=0-7
/proc/4427/stat : 4427 (python) R 4425 4427 3941 0 -1 4202496 813 0 0 0 0 0 0 0 17 0 1 0 668264798 15757312 699 33554432000 4194304 5683644 140734894800656 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/4427/statm: 3847 699 334 364 0 334 0

[startup+0.111702 s]
/proc/loadavg: 8.16 8.55 7.10 1/351 4427
/proc/meminfo: memFree=17789592/32951124 swapFree=67056788/67111528
[pid=4427] ppid=4425 vsize=107300 CPUtime=0.07 cores=0-7
/proc/4427/stat : 4427 (python) S 4425 4427 3941 0 -1 4202496 3319 0 0 0 6 1 0 0 17 0 1 0 668264798 109875200 2983 33554432000 4194304 5683644 140734894800656 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 4 0 0 0
/proc/4427/statm: 26825 2983 871 364 0 2056 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 107300

[startup+0.200684 s]
/proc/loadavg: 8.16 8.55 7.10 1/351 4427
/proc/meminfo: memFree=17789592/32951124 swapFree=67056788/67111528
[pid=4427] ppid=4425 vsize=128868 CPUtime=0.15 cores=0-7
/proc/4427/stat : 4427 (python) R 4425 4427 3941 0 -1 4202496 5585 937 1 0 12 3 0 0 18 0 1 0 668264798 131960832 4020 33554432000 4194304 5683644 140734894800656 18446744073709551615 271550196145 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/4427/statm: 32217 4020 1011 364 0 2996 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 128868

[startup+0.300658 s]
/proc/loadavg: 8.16 8.55 7.10 1/351 4427
/proc/meminfo: memFree=17789592/32951124 swapFree=67056788/67111528
[pid=4427] ppid=4425 vsize=170756 CPUtime=0.23 cores=0-7
/proc/4427/stat : 4427 (python) S 4425 4427 3941 0 -1 4202496 6741 937 1 0 17 6 0 0 17 0 1 0 668264798 174854144 4808 33554432000 4194304 5683644 140734894800656 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 4 0 0 0
/proc/4427/statm: 42689 4808 1336 364 0 3454 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 170756

[startup+0.700584 s]
/proc/loadavg: 8.16 8.55 7.10 1/351 4427
/proc/meminfo: memFree=17789592/32951124 swapFree=67056788/67111528
[pid=4427] ppid=4425 vsize=279752 CPUtime=0.61 cores=0-7
/proc/4427/stat : 4427 (python) R 4425 4427 3941 0 -1 4202496 10028 937 1 0 53 8 0 0 18 0 1 0 668264798 286466048 7323 33554432000 4194304 5683644 140734894800656 18446744073709551615 47415715385661 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/4427/statm: 69938 7323 1826 364 0 5862 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 279752

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

[startup+0.800568 s]
/proc/loadavg: 8.16 8.55 7.10 1/351 4427
/proc/meminfo: memFree=17789592/32951124 swapFree=67056788/67111528
[pid=4427] ppid=4425 vsize=279752 CPUtime=0.71 cores=0-7
/proc/4427/stat : 4427 (python) R 4425 4427 3941 0 -1 4202496 10029 937 1 0 63 8 0 0 18 0 1 0 668264798 286466048 7324 33554432000 4194304 5683644 140734894800656 18446744073709551615 47415712761242 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/4427/statm: 69938 7324 1827 364 0 5862 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 279752

[startup+1.21445 s]
/proc/loadavg: 8.07 8.53 7.10 9/376 4456
/proc/meminfo: memFree=17728496/32951124 swapFree=67056788/67111528
[pid=4427] ppid=4425 vsize=361292 CPUtime=0.99 cores=0-7
/proc/4427/stat : 4427 (python) S 4425 4427 3941 0 -1 4202496 16453 937 1 0 89 10 0 0 22 0 9 0 668264798 369963008 7290 33554432000 4194304 5683644 140734894800656 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4427/statm: 90323 7290 1891 364 0 26220 0
[pid=4433] ppid=4427 vsize=278752 CPUtime=0 cores=0-7
/proc/4433/stat : 4433 (python) S 4427 4427 3941 0 -1 4202560 737 0 0 0 0 0 0 0 19 0 1 0 668264884 285442048 5627 33554432000 4194304 5683644 140734894800656 18446744073709551615 271550557711 0 0 16781312 514 1746529145040404479 0 0 17 5 0 0 0
/proc/4433/statm: 69688 5627 354 364 0 5606 0
[pid=4435] ppid=4433 vsize=1018076 CPUtime=0.34 cores=0-7
/proc/4435/stat : 4435 (gnovelty+2) R 4433 4435 4435 0 -1 4202496 530 0 0 0 34 0 0 0 21 0 1 0 668264884 1042509824 267 33554432000 134512640 135663704 4288413696 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/4435/statm: 254519 267 113 282 0 254235 0
[pid=4436] ppid=4427 vsize=289412 CPUtime=0 cores=0-7
/proc/4436/stat : 4436 (python) S 4427 4427 3941 0 -1 4202560 738 0 0 0 0 0 0 0 19 0 1 0 668264887 296357888 5711 33554432000 4194304 5683644 140734894800656 18446744073709551615 271550557766 0 0 16781312 514 10460534278386089983 0 0 17 4 0 0 0
/proc/4436/statm: 72353 5711 348 364 0 8268 0
[pid=4438] ppid=4436 vsize=1018076 CPUtime=0.31 cores=0-7
/proc/4438/stat : 4438 (gnovelty+2) R 4436 4438 4438 0 -1 4202496 530 0 0 0 31 0 0 0 21 0 1 0 668264887 1042509824 268 33554432000 134512640 135663704 4294850144 18446744073709551615 134525243 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/4438/statm: 254519 268 113 282 0 254235 0
[pid=4439] ppid=4427 vsize=299164 CPUtime=0 cores=0-7
/proc/4439/stat : 4439 (python) S 4427 4427 3941 0 -1 4202560 721 0 0 0 0 0 0 0 21 0 1 0 668264890 306343936 5600 33554432000 4194304 5683644 140734894800656 18446744073709551615 271550557766 0 0 16781312 514 11969693152345849855 0 0 17 0 0 0 0
/proc/4439/statm: 74791 5600 344 364 0 10703 0
[pid=4441] ppid=4439 vsize=416784 CPUtime=0.29 cores=0-7
/proc/4441/stat : 4441 (adaptg2wsat2009) R 4439 4441 4441 0 -1 4202496 605 0 0 0 29 0 0 0 23 0 1 0 668264890 426786816 340 33554432000 134512640 135107411 4294764336 18446744073709551615 134523300 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/4441/statm: 104196 340 49 146 0 103072 0
[pid=4442] ppid=4427 vsize=310024 CPUtime=0 cores=0-7
/proc/4442/stat : 4442 (python) S 4427 4427 3941 0 -1 4202560 731 0 0 0 0 0 0 0 19 0 1 0 668264893 317464576 5723 33554432000 4194304 5683644 140734894800656 18446744073709551615 271550557766 0 0 16781312 514 7919398529607401471 0 0 17 4 0 0 0
/proc/4442/statm: 77506 5723 344 364 0 13415 0
[pid=4444] ppid=4442 vsize=416784 CPUtime=0.24 cores=0-7
/proc/4444/stat : 4444 (adaptg2wsat2009) R 4442 4444 4444 0 -1 4202496 601 0 0 0 24 0 0 0 21 0 1 0 668264893 426786816 340 33554432000 134512640 135107411 4289075008 18446744073709551615 134523302 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/4444/statm: 104196 340 49 146 0 103072 0
[pid=4445] ppid=4427 vsize=320280 CPUtime=0 cores=0-7
/proc/4445/stat : 4445 (python) S 4427 4427 3941 0 -1 4202560 738 0 0 0 0 0 0 0 21 0 1 0 668264896 327966720 5727 33554432000 4194304 5683644 140734894800656 18446744073709551615 271550557766 0 0 16781312 514 282314183255523327 0 0 17 0 0 0 0
/proc/4445/statm: 80070 5727 344 364 0 15976 0
[pid=4447] ppid=4445 vsize=416784 CPUtime=0.22 cores=0-7
/proc/4447/stat : 4447 (adaptg2wsat2009) R 4445 4447 4447 0 -1 4202496 603 0 0 0 22 0 0 0 23 0 1 0 668264896 426786816 340 33554432000 134512640 135107411 4288346048 18446744073709551615 134523261 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/4447/statm: 104196 340 49 146 0 103072 0
[pid=4448] ppid=4427 vsize=330536 CPUtime=0 cores=0-7
/proc/4448/stat : 4448 (python) S 4427 4427 3941 0 -1 4202560 761 0 0 0 0 0 0 0 19 0 1 0 668264899 338468864 5735 33554432000 4194304 5683644 140734894800656 18446744073709551615 271550557766 0 0 16781312 514 1746521448459010047 0 0 17 0 0 0 0
/proc/4448/statm: 82634 5735 348 364 0 18537 0
[pid=4450] ppid=4448 vsize=1018076 CPUtime=0.19 cores=0-7
/proc/4450/stat : 4450 (gnovelty+2) R 4448 4450 4450 0 -1 4202496 532 0 0 0 19 0 0 0 21 0 1 0 668264900 1042509824 267 33554432000 134512640 135663704 4294693024 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/4450/statm: 254519 267 113 282 0 254235 0
[pid=4451] ppid=4427 vsize=340792 CPUtime=0 cores=0-7
/proc/4451/stat : 4451 (python) S 4427 4427 3941 0 -1 4202560 746 0 0 0 0 0 0 0 19 0 1 0 668264903 348971008 5735 33554432000 4194304 5683644 140734894800656 18446744073709551615 271550557766 0 0 16781312 514 1746517600168312831 0 0 17 0 0 0 0
/proc/4451/statm: 85198 5735 344 364 0 21098 0
[pid=4453] ppid=4451 vsize=245580 CPUtime=0.16 cores=0-7
/proc/4453/stat : 4453 (FH) R 4451 4453 4453 0 -1 4202496 551 0 0 0 16 0 0 0 21 0 1 0 668264903 251473920 287 33554432000 134512640 134936988 4293992528 18446744073709551615 134523640 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/4453/statm: 61395 287 37 104 0 60899 0
[pid=4454] ppid=4427 vsize=351048 CPUtime=0 cores=0-7
/proc/4454/stat : 4454 (python) S 4427 4427 3941 0 -1 4202560 784 0 0 0 0 0 0 0 21 0 1 0 668264906 359473152 5745 33554432000 4194304 5683644 140734894800656 18446744073709551615 271550557766 0 0 16781312 514 282302638383431679 0 0 17 0 0 0 0
/proc/4454/statm: 87762 5745 350 364 0 23659 0
[pid=4456] ppid=4454 vsize=2028 CPUtime=0.1 cores=0-7
/proc/4456/stat : 4456 (march_hi) R 4454 4456 4456 0 -1 4202496 1178 0 0 0 10 0 0 0 23 0 1 0 668264906 2076672 337 33554432000 4194304 4955518 140733300935328 18446744073709551615 4224850 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/4456/statm: 507 337 89 186 0 320 0
[pid=4427/tid=4434] ppid=4425 vsize=361292 CPUtime=0 cores=0-7
/proc/4427/task/4434/stat : 4434 (python) S 4425 4427 3941 0 -1 4202560 26 937 0 0 0 0 0 0 19 0 9 0 668264884 369963008 7290 33554432000 4194304 5683644 140734894800656 18446744073709551615 271562361265 0 0 16781312 2 18446604453864053696 0 0 -1 0 0 0 0
[pid=4427/tid=4437] ppid=4425 vsize=361292 CPUtime=0 cores=0-7
/proc/4427/task/4437/stat : 4437 (python) S 4425 4427 3941 0 -1 4202560 24 937 0 0 0 0 0 0 20 0 9 0 668264887 369963008 7290 33554432000 4194304 5683644 140734894800656 18446744073709551615 271562361265 0 0 16781312 2 18446604453864053696 0 0 -1 4 0 0 0
[pid=4427/tid=4440] ppid=4425 vsize=361292 CPUtime=0 cores=0-7
/proc/4427/task/4440/stat : 4440 (python) S 4425 4427 3941 0 -1 4202560 23 937 0 0 0 0 0 0 22 0 9 0 668264890 369963008 7290 33554432000 4194304 5683644 140734894800656 18446744073709551615 271562361265 0 0 16781312 2 18446604453864053696 0 0 -1 0 0 0 0
[pid=4427/tid=4443] ppid=4425 vsize=361292 CPUtime=0 cores=0-7
/proc/4427/task/4443/stat : 4443 (python) S 4425 4427 3941 0 -1 4202560 25 937 0 0 0 0 0 0 20 0 9 0 668264893 369963008 7290 33554432000 4194304 5683644 140734894800656 18446744073709551615 271562361265 0 0 16781312 2 18446604453864053696 0 0 -1 0 0 0 0
[pid=4427/tid=4446] ppid=4425 vsize=361292 CPUtime=0 cores=0-7
/proc/4427/task/4446/stat : 4446 (python) S 4425 4427 3941 0 -1 4202560 26 937 0 0 0 0 0 0 22 0 9 0 668264896 369963008 7290 33554432000 4194304 5683644 140734894800656 18446744073709551615 271562361265 0 0 16781312 2 18446604453864053696 0 0 -1 0 0 0 0
[pid=4427/tid=4449] ppid=4425 vsize=361292 CPUtime=0 cores=0-7
/proc/4427/task/4449/stat : 4449 (python) S 4425 4427 3941 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 9 0 668264900 369963008 7290 33554432000 4194304 5683644 140734894800656 18446744073709551615 271562361265 0 0 16781312 2 18446604453864053696 0 0 -1 0 0 0 0
[pid=4427/tid=4452] ppid=4425 vsize=361292 CPUtime=0 cores=0-7
/proc/4427/task/4452/stat : 4452 (python) S 4425 4427 3941 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 9 0 668264903 369963008 7290 33554432000 4194304 5683644 140734894800656 18446744073709551615 271562361265 0 0 16781312 2 18446604453864053696 0 0 -1 0 0 0 0
[pid=4427/tid=4455] ppid=4425 vsize=361292 CPUtime=0 cores=0-7
/proc/4427/task/4455/stat : 4455 (python) S 4425 4427 3941 0 -1 4202560 33 937 0 0 0 0 0 0 22 0 9 0 668264906 369963008 7290 33554432000 4194304 5683644 140734894800656 18446744073709551615 271562361265 0 0 16781312 2 18446604453864053696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 7433488

[startup+1.30143 s]
/proc/loadavg: 8.07 8.53 7.10 9/376 4456
/proc/meminfo: memFree=17728496/32951124 swapFree=67056788/67111528
[pid=4427] ppid=4425 vsize=361292 CPUtime=0.99 cores=0-7
/proc/4427/stat : 4427 (python) S 4425 4427 3941 0 -1 4202496 16453 937 1 0 89 10 0 0 22 0 9 0 668264798 369963008 7290 33554432000 4194304 5683644 140734894800656 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4427/statm: 90323 7290 1891 364 0 26220 0
[pid=4433] ppid=4427 vsize=278752 CPUtime=0 cores=0-7
/proc/4433/stat : 4433 (python) S 4427 4427 3941 0 -1 4202560 737 0 0 0 0 0 0 0 19 0 1 0 668264884 285442048 5627 33554432000 4194304 5683644 140734894800656 18446744073709551615 271550557711 0 0 16781312 514 1746529145040404479 0 0 17 5 0 0 0
/proc/4433/statm: 69688 5627 354 364 0 5606 0
[pid=4435] ppid=4433 vsize=1018076 CPUtime=0.43 cores=0-7
/proc/4435/stat : 4435 (gnovelty+2) R 4433 4435 4435 0 -1 4202496 530 0 0 0 43 0 0 0 21 0 1 0 668264884 1042509824 267 33554432000 134512640 135663704 4288413696 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/4435/statm: 254519 267 113 282 0 254235 0
[pid=4436] ppid=4427 vsize=289412 CPUtime=0 cores=0-7
/proc/4436/stat : 4436 (python) S 4427 4427 3941 0 -1 4202560 738 0 0 0 0 0 0 0 19 0 1 0 668264887 296357888 5711 33554432000 4194304 5683644 140734894800656 18446744073709551615 271550557766 0 0 16781312 514 10460534278386089983 0 0 17 4 0 0 0
/proc/4436/statm: 72353 5711 348 364 0 8268 0
[pid=4438] ppid=4436 vsize=1018076 CPUtime=0.4 cores=0-7
/proc/4438/stat : 4438 (gnovelty+2) R 4436 4438 4438 0 -1 4202496 530 0 0 0 40 0 0 0 21 0 1 0 668264887 1042509824 268 33554432000 134512640 135663704 4294850144 18446744073709551615 134524878 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/4438/statm: 254519 268 113 282 0 254235 0
[pid=4439] ppid=4427 vsize=299164 CPUtime=0 cores=0-7
/proc/4439/stat : 4439 (python) S 4427 4427 3941 0 -1 4202560 721 0 0 0 0 0 0 0 21 0 1 0 668264890 306343936 5600 33554432000 4194304 5683644 140734894800656 18446744073709551615 271550557766 0 0 16781312 514 11969693152345849855 0 0 17 0 0 0 0
/proc/4439/statm: 74791 5600 344 364 0 10703 0
[pid=4441] ppid=4439 vsize=416784 CPUtime=0.37 cores=0-7
/proc/4441/stat : 4441 (adaptg2wsat2009) R 4439 4441 4441 0 -1 4202496 605 0 0 0 37 0 0 0 24 0 1 0 668264890 426786816 340 33554432000 134512640 135107411 4294764336 18446744073709551615 134523424 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/4441/statm: 104196 340 49 146 0 103072 0
[pid=4442] ppid=4427 vsize=310024 CPUtime=0 cores=0-7
/proc/4442/stat : 4442 (python) S 4427 4427 3941 0 -1 4202560 731 0 0 0 0 0 0 0 19 0 1 0 668264893 317464576 5723 33554432000 4194304 5683644 140734894800656 18446744073709551615 271550557766 0 0 16781312 514 7919398529607401471 0 0 17 4 0 0 0
/proc/4442/statm: 77506 5723 344 364 0 13415 0
[pid=4444] ppid=4442 vsize=416784 CPUtime=0.32 cores=0-7
/proc/4444/stat : 4444 (adaptg2wsat2009) R 4442 4444 4444 0 -1 4202496 601 0 0 0 32 0 0 0 21 0 1 0 668264893 426786816 340 33554432000 134512640 135107411 4289075008 18446744073709551615 134523302 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/4444/statm: 104196 340 49 146 0 103072 0
[pid=4445] ppid=4427 vsize=320280 CPUtime=0 cores=0-7
/proc/4445/stat : 4445 (python) S 4427 4427 3941 0 -1 4202560 738 0 0 0 0 0 0 0 21 0 1 0 668264896 327966720 5727 33554432000 4194304 5683644 140734894800656 18446744073709551615 271550557766 0 0 16781312 514 282314183255523327 0 0 17 0 0 0 0
/proc/4445/statm: 80070 5727 344 364 0 15976 0
[pid=4447] ppid=4445 vsize=416784 CPUtime=0.31 cores=0-7
/proc/4447/stat : 4447 (adaptg2wsat2009) R 4445 4447 4447 0 -1 4202496 603 0 0 0 31 0 0 0 23 0 1 0 668264896 426786816 340 33554432000 134512640 135107411 4288346048 18446744073709551615 134523314 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/4447/statm: 104196 340 49 146 0 103072 0
[pid=4448] ppid=4427 vsize=330536 CPUtime=0 cores=0-7
/proc/4448/stat : 4448 (python) S 4427 4427 3941 0 -1 4202560 761 0 0 0 0 0 0 0 19 0 1 0 668264899 338468864 5735 33554432000 4194304 5683644 140734894800656 18446744073709551615 271550557766 0 0 16781312 514 1746521448459010047 0 0 17 0 0 0 0
/proc/4448/statm: 82634 5735 348 364 0 18537 0
[pid=4450] ppid=4448 vsize=1018076 CPUtime=0.27 cores=0-7
/proc/4450/stat : 4450 (gnovelty+2) R 4448 4450 4450 0 -1 4202496 532 0 0 0 27 0 0 0 21 0 1 0 668264900 1042509824 267 33554432000 134512640 135663704 4294693024 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/4450/statm: 254519 267 113 282 0 254235 0
[pid=4451] ppid=4427 vsize=340792 CPUtime=0 cores=0-7
/proc/4451/stat : 4451 (python) S 4427 4427 3941 0 -1 4202560 746 0 0 0 0 0 0 0 19 0 1 0 668264903 348971008 5735 33554432000 4194304 5683644 140734894800656 18446744073709551615 271550557766 0 0 16781312 514 1746517600168312831 0 0 17 0 0 0 0
/proc/4451/statm: 85198 5735 344 364 0 21098 0
[pid=4453] ppid=4451 vsize=245580 CPUtime=0.24 cores=0-7
/proc/4453/stat : 4453 (FH) R 4451 4453 4453 0 -1 4202496 551 0 0 0 24 0 0 0 21 0 1 0 668264903 251473920 287 33554432000 134512640 134936988 4293992528 18446744073709551615 134523479 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/4453/statm: 61395 287 37 104 0 60899 0
[pid=4454] ppid=4427 vsize=351048 CPUtime=0 cores=0-7
/proc/4454/stat : 4454 (python) S 4427 4427 3941 0 -1 4202560 784 0 0 0 0 0 0 0 21 0 1 0 668264906 359473152 5745 33554432000 4194304 5683644 140734894800656 18446744073709551615 271550557766 0 0 16781312 514 282302638383431679 0 0 17 0 0 0 0
/proc/4454/statm: 87762 5745 350 364 0 23659 0
[pid=4456] ppid=4454 vsize=2028 CPUtime=0.18 cores=0-7
/proc/4456/stat : 4456 (march_hi) R 4454 4456 4456 0 -1 4202496 1178 0 0 0 18 0 0 0 23 0 1 0 668264906 2076672 337 33554432000 4194304 4955518 140733300935328 18446744073709551615 4269362 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/4456/statm: 507 337 89 186 0 320 0
[pid=4427/tid=4434] ppid=4425 vsize=361292 CPUtime=0 cores=0-7
/proc/4427/task/4434/stat : 4434 (python) S 4425 4427 3941 0 -1 4202560 26 937 0 0 0 0 0 0 19 0 9 0 668264884 369963008 7290 33554432000 4194304 5683644 140734894800656 18446744073709551615 271562361265 0 0 16781312 2 18446604453864053696 0 0 -1 0 0 0 0
[pid=4427/tid=4437] ppid=4425 vsize=361292 CPUtime=0 cores=0-7
/proc/4427/task/4437/stat : 4437 (python) S 4425 4427 3941 0 -1 4202560 24 937 0 0 0 0 0 0 20 0 9 0 668264887 369963008 7290 33554432000 4194304 5683644 140734894800656 18446744073709551615 271562361265 0 0 16781312 2 18446604453864053696 0 0 -1 4 0 0 0
[pid=4427/tid=4440] ppid=4425 vsize=361292 CPUtime=0 cores=0-7
/proc/4427/task/4440/stat : 4440 (python) S 4425 4427 3941 0 -1 4202560 23 937 0 0 0 0 0 0 22 0 9 0 668264890 369963008 7290 33554432000 4194304 5683644 140734894800656 18446744073709551615 271562361265 0 0 16781312 2 18446604453864053696 0 0 -1 0 0 0 0
[pid=4427/tid=4443] ppid=4425 vsize=361292 CPUtime=0 cores=0-7
/proc/4427/task/4443/stat : 4443 (python) S 4425 4427 3941 0 -1 4202560 25 937 0 0 0 0 0 0 20 0 9 0 668264893 369963008 7290 33554432000 4194304 5683644 140734894800656 18446744073709551615 271562361265 0 0 16781312 2 18446604453864053696 0 0 -1 0 0 0 0
[pid=4427/tid=4446] ppid=4425 vsize=361292 CPUtime=0 cores=0-7
/proc/4427/task/4446/stat : 4446 (python) S 4425 4427 3941 0 -1 4202560 26 937 0 0 0 0 0 0 22 0 9 0 668264896 369963008 7290 33554432000 4194304 5683644 140734894800656 18446744073709551615 271562361265 0 0 16781312 2 18446604453864053696 0 0 -1 0 0 0 0
[pid=4427/tid=4449] ppid=4425 vsize=361292 CPUtime=0 cores=0-7
/proc/4427/task/4449/stat : 4449 (python) S 4425 4427 3941 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 9 0 668264900 369963008 7290 33554432000 4194304 5683644 140734894800656 18446744073709551615 271562361265 0 0 16781312 2 18446604453864053696 0 0 -1 0 0 0 0
[pid=4427/tid=4452] ppid=4425 vsize=361292 CPUtime=0 cores=0-7
/proc/4427/task/4452/stat : 4452 (python) S 4425 4427 3941 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 9 0 668264903 369963008 7290 33554432000 4194304 5683644 140734894800656 18446744073709551615 271562361265 0 0 16781312 2 18446604453864053696 0 0 -1 0 0 0 0
[pid=4427/tid=4455] ppid=4425 vsize=361292 CPUtime=0 cores=0-7
/proc/4427/task/4455/stat : 4455 (python) S 4425 4427 3941 0 -1 4202560 33 937 0 0 0 0 0 0 22 0 9 0 668264906 369963008 7290 33554432000 4194304 5683644 140734894800656 18446744073709551615 271562361265 0 0 16781312 2 18446604453864053696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 7433488

Child status: 0
Real time (s): 1.36098
CPU time (s): 3.89141
CPU user time (s): 3.74943
CPU system time (s): 0.141978
CPU usage (%): 285.927
Max. virtual memory (cumulated for all children) (KiB): 7783536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.74943
system time used= 0.141978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33661
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= 1741
involuntary context switches= 82

runsolver used 0.010998 second user time and 0.016997 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-16 19:24:29
IDJOB=3385440
IDBENCH=82705
IDSOLVER=1870
FILE ID=node133/3385440-1305566669
RUNJOBID= node133-1305564962-3955
PBS_JOBID= 13350117
Free space on /tmp= 73412 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S1846644927-079.SATISFIABLE.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-3385440-1305566669/watcher-3385440-1305566669 -o /tmp/evaluation-result-3385440-1305566669/solver-3385440-1305566669 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385440-1305566669.cnf -seed 1953145550 -budget 40000 -cores 8

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

MD5SUM BENCH= 9d6e35233e69c791074cda4235bdf5aa
RANDOM SEED=1953145550

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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:      17789624 kB
Buffers:        320068 kB
Cached:        4525368 kB
SwapCached:       7676 kB
Active:       11539700 kB
Inactive:      3310492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17789624 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:           31852 kB
Writeback:           0 kB
AnonPages:    10003844 kB
Mapped:          30180 kB
Slab:           201796 kB
PageTables:      41404 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 74495320 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73384 MiB
End job on node133 at 2011-05-16 19:24:31