Trace number 4107622

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-02UNSAT 0.588909 0.593034

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/
random/rand.biglist/normalized-rand659e05.cudf.trendy.opb
MD5SUM2948b63af1c5a850ec75cbbe2f80ec1f
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.332948
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8358
Total number of constraints34876
Number of constraints which are clauses34512
Number of constraints which are cardinality constraints (but not clauses)364
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint553
Number of terms in the objective function 3968
Biggest coefficient in the objective function 7833173256
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 4323903750353
Number of bits of the sum of numbers in the objective function 42
Biggest number in a constraint 7833173256
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 4323903750353
Number of bits of the biggest sum of numbers42
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-19T00:10:32+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-4107622-1466287832.opb"]
0.00/0.01	c use --random-gen="1207020293 3948118537 1348647840 3458713547 400856623 863815800 255906451 3419170732 1786080676 1589448924 1086875667 959132268 3108635634 4241017839 252014766 2009732594 3199067747 3820954622 527245252 3068782174 4265140709 942745323 2408409275 3337044899 4242339281 264609543 1809746930 1049282479 1958490803 2948853640 3269309935 3008410731 2688575004 3910931266 2922877930 2412722006 2012597614 2325425072 819920960 4237682533 1046739612 1470868941 3727266806 3400428645 4184805264 3011913479 4245501021 2372218835 431876545 1999988707 1531334992 3595469519 120581991 1853216198 1442585966 2167751548 2213413935 109344893 1871891149 2710569 2137041964 1976987563 2343045351 1355783842 872924725 1011425917 825931644 1181148315 2627027576 581847137 4226201215 3453728930 1482104924 1463022236 1543764385 3469285160 2059605994 2222154879 2790040667 3228778963 835012460 3350735086 1385803329 1837030031 2920167100 372965882 1639228894 2773235284 4118214450 2889617975 2904555740 4107048410 1896632568 1490520185 1473165195 1869659855 3529418759 2423549904 3527627831 1890134672 1857236913 1120097597 889848651 4893507 1503194572 3441158543 1544954086 731148628 3146016939 3835605342 223162373 3225623274 3904107898 3332357280 2923749762 3121353132 1520778871 958500589 1486793459 2768520852 1138508673 383458166 186953011 54090651 2036155032 3282290201 1935464800 3770843177 324288701 1706569940 2736187558 838625983 3309217063 2444383604 3334883092 770608902 1089553670 3083656783 705024872 1485007108 2091939363 3678680811 2699862530 759751981 1141769534 1516050820 20323886 2713316689 856702692 1486148340 3512286014 2283057316 4278449789 433285507 3844605513 3109466116 2878405380 3069004887 4292380328 235778874 1496148827 1035194401 50172039 2337357389 4285483596 1837327775 1152122433 3235784276 1421017060 4099146948 600186947 2707716696 121703684 1973418472 1380455762 3441225190 3398472893 2137226757 991657254 3893366915 3033840092 4223669617 2296030453 3335297143 1189763779 2674707155 2282153732 1376145675 662710485 4188415838 2443061022 2625125229 2982413094 119073231 2738840601 3892376560 1611430220 2743302529 700651931 2651475386 700192635 3279069196 2025514218 2213429449 4034042811 135507035 719565127 560419064 1947789207 2889669352 2098058720 104713477 2207294495 3602068763 2321921381 4157501872 263637673 705260342 542031138 621596051 2981422527 1940254776 2628558694 2056185121 2624804757 946403794 2973104555 3602580508 4061393519 3290258353 934798249 1778480148 55421305 2236584154 4057004735 1284763625 3585449768 1605259033 1328641185 2941815078 2227286515 4205530895 579896542 884313727 2992125483 2506011335 425104444 343969947 3168193244 1120735011 595627988 1124428384 1100443646 3328105341 657699267 3763242052 255 362436" option to reproduce the execution
0.19/0.24	c #vars 8358
0.19/0.24	c #constraints 34876
0.48/0.56	c BCD2: Hardening is enabled.
0.48/0.56	c BCD2: BiasedSearch is enabled.
0.48/0.56	c Solving starts ...
0.48/0.56	s UNSATISFIABLE
0.48/0.56	c total CPU time = 0.565s
0.48/0.56	c total wall clock time = 0.567s

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

pid=24852
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.35 2.27 2.25 3/182 24855
/proc/meminfo: memFree=24829360/32872528 swapFree=1505436/1685308
[pid=24855] ppid=24852 vsize=753084 CPUtime=0 cores=0,2,4,6
/proc/24855/stat : 24855 (toysat) R 24852 24855 21389 0 -1 4202496 2813 0 0 0 0 0 0 0 20 0 4 0 30829143 771158016 3174 33554432000 4194304 16246674 140735999458112 140735999457536 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24855/statm: 188783 3182 441 2943 0 185677 0
[pid=24855/tid=24856] ppid=24852 vsize=771516 CPUtime=0 cores=0,2,4,6
/proc/24855/task/24856/stat : 24856 (toysat) S 24852 24855 21389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30829143 790032384 3244 33554432000 4194304 16246674 140735999458112 140605954960624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24855/tid=24857] ppid=24852 vsize=775612 CPUtime=0 cores=0,2,4,6
/proc/24855/task/24857/stat : 24857 (toysat) S 24852 24855 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30829143 794226688 3262 33554432000 4194304 16246674 140735999458112 140605944470768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24855/tid=24858] ppid=24852 vsize=779708 CPUtime=0 cores=0,2,4,6
/proc/24855/task/24858/stat : 24858 (toysat) S 24852 24855 21389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30829143 798420992 3279 33554432000 4194304 16246674 140735999458112 140605933997232 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100131 s]
/proc/loadavg: 2.35 2.27 2.25 3/182 24855
/proc/meminfo: memFree=24829360/32872528 swapFree=1505436/1685308
[pid=24855] ppid=24852 vsize=1302084 CPUtime=0.08 cores=0,2,4,6
/proc/24855/stat : 24855 (toysat) R 24852 24855 21389 0 -1 4202496 28617 0 0 0 5 3 0 0 20 0 4 0 30829143 1333334016 28915 33554432000 4194304 16246674 140735999458112 140735999457424 13780501 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24855/statm: 325521 28929 800 2943 0 322415 0
[pid=24855/tid=24856] ppid=24852 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/24855/task/24856/stat : 24856 (toysat) S 24852 24855 21389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30829143 1333334016 28938 33554432000 4194304 16246674 140735999458112 140605954960624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24855/tid=24857] ppid=24852 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/24855/task/24857/stat : 24857 (toysat) S 24852 24855 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30829143 1333334016 28950 33554432000 4194304 16246674 140735999458112 140605944470768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24855/tid=24858] ppid=24852 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/24855/task/24858/stat : 24858 (toysat) S 24852 24855 21389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30829143 1333334016 28961 33554432000 4194304 16246674 140735999458112 140605933997232 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1302084

[startup+0.200447 s]
/proc/loadavg: 2.35 2.27 2.25 3/182 24855
/proc/meminfo: memFree=24829360/32872528 swapFree=1505436/1685308
[pid=24855] ppid=24852 vsize=1314372 CPUtime=0.19 cores=0,2,4,6
/proc/24855/stat : 24855 (toysat) R 24852 24855 21389 0 -1 4202496 50509 0 0 0 12 7 0 0 20 0 4 0 30829143 1345916928 51318 33554432000 4194304 16246674 140735999458112 140735999457424 14795908 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24855/statm: 328593 51318 800 2943 0 325487 0
[pid=24855/tid=24856] ppid=24852 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/24855/task/24856/stat : 24856 (toysat) S 24852 24855 21389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30829143 1345916928 51318 33554432000 4194304 16246674 140735999458112 140605954960624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24855/tid=24857] ppid=24852 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/24855/task/24857/stat : 24857 (toysat) S 24852 24855 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30829143 1345916928 51318 33554432000 4194304 16246674 140735999458112 140605944470768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24855/tid=24858] ppid=24852 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/24855/task/24858/stat : 24858 (toysat) S 24852 24855 21389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30829143 1345916928 51318 33554432000 4194304 16246674 140735999458112 140605933997232 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1314372

[startup+0.300424 s]
/proc/loadavg: 2.35 2.27 2.25 3/182 24855
/proc/meminfo: memFree=24829360/32872528 swapFree=1505436/1685308
[pid=24855] ppid=24852 vsize=1314372 CPUtime=0.29 cores=0,2,4,6
/proc/24855/stat : 24855 (toysat) R 24852 24855 21389 0 -1 4202496 50829 0 0 0 22 7 0 0 20 0 4 0 30829143 1345916928 51638 33554432000 4194304 16246674 140735999458112 140735999457288 5588997 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24855/statm: 328593 51638 834 2943 0 325487 0
[pid=24855/tid=24856] ppid=24852 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/24855/task/24856/stat : 24856 (toysat) S 24852 24855 21389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30829143 1345916928 51638 33554432000 4194304 16246674 140735999458112 140605954960624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24855/tid=24857] ppid=24852 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/24855/task/24857/stat : 24857 (toysat) S 24852 24855 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30829143 1345916928 51638 33554432000 4194304 16246674 140735999458112 140605944470768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24855/tid=24858] ppid=24852 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/24855/task/24858/stat : 24858 (toysat) S 24852 24855 21389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30829143 1345916928 51638 33554432000 4194304 16246674 140735999458112 140605933997232 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1314372

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

[startup+0.400471 s]
/proc/loadavg: 2.35 2.27 2.25 3/182 24855
/proc/meminfo: memFree=24829360/32872528 swapFree=1505436/1685308
[pid=24855] ppid=24852 vsize=1314372 CPUtime=0.39 cores=0,2,4,6
/proc/24855/stat : 24855 (toysat) R 24852 24855 21389 0 -1 4202496 56154 0 0 0 31 8 0 0 20 0 4 0 30829143 1345916928 56963 33554432000 4194304 16246674 140735999458112 140735999457288 6967630 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24855/statm: 328593 56971 837 2943 0 325487 0
[pid=24855/tid=24856] ppid=24852 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/24855/task/24856/stat : 24856 (toysat) S 24852 24855 21389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30829143 1345916928 56976 33554432000 4194304 16246674 140735999458112 140605954960624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24855/tid=24857] ppid=24852 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/24855/task/24857/stat : 24857 (toysat) S 24852 24855 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30829143 1345916928 56981 33554432000 4194304 16246674 140735999458112 140605944470768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24855/tid=24858] ppid=24852 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/24855/task/24858/stat : 24858 (toysat) S 24852 24855 21389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30829143 1345916928 56987 33554432000 4194304 16246674 140735999458112 140605933997232 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1314372

[startup+0.500388 s]
/proc/loadavg: 2.35 2.27 2.25 3/182 24855
/proc/meminfo: memFree=24829360/32872528 swapFree=1505436/1685308
[pid=24855] ppid=24852 vsize=1314372 CPUtime=0.48 cores=0,2,4,6
/proc/24855/stat : 24855 (toysat) R 24852 24855 21389 0 -1 4202496 75284 0 0 0 38 10 0 0 20 0 4 0 30829143 1345916928 76093 33554432000 4194304 16246674 140735999458112 140735999457288 5741135 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24855/statm: 328593 76101 837 2943 0 325487 0
[pid=24855/tid=24856] ppid=24852 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/24855/task/24856/stat : 24856 (toysat) S 24852 24855 21389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30829143 1345916928 76106 33554432000 4194304 16246674 140735999458112 140605954960624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=24855/tid=24857] ppid=24852 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/24855/task/24857/stat : 24857 (toysat) S 24852 24855 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30829143 1345916928 76111 33554432000 4194304 16246674 140735999458112 140605944470768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=24855/tid=24858] ppid=24852 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/24855/task/24858/stat : 24858 (toysat) S 24852 24855 21389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30829143 1345916928 76116 33554432000 4194304 16246674 140735999458112 140605933997232 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 1314372

Child status: 0
Real time (s): 0.593034
CPU time (s): 0.588909
CPU user time (s): 0.434933
CPU system time (s): 0.153976
CPU usage (%): 99.3044
Max. virtual memory (cumulated for all children) (KiB): 1314372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.434933
system time used= 0.153976
maximum resident set size= 360740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89376
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= 27
involuntary context switches= 5

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.002999 second user time and 0.006998 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-19 00:10:32
IDJOB=4107622
IDBENCH=72370
IDSOLVER=2542
FILE ID=node135/4107622-1466287832
RUNJOBID= node135-1466266561-21405
PBS_JOBID= 19918237
Free space on /tmp= 71684 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/random/rand.biglist/normalized-rand659e05.cudf.trendy.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107622-1466287832/watcher-4107622-1466287832 -o /tmp/evaluation-result-4107622-1466287832/solver-4107622-1466287832 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466266561-21405 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4107622-1466287832.opb

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

MD5SUM BENCH= 2948b63af1c5a850ec75cbbe2f80ec1f
RANDOM SEED=1036192977

node135.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		: 2667.004
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	: 5334.00
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		: 2667.004
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		: 2667.004
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.57
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		: 2667.004
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.55
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		: 2667.004
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		: 2667.004
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		: 2667.004
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		: 2667.004
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        24829888 kB
Buffers:          172096 kB
Cached:           297128 kB
SwapCached:          716 kB
Active:          5284492 kB
Inactive:         321156 kB
Active(anon):    5137236 kB
Inactive(anon):     1308 kB
Active(file):     147256 kB
Inactive(file):   319848 kB
Unevictable:     1685308 kB
Mlocked:         1505436 kB
SwapTotal:      67108856 kB
SwapFree:       67100444 kB
Dirty:             17508 kB
Writeback:             0 kB
AnonPages:       6820596 kB
Mapped:            10696 kB
Shmem:                 0 kB
Slab:             606364 kB
SReclaimable:      50296 kB
SUnreclaim:       556068 kB
KernelStack:        1544 kB
PageTables:        17532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6961372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    768000 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= 71668 MiB
End job on node135 at 2016-06-19 00:10:33