Trace number 4108083

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
toysat 2016-05-02UNSAT 0.558914 0.566068

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/
j90/normalized-j9015_10-unsat.opb
MD5SUM3100d2bbd53ff9fb7d8d8fc9cec6894e
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small 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.075988
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14196
Total number of constraints44553
Number of constraints which are clauses44245
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints308
Minimum length of a constraint1
Maximum length of a constraint90
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 66
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 565
Number of bits of the biggest sum of numbers10
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:58:45+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-4108083-1466290725.opb"]
0.00/0.01	c use --random-gen="797021060 439078234 3709705923 3155056467 2091785608 3759255421 617494821 3710729786 3800456161 3370992608 2911817533 3679411720 3812007 402788804 1643078882 1610196502 804482296 252429300 3583565378 1606945358 2555072155 582847799 786899979 3541107339 432098352 4163864020 3682769028 1182678149 1815012762 1380279224 2952736985 341579463 3670341497 2077764479 1120919543 2415105609 3476499312 69792899 576611949 634997358 3271688749 3237688325 1525081306 1757181790 4065768196 849406803 1304097696 3384902674 2104801155 3739542500 2784311458 3240104285 480628647 166319486 1191426568 851320043 3432907125 382500853 1590941783 2934448077 416270314 1105004620 1761978232 2926990794 2572097435 3589511875 1311677646 1727304295 4227286378 4235333263 368800918 592267477 3542168107 1141480211 3160374249 263345811 2408155187 2990843315 3480019529 1375377253 657465104 988756347 2398126800 2970520401 4293736939 1742909906 125390214 2362980982 2923676035 2055682568 1096748961 399512466 3851091948 2140810988 1669229698 1349344877 2281286853 137395223 3799978971 344229318 1535469992 3246063425 3226882593 2547537139 53449445 1886285790 3203496469 2757596110 4257091686 2293277261 1261937934 2272814735 4149315758 660996952 3559775870 3367590193 3377387500 3300668084 980858779 2798539333 3265529413 2846107384 2119683344 2970241925 1028150189 1495078277 4109595303 2657476522 278087953 4212644661 3995478801 2626740387 824707798 2275021106 2341297039 726737390 979596835 861748953 3306857785 318277873 3023434682 2845137770 2957525051 2443821043 3814959406 1634350805 3968472750 1313652962 3974561668 95405009 2546397663 451414418 3063302368 2515835690 3736284746 1375508604 3936911979 4041222439 1159221568 2272585045 2337156529 1334734564 2659983359 3108479216 2897558961 2731257933 3620873788 3277990731 1941791838 1300478258 1934273286 488463076 838440951 1057682109 3270162951 3223072643 2664618536 1696143350 3168636229 1777650926 27458149 452844453 2778124177 690589973 2749474380 2268444203 53806156 1408908771 3110980617 4065475240 2758686551 1364385807 1543810866 2538232661 682778663 4119654183 3882551940 1679686438 2029982543 946049875 2245053340 3338112599 4152371735 688269515 4104822533 2119043084 3426771094 2463885338 1072053189 4284937076 1537724046 1819454961 827118958 4120574195 3373243109 2480791814 3383481727 2811773875 3610577113 998993825 3274472190 260968274 516522641 2878964061 1783243367 1889476448 1030642554 978348109 801530174 1858834443 183234616 2565941786 55596043 3726370443 1140583980 2053976497 2898308970 217716547 864837852 2257311692 2827838878 2173960761 3786754293 76140394 4031320629 1358658513 2289663587 2879553296 765628042 496187852 1657550942 2544634910 3231699915 3532545806 4144725822 311276958 255 362436" option to reproduce the execution
0.29/0.33	c #vars 14196
0.29/0.33	c #constraints 44553
0.48/0.55	c Solving starts ...
0.48/0.55	s UNSATISFIABLE
0.48/0.55	c total CPU time = 0.542s
0.48/0.55	c total wall clock time = 0.546s

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

pid=11552
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: 1.96 2.01 2.00 3/179 11555
/proc/meminfo: memFree=29980948/32872528 swapFree=496868/529572
[pid=11555] ppid=11552 vsize=353724 CPUtime=0 cores=0,2,4,6
/proc/11555/stat : 11555 (toysat) R 11552 11555 7739 0 -1 4202496 1255 0 0 0 0 0 0 0 20 0 4 0 31117935 362213376 1106 33554432000 4194304 16246674 140734355161664 140734355161088 13880264 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11555/statm: 88943 1114 441 2943 0 85837 0
[pid=11555/tid=11556] ppid=11552 vsize=369084 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11556/stat : 11556 (toysat) S 11552 11555 7739 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 31117936 377942016 1167 33554432000 4194304 16246674 140734355161664 140043229310192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=11555/tid=11557] ppid=11552 vsize=373180 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11557/stat : 11557 (toysat) S 11552 11555 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31117936 382136320 1184 33554432000 4194304 16246674 140734355161664 140043218820336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=11555/tid=11558] ppid=11552 vsize=378300 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11558/stat : 11558 (toysat) S 11552 11555 7739 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 31117936 387379200 1201 33554432000 4194304 16246674 140734355161664 140043208346800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0

[startup+0.100122 s]
/proc/loadavg: 1.96 2.01 2.00 3/179 11555
/proc/meminfo: memFree=29980948/32872528 swapFree=496868/529572
[pid=11555] ppid=11552 vsize=1302084 CPUtime=0.08 cores=0,2,4,6
/proc/11555/stat : 11555 (toysat) R 11552 11555 7739 0 -1 4202496 23323 0 0 0 5 3 0 0 20 0 4 0 31117935 1333334016 23111 33554432000 4194304 16246674 140734355161664 140734355160976 12752373 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11555/statm: 325521 23127 800 2943 0 322415 0
[pid=11555/tid=11556] ppid=11552 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11556/stat : 11556 (toysat) S 11552 11555 7739 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 31117936 1333334016 23139 33554432000 4194304 16246674 140734355161664 140043229310192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=11555/tid=11557] ppid=11552 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11557/stat : 11557 (toysat) S 11552 11555 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31117936 1333334016 23149 33554432000 4194304 16246674 140734355161664 140043218820336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=11555/tid=11558] ppid=11552 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11558/stat : 11558 (toysat) S 11552 11555 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 31117936 1333334016 23160 33554432000 4194304 16246674 140734355161664 140043208346800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1302084

[startup+0.200499 s]
/proc/loadavg: 1.96 2.01 2.00 3/179 11555
/proc/meminfo: memFree=29980948/32872528 swapFree=496868/529572
[pid=11555] ppid=11552 vsize=1309252 CPUtime=0.18 cores=0,2,4,6
/proc/11555/stat : 11555 (toysat) R 11552 11555 7739 0 -1 4202496 47323 0 0 0 11 7 0 0 20 0 4 0 31117935 1340674048 47622 33554432000 4194304 16246674 140734355161664 140734355160976 4221105 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11555/statm: 327313 47625 800 2943 0 324207 0
[pid=11555/tid=11556] ppid=11552 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11556/stat : 11556 (toysat) S 11552 11555 7739 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 31117936 1340674048 47627 33554432000 4194304 16246674 140734355161664 140043229310192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=11555/tid=11557] ppid=11552 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11557/stat : 11557 (toysat) S 11552 11555 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31117936 1340674048 47630 33554432000 4194304 16246674 140734355161664 140043218820336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=11555/tid=11558] ppid=11552 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11558/stat : 11558 (toysat) S 11552 11555 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 31117936 1340674048 47632 33554432000 4194304 16246674 140734355161664 140043208346800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1309252

[startup+0.300471 s]
/proc/loadavg: 1.96 2.01 2.00 3/179 11555
/proc/meminfo: memFree=29980948/32872528 swapFree=496868/529572
[pid=11555] ppid=11552 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/11555/stat : 11555 (toysat) R 11552 11555 7739 0 -1 4202496 57901 0 0 0 20 9 0 0 20 0 4 0 31117935 1344868352 58200 33554432000 4194304 16246674 140734355161664 140734355160976 4206912 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11555/statm: 328337 58200 800 2943 0 325231 0
[pid=11555/tid=11556] ppid=11552 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11556/stat : 11556 (toysat) S 11552 11555 7739 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 31117936 1344868352 58200 33554432000 4194304 16246674 140734355161664 140043229310192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=11555/tid=11557] ppid=11552 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11557/stat : 11557 (toysat) S 11552 11555 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31117936 1344868352 58200 33554432000 4194304 16246674 140734355161664 140043218820336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=11555/tid=11558] ppid=11552 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11558/stat : 11558 (toysat) S 11552 11555 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 31117936 1344868352 58200 33554432000 4194304 16246674 140734355161664 140043208346800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

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

[startup+0.400467 s]
/proc/loadavg: 1.96 2.01 2.00 3/179 11555
/proc/meminfo: memFree=29980948/32872528 swapFree=496868/529572
[pid=11555] ppid=11552 vsize=1313348 CPUtime=0.39 cores=0,2,4,6
/proc/11555/stat : 11555 (toysat) R 11552 11555 7739 0 -1 4202496 57932 0 0 0 30 9 0 0 20 0 4 0 31117935 1344868352 58231 33554432000 4194304 16246674 140734355161664 140734355160976 6198212 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11555/statm: 328337 58231 831 2943 0 325231 0
[pid=11555/tid=11556] ppid=11552 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11556/stat : 11556 (toysat) S 11552 11555 7739 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 31117936 1344868352 58231 33554432000 4194304 16246674 140734355161664 140043229310192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=11555/tid=11557] ppid=11552 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11557/stat : 11557 (toysat) S 11552 11555 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31117936 1344868352 58231 33554432000 4194304 16246674 140734355161664 140043218820336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=11555/tid=11558] ppid=11552 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11558/stat : 11558 (toysat) S 11552 11555 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 31117936 1344868352 58231 33554432000 4194304 16246674 140734355161664 140043208346800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1313348

[startup+0.500367 s]
/proc/loadavg: 1.96 2.01 2.00 3/179 11555
/proc/meminfo: memFree=29980948/32872528 swapFree=496868/529572
[pid=11555] ppid=11552 vsize=1313348 CPUtime=0.48 cores=0,2,4,6
/proc/11555/stat : 11555 (toysat) R 11552 11555 7739 0 -1 4202496 57937 0 0 0 39 9 0 0 20 0 4 0 31117935 1344868352 58236 33554432000 4194304 16246674 140734355161664 140734355143552 5763400 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11555/statm: 328337 58236 836 2943 0 325231 0
[pid=11555/tid=11556] ppid=11552 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11556/stat : 11556 (toysat) S 11552 11555 7739 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 31117936 1344868352 58236 33554432000 4194304 16246674 140734355161664 140043229310192 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=11555/tid=11557] ppid=11552 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11557/stat : 11557 (toysat) S 11552 11555 7739 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 31117936 1344868352 58236 33554432000 4194304 16246674 140734355161664 140043218820336 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=11555/tid=11558] ppid=11552 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11558/stat : 11558 (toysat) S 11552 11555 7739 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 31117936 1344868352 58236 33554432000 4194304 16246674 140734355161664 140043208346800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 1313348

Child status: 0
Real time (s): 0.566068
CPU time (s): 0.558914
CPU user time (s): 0.442932
CPU system time (s): 0.115982
CPU usage (%): 98.7362
Max. virtual memory (cumulated for all children) (KiB): 1313348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.442932
system time used= 0.115982
maximum resident set size= 257624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64107
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= 19
involuntary context switches= 6

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.007998 second user time and 0.005999 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-19 00:58:45
IDJOB=4108083
IDBENCH=75334
IDSOLVER=2542
FILE ID=node141/4108083-1466290725
RUNJOBID= node141-1466264081-7755
PBS_JOBID= 19918217
Free space on /tmp= 71708 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j90/normalized-j9015_10-unsat.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4108083-1466290725/watcher-4108083-1466290725 -o /tmp/evaluation-result-4108083-1466290725/solver-4108083-1466290725 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466264081-7755 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4108083-1466290725.opb

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

MD5SUM BENCH= 3100d2bbd53ff9fb7d8d8fc9cec6894e
RANDOM SEED=519929910

node141.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.547
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.09
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.547
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.547
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.54
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.547
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		: 2666.547
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.56
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.547
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.547
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.547
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29981864 kB
Buffers:          169400 kB
Cached:           279416 kB
SwapCached:         2528 kB
Active:          1319452 kB
Inactive:         293240 kB
Active(anon):    1164072 kB
Inactive(anon):     2028 kB
Active(file):     155380 kB
Inactive(file):   291212 kB
Unevictable:      529572 kB
Mlocked:          496868 kB
SwapTotal:      67108856 kB
SwapFree:       67099068 kB
Dirty:             18352 kB
Writeback:             0 kB
AnonPages:       1675848 kB
Mapped:            10796 kB
Shmem:                 0 kB
Slab:             612468 kB
SReclaimable:      55132 kB
SUnreclaim:       557336 kB
KernelStack:        1520 kB
PageTables:         7328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1834568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    972800 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= 71692 MiB
End job on node141 at 2016-06-19 00:58:46