Trace number 4107182

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) 264.91 264.965

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__512.opb
MD5SUMd5fa369dda5ecc7dd4bdafa11362a969
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5121998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint512
Maximum length of a constraint22529
Number of terms in the objective function 5120000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 177420790272
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 177420790272
Number of bits of the biggest sum of numbers38
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-18T23:11:49+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-4107182-1466284302.opb"]
0.00/0.01	c use --random-gen="4053836876 998128461 2689014309 690309168 365295682 232226691 3702483513 1933540810 90011754 1299336367 1365410390 790156082 351254252 3541320193 1703788558 3550878080 2963267246 2913606127 476006454 2591776547 609692221 4208298636 1709028098 3250010836 2936776620 2379231911 2464795091 2494469845 2736293088 1658381364 1489423802 1783419019 2590060312 638747888 3880611411 2048343974 541051816 1519201719 175858497 1485144277 2783961925 939894371 172935516 1711496390 1372635582 3751667080 2861717254 1532232100 2886925644 68813040 2116961967 1128122475 2024164625 4114103629 3372241578 261396178 150008561 1746359525 3645777619 2807447240 3867905867 860729789 1335520866 1012253677 577968894 1686639413 306839758 1436106022 2413819499 302582355 1672599763 2753737595 2380718660 380455699 3569371222 3126409898 3453629778 4237761643 3068540986 2136054262 3371180123 2156818312 3459083208 475778543 3054368991 3265103156 1211773958 1672616760 2004607835 668597377 94076162 4276996825 4270112674 2428285063 2123702715 2033070977 510252863 1255881782 2811163278 1563382301 2369486005 835018508 23515146 112733775 1291193653 3428169948 3576429051 854959602 2374890075 2077060855 3127224456 3611790570 972221249 2284791516 283981243 1172252488 1857327935 3295653659 2051400451 618912575 1500286439 2675992513 178674348 1860306467 175041208 2366911084 958320210 3596881995 3937263861 1571297915 3121208404 1512880777 2713793726 3286296075 3676131149 889145862 2196473268 626343992 1162120115 3788385212 696702343 836720380 2407869618 1295410709 1529583589 2951177035 1963829925 2360245848 2770503292 3375688859 3590022632 1740896285 4205711299 4101643455 831229722 1718953712 36262198 1597674389 600058124 120338822 3485898905 3763579151 3737078770 105356633 1802242584 1512350096 2302124965 2022107924 3025804752 4049074820 960529229 2957680713 2004837458 3413695489 3027331598 73761866 110281114 1191328265 2246443231 818323012 2526233711 2394503540 3174920964 1875175423 798313181 4149868315 967443412 1734951156 1711165763 3632497226 2388009167 3816975798 1792676246 3685136733 2500143984 2695759232 1830073704 2556154969 3827307402 1242188647 3876552260 69893342 669370049 730996272 284411979 4113340995 2348461424 2531496539 2369064426 1921934670 3304107473 1370794384 958164068 3498077753 1136847004 2716372475 3363575002 526456818 1786949386 1430562427 2649579703 3197407115 1330061348 168231589 2366029863 1407189214 1558572593 44377952 1076460143 1467287705 4174768810 2415200426 1506875127 1652549479 3685599044 3037313314 362104014 833288373 3879375389 1494525512 1969180214 3598998268 469359391 2502216680 3332982506 2183364271 1393031425 3224928587 1903996868 749054017 4230425053 3665349758 9783966 4021126059 10747670 2090753603 255 362436" option to reproduce the execution
37.88/37.97	c #vars 5121998
37.88/37.97	c #constraints 12000
186.27/186.39	c BCD2: Hardening is enabled.
186.27/186.39	c BCD2: BiasedSearch is enabled.
186.27/186.39	c Solving starts ...
186.27/186.39	c ============================[ Search Statistics ]============================
186.27/186.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
186.27/186.39	c       |         |          |          |    Limit     GC | Var      | Constra 
186.27/186.39	c =============================================================================
186.27/186.39	c  0.0s |       0 |        0 |        0 |  1711999      0 |        0 |        0
212.76/212.82	c 26.4s |       0 |     4728 |      100 |  1711999      0 |        0 |        0
216.06/216.16	c 29.8s |       1 |     4728 |      100 |  1711999      0 |        0 |        0
245.05/245.17	c 58.8s |       1 |    59975 |      200 |  1883199      0 |        0 |        0
256.95/257.01	c 70.6s |       2 |    59975 |      250 |  1883199      0 |        0 |        0

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

pid=30125
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.39 2.26 2.20 3/179 30128
/proc/meminfo: memFree=16753556/32872528 swapFree=1191052/1305516
[pid=30128] ppid=30125 vsize=739772 CPUtime=0 cores=0,2,4,6
/proc/30128/stat : 30128 (toysat) R 30125 30128 26736 0 -1 4202496 2763 0 0 0 0 0 0 0 20 0 4 0 30477518 757526528 3124 33554432000 4194304 16246674 140734317039600 140734317039024 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30128/statm: 185711 3134 441 2943 0 182605 0
[pid=30128/tid=30129] ppid=30125 vsize=758204 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30129/stat : 30129 (toysat) S 30125 30128 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30477518 776400896 3192 33554432000 4194304 16246674 140734317039600 140261372964080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=30128/tid=30130] ppid=30125 vsize=762300 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30130/stat : 30130 (toysat) S 30125 30128 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30477518 780595200 3209 33554432000 4194304 16246674 140734317039600 140261362474224 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=30128/tid=30131] ppid=30125 vsize=766396 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30131/stat : 30131 (toysat) S 30125 30128 26736 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30477518 784789504 3226 33554432000 4194304 16246674 140734317039600 140261283851440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100169 s]
/proc/loadavg: 2.39 2.26 2.20 3/179 30128
/proc/meminfo: memFree=16753556/32872528 swapFree=1191052/1305516
[pid=30128] ppid=30125 vsize=1302084 CPUtime=0.09 cores=0,2,4,6
/proc/30128/stat : 30128 (toysat) R 30125 30128 26736 0 -1 4202496 31095 0 0 0 5 4 0 0 20 0 4 0 30477518 1333334016 31394 33554432000 4194304 16246674 140734317039600 140734317038912 7368729 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30128/statm: 325521 31409 799 2943 0 322415 0
[pid=30128/tid=30129] ppid=30125 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30129/stat : 30129 (toysat) S 30125 30128 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30477518 1333334016 31420 33554432000 4194304 16246674 140734317039600 140261372964080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=30128/tid=30130] ppid=30125 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30130/stat : 30130 (toysat) S 30125 30128 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30477518 1333334016 31432 33554432000 4194304 16246674 140734317039600 140261362474224 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=30128/tid=30131] ppid=30125 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30131/stat : 30131 (toysat) S 30125 30128 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30477518 1333334016 31443 33554432000 4194304 16246674 140734317039600 140261283851440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200506 s]
/proc/loadavg: 2.39 2.26 2.20 3/179 30128
/proc/meminfo: memFree=16753556/32872528 swapFree=1191052/1305516
[pid=30128] ppid=30125 vsize=1312324 CPUtime=0.19 cores=0,2,4,6
/proc/30128/stat : 30128 (toysat) R 30125 30128 26736 0 -1 4202496 43896 0 0 0 13 6 0 0 20 0 4 0 30477518 1343819776 44706 33554432000 4194304 16246674 140734317039600 140734317038912 4220912 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30128/statm: 328081 44706 799 2943 0 324975 0
[pid=30128/tid=30129] ppid=30125 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30129/stat : 30129 (toysat) S 30125 30128 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30477518 1343819776 44706 33554432000 4194304 16246674 140734317039600 140261372964080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=30128/tid=30130] ppid=30125 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30130/stat : 30130 (toysat) S 30125 30128 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30477518 1343819776 44706 33554432000 4194304 16246674 140734317039600 140261362474224 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=30128/tid=30131] ppid=30125 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30131/stat : 30131 (toysat) S 30125 30128 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30477518 1343819776 44706 33554432000 4194304 16246674 140734317039600 140261283851440 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) 1312324

[startup+0.300478 s]
/proc/loadavg: 2.39 2.26 2.20 3/179 30128
/proc/meminfo: memFree=16753556/32872528 swapFree=1191052/1305516
[pid=30128] ppid=30125 vsize=1312324 CPUtime=0.29 cores=0,2,4,6
/proc/30128/stat : 30128 (toysat) R 30125 30128 26736 0 -1 4202496 44781 0 0 0 23 6 0 0 20 0 4 0 30477518 1343819776 45591 33554432000 4194304 16246674 140734317039600 140734317038912 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30128/statm: 328081 45591 799 2943 0 324975 0
[pid=30128/tid=30129] ppid=30125 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30129/stat : 30129 (toysat) S 30125 30128 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30477518 1343819776 45591 33554432000 4194304 16246674 140734317039600 140261372964080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=30128/tid=30130] ppid=30125 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30130/stat : 30130 (toysat) S 30125 30128 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30477518 1343819776 45591 33554432000 4194304 16246674 140734317039600 140261362474224 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=30128/tid=30131] ppid=30125 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30131/stat : 30131 (toysat) S 30125 30128 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30477518 1343819776 45591 33554432000 4194304 16246674 140734317039600 140261283851440 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) 1312324

[startup+0.700396 s]
/proc/loadavg: 2.39 2.26 2.20 3/179 30128
/proc/meminfo: memFree=16753556/32872528 swapFree=1191052/1305516
[pid=30128] ppid=30125 vsize=1312324 CPUtime=0.69 cores=0,2,4,6
/proc/30128/stat : 30128 (toysat) R 30125 30128 26736 0 -1 4202496 57068 0 0 0 61 8 0 0 20 0 4 0 30477518 1343819776 57878 33554432000 4194304 16246674 140734317039600 140734317022592 7377208 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30128/statm: 328081 57878 800 2943 0 324975 0
[pid=30128/tid=30129] ppid=30125 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30129/stat : 30129 (toysat) S 30125 30128 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30477518 1343819776 57878 33554432000 4194304 16246674 140734317039600 140261372964080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=30128/tid=30130] ppid=30125 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30130/stat : 30130 (toysat) S 30125 30128 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30477518 1343819776 57878 33554432000 4194304 16246674 140734317039600 140261362474224 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=30128/tid=30131] ppid=30125 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30131/stat : 30131 (toysat) S 30125 30128 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30477518 1343819776 57878 33554432000 4194304 16246674 140734317039600 140261283851440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1312324

[startup+1.5004 s]
/proc/loadavg: 2.60 2.30 2.21 3/183 30132
/proc/meminfo: memFree=16411584/32872528 swapFree=1191052/1305516
[pid=30128] ppid=30125 vsize=1312324 CPUtime=1.49 cores=0,2,4,6
/proc/30128/stat : 30128 (toysat) R 30125 30128 26736 0 -1 4202496 87263 0 0 0 136 13 0 0 20 0 4 0 30477518 1343819776 88073 33554432000 4194304 16246674 140734317039600 140734317022592 13780501 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30128/statm: 328081 88081 800 2943 0 324975 0
[pid=30128/tid=30129] ppid=30125 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30129/stat : 30129 (toysat) S 30125 30128 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30477518 1343819776 88123 33554432000 4194304 16246674 140734317039600 140261372964080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=30128/tid=30130] ppid=30125 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30130/stat : 30130 (toysat) S 30125 30128 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30477518 1343819776 88136 33554432000 4194304 16246674 140734317039600 140261362474224 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=30128/tid=30131] ppid=30125 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30131/stat : 30131 (toysat) S 30125 30128 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30477518 1343819776 88148 33554432000 4194304 16246674 140734317039600 140261283851440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1312324

[startup+3.10048 s]
/proc/loadavg: 2.60 2.30 2.21 3/183 30132
/proc/meminfo: memFree=16297404/32872528 swapFree=1191052/1305516
[pid=30128] ppid=30125 vsize=1336900 CPUtime=3.09 cores=0,2,4,6
/proc/30128/stat : 30128 (toysat) R 30125 30128 26736 0 -1 4202496 152724 0 0 0 287 22 0 0 20 0 4 0 30477518 1368985600 159666 33554432000 4194304 16246674 140734317039600 140734317022592 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30128/statm: 334225 159674 800 2943 0 331119 0
[pid=30128/tid=30129] ppid=30125 vsize=1336900 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30129/stat : 30129 (toysat) S 30125 30128 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30477518 1368985600 159679 33554432000 4194304 16246674 140734317039600 140261372964080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=30128/tid=30130] ppid=30125 vsize=1336900 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30130/stat : 30130 (toysat) S 30125 30128 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30477518 1368985600 159684 33554432000 4194304 16246674 140734317039600 140261362474224 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=30128/tid=30131] ppid=30125 vsize=1336900 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30131/stat : 30131 (toysat) S 30125 30128 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30477518 1368985600 159689 33554432000 4194304 16246674 140734317039600 140261283851440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1336900

[startup+6.3004 s]
/proc/loadavg: 2.55 2.30 2.21 3/183 30132
/proc/meminfo: memFree=15648664/32872528 swapFree=1191052/1305516
[pid=30128] ppid=30125 vsize=1386052 CPUtime=6.29 cores=0,2,4,6
/proc/30128/stat : 30128 (toysat) R 30125 30128 26736 0 -1 4202496 266520 0 0 0 590 39 0 0 20 0 4 0 30477518 1419317248 285726 33554432000 4194304 16246674 140734317039600 140734317038912 7367605 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30128/statm: 346513 285726 800 2943 0 343407 0
[pid=30128/tid=30129] ppid=30125 vsize=1386052 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30129/stat : 30129 (toysat) S 30125 30128 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30477518 1419317248 285726 33554432000 4194304 16246674 140734317039600 140261372964080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=30128/tid=30130] ppid=30125 vsize=1386052 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30130/stat : 30130 (toysat) S 30125 30128 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30477518 1419317248 285726 33554432000 4194304 16246674 140734317039600 140261362474224 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=30128/tid=30131] ppid=30125 vsize=1386052 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30131/stat : 30131 (toysat) S 30125 30128 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30477518 1419317248 285726 33554432000 4194304 16246674 140734317039600 140261283851440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1386052

[startup+12.7005 s]
/proc/loadavg: 2.51 2.29 2.21 3/183 30132
/proc/meminfo: memFree=15051404/32872528 swapFree=1191052/1305516
[pid=30128] ppid=30125 vsize=1946180 CPUtime=12.69 cores=0,2,4,6
/proc/30128/stat : 30128 (toysat) R 30125 30128 26736 0 -1 4202496 384198 0 0 0 1211 58 0 0 20 0 4 0 30477518 1992888320 427421 33554432000 4194304 16246674 140734317039600 140734317038696 15015658 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30128/statm: 486545 427421 801 2943 0 483439 0
[pid=30128/tid=30129] ppid=30125 vsize=1946180 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30129/stat : 30129 (toysat) S 30125 30128 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30477518 1992888320 427421 33554432000 4194304 16246674 140734317039600 140261372964080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=30128/tid=30130] ppid=30125 vsize=1946180 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30130/stat : 30130 (toysat) S 30125 30128 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30477518 1992888320 427421 33554432000 4194304 16246674 140734317039600 140261362474224 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=30128/tid=30131] ppid=30125 vsize=1946180 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30131/stat : 30131 (toysat) S 30125 30128 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30477518 1992888320 427421 33554432000 4194304 16246674 140734317039600 140261283851440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1946180

[startup+25.5004 s]
/proc/loadavg: 2.43 2.28 2.20 3/183 30132
/proc/meminfo: memFree=13623484/32872528 swapFree=1191052/1305516
[pid=30128] ppid=30125 vsize=3668548 CPUtime=25.48 cores=0,2,4,6
/proc/30128/stat : 30128 (toysat) R 30125 30128 26736 0 -1 4202496 814790 0 0 0 2422 126 0 0 20 0 4 0 30477518 3756593152 858524 33554432000 4194304 16246674 140734317039600 140734317038912 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30128/statm: 917137 858524 802 2943 0 914031 0
[pid=30128/tid=30129] ppid=30125 vsize=3668548 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30129/stat : 30129 (toysat) S 30125 30128 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30477518 3756593152 858524 33554432000 4194304 16246674 140734317039600 140261372964080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=30128/tid=30130] ppid=30125 vsize=3668548 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30130/stat : 30130 (toysat) S 30125 30128 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30477518 3756593152 858524 33554432000 4194304 16246674 140734317039600 140261362474224 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=30128/tid=30131] ppid=30125 vsize=3668548 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30131/stat : 30131 (toysat) S 30125 30128 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30477518 3756593152 858524 33554432000 4194304 16246674 140734317039600 140261283851440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3668548

[startup+51.1073 s]
/proc/loadavg: 2.32 2.27 2.20 3/182 30132
/proc/meminfo: memFree=8809532/32872528 swapFree=1191052/1305516
[pid=30128] ppid=30125 vsize=8234564 CPUtime=51.09 cores=0,2,4,6
/proc/30128/stat : 30128 (toysat) R 30125 30128 26736 0 -1 4202496 1956209 0 0 0 4821 288 0 0 20 0 4 0 30477518 8432193536 1999943 33554432000 4194304 16246674 140734317039600 140734317038264 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30128/statm: 2058641 1999950 811 2943 0 2055535 0
[pid=30128/tid=30129] ppid=30125 vsize=8234564 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30129/stat : 30129 (toysat) S 30125 30128 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30477518 8432193536 1999954 33554432000 4194304 16246674 140734317039600 140261372964080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=30128/tid=30130] ppid=30125 vsize=8234564 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30130/stat : 30130 (toysat) S 30125 30128 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30477518 8432193536 1999958 33554432000 4194304 16246674 140734317039600 140261362474000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30128/tid=30131] ppid=30125 vsize=8234564 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30131/stat : 30131 (toysat) S 30125 30128 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30477518 8432193536 1999962 33554432000 4194304 16246674 140734317039600 140261283851440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 8234564

[startup+102.3 s]
/proc/loadavg: 2.27 2.27 2.20 3/183 30134
/proc/meminfo: memFree=3916176/32872528 swapFree=1191052/1305516
[pid=30128] ppid=30125 vsize=13381188 CPUtime=102.28 cores=0,2,4,6
/proc/30128/stat : 30128 (toysat) R 30125 30128 26736 0 -1 4202496 3243008 0 0 0 9753 475 0 0 20 0 4 0 30477518 13702336512 3286742 33554432000 4194304 16246674 140734317039600 140734317037440 14013956 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30128/statm: 3345297 3286742 845 2943 0 3342191 0
[pid=30128/tid=30129] ppid=30125 vsize=13381188 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30129/stat : 30129 (toysat) S 30125 30128 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30477518 13702336512 3286742 33554432000 4194304 16246674 140734317039600 140261372964080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=30128/tid=30130] ppid=30125 vsize=13381188 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30130/stat : 30130 (toysat) S 30125 30128 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30477518 13702336512 3286742 33554432000 4194304 16246674 140734317039600 140261362474000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30128/tid=30131] ppid=30125 vsize=13381188 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30131/stat : 30131 (toysat) S 30125 30128 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30477518 13702336512 3286742 33554432000 4194304 16246674 140734317039600 140261283851440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 13381188

[startup+162.3 s]
/proc/loadavg: 2.21 2.25 2.20 3/183 30135
/proc/meminfo: memFree=3721532/32872528 swapFree=1191052/1305516
[pid=30128] ppid=30125 vsize=13574724 CPUtime=162.26 cores=0,2,4,6
/proc/30128/stat : 30128 (toysat) R 30125 30128 26736 0 -1 4202496 3243325 0 0 0 15741 485 0 0 20 0 4 0 30477518 13900517376 3335093 33554432000 4194304 16246674 140734317039600 140734317038696 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30128/statm: 3393681 3335093 847 2943 0 3390575 0
[pid=30128/tid=30129] ppid=30125 vsize=13574724 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30129/stat : 30129 (toysat) S 30125 30128 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30477518 13900517376 3335093 33554432000 4194304 16246674 140734317039600 140261372964080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=30128/tid=30130] ppid=30125 vsize=13574724 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30130/stat : 30130 (toysat) S 30125 30128 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30477518 13900517376 3335093 33554432000 4194304 16246674 140734317039600 140261362474224 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=30128/tid=30131] ppid=30125 vsize=13574724 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30131/stat : 30131 (toysat) S 30125 30128 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30477518 13900517376 3335093 33554432000 4194304 16246674 140734317039600 140261283851440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 13574724

[startup+222.3 s]
/proc/loadavg: 2.29 2.26 2.20 3/183 30136
/proc/meminfo: memFree=2319884/32872528 swapFree=1191052/1305516
[pid=30128] ppid=30125 vsize=15110724 CPUtime=222.26 cores=0,2,4,6
/proc/30128/stat : 30128 (toysat) R 30125 30128 26736 0 -1 4202496 3617014 0 0 0 21669 557 0 0 20 0 4 0 30477518 15473381376 3716958 33554432000 4194304 16246674 140734317039600 140734317038776 5827966 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30128/statm: 3777681 3716958 896 2943 0 3774575 0
[pid=30128/tid=30129] ppid=30125 vsize=15110724 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30129/stat : 30129 (toysat) S 30125 30128 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30477518 15473381376 3716958 33554432000 4194304 16246674 140734317039600 140261372964080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=30128/tid=30130] ppid=30125 vsize=15110724 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30130/stat : 30130 (toysat) S 30125 30128 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30477518 15473381376 3716958 33554432000 4194304 16246674 140734317039600 140261362474224 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=30128/tid=30131] ppid=30125 vsize=15110724 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30131/stat : 30131 (toysat) S 30125 30128 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30477518 15473381376 3716958 33554432000 4194304 16246674 140734317039600 140261283851440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 15110724



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+264 s]
/proc/loadavg: 2.33 2.27 2.20 3/183 30137
/proc/meminfo: memFree=1661092/32872528 swapFree=1191052/1305516
[pid=30128] ppid=30125 vsize=15874628 CPUtime=263.95 cores=0,2,4,6
/proc/30128/stat : 30128 (toysat) R 30125 30128 26736 0 -1 4202496 3807872 0 0 0 25806 589 0 0 20 0 4 0 30477518 16255619072 3908327 33554432000 4194304 16246674 140734317039600 140734317038696 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30128/statm: 3968657 3908327 896 2943 0 3965551 0
[pid=30128/tid=30129] ppid=30125 vsize=15874628 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30129/stat : 30129 (toysat) S 30125 30128 26736 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30477518 16255619072 3908327 33554432000 4194304 16246674 140734317039600 140261372964080 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=30128/tid=30130] ppid=30125 vsize=15874628 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30130/stat : 30130 (toysat) S 30125 30128 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30477518 16255619072 3908327 33554432000 4194304 16246674 140734317039600 140261362474224 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=30128/tid=30131] ppid=30125 vsize=15874628 CPUtime=0 cores=0,2,4,6
/proc/30128/task/30131/stat : 30131 (toysat) S 30125 30128 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30477518 16255619072 3908327 33554432000 4194304 16246674 140734317039600 140261283851440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 263.95
Current children cumulated vsize (KiB) 15874628

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 30128 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+264.4 s]
/proc/loadavg: 2.33 2.27 2.20 3/181 30137
/proc/meminfo: memFree=8181680/32872528 swapFree=1191052/1305516
[pid=30128] ppid=30125 vsize=0 CPUtime=264.35 cores=0,2,4,6
/proc/30128/stat : 30128 (toysat) Z 30125 30128 26736 0 -1 4203532 3807934 0 0 0 25806 629 0 0 20 0 2 0 30477518 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30128/statm: 0 0 0 0 0 0 0
[pid=30128/tid=30129] ppid=30125 vsize=0 CPUtime=0.39 cores=0,2,4,6
/proc/30128/task/30129/stat : 30129 (toysat) R 30125 30128 26736 0 -1 4203588 10 0 0 0 0 39 0 0 20 0 2 0 30477518 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 264.35
Current children cumulated vsize (KiB) 0

[startup+264.8 s]
/proc/loadavg: 2.33 2.27 2.20 3/181 30137
/proc/meminfo: memFree=8181680/32872528 swapFree=1191052/1305516
[pid=30128] ppid=30125 vsize=0 CPUtime=264.74 cores=0,2,4,6
/proc/30128/stat : 30128 (toysat) Z 30125 30128 26736 0 -1 4203532 3807934 0 0 0 25806 668 0 0 20 0 2 0 30477518 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30128/statm: 0 0 0 0 0 0 0
[pid=30128/tid=30129] ppid=30125 vsize=0 CPUtime=0.78 cores=0,2,4,6
/proc/30128/task/30129/stat : 30129 (toysat) R 30125 30128 26736 0 -1 4203588 10 0 0 0 0 78 0 0 20 0 2 0 30477518 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 264.74
Current children cumulated vsize (KiB) 0

[startup+264.9 s]
/proc/loadavg: 2.33 2.27 2.20 3/181 30137
/proc/meminfo: memFree=8181680/32872528 swapFree=1191052/1305516
[pid=30128] ppid=30125 vsize=0 CPUtime=264.84 cores=0,2,4,6
/proc/30128/stat : 30128 (toysat) Z 30125 30128 26736 0 -1 4203532 3807934 0 0 0 25806 678 0 0 20 0 2 0 30477518 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30128/statm: 0 0 0 0 0 0 0
[pid=30128/tid=30129] ppid=30125 vsize=0 CPUtime=0.88 cores=0,2,4,6
/proc/30128/task/30129/stat : 30129 (toysat) R 30125 30128 26736 0 -1 4203588 10 0 0 0 0 88 0 0 20 0 2 0 30477518 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 264.84
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 264.965
CPU time (s): 264.91
CPU user time (s): 258.065
CPU system time (s): 6.84496
CPU usage (%): 99.9792
Max. virtual memory (cumulated for all children) (KiB): 15874628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 258.065
system time used= 6.84496
maximum resident set size= 15633556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3807934
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= 42
involuntary context switches= 287

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.689895 second user time and 1.00885 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-18 23:11:49
IDJOB=4107182
IDBENCH=71913
IDSOLVER=2542
FILE ID=node127/4107182-1466284302
RUNJOBID= node127-1466265123-26752
PBS_JOBID= 19918231
Free space on /tmp= 71324 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_2000_5__647_1792__512.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107182-1466284302/watcher-4107182-1466284302 -o /tmp/evaluation-result-4107182-1466284302/solver-4107182-1466284302 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466265123-26752 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4107182-1466284302.opb

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

MD5SUM BENCH= d5fa369dda5ecc7dd4bdafa11362a969
RANDOM SEED=1983901277

node127.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.769
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.769
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.769
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.56
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.769
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.769
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.769
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.769
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.56
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.769
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:        16753820 kB
Buffers:          107080 kB
Cached:           719900 kB
SwapCached:          516 kB
Active:         13703260 kB
Inactive:         324548 kB
Active(anon):   13200928 kB
Inactive(anon):     2184 kB
Active(file):     502332 kB
Inactive(file):   322364 kB
Unevictable:     1305516 kB
Mlocked:         1191052 kB
SwapTotal:      67108856 kB
SwapFree:       67100260 kB
Dirty:            271800 kB
Writeback:             0 kB
AnonPages:      14505904 kB
Mapped:            10716 kB
Shmem:                 0 kB
Slab:             621984 kB
SReclaimable:      65748 kB
SUnreclaim:       556236 kB
KernelStack:        1456 kB
PageTables:        32364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   14651976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    288768 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= 71308 MiB
End job on node127 at 2016-06-18 23:16:14