Trace number 4120402

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
toysat 2016-05-02UNSAT 37.6823 37.6887

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n68-d3-i2-f.cnf.gz-plain.pb.metafix.opb
MD5SUM95a8c1ba43c8db2a52f7733ce704d0cd
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.574911
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables102
Total number of constraints272
Number of constraints which are clauses272
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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-30T20:26:45+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4120402-1467311205.opb"]
0.00/0.01	c use --random-gen="1200886737 2292424648 2546408158 3021686934 4243807169 642349875 2946803489 3019309065 713171922 4115490951 229558898 3904388494 2907902048 1743901813 2715580845 345626592 4036245260 301794239 2561955077 3787177390 2489979142 1515896212 66847739 1256985318 1469505980 2813412074 1366460775 466638584 958232144 3928288748 3679436495 1889127242 3507517930 3983009648 3391218793 2006047403 2921374834 2042054863 2441210773 2867322619 1219770546 3845699150 1736185417 2572606936 3170516355 1835990451 3226002271 2531474040 2509529354 1218659100 2097418586 756264137 734124946 3832084413 1562091771 1291545982 3143757295 3153776713 245147619 3046635866 264998207 928928821 4047139713 1847498453 4255460814 1170944493 3629079048 4287019708 1417203169 3572272831 1583424392 172156692 3693984854 4163422682 2492555534 3585333436 1532083219 2331880128 289634611 3666973697 2231821141 2956166718 649829581 3733069943 3057092342 2326787793 4042603964 1743370153 1444118557 2955533009 2354514560 3784109857 1716116829 303184919 988999726 3310103484 1247663870 2350601273 788179134 2081116743 1686245119 2019620607 3145207899 71107189 3199382269 668084754 3518298195 749604870 3978909919 154037655 1824254846 485743947 70621021 2179509713 2029695805 4050764151 4274950976 195182851 899199562 1532118850 2416704094 908182475 3099702835 2506641350 3350391815 2674275723 2736517024 581618336 2842748869 4061809738 2143100437 2357182303 3423784594 3687782866 140770252 2022723300 1493279353 368851844 718161175 1634424717 3999542600 2957308612 2593906761 3518635515 2822906530 2668090284 140987868 4117780794 3663643020 68647943 3409914306 317463802 1752555851 240596326 2639197470 3016503930 4193868966 2676784970 1182211902 1003097192 445448445 2931649292 683945295 143324421 1737348007 2419663487 4183754916 2513596296 474671782 3961103951 2809093526 1144283987 3004879567 3438670101 3397509711 1984059188 2293403072 4090636545 2262147066 945507446 209471797 3396046148 931088732 898647417 3624877225 804088574 3976370560 2314118864 2527768540 1765720805 2151725272 2830912882 3223436378 2126458350 4033647740 909442067 1808178172 443109302 3134475107 3038402971 3344623208 4111608125 792197818 3549175381 2308767197 3337889444 2851171799 2378170941 2158106319 2415390788 3770760550 2637709036 3710907169 3689418193 1817767070 991480525 3793052474 1819886224 3325589746 892956387 1451454213 1562439743 3990733654 234694135 52153494 2184070488 1157318306 1356915414 2817653244 3635133710 719680285 2375503322 2549744568 2625151639 2231802738 38096119 3070182626 3732870972 2847514676 3853082797 2930580396 3513483925 205885962 1659704245 2841106006 779391790 1735747504 2014091962 2360034014 1214710989 2924408664 2095302167 1393940708 1954073263 2972774455 2340678024 255 362436" option to reproduce the execution
0.00/0.01	c #vars 102
0.00/0.01	c #constraints 272
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |      124      0 |        0 |        0
0.00/0.03	c  0.0s |       1 |      130 |      100 |      124      0 |        0 |        0
0.00/0.04	c  0.0s |       2 |      358 |      250 |      137      1 |        0 |        0
0.00/0.06	c  0.0s |       3 |      613 |      475 |      151      3 |        0 |        0
0.09/0.10	c  0.1s |       4 |     1008 |      813 |      167      6 |        0 |        0
0.09/0.15	c  0.1s |       5 |     1747 |     1320 |      184     11 |        0 |        0
0.19/0.22	c  0.2s |       6 |     2783 |     2081 |      224     17 |        0 |        0
0.29/0.33	c  0.3s |       7 |     4267 |     3223 |      247     27 |        0 |        0
0.39/0.48	c  0.5s |       8 |     6341 |     4936 |      272     39 |        0 |        0
0.69/0.73	c  0.7s |       9 |     9978 |     7506 |      300     56 |        0 |        0
0.99/1.08	c  1.1s |      10 |    15081 |    11361 |      330     80 |        0 |        0
1.39/1.45	c  1.4s |      11 |    23399 |    17144 |      364    112 |        0 |        0
1.99/2.01	c  2.0s |      12 |    34808 |    25819 |      401    158 |        0 |        0
2.79/2.83	c  2.8s |      13 |    53635 |    38832 |      442    221 |        0 |        0
3.89/3.91	c  3.9s |      14 |    80245 |    58352 |      487    307 |        0 |        0
5.70/5.71	c  5.7s |      15 |   118905 |    87632 |      536    424 |        0 |        0
7.68/7.71	c  7.7s |      15 |   166205 |   121832 |      536    550 |        0 |        0
8.19/8.29	c  8.3s |      16 |   178665 |   131552 |      590    585 |        0 |        0
10.20/10.29	c 10.3s |      16 |   223964 |   164152 |      590    694 |        0 |        0
12.19/12.30	c 12.3s |      16 |   264533 |   193452 |      590    792 |        0 |        0
12.49/12.58	c 12.6s |      17 |   270125 |   197432 |      649    805 |        0 |        0
14.50/14.59	c 14.6s |      17 |   309902 |   226032 |      649    892 |        0 |        0
16.49/16.59	c 16.6s |      17 |   350178 |   255332 |      649    982 |        0 |        0
18.49/18.59	c 18.6s |      17 |   393565 |   288832 |      649   1084 |        0 |        0
19.00/19.05	c 19.0s |      18 |   403313 |   296252 |      714   1106 |        0 |        0
20.99/21.05	c 21.0s |      18 |   447053 |   328952 |      714   1197 |        0 |        0
22.99/23.05	c 23.0s |      18 |   489188 |   360852 |      714   1285 |        0 |        0
24.99/25.05	c 25.0s |      18 |   531007 |   392552 |      714   1373 |        0 |        0
26.99/27.06	c 27.0s |      18 |   575090 |   426052 |      714   1466 |        0 |        0
28.19/28.21	c 28.2s |      19 |   600628 |   444482 |      786   1517 |        0 |        0
30.18/30.21	c 30.2s |      19 |   637513 |   473782 |      786   1591 |        0 |        0
32.19/32.22	c 32.2s |      19 |   678329 |   505082 |      786   1670 |        0 |        0
34.18/34.22	c 34.2s |      19 |   722150 |   536882 |      786   1750 |        0 |        0
36.18/36.22	c 36.2s |      19 |   768858 |   570482 |      786   1833 |        1 |        4
37.60/37.63	c 37.6s |      19 |   802977 |   595155 |      786   1891 |       19 |       54
37.60/37.63	c #cpu_time = 37.609s
37.60/37.63	c #wall_clock_time = 37.610s
37.60/37.63	c #decision = 802977
37.60/37.63	c #random_decision = 3800
37.60/37.63	c #conflict = 595155
37.60/37.63	c #restart = 19
37.60/37.63	s UNSATISFIABLE
37.60/37.63	c total CPU time = 37.626s
37.60/37.63	c total wall clock time = 37.627s

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

pid=16804
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.25 2.21 2.12 3/179 16807
/proc/meminfo: memFree=28014616/32872528 swapFree=1254912/1391860
[pid=16807] ppid=16804 vsize=704068 CPUtime=0 cores=0,2,4,6
/proc/16807/stat : 16807 (toysat) R 16804 16807 16091 0 -1 4202496 2624 0 0 0 0 0 0 0 20 0 4 0 12081295 720965632 3496 33554432000 4194304 16246674 140736639205872 140736639205296 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16807/statm: 176785 3505 442 2943 0 173679 0
[pid=16807/tid=16808] ppid=16804 vsize=722500 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16808/stat : 16808 (toysat) S 16804 16807 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12081295 739840000 3564 33554432000 4194304 16246674 140736639205872 139663427742960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16807/tid=16809] ppid=16804 vsize=726596 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16809/stat : 16809 (toysat) S 16804 16807 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12081295 744034304 3580 33554432000 4194304 16246674 140736639205872 139663343856880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16807/tid=16810] ppid=16804 vsize=730692 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16810/stat : 16810 (toysat) S 16804 16807 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12081295 748228608 3598 33554432000 4194304 16246674 140736639205872 139663333383344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100168 s]
/proc/loadavg: 2.25 2.21 2.12 3/179 16807
/proc/meminfo: memFree=28014616/32872528 swapFree=1254912/1391860
[pid=16807] ppid=16804 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/16807/stat : 16807 (toysat) R 16804 16807 16091 0 -1 4202496 25904 0 0 0 5 4 0 0 20 0 4 0 12081295 1247350784 26765 33554432000 4194304 16246674 140736639205872 140736639205296 5546181 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16807/statm: 304529 26775 709 2943 0 301423 0
[pid=16807/tid=16808] ppid=16804 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16808/stat : 16808 (toysat) S 16804 16807 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12081295 1247350784 26783 33554432000 4194304 16246674 140736639205872 139663427742960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16807/tid=16809] ppid=16804 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16809/stat : 16809 (toysat) S 16804 16807 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12081295 1247350784 26790 33554432000 4194304 16246674 140736639205872 139663343856880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16807/tid=16810] ppid=16804 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16810/stat : 16810 (toysat) S 16804 16807 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12081295 1247350784 26796 33554432000 4194304 16246674 140736639205872 139663333383344 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) 1218116

[startup+0.200466 s]
/proc/loadavg: 2.25 2.21 2.12 3/179 16807
/proc/meminfo: memFree=28014616/32872528 swapFree=1254912/1391860
[pid=16807] ppid=16804 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/16807/stat : 16807 (toysat) R 16804 16807 16091 0 -1 4202496 49306 0 0 0 12 7 0 0 20 0 4 0 12081295 1247350784 50168 33554432000 4194304 16246674 140736639205872 140736639205296 5546181 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16807/statm: 304529 50179 709 2943 0 301423 0
[pid=16807/tid=16808] ppid=16804 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16808/stat : 16808 (toysat) S 16804 16807 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12081295 1247350784 50185 33554432000 4194304 16246674 140736639205872 139663427742960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16807/tid=16809] ppid=16804 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16809/stat : 16809 (toysat) S 16804 16807 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12081295 1247350784 50193 33554432000 4194304 16246674 140736639205872 139663343856880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16807/tid=16810] ppid=16804 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16810/stat : 16810 (toysat) S 16804 16807 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12081295 1247350784 50200 33554432000 4194304 16246674 140736639205872 139663333383344 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) 1218116

[startup+0.300468 s]
/proc/loadavg: 2.25 2.21 2.12 3/179 16807
/proc/meminfo: memFree=28014616/32872528 swapFree=1254912/1391860
[pid=16807] ppid=16804 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/16807/stat : 16807 (toysat) R 16804 16807 16091 0 -1 4202496 72914 0 0 0 18 11 0 0 20 0 4 0 12081295 1247350784 73775 33554432000 4194304 16246674 140736639205872 140736639205296 5516226 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16807/statm: 304529 73784 709 2943 0 301423 0
[pid=16807/tid=16808] ppid=16804 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16808/stat : 16808 (toysat) S 16804 16807 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12081295 1247350784 73791 33554432000 4194304 16246674 140736639205872 139663427742960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16807/tid=16809] ppid=16804 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16809/stat : 16809 (toysat) S 16804 16807 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12081295 1247350784 73798 33554432000 4194304 16246674 140736639205872 139663343856880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16807/tid=16810] ppid=16804 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16810/stat : 16810 (toysat) S 16804 16807 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12081295 1247350784 73807 33554432000 4194304 16246674 140736639205872 139663333383344 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) 1218116

[startup+0.700352 s]
/proc/loadavg: 2.25 2.21 2.12 3/179 16807
/proc/meminfo: memFree=28014616/32872528 swapFree=1254912/1391860
[pid=16807] ppid=16804 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/16807/stat : 16807 (toysat) R 16804 16807 16091 0 -1 4202496 166147 0 0 0 44 25 0 0 20 0 4 0 12081295 1247350784 167009 33554432000 4194304 16246674 140736639205872 140736639205296 13192110 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16807/statm: 304529 167018 710 2943 0 301423 0
[pid=16807/tid=16808] ppid=16804 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16808/stat : 16808 (toysat) S 16804 16807 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12081295 1247350784 167026 33554432000 4194304 16246674 140736639205872 139663427742960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16807/tid=16809] ppid=16804 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16809/stat : 16809 (toysat) S 16804 16807 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12081295 1247350784 167032 33554432000 4194304 16246674 140736639205872 139663343856880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16807/tid=16810] ppid=16804 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16810/stat : 16810 (toysat) S 16804 16807 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12081295 1247350784 167036 33554432000 4194304 16246674 140736639205872 139663333383344 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) 1218116

[startup+1.5004 s]
/proc/loadavg: 2.25 2.21 2.12 3/183 16811
/proc/meminfo: memFree=27029880/32872528 swapFree=1254912/1391860
[pid=16807] ppid=16804 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/16807/stat : 16807 (toysat) R 16804 16807 16091 0 -1 4202496 245544 0 0 0 113 36 0 0 20 0 4 0 12081295 1248399360 246385 33554432000 4194304 16246674 140736639205872 140736639205184 5721840 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16807/statm: 304785 246385 786 2943 0 301679 0
[pid=16807/tid=16808] ppid=16804 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16808/stat : 16808 (toysat) S 16804 16807 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12081295 1248399360 246385 33554432000 4194304 16246674 140736639205872 139663427742960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16807/tid=16809] ppid=16804 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16809/stat : 16809 (toysat) S 16804 16807 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12081295 1248399360 246385 33554432000 4194304 16246674 140736639205872 139663343856880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16807/tid=16810] ppid=16804 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16810/stat : 16810 (toysat) S 16804 16807 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12081295 1248399360 246385 33554432000 4194304 16246674 140736639205872 139663333383344 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) 1219140

[startup+3.10039 s]
/proc/loadavg: 2.23 2.20 2.12 3/183 16811
/proc/meminfo: memFree=26942212/32872528 swapFree=1254912/1391860
[pid=16807] ppid=16804 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/16807/stat : 16807 (toysat) R 16804 16807 16091 0 -1 4202496 267350 0 0 0 270 39 0 0 20 0 4 0 12081295 1337528320 268191 33554432000 4194304 16246674 140736639205872 140736639187776 5827966 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16807/statm: 326545 268191 786 2943 0 323439 0
[pid=16807/tid=16808] ppid=16804 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16808/stat : 16808 (toysat) S 16804 16807 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12081295 1337528320 268191 33554432000 4194304 16246674 140736639205872 139663427742960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16807/tid=16809] ppid=16804 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16809/stat : 16809 (toysat) S 16804 16807 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12081295 1337528320 268191 33554432000 4194304 16246674 140736639205872 139663343856880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16807/tid=16810] ppid=16804 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16810/stat : 16810 (toysat) S 16804 16807 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12081295 1337528320 268191 33554432000 4194304 16246674 140736639205872 139663333383344 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) 1306180

[startup+6.3004 s]
/proc/loadavg: 2.23 2.20 2.12 3/183 16811
/proc/meminfo: memFree=26941720/32872528 swapFree=1254912/1391860
[pid=16807] ppid=16804 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/16807/stat : 16807 (toysat) R 16804 16807 16091 0 -1 4202496 267412 0 0 0 590 39 0 0 20 0 4 0 12081295 1337528320 268253 33554432000 4194304 16246674 140736639205872 140736639187776 5677776 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16807/statm: 326545 268253 786 2943 0 323439 0
[pid=16807/tid=16808] ppid=16804 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16808/stat : 16808 (toysat) S 16804 16807 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12081295 1337528320 268253 33554432000 4194304 16246674 140736639205872 139663427742960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16807/tid=16809] ppid=16804 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16809/stat : 16809 (toysat) S 16804 16807 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12081295 1337528320 268253 33554432000 4194304 16246674 140736639205872 139663343856880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16807/tid=16810] ppid=16804 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16810/stat : 16810 (toysat) S 16804 16807 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12081295 1337528320 268253 33554432000 4194304 16246674 140736639205872 139663333383344 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) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.27 2.21 2.12 3/183 16811
/proc/meminfo: memFree=26941860/32872528 swapFree=1254912/1391860
[pid=16807] ppid=16804 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/16807/stat : 16807 (toysat) R 16804 16807 16091 0 -1 4202496 267424 0 0 0 1229 40 0 0 20 0 4 0 12081295 1337528320 268265 33554432000 4194304 16246674 140736639205872 140736639187776 5822740 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16807/statm: 326545 268265 788 2943 0 323439 0
[pid=16807/tid=16808] ppid=16804 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16808/stat : 16808 (toysat) S 16804 16807 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12081295 1337528320 268265 33554432000 4194304 16246674 140736639205872 139663427742960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16807/tid=16809] ppid=16804 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16809/stat : 16809 (toysat) S 16804 16807 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12081295 1337528320 268265 33554432000 4194304 16246674 140736639205872 139663343856880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16807/tid=16810] ppid=16804 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16810/stat : 16810 (toysat) S 16804 16807 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12081295 1337528320 268265 33554432000 4194304 16246674 140736639205872 139663333383344 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) 1306180

[startup+25.5004 s]
/proc/loadavg: 2.23 2.20 2.12 3/183 16811
/proc/meminfo: memFree=26941864/32872528 swapFree=1254912/1391860
[pid=16807] ppid=16804 vsize=1306180 CPUtime=25.5 cores=0,2,4,6
/proc/16807/stat : 16807 (toysat) R 16804 16807 16091 0 -1 4202496 267444 0 0 0 2510 40 0 0 20 0 4 0 12081295 1337528320 268285 33554432000 4194304 16246674 140736639205872 140736639188872 13943664 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16807/statm: 326545 268285 788 2943 0 323439 0
[pid=16807/tid=16808] ppid=16804 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16808/stat : 16808 (toysat) S 16804 16807 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12081295 1337528320 268285 33554432000 4194304 16246674 140736639205872 139663427742960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16807/tid=16809] ppid=16804 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16809/stat : 16809 (toysat) S 16804 16807 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12081295 1337528320 268285 33554432000 4194304 16246674 140736639205872 139663343856880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16807/tid=16810] ppid=16804 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16810/stat : 16810 (toysat) S 16804 16807 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12081295 1337528320 268285 33554432000 4194304 16246674 140736639205872 139663333383344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 1306180

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

[startup+25.8004 s]
/proc/loadavg: 2.23 2.20 2.12 3/183 16811
/proc/meminfo: memFree=26941864/32872528 swapFree=1254912/1391860
[pid=16807] ppid=16804 vsize=1306180 CPUtime=25.79 cores=0,2,4,6
/proc/16807/stat : 16807 (toysat) R 16804 16807 16091 0 -1 4202496 267444 0 0 0 2539 40 0 0 20 0 4 0 12081295 1337528320 268285 33554432000 4194304 16246674 140736639205872 140736639188872 6024149 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16807/statm: 326545 268285 788 2943 0 323439 0
[pid=16807/tid=16808] ppid=16804 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16808/stat : 16808 (toysat) S 16804 16807 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12081295 1337528320 268285 33554432000 4194304 16246674 140736639205872 139663427742960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16807/tid=16809] ppid=16804 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16809/stat : 16809 (toysat) S 16804 16807 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12081295 1337528320 268285 33554432000 4194304 16246674 140736639205872 139663343856880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16807/tid=16810] ppid=16804 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16810/stat : 16810 (toysat) S 16804 16807 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12081295 1337528320 268285 33554432000 4194304 16246674 140736639205872 139663333383344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.79
Current children cumulated vsize (KiB) 1306180

[startup+32.2075 s]
/proc/loadavg: 2.19 2.20 2.12 3/183 16811
/proc/meminfo: memFree=26941864/32872528 swapFree=1254912/1391860
[pid=16807] ppid=16804 vsize=1306180 CPUtime=32.19 cores=0,2,4,6
/proc/16807/stat : 16807 (toysat) R 16804 16807 16091 0 -1 4202496 267492 0 0 0 3179 40 0 0 20 0 4 0 12081295 1337528320 268333 33554432000 4194304 16246674 140736639205872 140736639188872 5523307 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16807/statm: 326545 268333 788 2943 0 323439 0
[pid=16807/tid=16808] ppid=16804 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16808/stat : 16808 (toysat) S 16804 16807 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12081295 1337528320 268333 33554432000 4194304 16246674 140736639205872 139663427742960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16807/tid=16809] ppid=16804 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16809/stat : 16809 (toysat) S 16804 16807 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12081295 1337528320 268333 33554432000 4194304 16246674 140736639205872 139663343856880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16807/tid=16810] ppid=16804 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16810/stat : 16810 (toysat) S 16804 16807 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12081295 1337528320 268333 33554432000 4194304 16246674 140736639205872 139663333383344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 32.19
Current children cumulated vsize (KiB) 1306180

[startup+35.4004 s]
/proc/loadavg: 2.19 2.20 2.12 4/183 16811
/proc/meminfo: memFree=26941476/32872528 swapFree=1254912/1391860
[pid=16807] ppid=16804 vsize=1306180 CPUtime=35.39 cores=0,2,4,6
/proc/16807/stat : 16807 (toysat) R 16804 16807 16091 0 -1 4202496 267492 0 0 0 3499 40 0 0 20 0 4 0 12081295 1337528320 268333 33554432000 4194304 16246674 140736639205872 140736639188872 6024412 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16807/statm: 326545 268333 788 2943 0 323439 0
[pid=16807/tid=16808] ppid=16804 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16808/stat : 16808 (toysat) S 16804 16807 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12081295 1337528320 268333 33554432000 4194304 16246674 140736639205872 139663427742960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16807/tid=16809] ppid=16804 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16809/stat : 16809 (toysat) S 16804 16807 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12081295 1337528320 268333 33554432000 4194304 16246674 140736639205872 139663343856880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16807/tid=16810] ppid=16804 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16810/stat : 16810 (toysat) S 16804 16807 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12081295 1337528320 268333 33554432000 4194304 16246674 140736639205872 139663333383344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 35.39
Current children cumulated vsize (KiB) 1306180

[startup+37.0004 s]
/proc/loadavg: 2.26 2.21 2.12 4/183 16811
/proc/meminfo: memFree=26941600/32872528 swapFree=1254912/1391860
[pid=16807] ppid=16804 vsize=1306180 CPUtime=36.99 cores=0,2,4,6
/proc/16807/stat : 16807 (toysat) R 16804 16807 16091 0 -1 4202496 267493 0 0 0 3658 41 0 0 20 0 4 0 12081295 1337528320 268334 33554432000 4194304 16246674 140736639205872 140736639188872 5677720 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16807/statm: 326545 268334 789 2943 0 323439 0
[pid=16807/tid=16808] ppid=16804 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16808/stat : 16808 (toysat) S 16804 16807 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12081295 1337528320 268334 33554432000 4194304 16246674 140736639205872 139663427742960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16807/tid=16809] ppid=16804 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16809/stat : 16809 (toysat) S 16804 16807 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12081295 1337528320 268334 33554432000 4194304 16246674 140736639205872 139663343856880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16807/tid=16810] ppid=16804 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16810/stat : 16810 (toysat) S 16804 16807 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12081295 1337528320 268334 33554432000 4194304 16246674 140736639205872 139663333383344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 36.99
Current children cumulated vsize (KiB) 1306180

[startup+37.4004 s]
/proc/loadavg: 2.26 2.21 2.12 4/183 16811
/proc/meminfo: memFree=26941600/32872528 swapFree=1254912/1391860
[pid=16807] ppid=16804 vsize=1306180 CPUtime=37.39 cores=0,2,4,6
/proc/16807/stat : 16807 (toysat) R 16804 16807 16091 0 -1 4202496 267493 0 0 0 3698 41 0 0 20 0 4 0 12081295 1337528320 268334 33554432000 4194304 16246674 140736639205872 140736639188872 5822484 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16807/statm: 326545 268334 789 2943 0 323439 0
[pid=16807/tid=16808] ppid=16804 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16808/stat : 16808 (toysat) S 16804 16807 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12081295 1337528320 268334 33554432000 4194304 16246674 140736639205872 139663427742960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16807/tid=16809] ppid=16804 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16809/stat : 16809 (toysat) S 16804 16807 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12081295 1337528320 268334 33554432000 4194304 16246674 140736639205872 139663343856880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16807/tid=16810] ppid=16804 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16810/stat : 16810 (toysat) S 16804 16807 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12081295 1337528320 268334 33554432000 4194304 16246674 140736639205872 139663333383344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 37.39
Current children cumulated vsize (KiB) 1306180

[startup+37.6004 s]
/proc/loadavg: 2.26 2.21 2.12 4/183 16811
/proc/meminfo: memFree=26941476/32872528 swapFree=1254912/1391860
[pid=16807] ppid=16804 vsize=1306180 CPUtime=37.6 cores=0,2,4,6
/proc/16807/stat : 16807 (toysat) R 16804 16807 16091 0 -1 4202496 267493 0 0 0 3719 41 0 0 20 0 4 0 12081295 1337528320 268334 33554432000 4194304 16246674 140736639205872 140736639188872 15015658 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16807/statm: 326545 268334 789 2943 0 323439 0
[pid=16807/tid=16808] ppid=16804 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16808/stat : 16808 (toysat) S 16804 16807 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12081295 1337528320 268334 33554432000 4194304 16246674 140736639205872 139663427742960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16807/tid=16809] ppid=16804 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16809/stat : 16809 (toysat) S 16804 16807 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12081295 1337528320 268334 33554432000 4194304 16246674 140736639205872 139663343856880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16807/tid=16810] ppid=16804 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/16807/task/16810/stat : 16810 (toysat) S 16804 16807 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12081295 1337528320 268334 33554432000 4194304 16246674 140736639205872 139663333383344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 37.6
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 37.6887
CPU time (s): 37.6823
CPU user time (s): 37.2143
CPU system time (s): 0.467928
CPU usage (%): 99.9829
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.2143
system time used= 0.467928
maximum resident set size= 1073348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267498
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= 20
involuntary context switches= 42

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.095985 second user time and 0.150977 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-30 20:26:45
IDJOB=4120402
IDBENCH=109926
IDSOLVER=2542
FILE ID=node119/4120402-1467311205
RUNJOBID= node119-1467308805-16107
PBS_JOBID= 20005280
Free space on /tmp= 71716 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n68-d3-i2-f.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120402-1467311205/watcher-4120402-1467311205 -o /tmp/evaluation-result-4120402-1467311205/solver-4120402-1467311205 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1467308805-16107 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4120402-1467311205.opb

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

MD5SUM BENCH= 95a8c1ba43c8db2a52f7733ce704d0cd
RANDOM SEED=1416718637

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.444
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:        28015524 kB
Buffers:          199012 kB
Cached:          1431276 kB
SwapCached:            0 kB
Active:          1345220 kB
Inactive:        1374160 kB
Active(anon):    1085888 kB
Inactive(anon):     5936 kB
Active(file):     259332 kB
Inactive(file):  1368224 kB
Unevictable:     1391860 kB
Mlocked:         1254912 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16352 kB
Writeback:             0 kB
AnonPages:       2480312 kB
Mapped:            17112 kB
Shmem:               204 kB
Slab:             611760 kB
SReclaimable:      55768 kB
SUnreclaim:       555992 kB
KernelStack:        1464 kB
PageTables:         8536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2614556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    143360 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 node119 at 2016-06-30 20:27:22