Trace number 4079326

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 NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (MO) 213.306 213.356

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat15_5_3_9_ic.opb
MD5SUM6e6423d95c6457aac671f6ff150ae932
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7836062
Best CPU time to get the best result obtained on this benchmark2.73358
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3435
Total number of constraints6802
Number of constraints which are clauses2970
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints3825
Minimum length of a constraint2
Maximum length of a constraint105
Number of terms in the objective function 645
Biggest coefficient in the objective function 105154048
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 4264487337
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 105154048
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 4264487337
Number of bits of the biggest sum of numbers32
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-08T00:51:20+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4079326-1465339880.opb"]
0.00/0.01	c use --random-gen="2276136715 2023534678 1444265435 1841753494 3956959787 2417018795 387620186 3435333582 281389800 3037431365 1206079849 1904080013 3327191487 1620280184 1357385275 1680417504 1139499775 4128950786 2068514149 2640531903 1824251507 325952100 3632970944 2766584283 3523239687 480119032 4259574250 224233714 1757927510 2823215046 392789273 2782017180 1034405916 1141468925 3751034263 1882428128 4277049784 2078790645 1129772071 3875193501 3645579547 2054435201 1586670267 3744903833 4252156362 2498425084 2597398290 3226764808 1717444705 891570353 1901180424 3709609300 685343180 865473628 4112674498 3503789015 1967216245 3415315370 1226801116 2334511466 1172686544 1355575448 1134342363 3202626133 2758462220 3468018441 2361750768 427922440 2184163925 1713859311 1742655172 321045720 2491450118 1968761624 1385383908 1574158552 1812346288 1779694086 3950593983 1609222101 429624620 3906687107 3959741415 1309907248 1360172787 3625128746 3547042931 2251521780 387411231 3705619535 3748075106 4144148272 1952417146 400419948 4279658705 2821018617 4152207742 428140414 62128485 3748727812 570288490 1313642006 4219374861 3976103265 813256720 2120715678 3764817132 3282545099 3122325232 2952905017 3871283727 1226041867 4094942228 238430758 3796048990 2551992511 4243618965 2898728363 1493843400 1301722533 4135468785 987341585 2092727260 2750072528 3157502807 1076408406 2188651283 979712421 270271689 3912785098 2732173641 1454774113 1511746191 2044386977 1826064099 3993645631 556234620 4104641263 1524509635 2063885335 792763811 2022208674 2366103509 915895918 775361487 1028145147 4004093892 836191754 2680647159 155785340 527843936 1790437207 1973702597 3036650464 2530484659 3887486591 1739273700 361856337 403834648 4135828360 2747965788 590343210 2963643016 3453319958 922567472 2024774572 2920712872 3823145845 2539567319 2592052257 1624983880 753934585 862669159 488086230 3970682996 88997122 118467845 4197238452 2083933400 2146677719 1583409314 773152590 2587732368 4159892598 1930331603 3165086356 4282896571 1960191942 1923035114 1125498870 897970273 182011698 1997848473 3820599416 3974726065 901769163 904593939 403825521 1632146193 680149968 796282119 2498418280 2022476271 1470114457 3894138069 1586367489 715278385 370862110 3961501182 966846169 2597946324 2503617489 3822495394 1101084723 1705190144 3209091549 3491128217 1904239730 3761425793 4079165153 1548138986 1431342810 363741519 5394409 3837551637 1031951634 1278703159 3103530030 3781971831 244164231 1847619645 4167502841 1869302431 1598057568 4107939246 1874812386 2731031290 3792691340 3528288095 308726499 3506891928 791841844 867794683 169960895 4035652440 1982074499 3824539649 385533190 3466503875 249603417 1094156183 1250014594 3168683042 119395323 1394013167 4012249894 255 362436" option to reproduce the execution
0.00/0.07	c #vars 3435
0.00/0.07	c #constraints 6802
0.09/0.19	c BCD2: Hardening is enabled.
0.09/0.19	c BCD2: BiasedSearch is enabled.
0.09/0.19	c Solving starts ...
0.09/0.19	c ============================[ Search Statistics ]============================
0.09/0.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.19	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.19	c =============================================================================
0.09/0.19	c  0.0s |       0 |        0 |        0 |     3622      0 |       45 |        0
0.19/0.28	c  0.1s |       1 |      136 |      100 |     3622      0 |       45 |        0
0.39/0.43	c  0.2s |       1 |      314 |      188 |     3985      0 |       45 |        0
0.39/0.43	c #cpu_time = 0.232s
0.39/0.43	c #wall_clock_time = 0.233s
0.39/0.43	c #decision = 314
0.39/0.43	c #random_decision = 0
0.39/0.43	c #conflict = 188
0.39/0.43	c #restart = 1
0.39/0.43	o 313695562
0.39/0.45	c BCD2: updating upper bound: 4264487337 -> 313695576
0.39/0.47	c BCD2: 0 <= obj <= 313695576
0.39/0.47	c BCD2: #cores=0, #unrelaxed=645, #relaxed=0, #hardened=0
0.39/0.47	c BCD2: #sat=1 #unsat=1 bias=1/2
0.39/0.47	c Solving starts ...
0.39/0.47	c ============================[ Search Statistics ]============================
0.39/0.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.47	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.47	c =============================================================================
0.39/0.47	c  0.0s |       0 |        0 |        0 |     3985      0 |       45 |        0
0.39/0.49	c  0.0s |       0 |       88 |        1 |     3985      0 |       45 |        0
0.39/0.49	c #cpu_time = 0.013s
0.39/0.49	c #wall_clock_time = 0.013s
0.39/0.49	c #decision = 88
0.39/0.49	c #random_decision = 0
0.39/0.49	c #conflict = 1
0.39/0.49	c #restart = 0
0.39/0.49	c BCD2: found a new core of size 88: cost of the new core is >=117649
0.39/0.49	c lower bound updated to 117634
0.49/0.51	c BCD2: 117649 <= obj <= 313695576
0.49/0.51	c BCD2: #cores=1, #unrelaxed=557, #relaxed=88, #hardened=0
0.49/0.51	c BCD2: #sat=1 #unsat=2 bias=2/3

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4079326-1465339880/watcher-4079326-1465339880 -o /tmp/evaluation-result-4079326-1465339880/solver-4079326-1465339880 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465312758-19943 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079326-1465339880.opb 

pid=22528
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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.18 2.24 2.20 3/179 22531
/proc/meminfo: memFree=29110408/32872528 swapFree=16636/1570076
[pid=22531] ppid=22528 vsize=736700 CPUtime=0 cores=0,2,4,6
/proc/22531/stat : 22531 (toysat) R 22528 22531 2168 0 -1 4202496 2749 0 0 0 0 0 0 0 20 0 4 0 115920340 754380800 3621 33554432000 4194304 16246674 140737085329392 140737085328816 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22531/statm: 184943 3630 441 2943 0 181837 0
[pid=22531/tid=22532] ppid=22528 vsize=754108 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22532/stat : 22532 (toysat) S 22528 22531 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115920340 772206592 3689 33554432000 4194304 16246674 140737085329392 139729775340784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22531/tid=22533] ppid=22528 vsize=758204 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22533/stat : 22533 (toysat) S 22528 22531 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115920340 776400896 3705 33554432000 4194304 16246674 140737085329392 139729764850928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22531/tid=22534] ppid=22528 vsize=763324 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22534/stat : 22534 (toysat) S 22528 22531 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115920340 781643776 3721 33554432000 4194304 16246674 140737085329392 139729647430832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.10017 s]
/proc/loadavg: 2.18 2.24 2.20 3/179 22531
/proc/meminfo: memFree=29110408/32872528 swapFree=16636/1570076
[pid=22531] ppid=22528 vsize=1221188 CPUtime=0.09 cores=0,2,4,6
/proc/22531/stat : 22531 (toysat) R 22528 22531 2168 0 -1 4202496 24282 0 0 0 6 3 0 0 20 0 4 0 115920340 1250496512 25093 33554432000 4194304 16246674 140737085329392 140737085328704 13954914 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22531/statm: 305297 25098 840 2943 0 302191 0
[pid=22531/tid=22532] ppid=22528 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22532/stat : 22532 (toysat) S 22528 22531 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115920340 1250496512 25104 33554432000 4194304 16246674 140737085329392 139729775340784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22531/tid=22533] ppid=22528 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22533/stat : 22533 (toysat) S 22528 22531 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115920340 1250496512 25109 33554432000 4194304 16246674 140737085329392 139729764850928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22531/tid=22534] ppid=22528 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22534/stat : 22534 (toysat) S 22528 22531 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115920340 1250496512 25114 33554432000 4194304 16246674 140737085329392 139729647430832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1221188

[startup+0.200501 s]
/proc/loadavg: 2.18 2.24 2.20 3/179 22531
/proc/meminfo: memFree=29110408/32872528 swapFree=16636/1570076
[pid=22531] ppid=22528 vsize=1221188 CPUtime=0.19 cores=0,2,4,6
/proc/22531/stat : 22531 (toysat) R 22528 22531 2168 0 -1 4202496 42652 0 0 0 13 6 0 0 20 0 4 0 115920340 1250496512 43462 33554432000 4194304 16246674 140737085329392 140737085328704 5532301 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22531/statm: 305297 43469 867 2943 0 302191 0
[pid=22531/tid=22532] ppid=22528 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22532/stat : 22532 (toysat) S 22528 22531 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115920340 1250496512 43474 33554432000 4194304 16246674 140737085329392 139729775340784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22531/tid=22533] ppid=22528 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22533/stat : 22533 (toysat) S 22528 22531 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115920340 1250496512 43480 33554432000 4194304 16246674 140737085329392 139729764850928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22531/tid=22534] ppid=22528 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22534/stat : 22534 (toysat) S 22528 22531 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115920340 1250496512 43486 33554432000 4194304 16246674 140737085329392 139729647430832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1221188

[startup+0.300447 s]
/proc/loadavg: 2.18 2.24 2.20 3/179 22531
/proc/meminfo: memFree=29110408/32872528 swapFree=16636/1570076
[pid=22531] ppid=22528 vsize=1221188 CPUtime=0.28 cores=0,2,4,6
/proc/22531/stat : 22531 (toysat) R 22528 22531 2168 0 -1 4202496 53577 0 0 0 21 7 0 0 20 0 4 0 115920340 1250496512 54387 33554432000 4194304 16246674 140737085329392 140737085312392 5677541 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22531/statm: 305297 54391 883 2943 0 302191 0
[pid=22531/tid=22532] ppid=22528 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22532/stat : 22532 (toysat) S 22528 22531 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115920340 1250496512 54392 33554432000 4194304 16246674 140737085329392 139729775340784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22531/tid=22533] ppid=22528 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22533/stat : 22533 (toysat) S 22528 22531 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115920340 1250496512 54394 33554432000 4194304 16246674 140737085329392 139729764850928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22531/tid=22534] ppid=22528 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22534/stat : 22534 (toysat) S 22528 22531 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115920340 1250496512 54395 33554432000 4194304 16246674 140737085329392 139729647430832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1221188

[startup+0.700444 s]
/proc/loadavg: 2.18 2.24 2.20 3/179 22531
/proc/meminfo: memFree=29110408/32872528 swapFree=16636/1570076
[pid=22531] ppid=22528 vsize=1221188 CPUtime=0.69 cores=0,2,4,6
/proc/22531/stat : 22531 (toysat) R 22528 22531 2168 0 -1 4202496 131210 0 0 0 51 18 0 0 20 0 4 0 115920340 1250496512 132021 33554432000 4194304 16246674 140737085329392 140737085312392 12449399 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22531/statm: 305297 132035 906 2943 0 302191 0
[pid=22531/tid=22532] ppid=22528 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22532/stat : 22532 (toysat) S 22528 22531 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115920340 1250496512 132044 33554432000 4194304 16246674 140737085329392 139729775340784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22531/tid=22533] ppid=22528 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22533/stat : 22533 (toysat) S 22528 22531 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115920340 1250496512 132053 33554432000 4194304 16246674 140737085329392 139729764850928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22531/tid=22534] ppid=22528 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22534/stat : 22534 (toysat) S 22528 22531 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115920340 1250496512 132061 33554432000 4194304 16246674 140737085329392 139729647430832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1221188

[startup+1.50044 s]
/proc/loadavg: 2.18 2.24 2.20 4/183 22535
/proc/meminfo: memFree=28243092/32872528 swapFree=16636/1570076
[pid=22531] ppid=22528 vsize=1328708 CPUtime=1.49 cores=0,2,4,6
/proc/22531/stat : 22531 (toysat) R 22528 22531 2168 0 -1 4202496 273344 0 0 0 114 35 0 0 20 0 4 0 115920340 1360596992 274154 33554432000 4194304 16246674 140737085329392 140737085328056 4221016 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22531/statm: 332177 274158 908 2943 0 329071 0
[pid=22531/tid=22532] ppid=22528 vsize=1328708 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22532/stat : 22532 (toysat) S 22528 22531 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115920340 1360596992 274160 33554432000 4194304 16246674 140737085329392 139729775340784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22531/tid=22533] ppid=22528 vsize=1328708 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22533/stat : 22533 (toysat) S 22528 22531 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115920340 1360596992 274163 33554432000 4194304 16246674 140737085329392 139729764850928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22531/tid=22534] ppid=22528 vsize=1328708 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22534/stat : 22534 (toysat) S 22528 22531 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115920340 1360596992 274165 33554432000 4194304 16246674 140737085329392 139729647430832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1328708

[startup+3.10045 s]
/proc/loadavg: 2.18 2.24 2.20 4/183 22535
/proc/meminfo: memFree=27976260/32872528 swapFree=16636/1570076
[pid=22531] ppid=22528 vsize=1367620 CPUtime=3.09 cores=0,2,4,6
/proc/22531/stat : 22531 (toysat) R 22528 22531 2168 0 -1 4202496 283108 0 0 0 273 36 0 0 20 0 4 0 115920340 1400442880 283918 33554432000 4194304 16246674 140737085329392 140737085328704 12371230 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22531/statm: 341905 283918 908 2943 0 338799 0
[pid=22531/tid=22532] ppid=22528 vsize=1367620 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22532/stat : 22532 (toysat) S 22528 22531 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115920340 1400442880 283918 33554432000 4194304 16246674 140737085329392 139729775340784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22531/tid=22533] ppid=22528 vsize=1367620 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22533/stat : 22533 (toysat) S 22528 22531 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115920340 1400442880 283918 33554432000 4194304 16246674 140737085329392 139729764850928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22531/tid=22534] ppid=22528 vsize=1367620 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22534/stat : 22534 (toysat) S 22528 22531 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115920340 1400442880 283918 33554432000 4194304 16246674 140737085329392 139729647430832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1367620

[startup+6.30045 s]
/proc/loadavg: 2.16 2.24 2.20 4/183 22535
/proc/meminfo: memFree=27864920/32872528 swapFree=16636/1570076
[pid=22531] ppid=22528 vsize=1479236 CPUtime=6.29 cores=0,2,4,6
/proc/22531/stat : 22531 (toysat) R 22528 22531 2168 0 -1 4202496 311013 0 0 0 589 40 0 0 20 0 4 0 115920340 1514737664 311823 33554432000 4194304 16246674 140737085329392 140737085327232 4220897 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22531/statm: 369809 311823 908 2943 0 366703 0
[pid=22531/tid=22532] ppid=22528 vsize=1479236 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22532/stat : 22532 (toysat) S 22528 22531 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115920340 1514737664 311823 33554432000 4194304 16246674 140737085329392 139729775340784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22531/tid=22533] ppid=22528 vsize=1479236 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22533/stat : 22533 (toysat) S 22528 22531 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115920340 1514737664 311823 33554432000 4194304 16246674 140737085329392 139729764850704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22531/tid=22534] ppid=22528 vsize=1479236 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22534/stat : 22534 (toysat) S 22528 22531 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115920340 1514737664 311823 33554432000 4194304 16246674 140737085329392 139729647430832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1479236

[startup+12.7004 s]
/proc/loadavg: 2.15 2.23 2.20 4/183 22535
/proc/meminfo: memFree=27359648/32872528 swapFree=16636/1570076
[pid=22531] ppid=22528 vsize=2031172 CPUtime=12.69 cores=0,2,4,6
/proc/22531/stat : 22531 (toysat) R 22528 22531 2168 0 -1 4202496 448997 0 0 0 1213 56 0 0 20 0 4 0 115920340 2079920128 449807 33554432000 4194304 16246674 140737085329392 140737085327104 4220990 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22531/statm: 507793 449807 908 2943 0 504687 0
[pid=22531/tid=22532] ppid=22528 vsize=2031172 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22532/stat : 22532 (toysat) S 22528 22531 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115920340 2079920128 449807 33554432000 4194304 16246674 140737085329392 139729775340784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22531/tid=22533] ppid=22528 vsize=2031172 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22533/stat : 22533 (toysat) S 22528 22531 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115920340 2079920128 449807 33554432000 4194304 16246674 140737085329392 139729764850928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22531/tid=22534] ppid=22528 vsize=2031172 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22534/stat : 22534 (toysat) S 22528 22531 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115920340 2079920128 449807 33554432000 4194304 16246674 140737085329392 139729647430832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2031172

[startup+25.5005 s]
/proc/loadavg: 2.20 2.24 2.20 4/183 22535
/proc/meminfo: memFree=25263872/32872528 swapFree=16636/1570076
[pid=22531] ppid=22528 vsize=4172356 CPUtime=25.49 cores=0,2,4,6
/proc/22531/stat : 22531 (toysat) R 22528 22531 2168 0 -1 4202496 984246 0 0 0 2420 129 0 0 20 0 4 0 115920340 4272492544 985056 33554432000 4194304 16246674 140737085329392 140737085328056 13880681 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22531/statm: 1043089 985056 909 2943 0 1039983 0
[pid=22531/tid=22532] ppid=22528 vsize=4172356 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22532/stat : 22532 (toysat) S 22528 22531 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115920340 4272492544 985056 33554432000 4194304 16246674 140737085329392 139729775340784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22531/tid=22533] ppid=22528 vsize=4172356 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22533/stat : 22533 (toysat) S 22528 22531 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115920340 4272492544 985056 33554432000 4194304 16246674 140737085329392 139729764850704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22531/tid=22534] ppid=22528 vsize=4172356 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22534/stat : 22534 (toysat) S 22528 22531 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115920340 4272492544 985056 33554432000 4194304 16246674 140737085329392 139729647430832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 4172356

[startup+51.1004 s]
/proc/loadavg: 2.21 2.24 2.20 3/183 22535
/proc/meminfo: memFree=21988932/32872528 swapFree=16636/1570076
[pid=22531] ppid=22528 vsize=7625284 CPUtime=51.08 cores=0,2,4,6
/proc/22531/stat : 22531 (toysat) R 22528 22531 2168 0 -1 4202496 1847361 0 0 0 4865 243 0 0 20 0 4 0 115920340 7808290816 1848171 33554432000 4194304 16246674 140737085329392 140737085328056 4221016 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22531/statm: 1906321 1848178 909 2943 0 1903215 0
[pid=22531/tid=22532] ppid=22528 vsize=7625284 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22532/stat : 22532 (toysat) S 22528 22531 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115920340 7808290816 1848181 33554432000 4194304 16246674 140737085329392 139729775340784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22531/tid=22533] ppid=22528 vsize=7625284 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22533/stat : 22533 (toysat) S 22528 22531 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115920340 7808290816 1848186 33554432000 4194304 16246674 140737085329392 139729764850704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22531/tid=22534] ppid=22528 vsize=7625284 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22534/stat : 22534 (toysat) S 22528 22531 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115920340 7808290816 1848190 33554432000 4194304 16246674 140737085329392 139729647430832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7625284

[startup+102.3 s]
/proc/loadavg: 2.20 2.23 2.19 3/183 22537
/proc/meminfo: memFree=16306860/32872528 swapFree=16636/1570076
[pid=22531] ppid=22528 vsize=13014596 CPUtime=102.28 cores=0,2,4,6
/proc/22531/stat : 22531 (toysat) R 22528 22531 2168 0 -1 4202496 3194858 0 0 0 9797 431 0 0 20 0 4 0 115920340 13326946304 3195668 33554432000 4194304 16246674 140737085329392 140737085327296 13899629 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22531/statm: 3253649 3195668 909 2943 0 3250543 0
[pid=22531/tid=22532] ppid=22528 vsize=13014596 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22532/stat : 22532 (toysat) S 22528 22531 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115920340 13326946304 3195668 33554432000 4194304 16246674 140737085329392 139729775340784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22531/tid=22533] ppid=22528 vsize=13014596 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22533/stat : 22533 (toysat) S 22528 22531 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115920340 13326946304 3195668 33554432000 4194304 16246674 140737085329392 139729764850704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22531/tid=22534] ppid=22528 vsize=13014596 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22534/stat : 22534 (toysat) S 22528 22531 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115920340 13326946304 3195668 33554432000 4194304 16246674 140737085329392 139729647430832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 13014596

[startup+162.3 s]
/proc/loadavg: 2.31 2.26 2.20 4/183 22538
/proc/meminfo: memFree=16306152/32872528 swapFree=16636/1570076
[pid=22531] ppid=22528 vsize=13014596 CPUtime=162.27 cores=0,2,4,6
/proc/22531/stat : 22531 (toysat) R 22528 22531 2168 0 -1 4202496 3194862 0 0 0 15792 435 0 0 20 0 4 0 115920340 13326946304 3195675 33554432000 4194304 16246674 140737085329392 140737085327296 13899629 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22531/statm: 3253649 3195675 913 2943 0 3250543 0
[pid=22531/tid=22532] ppid=22528 vsize=13014596 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22532/stat : 22532 (toysat) S 22528 22531 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115920340 13326946304 3195675 33554432000 4194304 16246674 140737085329392 139729775340784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22531/tid=22533] ppid=22528 vsize=13014596 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22533/stat : 22533 (toysat) S 22528 22531 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115920340 13326946304 3195675 33554432000 4194304 16246674 140737085329392 139729764850704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22531/tid=22534] ppid=22528 vsize=13014596 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22534/stat : 22534 (toysat) S 22528 22531 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115920340 13326946304 3195675 33554432000 4194304 16246674 140737085329392 139729647430832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 13014596



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+212.5 s]
/proc/loadavg: 2.33 2.26 2.20 3/183 22539
/proc/meminfo: memFree=13501132/32872528 swapFree=16636/1570076
[pid=22531] ppid=22528 vsize=15894084 CPUtime=212.45 cores=0,2,4,6
/proc/22531/stat : 22531 (toysat) R 22528 22531 2168 0 -1 4202496 3914698 0 0 0 20693 552 0 0 20 0 4 0 115920340 16275542016 3915511 33554432000 4194304 16246674 140737085329392 140737085328488 4221016 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22531/statm: 3973521 3915518 913 2943 0 3970415 0
[pid=22531/tid=22532] ppid=22528 vsize=15894084 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22532/stat : 22532 (toysat) S 22528 22531 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115920340 16275542016 3915524 33554432000 4194304 16246674 140737085329392 139729775340784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22531/tid=22533] ppid=22528 vsize=15894084 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22533/stat : 22533 (toysat) S 22528 22531 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115920340 16275542016 3915528 33554432000 4194304 16246674 140737085329392 139729764850928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22531/tid=22534] ppid=22528 vsize=15894084 CPUtime=0 cores=0,2,4,6
/proc/22531/task/22534/stat : 22534 (toysat) S 22528 22531 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115920340 16275542016 3915533 33554432000 4194304 16246674 140737085329392 139729647430832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 212.45
Current children cumulated vsize (KiB) 15894084

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 22531 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+212.8 s]
/proc/loadavg: 2.33 2.26 2.20 3/183 22539
/proc/meminfo: memFree=13501132/32872528 swapFree=16636/1570076
[pid=22531] ppid=22528 vsize=0 CPUtime=212.76 cores=0,2,4,6
/proc/22531/stat : 22531 (toysat) Z 22528 22531 2168 0 -1 4203532 3915160 0 0 0 20694 582 0 0 20 0 2 0 115920340 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22531/statm: 0 0 0 0 0 0 0
[pid=22531/tid=22533] ppid=22528 vsize=0 CPUtime=0.28 cores=0,2,4,6
/proc/22531/task/22533/stat : 22533 (toysat) R 22528 22531 2168 0 -1 4203588 8 0 0 0 0 28 0 0 20 0 2 0 115920340 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 212.76
Current children cumulated vsize (KiB) 0

[startup+213.2 s]
/proc/loadavg: 2.33 2.26 2.20 3/183 22539
/proc/meminfo: memFree=13501132/32872528 swapFree=16636/1570076
[pid=22531] ppid=22528 vsize=0 CPUtime=213.16 cores=0,2,4,6
/proc/22531/stat : 22531 (toysat) Z 22528 22531 2168 0 -1 4203532 3915160 0 0 0 20694 622 0 0 20 0 2 0 115920340 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22531/statm: 0 0 0 0 0 0 0
[pid=22531/tid=22533] ppid=22528 vsize=0 CPUtime=0.68 cores=0,2,4,6
/proc/22531/task/22533/stat : 22533 (toysat) R 22528 22531 2168 0 -1 4203588 8 0 0 0 0 68 0 0 20 0 2 0 115920340 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 213.16
Current children cumulated vsize (KiB) 0

[startup+213.3 s]
/proc/loadavg: 2.33 2.26 2.20 3/183 22539
/proc/meminfo: memFree=13501132/32872528 swapFree=16636/1570076
[pid=22531] ppid=22528 vsize=0 CPUtime=213.26 cores=0,2,4,6
/proc/22531/stat : 22531 (toysat) Z 22528 22531 2168 0 -1 4203532 3915160 0 0 0 20694 632 0 0 20 0 2 0 115920340 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22531/statm: 0 0 0 0 0 0 0
[pid=22531/tid=22533] ppid=22528 vsize=0 CPUtime=0.78 cores=0,2,4,6
/proc/22531/task/22533/stat : 22533 (toysat) R 22528 22531 2168 0 -1 4203588 8 0 0 0 0 78 0 0 20 0 2 0 115920340 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 213.26
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 213.356
CPU time (s): 213.306
CPU user time (s): 206.942
CPU system time (s): 6.36403
CPU usage (%): 99.9762
Max. virtual memory (cumulated for all children) (KiB): 15894084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 206.942
system time used= 6.36403
maximum resident set size= 15663892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3915160
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 83
involuntary context switches= 217

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.534918 second user time and 0.840872 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-08 00:51:20
IDJOB=4079326
IDBENCH=92765
IDSOLVER=2542
FILE ID=node140/4079326-1465339880
RUNJOBID= node140-1465312758-19943
PBS_JOBID= 19850417
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat15_5_3_9_ic.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079326-1465339880/watcher-4079326-1465339880 -o /tmp/evaluation-result-4079326-1465339880/solver-4079326-1465339880 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465312758-19943 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079326-1465339880.opb

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

MD5SUM BENCH= 6e6423d95c6457aac671f6ff150ae932
RANDOM SEED=1273387421

node140.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.768
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.768
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.768
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.768
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29111308 kB
Buffers:           76644 kB
Cached:           220008 kB
SwapCached:         1660 kB
Active:          1283176 kB
Inactive:         157428 kB
Active(anon):    1140316 kB
Inactive(anon):     5988 kB
Active(file):     142860 kB
Inactive(file):   151440 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098752 kB
Dirty:             16716 kB
Writeback:             0 kB
AnonPages:       2809752 kB
Mapped:            10792 kB
Shmem:                 0 kB
Slab:             614080 kB
SReclaimable:      58084 kB
SUnreclaim:       555996 kB
KernelStack:        1520 kB
PageTables:         9396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2858388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2660352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71708 MiB
End job on node140 at 2016-06-08 00:54:53