Trace number 4103897

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) 145.453 145.486

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-pp08a.opb
MD5SUMff5b6f1c6eab20bc880408fc770c13e2
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark10946196156
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5344
Total number of constraints136
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint31
Maximum length of a constraint240
Number of terms in the objective function 3424
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 180407058264
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 1073741824
Number of bits of the biggest number in a constraint 31
Biggest sum of numbers in a constraint 180407058264
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-18T10:44:19+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-4103897-1466239459.opb"]
0.00/0.01	c use --random-gen="360231342 1968943194 3930081877 4281977680 2649518288 437491678 717243903 1038901145 3239782025 2165071669 1681699186 48974846 1131670489 979792994 3181005933 928456679 2686620101 2705426701 717161179 1121376016 473739964 3572619587 4088773216 3952356109 4078309668 2180636758 238757139 3306000880 1309372830 907260815 2243538649 3830572560 2933987606 3452512324 3727640720 1500164324 1148136272 3476880687 3880578819 3781645378 3887864685 6629540 792244233 2966280997 1551275282 370873030 2155284544 3846285638 2244132954 3640967181 1644492354 459639526 2285484333 3910115463 3623663410 299566383 4068867999 3145935962 1843271214 3626771376 975434278 1527680254 2907213446 1187093849 1581644030 999221537 1959636458 1494701025 3374028192 2700868942 1997818731 1687195902 3510818917 1934865372 3134346940 3077501837 1752395917 3722032815 612909032 3175654572 3129392472 2103382460 2067049477 371289181 2911365061 716869803 305959132 3438716887 660907505 3124781677 1587460647 2698790607 252408495 2733021097 1100533935 3812587627 3728458862 2048576705 252985776 825338725 3083974483 389052275 2570881914 2840357949 1912893875 3093319039 494786021 3937202938 848521011 2146644774 486725586 3080704806 1025166827 2806908279 3348568064 3433370625 3895038542 1294992238 731556565 3818735161 4228650840 4233547576 2055672480 1149173587 2380679001 73628050 2145114970 3017953569 2511190666 1218611182 389354360 3477435835 2115787161 3488973601 3312890991 719240085 1904785143 3262468655 2350114204 4105866433 3601476489 3608255644 2911950942 4100372844 3200732267 3163576322 2485129506 4108335747 1457028413 3135410492 106299669 1385535019 3129543121 2982184210 1617650445 326786484 79269893 2030044788 1512970526 996837603 2764281996 4054262856 874325189 1296570307 1160123609 1876678482 1265062583 1946258750 1591710513 2923379419 1946987176 1340582066 4039420111 4268754195 3153708340 1859026742 1469103435 3265444870 2512294519 2535604299 2128871448 3540136999 2293987946 3407979543 3611274840 4219857810 1624452002 4131453226 1972898236 3375255494 634228892 1820595433 2911112685 419623339 4258420728 843656566 3499058865 569555871 6451872 2409482244 1327734613 2650508538 1620330571 3156828750 2500501873 301252026 2158548616 2127462065 1113523749 1762484355 3206265730 1067606681 3932298803 3585707472 774780057 3958780466 3193987277 1111436997 2729916344 624242859 2147764900 282708200 2095813377 719038091 3230277192 1362035995 47793939 933958039 2769411055 955600072 3544947 4252137940 2922265150 1754820231 475323580 899667880 3747227979 3757621501 2658474570 1721947307 662373818 3099640425 192544002 2116202820 3376196803 810452946 2793642268 352914541 1551934285 2303171384 1634438421 1964722202 3119831049 3086355708 2841005030 2273492752 255 362436" option to reproduce the execution
0.00/0.04	c #vars 5344
0.00/0.04	c #constraints 136
1.89/1.96	c BCD2: Hardening is enabled.
1.89/1.96	c BCD2: BiasedSearch is enabled.
1.89/1.96	c Solving starts ...
1.89/1.96	c ============================[ Search Statistics ]============================
1.89/1.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.96	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.96	c =============================================================================
1.89/1.96	c  0.0s |       0 |        0 |        0 |     1848      0 |      744 |        0
1.89/1.99	c  0.0s |       0 |     2403 |        1 |     1848      0 |      744 |        0
1.89/1.99	c #cpu_time = 0.027s
1.89/1.99	c #wall_clock_time = 0.027s
1.89/1.99	c #decision = 2403
1.89/1.99	c #random_decision = 10
1.89/1.99	c #conflict = 1
1.89/1.99	c #restart = 0
1.89/1.99	o 180406828882
1.99/2.00	c BCD2: updating upper bound: 180407058264 -> 180406828881
1.99/2.03	c BCD2: 0 <= obj <= 180406828881
1.99/2.03	c BCD2: #cores=0, #unrelaxed=3424, #relaxed=0, #hardened=0
1.99/2.03	c BCD2: #sat=1 #unsat=1 bias=1/2
1.99/2.03	c Solving starts ...
1.99/2.03	c ============================[ Search Statistics ]============================
1.99/2.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.03	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.03	c =============================================================================
1.99/2.03	c  0.0s |       0 |        0 |        0 |     1848      0 |      744 |        0
1.99/2.05	c  0.0s |       0 |     2771 |        1 |     1848      0 |      744 |        0
1.99/2.05	c #cpu_time = 0.019s
1.99/2.05	c #wall_clock_time = 0.020s
1.99/2.05	c #decision = 2771
1.99/2.05	c #random_decision = 0
1.99/2.05	c #conflict = 1
1.99/2.05	c #restart = 0
1.99/2.05	c BCD2: found a new core of size 18: cost of the new core is >=8192
1.99/2.05	c lower bound updated to 8192
1.99/2.06	c BCD2: 8192 <= obj <= 180406828881
1.99/2.06	c BCD2: #cores=1, #unrelaxed=3406, #relaxed=18, #hardened=0
1.99/2.06	c BCD2: #sat=1 #unsat=2 bias=2/3
1.99/2.09	c Solving starts ...
1.99/2.09	c ============================[ Search Statistics ]============================
1.99/2.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.09	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.09	c =============================================================================
1.99/2.09	c  0.0s |       0 |        0 |        0 |     1848      0 |      744 |        0
2.09/2.11	c  0.0s |       0 |     2579 |        1 |     1848      0 |      744 |        0
2.09/2.11	c #cpu_time = 0.020s
2.09/2.11	c #wall_clock_time = 0.020s
2.09/2.11	c #decision = 2579
2.09/2.11	c #random_decision = 0
2.09/2.11	c #conflict = 1
2.09/2.11	c #restart = 0
2.09/2.11	c BCD2: found a new core of size 17: cost of the new core is >=16384
2.09/2.11	c lower bound updated to 24576
2.09/2.12	c BCD2: 24576 <= obj <= 180406828881
2.09/2.12	c BCD2: #cores=2, #unrelaxed=3389, #relaxed=35, #hardened=0
2.09/2.12	c BCD2: #sat=1 #unsat=3 bias=3/4
2.09/2.18	c Solving starts ...
2.09/2.18	c ============================[ Search Statistics ]============================
2.09/2.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.18	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.18	c =============================================================================
2.09/2.18	c  0.0s |       0 |        0 |        0 |     1848      0 |      744 |        0
2.09/2.20	c  0.0s |       0 |     2082 |        0 |     1848      0 |      744 |        0
2.09/2.20	c #cpu_time = 0.015s
2.09/2.20	c #wall_clock_time = 0.015s
2.09/2.20	c #decision = 2082
2.09/2.20	c #random_decision = 0
2.09/2.20	c #conflict = 0
2.09/2.20	c #restart = 0
2.09/2.20	c BCD2: found a new core of size 20: cost of the new core is >=16384
2.09/2.20	c lower bound updated to 40960
2.20/2.21	c BCD2: 40960 <= obj <= 180406828881
2.20/2.21	c BCD2: #cores=3, #unrelaxed=3369, #relaxed=55, #hardened=0
2.20/2.21	c BCD2: #sat=1 #unsat=4 bias=4/5
2.30/2.32	c Solving starts ...
2.30/2.32	c ============================[ Search Statistics ]============================
2.30/2.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.32	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.32	c =============================================================================
2.30/2.32	c  0.0s |       0 |        0 |        0 |     1848      0 |      744 |        0
2.30/2.34	c  0.0s |       0 |     2080 |        0 |     1848      0 |      744 |        0
2.30/2.34	c #cpu_time = 0.015s
2.30/2.34	c #wall_clock_time = 0.015s
2.30/2.34	c #decision = 2080
2.30/2.34	c #random_decision = 0
2.30/2.34	c #conflict = 0
2.30/2.34	c #restart = 0
2.30/2.34	c BCD2: found a new core of size 119: cost of the new core is >=4
2.30/2.34	c lower bound updated to 40964
2.30/2.35	c BCD2: 40964 <= obj <= 180406828881
2.30/2.35	c BCD2: #cores=4, #unrelaxed=3250, #relaxed=174, #hardened=0
2.30/2.35	c BCD2: #sat=1 #unsat=5 bias=5/6

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

pid=16309
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.07 2.07 2.08 3/179 16312
/proc/meminfo: memFree=17357508/32872528 swapFree=249320/249320
[pid=16312] ppid=16309 vsize=744892 CPUtime=0 cores=0,2,4,6
/proc/16312/stat : 16312 (toysat) R 16309 16312 11324 0 -1 4202496 2784 0 0 0 0 0 0 0 20 0 4 0 25996350 762769408 3145 33554432000 4194304 16246674 140736429626432 140736429625856 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16312/statm: 186991 3153 441 2943 0 183885 0
[pid=16312/tid=16313] ppid=16309 vsize=762300 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16313/stat : 16313 (toysat) S 16309 16312 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25996351 780595200 3213 33554432000 4194304 16246674 140736429626432 140282869820656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16312/tid=16314] ppid=16309 vsize=766396 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16314/stat : 16314 (toysat) S 16309 16312 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25996351 784789504 3227 33554432000 4194304 16246674 140736429626432 140282859330800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16312/tid=16315] ppid=16309 vsize=770492 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16315/stat : 16315 (toysat) S 16309 16312 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25996351 788983808 3243 33554432000 4194304 16246674 140736429626432 140282848857264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100205 s]
/proc/loadavg: 2.07 2.07 2.08 3/179 16312
/proc/meminfo: memFree=17357508/32872528 swapFree=249320/249320
[pid=16312] ppid=16309 vsize=1220164 CPUtime=0.09 cores=0,2,4,6
/proc/16312/stat : 16312 (toysat) R 16309 16312 11324 0 -1 4202496 29244 0 0 0 5 4 0 0 20 0 4 0 25996350 1249447936 29542 33554432000 4194304 16246674 140736429626432 140736429625744 12654533 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16312/statm: 305041 29555 833 2943 0 301935 0
[pid=16312/tid=16313] ppid=16309 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16313/stat : 16313 (toysat) S 16309 16312 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25996351 1249447936 29563 33554432000 4194304 16246674 140736429626432 140282869820656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16312/tid=16314] ppid=16309 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16314/stat : 16314 (toysat) S 16309 16312 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25996351 1249447936 29572 33554432000 4194304 16246674 140736429626432 140282859330800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16312/tid=16315] ppid=16309 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16315/stat : 16315 (toysat) S 16309 16312 11324 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25996351 1249447936 29581 33554432000 4194304 16246674 140736429626432 140282848857264 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) 1220164

[startup+0.200503 s]
/proc/loadavg: 2.07 2.07 2.08 3/179 16312
/proc/meminfo: memFree=17357508/32872528 swapFree=249320/249320
[pid=16312] ppid=16309 vsize=1220164 CPUtime=0.19 cores=0,2,4,6
/proc/16312/stat : 16312 (toysat) R 16309 16312 11324 0 -1 4202496 60606 0 0 0 11 8 0 0 20 0 4 0 25996350 1249447936 60905 33554432000 4194304 16246674 140736429626432 140736429608320 12371341 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16312/statm: 305041 60918 834 2943 0 301935 0
[pid=16312/tid=16313] ppid=16309 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16313/stat : 16313 (toysat) S 16309 16312 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25996351 1249447936 60928 33554432000 4194304 16246674 140736429626432 140282869820656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16312/tid=16314] ppid=16309 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16314/stat : 16314 (toysat) S 16309 16312 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25996351 1249447936 60938 33554432000 4194304 16246674 140736429626432 140282859330800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16312/tid=16315] ppid=16309 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16315/stat : 16315 (toysat) S 16309 16312 11324 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25996351 1249447936 60948 33554432000 4194304 16246674 140736429626432 140282848857264 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) 1220164

[startup+0.300476 s]
/proc/loadavg: 2.07 2.07 2.08 3/179 16312
/proc/meminfo: memFree=17357508/32872528 swapFree=249320/249320
[pid=16312] ppid=16309 vsize=1220164 CPUtime=0.29 cores=0,2,4,6
/proc/16312/stat : 16312 (toysat) R 16309 16312 11324 0 -1 4202496 90620 0 0 0 18 11 0 0 20 0 4 0 25996350 1249447936 90919 33554432000 4194304 16246674 140736429626432 140736429608320 6760209 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16312/statm: 305041 90929 834 2943 0 301935 0
[pid=16312/tid=16313] ppid=16309 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16313/stat : 16313 (toysat) S 16309 16312 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25996351 1249447936 90937 33554432000 4194304 16246674 140736429626432 140282869820656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16312/tid=16314] ppid=16309 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16314/stat : 16314 (toysat) S 16309 16312 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25996351 1249447936 90943 33554432000 4194304 16246674 140736429626432 140282859330800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16312/tid=16315] ppid=16309 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16315/stat : 16315 (toysat) S 16309 16312 11324 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25996351 1249447936 90949 33554432000 4194304 16246674 140736429626432 140282848857264 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) 1220164

[startup+0.700399 s]
/proc/loadavg: 2.07 2.07 2.08 3/179 16312
/proc/meminfo: memFree=17357508/32872528 swapFree=249320/249320
[pid=16312] ppid=16309 vsize=1220164 CPUtime=0.69 cores=0,2,4,6
/proc/16312/stat : 16312 (toysat) R 16309 16312 11324 0 -1 4202496 218392 0 0 0 42 27 0 0 20 0 4 0 25996350 1249447936 218691 33554432000 4194304 16246674 140736429626432 140736429608320 12655109 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16312/statm: 305041 218706 834 2943 0 301935 0
[pid=16312/tid=16313] ppid=16309 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16313/stat : 16313 (toysat) S 16309 16312 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25996351 1249447936 218716 33554432000 4194304 16246674 140736429626432 140282869820656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16312/tid=16314] ppid=16309 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16314/stat : 16314 (toysat) S 16309 16312 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25996351 1249447936 218726 33554432000 4194304 16246674 140736429626432 140282859330800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16312/tid=16315] ppid=16309 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16315/stat : 16315 (toysat) S 16309 16312 11324 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25996351 1249447936 218734 33554432000 4194304 16246674 140736429626432 140282848857264 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) 1220164

[startup+1.50041 s]
/proc/loadavg: 2.07 2.07 2.08 3/183 16316
/proc/meminfo: memFree=16309696/32872528 swapFree=249320/249320
[pid=16312] ppid=16309 vsize=1294916 CPUtime=1.49 cores=0,2,4,6
/proc/16312/stat : 16312 (toysat) R 16309 16312 11324 0 -1 4202496 264859 0 0 0 115 34 0 0 20 0 4 0 25996350 1325993984 265157 33554432000 4194304 16246674 140736429626432 140736429608320 12449372 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16312/statm: 323729 265157 834 2943 0 320623 0
[pid=16312/tid=16313] ppid=16309 vsize=1294916 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16313/stat : 16313 (toysat) S 16309 16312 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25996351 1325993984 265157 33554432000 4194304 16246674 140736429626432 140282869820656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16312/tid=16314] ppid=16309 vsize=1294916 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16314/stat : 16314 (toysat) S 16309 16312 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25996351 1325993984 265157 33554432000 4194304 16246674 140736429626432 140282859330800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16312/tid=16315] ppid=16309 vsize=1294916 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16315/stat : 16315 (toysat) S 16309 16312 11324 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 25996351 1325993984 265157 33554432000 4194304 16246674 140736429626432 140282848857264 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) 1294916

[startup+3.1004 s]
/proc/loadavg: 2.07 2.07 2.08 3/183 16316
/proc/meminfo: memFree=16286144/32872528 swapFree=249320/249320
[pid=16312] ppid=16309 vsize=1327684 CPUtime=3.09 cores=0,2,4,6
/proc/16312/stat : 16312 (toysat) R 16309 16312 11324 0 -1 4202496 272866 0 0 0 274 35 0 0 20 0 4 0 25996350 1359548416 273165 33554432000 4194304 16246674 140736429626432 140736429609424 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16312/statm: 331921 273174 905 2943 0 328815 0
[pid=16312/tid=16313] ppid=16309 vsize=1327684 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16313/stat : 16313 (toysat) S 16309 16312 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25996351 1359548416 273177 33554432000 4194304 16246674 140736429626432 140282869820656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16312/tid=16314] ppid=16309 vsize=1327684 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16314/stat : 16314 (toysat) S 16309 16312 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25996351 1359548416 273182 33554432000 4194304 16246674 140736429626432 140282859330800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16312/tid=16315] ppid=16309 vsize=1327684 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16315/stat : 16315 (toysat) S 16309 16312 11324 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 25996351 1359548416 273186 33554432000 4194304 16246674 140736429626432 140282848857264 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) 1327684

[startup+6.30041 s]
/proc/loadavg: 2.07 2.07 2.08 3/183 16316
/proc/meminfo: memFree=16215404/32872528 swapFree=249320/249320
[pid=16312] ppid=16309 vsize=1377860 CPUtime=6.29 cores=0,2,4,6
/proc/16312/stat : 16312 (toysat) R 16309 16312 11324 0 -1 4202496 285665 0 0 0 592 37 0 0 20 0 4 0 25996350 1410928640 285963 33554432000 4194304 16246674 140736429626432 140736429608320 6955605 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16312/statm: 344465 285963 905 2943 0 341359 0
[pid=16312/tid=16313] ppid=16309 vsize=1377860 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16313/stat : 16313 (toysat) S 16309 16312 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25996351 1410928640 285963 33554432000 4194304 16246674 140736429626432 140282869820656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16312/tid=16314] ppid=16309 vsize=1377860 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16314/stat : 16314 (toysat) S 16309 16312 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25996351 1410928640 285963 33554432000 4194304 16246674 140736429626432 140282859330800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16312/tid=16315] ppid=16309 vsize=1377860 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16315/stat : 16315 (toysat) S 16309 16312 11324 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 25996351 1410928640 285963 33554432000 4194304 16246674 140736429626432 140282848857264 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) 1377860

[startup+12.7004 s]
/proc/loadavg: 2.06 2.07 2.08 3/183 16316
/proc/meminfo: memFree=15801564/32872528 swapFree=249320/249320
[pid=16312] ppid=16309 vsize=2063940 CPUtime=12.69 cores=0,2,4,6
/proc/16312/stat : 16312 (toysat) R 16309 16312 11324 0 -1 4202496 457019 0 0 0 1209 60 0 0 20 0 4 0 25996350 2113474560 457317 33554432000 4194304 16246674 140736429626432 140736429625528 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16312/statm: 515985 457327 905 2943 0 512879 0
[pid=16312/tid=16313] ppid=16309 vsize=2063940 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16313/stat : 16313 (toysat) S 16309 16312 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25996351 2113474560 457332 33554432000 4194304 16246674 140736429626432 140282869820656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16312/tid=16314] ppid=16309 vsize=2063940 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16314/stat : 16314 (toysat) S 16309 16312 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25996351 2113474560 457338 33554432000 4194304 16246674 140736429626432 140282859330576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16312/tid=16315] ppid=16309 vsize=2063940 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16315/stat : 16315 (toysat) S 16309 16312 11324 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 25996351 2113474560 457344 33554432000 4194304 16246674 140736429626432 140282848857264 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) 2063940

[startup+25.5005 s]
/proc/loadavg: 2.05 2.06 2.08 3/183 16316
/proc/meminfo: memFree=12399372/32872528 swapFree=249320/249320
[pid=16312] ppid=16309 vsize=5186116 CPUtime=25.49 cores=0,2,4,6
/proc/16312/stat : 16312 (toysat) R 16309 16312 11324 0 -1 4202496 1237731 0 0 0 2382 167 0 0 20 0 4 0 25996350 5310582784 1238029 33554432000 4194304 16246674 140736429626432 140736429625528 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16312/statm: 1296529 1238029 906 2943 0 1293423 0
[pid=16312/tid=16313] ppid=16309 vsize=5186116 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16313/stat : 16313 (toysat) S 16309 16312 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25996351 5310582784 1238029 33554432000 4194304 16246674 140736429626432 140282869820656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16312/tid=16314] ppid=16309 vsize=5186116 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16314/stat : 16314 (toysat) S 16309 16312 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25996351 5310582784 1238029 33554432000 4194304 16246674 140736429626432 140282859330800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16312/tid=16315] ppid=16309 vsize=5186116 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16315/stat : 16315 (toysat) S 16309 16312 11324 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 25996351 5310582784 1238029 33554432000 4194304 16246674 140736429626432 140282848857264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 5186116

[startup+51.1005 s]
/proc/loadavg: 2.03 2.06 2.07 3/183 16316
/proc/meminfo: memFree=6602948/32872528 swapFree=249320/249320
[pid=16312] ppid=16309 vsize=10970692 CPUtime=51.08 cores=0,2,4,6
/proc/16312/stat : 16312 (toysat) R 16309 16312 11324 0 -1 4202496 2683877 0 0 0 4743 365 0 0 20 0 4 0 25996350 11233988608 2684175 33554432000 4194304 16246674 140736429626432 140736429625528 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16312/statm: 2742673 2684175 906 2943 0 2739567 0
[pid=16312/tid=16313] ppid=16309 vsize=10970692 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16313/stat : 16313 (toysat) S 16309 16312 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25996351 11233988608 2684175 33554432000 4194304 16246674 140736429626432 140282869820656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16312/tid=16314] ppid=16309 vsize=10970692 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16314/stat : 16314 (toysat) S 16309 16312 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25996351 11233988608 2684175 33554432000 4194304 16246674 140736429626432 140282859330800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16312/tid=16315] ppid=16309 vsize=10970692 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16315/stat : 16315 (toysat) S 16309 16312 11324 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 25996351 11233988608 2684175 33554432000 4194304 16246674 140736429626432 140282848857264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 10970692

[startup+102.3 s]
/proc/loadavg: 2.22 2.10 2.08 3/183 16366
/proc/meminfo: memFree=16813432/32872528 swapFree=249320/249320
[pid=16312] ppid=16309 vsize=13897284 CPUtime=102.29 cores=0,2,4,6
/proc/16312/stat : 16312 (toysat) R 16309 16312 11324 0 -1 4202496 3415531 0 0 0 9762 467 0 0 20 0 4 0 25996350 14230818816 3415831 33554432000 4194304 16246674 140736429626432 140736429625608 4224701 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16312/statm: 3474321 3415831 910 2943 0 3471215 0
[pid=16312/tid=16313] ppid=16309 vsize=13897284 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16313/stat : 16313 (toysat) S 16309 16312 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25996351 14230818816 3415831 33554432000 4194304 16246674 140736429626432 140282869820656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16312/tid=16314] ppid=16309 vsize=13897284 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16314/stat : 16314 (toysat) S 16309 16312 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25996351 14230818816 3415831 33554432000 4194304 16246674 140736429626432 140282859330800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16312/tid=16315] ppid=16309 vsize=13897284 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16315/stat : 16315 (toysat) S 16309 16312 11324 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 25996351 14230818816 3415831 33554432000 4194304 16246674 140736429626432 140282848857264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 13897284



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+144.6 s]
/proc/loadavg: 2.18 2.10 2.09 3/183 16368
/proc/meminfo: memFree=15001468/32872528 swapFree=249320/249320
[pid=16312] ppid=16309 vsize=15910468 CPUtime=144.56 cores=0,2,4,6
/proc/16312/stat : 16312 (toysat) R 16309 16312 11324 0 -1 4202496 3918597 0 0 0 13910 546 0 0 20 0 4 0 25996350 16292319232 3918897 33554432000 4194304 16246674 140736429626432 140736429625528 4225154 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16312/statm: 3977617 3918906 910 2943 0 3974511 0
[pid=16312/tid=16313] ppid=16309 vsize=15910468 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16313/stat : 16313 (toysat) S 16309 16312 11324 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25996351 16292319232 3918912 33554432000 4194304 16246674 140736429626432 140282869820656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16312/tid=16314] ppid=16309 vsize=15910468 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16314/stat : 16314 (toysat) S 16309 16312 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25996351 16292319232 3918917 33554432000 4194304 16246674 140736429626432 140282859330800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16312/tid=16315] ppid=16309 vsize=15910468 CPUtime=0 cores=0,2,4,6
/proc/16312/task/16315/stat : 16315 (toysat) S 16309 16312 11324 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 25996351 16292319232 3918923 33554432000 4194304 16246674 140736429626432 140282848857264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 144.56
Current children cumulated vsize (KiB) 15910468

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

[startup+144.8 s]
/proc/loadavg: 2.18 2.10 2.09 3/183 16368
/proc/meminfo: memFree=15001468/32872528 swapFree=249320/249320
[pid=16312] ppid=16309 vsize=0 CPUtime=144.77 cores=0,2,4,6
/proc/16312/stat : 16312 (toysat) Z 16309 16312 11324 0 -1 4203532 3919064 0 0 0 13911 566 0 0 20 0 2 0 25996350 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16312/statm: 0 0 0 0 0 0 0
[pid=16312/tid=16313] ppid=16309 vsize=0 CPUtime=0.18 cores=0,2,4,6
/proc/16312/task/16313/stat : 16313 (toysat) R 16309 16312 11324 0 -1 4203588 9 0 0 0 0 18 0 0 20 0 2 0 25996351 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 144.77
Current children cumulated vsize (KiB) 0

[startup+145.2 s]
/proc/loadavg: 2.18 2.10 2.09 3/181 16368
/proc/meminfo: memFree=25938728/32872528 swapFree=249320/249320
[pid=16312] ppid=16309 vsize=0 CPUtime=145.18 cores=0,2,4,6
/proc/16312/stat : 16312 (toysat) Z 16309 16312 11324 0 -1 4203532 3919064 0 0 0 13911 607 0 0 20 0 2 0 25996350 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16312/statm: 0 0 0 0 0 0 0
[pid=16312/tid=16313] ppid=16309 vsize=0 CPUtime=0.58 cores=0,2,4,6
/proc/16312/task/16313/stat : 16313 (toysat) R 16309 16312 11324 0 -1 4203588 9 0 0 0 0 58 0 0 20 0 2 0 25996351 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) 145.18
Current children cumulated vsize (KiB) 0

[startup+145.4 s]
/proc/loadavg: 2.18 2.10 2.09 3/181 16368
/proc/meminfo: memFree=25938728/32872528 swapFree=249320/249320
[pid=16312] ppid=16309 vsize=0 CPUtime=145.37 cores=0,2,4,6
/proc/16312/stat : 16312 (toysat) Z 16309 16312 11324 0 -1 4203532 3919064 0 0 0 13911 626 0 0 20 0 2 0 25996350 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16312/statm: 0 0 0 0 0 0 0
[pid=16312/tid=16313] ppid=16309 vsize=0 CPUtime=0.77 cores=0,2,4,6
/proc/16312/task/16313/stat : 16313 (toysat) R 16309 16312 11324 0 -1 4203588 9 0 0 0 0 77 0 0 20 0 2 0 25996351 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) 145.37
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 145.486
CPU time (s): 145.453
CPU user time (s): 139.112
CPU system time (s): 6.34104
CPU usage (%): 99.9774
Max. virtual memory (cumulated for all children) (KiB): 15910468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 139.112
system time used= 6.34104
maximum resident set size= 15677456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3919064
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= 52
involuntary context switches= 154

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.374943 second user time and 0.557915 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-18 10:44:19
IDJOB=4103897
IDBENCH=2499
IDSOLVER=2542
FILE ID=node103/4103897-1466239459
RUNJOBID= node103-1466206104-11340
PBS_JOBID= 19918169
Free space on /tmp= 71716 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-pp08a.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103897-1466239459/watcher-4103897-1466239459 -o /tmp/evaluation-result-4103897-1466239459/solver-4103897-1466239459 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466206104-11340 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4103897-1466239459.opb

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

MD5SUM BENCH= ff5b6f1c6eab20bc880408fc770c13e2
RANDOM SEED=167343905

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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.278
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.278
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.278
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.278
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:        17357508 kB
Buffers:          130260 kB
Cached:           141288 kB
SwapCached:         2188 kB
Active:         14318784 kB
Inactive:         184148 kB
Active(anon):   14230068 kB
Inactive(anon):     3672 kB
Active(file):      88716 kB
Inactive(file):   180476 kB
Unevictable:      249320 kB
Mlocked:          249320 kB
SwapTotal:      67108856 kB
SwapFree:       67099436 kB
Dirty:             16324 kB
Writeback:             0 kB
AnonPages:      14477036 kB
Mapped:            10816 kB
Shmem:                 0 kB
Slab:             602548 kB
SReclaimable:      46652 kB
SUnreclaim:       555896 kB
KernelStack:        1520 kB
PageTables:        32788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   14621176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71700 MiB
End job on node103 at 2016-06-18 10:46:45