Trace number 4120818

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 49.5045 49.5176

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n70-d3-i2-r1.cnf.gz-plain.pb.metafix.opb
MD5SUM440ba65bc31c314a663259687fb71ed5
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 benchmark1.58876
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables105
Total number of constraints280
Number of constraints which are clauses280
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:45:58+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-4120818-1467312358.opb"]
0.00/0.01	c use --random-gen="376995630 298567771 1735602134 1300325382 3873126908 3081990813 1034307263 1686411047 299290901 2219060672 1842073333 2352184228 2074230019 462245974 1470078364 4207757180 3451413981 4074065083 3855108025 704186114 1813286458 3537459478 3889006568 2704676879 1244460420 3967187917 3043133986 3070612747 4070022970 1705043017 3902762761 1973671965 3861357123 2244020722 2377216686 118652834 3491391233 2194951979 1295901873 3077533195 173015961 2275123554 2918508230 3588770833 1561560034 3285518856 3340520331 2935071286 1106047433 972323646 2966869001 1504309257 850838899 1408011836 3011905119 4139778600 4028696862 4156009471 3769110131 1333558451 3670446675 2740588822 1550894757 1705780916 3123865031 1011276347 2580442055 1033344782 2500797049 4085015772 3072243288 2399747168 222104435 2638044687 63646146 1631249015 1026399044 2188090812 1448040 3960892371 4178203494 1686969564 3673054030 1076449335 4194977553 3315691289 2797514738 2728737795 3419636298 2133594233 702008456 1298209639 876476383 3107469643 1791147086 981440066 710217231 2720863245 2768518657 3635622916 4233741862 3342192524 3097532075 3411489977 3567311878 1679464284 3778666539 4188785272 4055407652 1323989026 4095639054 1574854721 659145769 1326049643 2593422397 3243240822 1120984275 2730433867 1468298956 4037403881 1266245733 3495079550 1917174463 3756375559 154248631 3323733686 1172531059 3351049072 2806716378 1596139172 1845430745 3333591524 4086657261 3947977579 3997606134 2012581589 4133278632 2041998857 244398820 3098481989 2037285667 4025010860 164143688 114329709 4119198595 407348858 1105162036 2292516546 1932326493 3808576622 3711932531 2282892160 2630422033 3480273213 4117579653 1193795183 4173677853 2187276292 4149196566 216558451 3152378417 3659303056 3578330149 2250252698 1910380195 3925108663 3436102981 1998500706 1883948156 3403071861 81522797 1589834411 1148730605 2516637618 1209016451 293389119 1842872937 1977465708 1051392627 1563831172 577895554 1966696402 3313953857 126891080 3482909011 3774503618 3562780374 3473176900 1082707999 1854053680 875870137 1290964782 86565464 246010890 1122698211 3623254768 2205767991 2079630632 1054430378 3285430457 2921466544 498908921 1181110785 1720174575 2637281288 2904276568 37569832 3201454391 640244582 1959291816 3939192433 2758440263 3930339494 1146147102 2565538481 614057726 1354348775 2913722024 3795378699 3334024077 1724264837 3127453796 3328451945 2937127214 2094120918 2184582601 2154519373 6507001 58743767 1931274099 2806920956 874539017 1560783486 3274173638 3636319368 3130896104 1903268751 884636607 1002183654 4113783481 2176141698 3947363035 3688966345 2849506980 2661823303 310140202 3785342039 4293317319 2942804127 2363027078 2613214281 633453284 3000560189 2680493304 2843807401 1367376224 255 362436" option to reproduce the execution
0.00/0.01	c #vars 105
0.00/0.01	c #constraints 280
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |      128      0 |        0 |        0
0.00/0.03	c  0.0s |       1 |      150 |      100 |      128      0 |        0 |        0
0.00/0.04	c  0.0s |       2 |      425 |      250 |      141      1 |        0 |        0
0.00/0.06	c  0.0s |       3 |      811 |      475 |      156      4 |        0 |        0
0.00/0.09	c  0.1s |       4 |     1381 |      813 |      172      7 |        0 |        0
0.09/0.14	c  0.1s |       5 |     2228 |     1320 |      190     11 |        0 |        0
0.19/0.21	c  0.2s |       6 |     3448 |     2081 |      232     18 |        0 |        0
0.28/0.31	c  0.3s |       7 |     5264 |     3223 |      256     27 |        0 |        0
0.39/0.45	c  0.4s |       8 |     7786 |     4936 |      282     39 |        0 |        0
0.59/0.66	c  0.6s |       9 |    12022 |     7506 |      311     56 |        0 |        0
0.88/0.99	c  1.0s |      10 |    17007 |    11361 |      343     80 |        0 |        0
1.29/1.34	c  1.3s |      11 |    25193 |    17144 |      378    112 |        0 |        0
1.79/1.85	c  1.8s |      12 |    37367 |    25819 |      416    157 |        0 |        0
2.59/2.60	c  2.6s |      13 |    55672 |    38832 |      458    218 |        0 |        0
3.69/3.73	c  3.7s |      14 |    83190 |    58352 |      504    301 |        0 |        0
5.39/5.45	c  5.4s |      15 |   122635 |    87632 |      555    415 |        0 |        0
7.38/7.45	c  7.4s |      15 |   161525 |   118032 |      555    523 |        0 |        0
8.28/8.33	c  8.3s |      16 |   178821 |   131552 |      611    570 |        0 |        0
10.28/10.33	c 10.3s |      16 |   218217 |   162152 |      611    668 |        0 |        0
12.28/12.33	c 12.3s |      16 |   255763 |   192752 |      611    767 |        0 |        0
12.58/12.65	c 12.6s |      17 |   261750 |   197432 |      673    782 |        0 |        0
14.58/14.65	c 14.6s |      17 |   301459 |   226832 |      673    868 |        0 |        0
16.59/16.65	c 16.6s |      17 |   343515 |   257532 |      673    958 |        0 |        0
18.59/18.66	c 18.6s |      17 |   381352 |   284832 |      673   1038 |        0 |        0
19.39/19.40	c 19.4s |      18 |   395910 |   296252 |      741   1071 |        0 |        0
21.39/21.41	c 21.4s |      18 |   425462 |   319752 |      741   1134 |        0 |        0
23.39/23.41	c 23.4s |      18 |   460758 |   345352 |      741   1202 |        0 |        0
25.39/25.41	c 25.4s |      18 |   500045 |   373852 |      741   1278 |        0 |        0
27.39/27.41	c 27.4s |      18 |   539675 |   403452 |      741   1357 |        0 |        0
29.39/29.41	c 29.4s |      18 |   582684 |   435352 |      741   1442 |        0 |        0
29.99/30.01	c 30.0s |      19 |   595049 |   444482 |      816   1466 |        0 |        0
31.99/32.01	c 32.0s |      19 |   634111 |   474882 |      816   1540 |        0 |        0
33.98/34.01	c 34.0s |      19 |   675151 |   505782 |      816   1615 |        0 |        0
35.98/36.02	c 36.0s |      19 |   717777 |   538182 |      816   1694 |        0 |        0
37.98/38.02	c 38.0s |      19 |   761538 |   569982 |      816   1771 |        0 |        0
39.98/40.02	c 40.0s |      19 |   807020 |   602582 |      816   1850 |        0 |        0
41.98/42.02	c 42.0s |      19 |   847911 |   632682 |      816   1922 |        1 |        4
43.99/44.03	c 44.0s |      19 |   892165 |   666082 |      898   2003 |        1 |        4
43.99/44.07	c 44.1s |      20 |   893082 |   666827 |      898   2004 |        1 |        4
45.98/46.08	c 46.1s |      20 |   933901 |   697627 |      898   2072 |        1 |        4
47.98/48.08	c 48.1s |      20 |   977637 |   729927 |      898   2143 |        2 |        8
49.38/49.45	c 49.4s |      20 |  1009751 |   753829 |      898   2189 |       18 |       64
49.38/49.45	c #cpu_time = 49.301s
49.38/49.45	c #wall_clock_time = 49.431s
49.38/49.45	c #decision = 1009751
49.38/49.45	c #random_decision = 4795
49.38/49.45	c #conflict = 753829
49.38/49.45	c #restart = 20
49.38/49.45	s UNSATISFIABLE
49.38/49.45	c total CPU time = 49.322s
49.38/49.45	c total wall clock time = 49.452s

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

pid=12483
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.23 2.21 2.13 3/179 12486
/proc/meminfo: memFree=29356916/32872528 swapFree=1102192/1183952
[pid=12486] ppid=12483 vsize=460220 CPUtime=0 cores=0,2,4,6
/proc/12486/stat : 12486 (toysat) R 12483 12486 11495 0 -1 4202496 1667 0 0 0 0 0 0 0 20 0 4 0 10265007 471265280 2027 33554432000 4194304 16246674 140737214053280 140737214052704 13880264 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12486/statm: 115567 2035 441 2943 0 112461 0
[pid=12486/tid=12487] ppid=12483 vsize=476604 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12487/stat : 12487 (toysat) S 12483 12486 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10265007 488042496 2093 33554432000 4194304 16246674 140737214053280 140388834716912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12486/tid=12488] ppid=12483 vsize=480700 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12488/stat : 12488 (toysat) S 12483 12486 11495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10265007 492236800 2111 33554432000 4194304 16246674 140737214053280 140388824227056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12486/tid=12489] ppid=12483 vsize=484796 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12489/stat : 12489 (toysat) S 12483 12486 11495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10265007 496431104 2127 33554432000 4194304 16246674 140737214053280 140388813753520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0

[startup+0.100118 s]
/proc/loadavg: 2.23 2.21 2.13 3/179 12486
/proc/meminfo: memFree=29356916/32872528 swapFree=1102192/1183952
[pid=12486] ppid=12483 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/12486/stat : 12486 (toysat) R 12483 12486 11495 0 -1 4202496 23537 0 0 0 6 3 0 0 20 0 4 0 10265007 1247350784 23886 33554432000 4194304 16246674 140737214053280 140737214052704 5546098 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12486/statm: 304529 23896 710 2943 0 301423 0
[pid=12486/tid=12487] ppid=12483 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12487/stat : 12487 (toysat) S 12483 12486 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10265007 1247350784 23901 33554432000 4194304 16246674 140737214053280 140388834716912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12486/tid=12488] ppid=12483 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12488/stat : 12488 (toysat) S 12483 12486 11495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10265007 1247350784 23907 33554432000 4194304 16246674 140737214053280 140388824227056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12486/tid=12489] ppid=12483 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12489/stat : 12489 (toysat) S 12483 12486 11495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10265007 1247350784 23912 33554432000 4194304 16246674 140737214053280 140388813753520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200454 s]
/proc/loadavg: 2.23 2.21 2.13 3/179 12486
/proc/meminfo: memFree=29356916/32872528 swapFree=1102192/1183952
[pid=12486] ppid=12483 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/12486/stat : 12486 (toysat) R 12483 12486 11495 0 -1 4202496 45644 0 0 0 13 6 0 0 20 0 4 0 10265007 1247350784 45993 33554432000 4194304 16246674 140737214053280 140737214052704 6836566 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12486/statm: 304529 46005 710 2943 0 301423 0
[pid=12486/tid=12487] ppid=12483 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12487/stat : 12487 (toysat) S 12483 12486 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10265007 1247350784 46012 33554432000 4194304 16246674 140737214053280 140388834716912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12486/tid=12488] ppid=12483 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12488/stat : 12488 (toysat) S 12483 12486 11495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10265007 1247350784 46020 33554432000 4194304 16246674 140737214053280 140388824227056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12486/tid=12489] ppid=12483 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12489/stat : 12489 (toysat) S 12483 12486 11495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10265007 1247350784 46024 33554432000 4194304 16246674 140737214053280 140388813753520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300454 s]
/proc/loadavg: 2.23 2.21 2.13 3/179 12486
/proc/meminfo: memFree=29356916/32872528 swapFree=1102192/1183952
[pid=12486] ppid=12483 vsize=1218116 CPUtime=0.28 cores=0,2,4,6
/proc/12486/stat : 12486 (toysat) R 12483 12486 11495 0 -1 4202496 67657 0 0 0 19 9 0 0 20 0 4 0 10265007 1247350784 68006 33554432000 4194304 16246674 140737214053280 140737214035200 5677541 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12486/statm: 304529 68014 710 2943 0 301423 0
[pid=12486/tid=12487] ppid=12483 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12487/stat : 12487 (toysat) S 12483 12486 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10265007 1247350784 68021 33554432000 4194304 16246674 140737214053280 140388834716912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12486/tid=12488] ppid=12483 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12488/stat : 12488 (toysat) S 12483 12486 11495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10265007 1247350784 68025 33554432000 4194304 16246674 140737214053280 140388824227056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12486/tid=12489] ppid=12483 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12489/stat : 12489 (toysat) S 12483 12486 11495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10265007 1247350784 68031 33554432000 4194304 16246674 140737214053280 140388813753520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1218116

[startup+0.700457 s]
/proc/loadavg: 2.23 2.21 2.13 3/179 12486
/proc/meminfo: memFree=29356916/32872528 swapFree=1102192/1183952
[pid=12486] ppid=12483 vsize=1218116 CPUtime=0.68 cores=0,2,4,6
/proc/12486/stat : 12486 (toysat) R 12483 12486 11495 0 -1 4202496 158554 0 0 0 45 23 0 0 20 0 4 0 10265007 1247350784 158903 33554432000 4194304 16246674 140737214053280 140737214035200 5546181 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12486/statm: 304529 158913 710 2943 0 301423 0
[pid=12486/tid=12487] ppid=12483 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12487/stat : 12487 (toysat) S 12483 12486 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10265007 1247350784 158920 33554432000 4194304 16246674 140737214053280 140388834716912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12486/tid=12488] ppid=12483 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12488/stat : 12488 (toysat) S 12483 12486 11495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10265007 1247350784 158927 33554432000 4194304 16246674 140737214053280 140388824227056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12486/tid=12489] ppid=12483 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12489/stat : 12489 (toysat) S 12483 12486 11495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10265007 1247350784 158935 33554432000 4194304 16246674 140737214053280 140388813753520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1218116

[startup+1.50046 s]
/proc/loadavg: 2.21 2.20 2.13 3/183 12490
/proc/meminfo: memFree=28375004/32872528 swapFree=1102192/1183952
[pid=12486] ppid=12483 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/12486/stat : 12486 (toysat) R 12483 12486 11495 0 -1 4202496 245551 0 0 0 113 36 0 0 20 0 4 0 10265007 1248399360 245880 33554432000 4194304 16246674 140737214053280 140737214036048 13927254 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12486/statm: 304785 245880 787 2943 0 301679 0
[pid=12486/tid=12487] ppid=12483 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12487/stat : 12487 (toysat) S 12483 12486 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10265007 1248399360 245880 33554432000 4194304 16246674 140737214053280 140388834716912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12486/tid=12488] ppid=12483 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12488/stat : 12488 (toysat) S 12483 12486 11495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10265007 1248399360 245880 33554432000 4194304 16246674 140737214053280 140388824227056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12486/tid=12489] ppid=12483 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12489/stat : 12489 (toysat) S 12483 12486 11495 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10265007 1248399360 245880 33554432000 4194304 16246674 140737214053280 140388813753520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.10046 s]
/proc/loadavg: 2.21 2.20 2.13 3/183 12490
/proc/meminfo: memFree=28287708/32872528 swapFree=1102192/1183952
[pid=12486] ppid=12483 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/12486/stat : 12486 (toysat) R 12483 12486 11495 0 -1 4202496 267415 0 0 0 270 39 0 0 20 0 4 0 10265007 1337528320 267744 33554432000 4194304 16246674 140737214053280 140737214035200 13195103 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12486/statm: 326545 267744 787 2943 0 323439 0
[pid=12486/tid=12487] ppid=12483 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12487/stat : 12487 (toysat) S 12483 12486 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10265007 1337528320 267744 33554432000 4194304 16246674 140737214053280 140388834716912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12486/tid=12488] ppid=12483 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12488/stat : 12488 (toysat) S 12483 12486 11495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10265007 1337528320 267744 33554432000 4194304 16246674 140737214053280 140388824227056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12486/tid=12489] ppid=12483 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12489/stat : 12489 (toysat) S 12483 12486 11495 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10265007 1337528320 267744 33554432000 4194304 16246674 140737214053280 140388813753520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30046 s]
/proc/loadavg: 2.19 2.20 2.13 3/183 12490
/proc/meminfo: memFree=28286840/32872528 swapFree=1102192/1183952
[pid=12486] ppid=12483 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/12486/stat : 12486 (toysat) R 12483 12486 11495 0 -1 4202496 267430 0 0 0 590 39 0 0 20 0 4 0 10265007 1337528320 267759 33554432000 4194304 16246674 140737214053280 140737214035200 15015658 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12486/statm: 326545 267759 789 2943 0 323439 0
[pid=12486/tid=12487] ppid=12483 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12487/stat : 12487 (toysat) S 12483 12486 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10265007 1337528320 267759 33554432000 4194304 16246674 140737214053280 140388834716912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12486/tid=12488] ppid=12483 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12488/stat : 12488 (toysat) S 12483 12486 11495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10265007 1337528320 267759 33554432000 4194304 16246674 140737214053280 140388824227056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12486/tid=12489] ppid=12483 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12489/stat : 12489 (toysat) S 12483 12486 11495 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10265007 1337528320 267759 33554432000 4194304 16246674 140737214053280 140388813753520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 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.26 2.21 2.13 4/183 12490
/proc/meminfo: memFree=28287004/32872528 swapFree=1102192/1183952
[pid=12486] ppid=12483 vsize=1306180 CPUtime=12.68 cores=0,2,4,6
/proc/12486/stat : 12486 (toysat) R 12483 12486 11495 0 -1 4202496 267452 0 0 0 1229 39 0 0 20 0 4 0 10265007 1337528320 267781 33554432000 4194304 16246674 140737214053280 140737214035200 5808141 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12486/statm: 326545 267781 789 2943 0 323439 0
[pid=12486/tid=12487] ppid=12483 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12487/stat : 12487 (toysat) S 12483 12486 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10265007 1337528320 267781 33554432000 4194304 16246674 140737214053280 140388834716912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12486/tid=12488] ppid=12483 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12488/stat : 12488 (toysat) S 12483 12486 11495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10265007 1337528320 267781 33554432000 4194304 16246674 140737214053280 140388824227056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12486/tid=12489] ppid=12483 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12489/stat : 12489 (toysat) S 12483 12486 11495 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10265007 1337528320 267781 33554432000 4194304 16246674 140737214053280 140388813753520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.30 2.22 2.13 3/183 12490
/proc/meminfo: memFree=28287280/32872528 swapFree=1102192/1183952
[pid=12486] ppid=12483 vsize=1306180 CPUtime=25.49 cores=0,2,4,6
/proc/12486/stat : 12486 (toysat) R 12483 12486 11495 0 -1 4202496 267501 0 0 0 2509 40 0 0 20 0 4 0 10265007 1337528320 267830 33554432000 4194304 16246674 140737214053280 140737214035200 12477756 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12486/statm: 326545 267830 789 2943 0 323439 0
[pid=12486/tid=12487] ppid=12483 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12487/stat : 12487 (toysat) S 12483 12486 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10265007 1337528320 267830 33554432000 4194304 16246674 140737214053280 140388834716912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12486/tid=12488] ppid=12483 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12488/stat : 12488 (toysat) S 12483 12486 11495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10265007 1337528320 267830 33554432000 4194304 16246674 140737214053280 140388824227056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12486/tid=12489] ppid=12483 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12489/stat : 12489 (toysat) S 12483 12486 11495 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10265007 1337528320 267830 33554432000 4194304 16246674 140737214053280 140388813753520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1306180

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

[startup+25.6005 s]
/proc/loadavg: 2.30 2.22 2.13 3/183 12490
/proc/meminfo: memFree=28287280/32872528 swapFree=1102192/1183952
[pid=12486] ppid=12483 vsize=1306180 CPUtime=25.59 cores=0,2,4,6
/proc/12486/stat : 12486 (toysat) R 12483 12486 11495 0 -1 4202496 267501 0 0 0 2519 40 0 0 20 0 4 0 10265007 1337528320 267830 33554432000 4194304 16246674 140737214053280 140737214035200 5822428 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12486/statm: 326545 267830 789 2943 0 323439 0
[pid=12486/tid=12487] ppid=12483 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12487/stat : 12487 (toysat) S 12483 12486 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10265007 1337528320 267830 33554432000 4194304 16246674 140737214053280 140388834716912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12486/tid=12488] ppid=12483 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12488/stat : 12488 (toysat) S 12483 12486 11495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10265007 1337528320 267830 33554432000 4194304 16246674 140737214053280 140388824227056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12486/tid=12489] ppid=12483 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12489/stat : 12489 (toysat) S 12483 12486 11495 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10265007 1337528320 267830 33554432000 4194304 16246674 140737214053280 140388813753520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 1306180

[startup+38.4005 s]
/proc/loadavg: 2.23 2.21 2.13 3/183 12490
/proc/meminfo: memFree=28287780/32872528 swapFree=1102192/1183952
[pid=12486] ppid=12483 vsize=1306180 CPUtime=38.38 cores=0,2,4,6
/proc/12486/stat : 12486 (toysat) R 12483 12486 11495 0 -1 4202496 267502 0 0 0 3798 40 0 0 20 0 4 0 10265007 1337528320 267831 33554432000 4194304 16246674 140737214053280 140737214035200 12470896 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12486/statm: 326545 267831 790 2943 0 323439 0
[pid=12486/tid=12487] ppid=12483 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12487/stat : 12487 (toysat) S 12483 12486 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10265007 1337528320 267831 33554432000 4194304 16246674 140737214053280 140388834716912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12486/tid=12488] ppid=12483 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12488/stat : 12488 (toysat) S 12483 12486 11495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10265007 1337528320 267831 33554432000 4194304 16246674 140737214053280 140388824227056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12486/tid=12489] ppid=12483 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12489/stat : 12489 (toysat) S 12483 12486 11495 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10265007 1337528320 267831 33554432000 4194304 16246674 140737214053280 140388813753520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 38.38
Current children cumulated vsize (KiB) 1306180

[startup+44.8005 s]
/proc/loadavg: 2.21 2.21 2.13 3/183 12490
/proc/meminfo: memFree=28287836/32872528 swapFree=1102192/1183952
[pid=12486] ppid=12483 vsize=1306180 CPUtime=44.78 cores=0,2,4,6
/proc/12486/stat : 12486 (toysat) R 12483 12486 11495 0 -1 4202496 267502 0 0 0 4438 40 0 0 20 0 4 0 10265007 1337528320 267831 33554432000 4194304 16246674 140737214053280 140737214035200 12466640 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12486/statm: 326545 267831 790 2943 0 323439 0
[pid=12486/tid=12487] ppid=12483 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12487/stat : 12487 (toysat) S 12483 12486 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10265007 1337528320 267831 33554432000 4194304 16246674 140737214053280 140388834716912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12486/tid=12488] ppid=12483 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12488/stat : 12488 (toysat) S 12483 12486 11495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10265007 1337528320 267831 33554432000 4194304 16246674 140737214053280 140388824227056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12486/tid=12489] ppid=12483 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12489/stat : 12489 (toysat) S 12483 12486 11495 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10265007 1337528320 267831 33554432000 4194304 16246674 140737214053280 140388813753520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 44.78
Current children cumulated vsize (KiB) 1306180

[startup+48.0004 s]
/proc/loadavg: 2.20 2.20 2.13 4/183 12490
/proc/meminfo: memFree=28287716/32872528 swapFree=1102192/1183952
[pid=12486] ppid=12483 vsize=1306180 CPUtime=47.98 cores=0,2,4,6
/proc/12486/stat : 12486 (toysat) R 12483 12486 11495 0 -1 4202496 267502 0 0 0 4758 40 0 0 20 0 4 0 10265007 1337528320 267831 33554432000 4194304 16246674 140737214053280 140737214035200 5721365 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12486/statm: 326545 267831 790 2943 0 323439 0
[pid=12486/tid=12487] ppid=12483 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12487/stat : 12487 (toysat) S 12483 12486 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10265007 1337528320 267831 33554432000 4194304 16246674 140737214053280 140388834716912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12486/tid=12488] ppid=12483 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12488/stat : 12488 (toysat) S 12483 12486 11495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10265007 1337528320 267831 33554432000 4194304 16246674 140737214053280 140388824227056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12486/tid=12489] ppid=12483 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12489/stat : 12489 (toysat) S 12483 12486 11495 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10265007 1337528320 267831 33554432000 4194304 16246674 140737214053280 140388813753520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 47.98
Current children cumulated vsize (KiB) 1306180

[startup+48.8004 s]
/proc/loadavg: 2.20 2.20 2.13 4/183 12490
/proc/meminfo: memFree=28287716/32872528 swapFree=1102192/1183952
[pid=12486] ppid=12483 vsize=1306180 CPUtime=48.78 cores=0,2,4,6
/proc/12486/stat : 12486 (toysat) R 12483 12486 11495 0 -1 4202496 267502 0 0 0 4838 40 0 0 20 0 4 0 10265007 1337528320 267831 33554432000 4194304 16246674 140737214053280 140737214035200 6842304 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12486/statm: 326545 267831 790 2943 0 323439 0
[pid=12486/tid=12487] ppid=12483 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12487/stat : 12487 (toysat) S 12483 12486 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10265007 1337528320 267831 33554432000 4194304 16246674 140737214053280 140388834716912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12486/tid=12488] ppid=12483 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12488/stat : 12488 (toysat) S 12483 12486 11495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10265007 1337528320 267831 33554432000 4194304 16246674 140737214053280 140388824227056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12486/tid=12489] ppid=12483 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12489/stat : 12489 (toysat) S 12483 12486 11495 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10265007 1337528320 267831 33554432000 4194304 16246674 140737214053280 140388813753520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 48.78
Current children cumulated vsize (KiB) 1306180

[startup+49.2004 s]
/proc/loadavg: 2.20 2.20 2.13 4/183 12490
/proc/meminfo: memFree=28287716/32872528 swapFree=1102192/1183952
[pid=12486] ppid=12483 vsize=1306180 CPUtime=49.18 cores=0,2,4,6
/proc/12486/stat : 12486 (toysat) R 12483 12486 11495 0 -1 4202496 267502 0 0 0 4878 40 0 0 20 0 4 0 10265007 1337528320 267831 33554432000 4194304 16246674 140737214053280 140737214035200 13198424 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12486/statm: 326545 267831 790 2943 0 323439 0
[pid=12486/tid=12487] ppid=12483 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12487/stat : 12487 (toysat) S 12483 12486 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10265007 1337528320 267831 33554432000 4194304 16246674 140737214053280 140388834716912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12486/tid=12488] ppid=12483 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12488/stat : 12488 (toysat) S 12483 12486 11495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10265007 1337528320 267831 33554432000 4194304 16246674 140737214053280 140388824227056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12486/tid=12489] ppid=12483 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12489/stat : 12489 (toysat) S 12483 12486 11495 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10265007 1337528320 267831 33554432000 4194304 16246674 140737214053280 140388813753520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 49.18
Current children cumulated vsize (KiB) 1306180

[startup+49.4004 s]
/proc/loadavg: 2.20 2.20 2.13 4/183 12490
/proc/meminfo: memFree=28287716/32872528 swapFree=1102192/1183952
[pid=12486] ppid=12483 vsize=1306180 CPUtime=49.38 cores=0,2,4,6
/proc/12486/stat : 12486 (toysat) R 12483 12486 11495 0 -1 4202496 267502 0 0 0 4898 40 0 0 20 0 4 0 10265007 1337528320 267831 33554432000 4194304 16246674 140737214053280 140737214035200 5822432 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12486/statm: 326545 267831 790 2943 0 323439 0
[pid=12486/tid=12487] ppid=12483 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12487/stat : 12487 (toysat) S 12483 12486 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10265007 1337528320 267831 33554432000 4194304 16246674 140737214053280 140388834716912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=12486/tid=12488] ppid=12483 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12488/stat : 12488 (toysat) S 12483 12486 11495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10265007 1337528320 267831 33554432000 4194304 16246674 140737214053280 140388824227056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=12486/tid=12489] ppid=12483 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/12486/task/12489/stat : 12489 (toysat) S 12483 12486 11495 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10265007 1337528320 267831 33554432000 4194304 16246674 140737214053280 140388813753520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 49.38
Current children cumulated vsize (KiB) 1306180

[startup+49.5005 s]
/proc/loadavg: 2.20 2.20 2.13 4/180 12490
/proc/meminfo: memFree=29070404/32872528 swapFree=1102192/1183952
[pid=12486] ppid=12483 vsize=0 CPUtime=49.48 cores=0,2,4,6
/proc/12486/stat : 12486 (toysat) R 12483 12486 11495 0 -1 4202500 267507 0 0 0 4903 45 0 0 20 0 1 0 10265007 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12486/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 49.48
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 49.5176
CPU time (s): 49.5045
CPU user time (s): 49.0395
CPU system time (s): 0.464929
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.0395
system time used= 0.464929
maximum resident set size= 1071336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267507
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= 18
involuntary context switches= 57

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.340948 second user time and 0.286956 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-30 20:45:58
IDJOB=4120818
IDBENCH=110146
IDSOLVER=2542
FILE ID=node115/4120818-1467312358
RUNJOBID= node115-1467308742-11511
PBS_JOBID= 20005276
Free space on /tmp= 71648 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n70-d3-i2-r1.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-4120818-1467312358/watcher-4120818-1467312358 -o /tmp/evaluation-result-4120818-1467312358/solver-4120818-1467312358 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1467308742-11511 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4120818-1467312358.opb

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

MD5SUM BENCH= 440ba65bc31c314a663259687fb71ed5
RANDOM SEED=473338060

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.087
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.087
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.087
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.087
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.087
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:        29357832 kB
Buffers:          155976 kB
Cached:           343036 kB
SwapCached:            0 kB
Active:          1369868 kB
Inactive:         218116 kB
Active(anon):    1084980 kB
Inactive(anon):     6556 kB
Active(file):     284888 kB
Inactive(file):   211560 kB
Unevictable:     1183952 kB
Mlocked:         1102192 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16624 kB
Writeback:             0 kB
AnonPages:       2273012 kB
Mapped:            17120 kB
Shmem:               204 kB
Slab:             607868 kB
SReclaimable:      51748 kB
SUnreclaim:       556120 kB
KernelStack:        1496 kB
PageTables:         8504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2408608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1157120 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= 71632 MiB
End job on node115 at 2016-06-30 20:46:48