Trace number 4121290

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 36.7154 36.7244

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n66-d3-i2-r1.cnf.gz-plain.pb.metafix.opb
MD5SUM326fab7453680c02f99713104c20ae94
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.295954
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables99
Total number of constraints264
Number of constraints which are clauses264
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-30T21:15:37+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-4121290-1467314137.opb"]
0.00/0.01	c use --random-gen="4148614840 2394075942 659173637 1446017767 1773533821 1786209608 314269540 2441481763 3962197616 1571510665 2778029825 2970291032 945042264 294195757 2258433796 3157736705 1112084328 530754764 432178587 1713025073 2875713933 2778836984 2699907179 3235245255 3795753438 836020794 102774253 1995706048 2215085411 1791973006 1039636023 2791820814 2518430730 996712078 891619924 3362247866 4214827868 1027787219 2432121329 3615224833 3203547138 4077121682 1381825566 1743052160 1219159493 3216189379 884596424 4128761700 854432610 3647066597 3854512314 863145212 610204422 1682531818 1026927263 3851906634 4054505131 2766079747 3629014052 673454642 392569094 141123533 333392760 1753169942 2584750254 1992951552 2258026595 1308304487 3144190069 169292867 4138434444 1452007427 2984129278 1510649715 3439243695 3919740531 1641924305 273057091 1852833711 2528658084 2598998557 2722050294 4260460930 3767699363 3456158655 1289620564 1328069861 2182392632 2744820601 2181752846 607874986 3700323117 276950614 1965343891 2546886468 2184787822 960410804 3142633871 1157754267 759543905 1088774754 1226707788 3363270975 3929352480 908948421 3380682571 859558264 45902187 1307685301 1138200832 306188676 4241116397 2371549088 3641580028 1855041977 3661530552 2009630695 3646208079 3110256138 3582262751 3252145239 3004815284 3597155272 2202402113 1894821979 236468705 2218981877 1550381559 2651417634 37088103 2685450303 903113691 3442286636 804645889 90886264 2780346908 1257127944 319488310 3791122565 2025403098 753466365 1290258458 3231949816 645204232 3989535197 1323990861 3576288732 4069975229 1806260052 2242640482 3250081080 1286409518 16692782 4242809969 4259088330 15684144 4106820737 3532437680 73713174 2753587571 3910253188 4039093003 2405180288 3277988586 2081268448 1674928389 2500325170 3546924118 1115691730 185649888 839233686 2317233674 2003336360 2708391120 1606834746 1044597101 3741473413 1309497548 4148388464 1512171605 3309253048 99478963 3223243714 3929671396 1999408926 1481033343 2094898255 2611219270 1135596552 3498898221 2330703487 2556151432 3397441383 1758761469 3903881154 1958933505 3740624981 2984216716 609083801 3296550931 1734814473 2734402947 1907807793 1039699452 4080655633 2162260657 3730952763 3252868772 3697239387 3674069682 1352561225 3519270620 4013249084 236671849 3747990165 3291047874 1491521147 2179975367 3806523526 3491152999 67663301 3966105492 81455671 743365082 4007762285 2432672259 5645910 3138661600 1113896315 3320962006 2902865004 3900365016 800504882 4028379973 1166210996 2729307092 514463845 3689665428 1463479959 3733626019 3461846803 884173800 783910788 3329908845 3769845582 2206724116 351144846 3389346238 2616472448 2942038440 951278937 2951596999 901536408 1376487213 137834739 4018912687 255 362436" option to reproduce the execution
0.00/0.01	c #vars 99
0.00/0.01	c #constraints 264
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 |      121      0 |        0 |        0
0.00/0.03	c  0.0s |       1 |      177 |      100 |      121      0 |        0 |        0
0.00/0.04	c  0.0s |       2 |      490 |      250 |      134      1 |        0 |        0
0.00/0.05	c  0.0s |       3 |      783 |      475 |      148      4 |        0 |        0
0.00/0.08	c  0.1s |       4 |     1301 |      813 |      163      7 |        0 |        0
0.08/0.12	c  0.1s |       5 |     2067 |     1320 |      180     11 |        0 |        0
0.08/0.18	c  0.2s |       6 |     3004 |     2081 |      219     18 |        0 |        0
0.19/0.27	c  0.2s |       7 |     4473 |     3223 |      241     26 |        0 |        0
0.38/0.40	c  0.4s |       8 |     6672 |     4936 |      266     39 |        0 |        0
0.59/0.61	c  0.6s |       9 |    10204 |     7506 |      293     56 |        0 |        0
0.88/0.93	c  0.9s |      10 |    15683 |    11361 |      323     80 |        0 |        0
1.19/1.28	c  1.3s |      11 |    24241 |    17144 |      356    115 |        0 |        0
1.78/1.82	c  1.8s |      12 |    35232 |    25819 |      392    160 |        0 |        0
2.59/2.61	c  2.6s |      13 |    54311 |    38832 |      432    225 |        0 |        0
3.60/3.68	c  3.7s |      14 |    81862 |    58352 |      476    313 |        0 |        0
5.19/5.24	c  5.2s |      15 |   124316 |    87632 |      524    434 |        0 |        0
7.19/7.24	c  7.2s |      15 |   169887 |   121932 |      524    563 |        0 |        0
7.79/7.81	c  7.8s |      16 |   183882 |   131552 |      577    599 |        0 |        0
9.79/9.81	c  9.8s |      16 |   234839 |   166452 |      577    719 |        0 |        0
11.59/11.63	c 11.6s |      17 |   276752 |   197432 |      635    825 |        0 |        0
13.58/13.63	c 13.6s |      17 |   317866 |   229832 |      635    926 |        0 |        0
15.59/15.64	c 15.6s |      17 |   359348 |   261932 |      635   1026 |        0 |        0
17.58/17.64	c 17.6s |      17 |   402315 |   294332 |      699   1127 |        0 |        0
17.68/17.76	c 17.7s |      18 |   404972 |   296252 |      699   1133 |        0 |        0
19.68/19.77	c 19.7s |      18 |   448220 |   328552 |      699   1224 |        0 |        0
21.68/21.77	c 21.8s |      18 |   495976 |   363052 |      699   1322 |        0 |        0
23.68/23.77	c 23.8s |      18 |   540503 |   396952 |      699   1418 |        0 |        0
25.68/25.78	c 25.8s |      18 |   591761 |   432552 |      699   1520 |        0 |        0
26.38/26.45	c 26.4s |      19 |   608811 |   444482 |      769   1553 |        0 |        0
28.39/28.45	c 28.4s |      19 |   652017 |   477182 |      769   1637 |        0 |        0
30.39/30.46	c 30.4s |      19 |   695541 |   510082 |      769   1722 |        0 |        0
32.38/32.46	c 32.4s |      19 |   737273 |   542482 |      769   1805 |        0 |        0
34.39/34.47	c 34.5s |      19 |   777810 |   574182 |      769   1886 |        1 |        4
36.38/36.47	c 36.5s |      19 |   816399 |   605382 |      769   1964 |        3 |       12
36.59/36.66	c 36.6s |      19 |   821215 |   608848 |      769   1971 |       21 |       56
36.59/36.66	c #cpu_time = 36.549s
36.59/36.66	c #wall_clock_time = 36.642s
36.59/36.66	c #decision = 821215
36.59/36.66	c #random_decision = 3821
36.59/36.66	c #conflict = 608848
36.59/36.66	c #restart = 19
36.59/36.66	s UNSATISFIABLE
36.59/36.66	c total CPU time = 36.566s
36.59/36.66	c total wall clock time = 36.660s

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

pid=17583
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.07 2.03 2.05 3/243 17586
/proc/meminfo: memFree=30123276/32872528 swapFree=189444/189444
[pid=17586] ppid=17583 vsize=259516 CPUtime=0 cores=1,3,5,7
/proc/17586/stat : 17586 (toysat) R 17583 17586 13211 0 -1 4202496 890 0 0 0 0 0 0 0 20 0 4 0 12520263 265744384 1250 33554432000 4194304 16246674 140735319069344 140735319068768 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17586/statm: 65647 1260 441 2943 0 62541 0
[pid=17586/tid=17587] ppid=17583 vsize=276924 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17587/stat : 17587 (toysat) S 17583 17586 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12520263 283570176 1315 33554432000 4194304 16246674 140735319069344 140459417513200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17586/tid=17588] ppid=17583 vsize=281020 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17588/stat : 17588 (toysat) S 17583 17586 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12520263 287764480 1334 33554432000 4194304 16246674 140735319069344 140459407023344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17586/tid=17589] ppid=17583 vsize=285116 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17589/stat : 17589 (toysat) S 17583 17586 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12520263 291958784 1350 33554432000 4194304 16246674 140735319069344 140459322109104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100174 s]
/proc/loadavg: 2.07 2.03 2.05 3/243 17586
/proc/meminfo: memFree=30123276/32872528 swapFree=189444/189444
[pid=17586] ppid=17583 vsize=1218116 CPUtime=0.08 cores=1,3,5,7
/proc/17586/stat : 17586 (toysat) R 17583 17586 13211 0 -1 4202496 24254 0 0 0 5 3 0 0 20 0 4 0 12520263 1247350784 24603 33554432000 4194304 16246674 140735319069344 140735319052336 5546181 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17586/statm: 304529 24612 708 2943 0 301423 0
[pid=17586/tid=17587] ppid=17583 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17587/stat : 17587 (toysat) S 17583 17586 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12520263 1247350784 24621 33554432000 4194304 16246674 140735319069344 140459417513200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17586/tid=17588] ppid=17583 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17588/stat : 17588 (toysat) S 17583 17586 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12520263 1247350784 24627 33554432000 4194304 16246674 140735319069344 140459407023344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17586/tid=17589] ppid=17583 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17589/stat : 17589 (toysat) S 17583 17586 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12520263 1247350784 24636 33554432000 4194304 16246674 140735319069344 140459322109104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1218116

[startup+0.200505 s]
/proc/loadavg: 2.07 2.03 2.05 3/243 17586
/proc/meminfo: memFree=30123276/32872528 swapFree=189444/189444
[pid=17586] ppid=17583 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/17586/stat : 17586 (toysat) R 17583 17586 13211 0 -1 4202496 46941 0 0 0 13 6 0 0 20 0 4 0 12520263 1247350784 47290 33554432000 4194304 16246674 140735319069344 140735319052336 5677277 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17586/statm: 304529 47301 708 2943 0 301423 0
[pid=17586/tid=17587] ppid=17583 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17587/stat : 17587 (toysat) S 17583 17586 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12520263 1247350784 47307 33554432000 4194304 16246674 140735319069344 140459417513200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17586/tid=17588] ppid=17583 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17588/stat : 17588 (toysat) S 17583 17586 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12520263 1247350784 47315 33554432000 4194304 16246674 140735319069344 140459407023344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17586/tid=17589] ppid=17583 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17589/stat : 17589 (toysat) S 17583 17586 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12520263 1247350784 47321 33554432000 4194304 16246674 140735319069344 140459322109104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300491 s]
/proc/loadavg: 2.07 2.03 2.05 3/243 17586
/proc/meminfo: memFree=30123276/32872528 swapFree=189444/189444
[pid=17586] ppid=17583 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/17586/stat : 17586 (toysat) R 17583 17586 13211 0 -1 4202496 69921 0 0 0 19 10 0 0 20 0 4 0 12520263 1247350784 70270 33554432000 4194304 16246674 140735319069344 140735319052336 5675357 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17586/statm: 304529 70279 710 2943 0 301423 0
[pid=17586/tid=17587] ppid=17583 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17587/stat : 17587 (toysat) S 17583 17586 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12520263 1247350784 70288 33554432000 4194304 16246674 140735319069344 140459417513200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17586/tid=17588] ppid=17583 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17588/stat : 17588 (toysat) S 17583 17586 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12520263 1247350784 70293 33554432000 4194304 16246674 140735319069344 140459407023344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17586/tid=17589] ppid=17583 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17589/stat : 17589 (toysat) S 17583 17586 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12520263 1247350784 70301 33554432000 4194304 16246674 140735319069344 140459322109104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700419 s]
/proc/loadavg: 2.07 2.03 2.05 3/243 17586
/proc/meminfo: memFree=30123276/32872528 swapFree=189444/189444
[pid=17586] ppid=17583 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/17586/stat : 17586 (toysat) R 17583 17586 13211 0 -1 4202496 162158 0 0 0 48 21 0 0 20 0 4 0 12520263 1247350784 162508 33554432000 4194304 16246674 140735319069344 140735319052336 5675357 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17586/statm: 304529 162517 710 2943 0 301423 0
[pid=17586/tid=17587] ppid=17583 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17587/stat : 17587 (toysat) S 17583 17586 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12520263 1247350784 162524 33554432000 4194304 16246674 140735319069344 140459417513200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17586/tid=17588] ppid=17583 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17588/stat : 17588 (toysat) S 17583 17586 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12520263 1247350784 162531 33554432000 4194304 16246674 140735319069344 140459407023344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17586/tid=17589] ppid=17583 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17589/stat : 17589 (toysat) S 17583 17586 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12520263 1247350784 162538 33554432000 4194304 16246674 140735319069344 140459322109104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50043 s]
/proc/loadavg: 2.07 2.03 2.05 3/247 17590
/proc/meminfo: memFree=29141564/32872528 swapFree=189444/189444
[pid=17586] ppid=17583 vsize=1219140 CPUtime=1.48 cores=1,3,5,7
/proc/17586/stat : 17586 (toysat) R 17583 17586 13211 0 -1 4202496 245543 0 0 0 115 33 0 0 20 0 4 0 12520263 1248399360 245872 33554432000 4194304 16246674 140735319069344 140735319068656 5822224 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17586/statm: 304785 245872 788 2943 0 301679 0
[pid=17586/tid=17587] ppid=17583 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17587/stat : 17587 (toysat) S 17583 17586 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12520263 1248399360 245872 33554432000 4194304 16246674 140735319069344 140459417513200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17586/tid=17588] ppid=17583 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17588/stat : 17588 (toysat) S 17583 17586 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12520263 1248399360 245872 33554432000 4194304 16246674 140735319069344 140459407023344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17586/tid=17589] ppid=17583 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17589/stat : 17589 (toysat) S 17583 17586 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12520263 1248399360 245872 33554432000 4194304 16246674 140735319069344 140459322109104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1219140

[startup+3.10038 s]
/proc/loadavg: 2.07 2.03 2.05 3/247 17590
/proc/meminfo: memFree=29053772/32872528 swapFree=189444/189444
[pid=17586] ppid=17583 vsize=1306180 CPUtime=3.09 cores=1,3,5,7
/proc/17586/stat : 17586 (toysat) R 17583 17586 13211 0 -1 4202496 267415 0 0 0 272 37 0 0 20 0 4 0 12520263 1337528320 267744 33554432000 4194304 16246674 140735319069344 140735319052344 5673165 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17586/statm: 326545 267744 788 2943 0 323439 0
[pid=17586/tid=17587] ppid=17583 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17587/stat : 17587 (toysat) S 17583 17586 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12520263 1337528320 267744 33554432000 4194304 16246674 140735319069344 140459417513200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17586/tid=17588] ppid=17583 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17588/stat : 17588 (toysat) S 17583 17586 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12520263 1337528320 267744 33554432000 4194304 16246674 140735319069344 140459407023344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17586/tid=17589] ppid=17583 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17589/stat : 17589 (toysat) S 17583 17586 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12520263 1337528320 267744 33554432000 4194304 16246674 140735319069344 140459322109104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 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.06 2.03 2.05 3/247 17590
/proc/meminfo: memFree=29052532/32872528 swapFree=189444/189444
[pid=17586] ppid=17583 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/17586/stat : 17586 (toysat) R 17583 17586 13211 0 -1 4202496 267428 0 0 0 591 38 0 0 20 0 4 0 12520263 1337528320 267757 33554432000 4194304 16246674 140735319069344 140735319052344 6043194 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17586/statm: 326545 267757 788 2943 0 323439 0
[pid=17586/tid=17587] ppid=17583 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17587/stat : 17587 (toysat) S 17583 17586 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12520263 1337528320 267757 33554432000 4194304 16246674 140735319069344 140459417513200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17586/tid=17588] ppid=17583 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17588/stat : 17588 (toysat) S 17583 17586 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12520263 1337528320 267757 33554432000 4194304 16246674 140735319069344 140459407023344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17586/tid=17589] ppid=17583 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17589/stat : 17589 (toysat) S 17583 17586 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12520263 1337528320 267757 33554432000 4194304 16246674 140735319069344 140459322109104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 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.06 2.03 2.04 3/247 17590
/proc/meminfo: memFree=29052704/32872528 swapFree=189444/189444
[pid=17586] ppid=17583 vsize=1306180 CPUtime=12.69 cores=1,3,5,7
/proc/17586/stat : 17586 (toysat) R 17583 17586 13211 0 -1 4202496 267429 0 0 0 1231 38 0 0 20 0 4 0 12520263 1337528320 267758 33554432000 4194304 16246674 140735319069344 140735319052344 5672205 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17586/statm: 326545 267758 788 2943 0 323439 0
[pid=17586/tid=17587] ppid=17583 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17587/stat : 17587 (toysat) S 17583 17586 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12520263 1337528320 267758 33554432000 4194304 16246674 140735319069344 140459417513200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17586/tid=17588] ppid=17583 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17588/stat : 17588 (toysat) S 17583 17586 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12520263 1337528320 267758 33554432000 4194304 16246674 140735319069344 140459407023344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17586/tid=17589] ppid=17583 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17589/stat : 17589 (toysat) S 17583 17586 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12520263 1337528320 267758 33554432000 4194304 16246674 140735319069344 140459322109104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 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.05 2.03 2.04 3/247 17590
/proc/meminfo: memFree=29052960/32872528 swapFree=189444/189444
[pid=17586] ppid=17583 vsize=1306180 CPUtime=25.49 cores=1,3,5,7
/proc/17586/stat : 17586 (toysat) R 17583 17586 13211 0 -1 4202496 267435 0 0 0 2511 38 0 0 20 0 4 0 12520263 1337528320 267764 33554432000 4194304 16246674 140735319069344 140735319052344 5677784 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17586/statm: 326545 267764 789 2943 0 323439 0
[pid=17586/tid=17587] ppid=17583 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17587/stat : 17587 (toysat) S 17583 17586 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12520263 1337528320 267764 33554432000 4194304 16246674 140735319069344 140459417513200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17586/tid=17588] ppid=17583 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17588/stat : 17588 (toysat) S 17583 17586 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12520263 1337528320 267764 33554432000 4194304 16246674 140735319069344 140459407023344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17586/tid=17589] ppid=17583 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17589/stat : 17589 (toysat) S 17583 17586 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12520263 1337528320 267764 33554432000 4194304 16246674 140735319069344 140459322109104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 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 17586 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+25.8004 s]
/proc/loadavg: 2.05 2.03 2.04 3/247 17590
/proc/meminfo: memFree=29052960/32872528 swapFree=189444/189444
[pid=17586] ppid=17583 vsize=1306180 CPUtime=25.78 cores=1,3,5,7
/proc/17586/stat : 17586 (toysat) R 17583 17586 13211 0 -1 4202496 267435 0 0 0 2540 38 0 0 20 0 4 0 12520263 1337528320 267764 33554432000 4194304 16246674 140735319069344 140735319052344 5677541 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17586/statm: 326545 267764 789 2943 0 323439 0
[pid=17586/tid=17587] ppid=17583 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17587/stat : 17587 (toysat) S 17583 17586 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12520263 1337528320 267764 33554432000 4194304 16246674 140735319069344 140459417513200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17586/tid=17588] ppid=17583 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17588/stat : 17588 (toysat) S 17583 17586 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12520263 1337528320 267764 33554432000 4194304 16246674 140735319069344 140459407023344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17586/tid=17589] ppid=17583 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17589/stat : 17589 (toysat) S 17583 17586 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12520263 1337528320 267764 33554432000 4194304 16246674 140735319069344 140459322109104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.78
Current children cumulated vsize (KiB) 1306180

[startup+32.2074 s]
/proc/loadavg: 2.04 2.03 2.04 3/247 17590
/proc/meminfo: memFree=29053084/32872528 swapFree=189444/189444
[pid=17586] ppid=17583 vsize=1306180 CPUtime=32.19 cores=1,3,5,7
/proc/17586/stat : 17586 (toysat) R 17583 17586 13211 0 -1 4202496 267435 0 0 0 3180 39 0 0 20 0 4 0 12520263 1337528320 267764 33554432000 4194304 16246674 140735319069344 140735319052344 6842855 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17586/statm: 326545 267764 789 2943 0 323439 0
[pid=17586/tid=17587] ppid=17583 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17587/stat : 17587 (toysat) S 17583 17586 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12520263 1337528320 267764 33554432000 4194304 16246674 140735319069344 140459417513200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17586/tid=17588] ppid=17583 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17588/stat : 17588 (toysat) S 17583 17586 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12520263 1337528320 267764 33554432000 4194304 16246674 140735319069344 140459407023344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17586/tid=17589] ppid=17583 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17589/stat : 17589 (toysat) S 17583 17586 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12520263 1337528320 267764 33554432000 4194304 16246674 140735319069344 140459322109104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 32.19
Current children cumulated vsize (KiB) 1306180

[startup+33.8004 s]
/proc/loadavg: 2.04 2.03 2.04 3/247 17590
/proc/meminfo: memFree=29053084/32872528 swapFree=189444/189444
[pid=17586] ppid=17583 vsize=1306180 CPUtime=33.78 cores=1,3,5,7
/proc/17586/stat : 17586 (toysat) R 17583 17586 13211 0 -1 4202496 267452 0 0 0 3339 39 0 0 20 0 4 0 12520263 1337528320 267781 33554432000 4194304 16246674 140735319069344 140735319052344 5718096 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17586/statm: 326545 267781 789 2943 0 323439 0
[pid=17586/tid=17587] ppid=17583 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17587/stat : 17587 (toysat) S 17583 17586 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12520263 1337528320 267781 33554432000 4194304 16246674 140735319069344 140459417513200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17586/tid=17588] ppid=17583 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17588/stat : 17588 (toysat) S 17583 17586 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12520263 1337528320 267781 33554432000 4194304 16246674 140735319069344 140459407023344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17586/tid=17589] ppid=17583 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17589/stat : 17589 (toysat) S 17583 17586 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12520263 1337528320 267781 33554432000 4194304 16246674 140735319069344 140459322109104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 33.78
Current children cumulated vsize (KiB) 1306180

[startup+35.4004 s]
/proc/loadavg: 2.04 2.03 2.04 3/247 17590
/proc/meminfo: memFree=29052960/32872528 swapFree=189444/189444
[pid=17586] ppid=17583 vsize=1306180 CPUtime=35.39 cores=1,3,5,7
/proc/17586/stat : 17586 (toysat) R 17583 17586 13211 0 -1 4202496 267452 0 0 0 3500 39 0 0 20 0 4 0 12520263 1337528320 267781 33554432000 4194304 16246674 140735319069344 140735319052344 5822810 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17586/statm: 326545 267781 789 2943 0 323439 0
[pid=17586/tid=17587] ppid=17583 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17587/stat : 17587 (toysat) S 17583 17586 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12520263 1337528320 267781 33554432000 4194304 16246674 140735319069344 140459417513200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17586/tid=17588] ppid=17583 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17588/stat : 17588 (toysat) S 17583 17586 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12520263 1337528320 267781 33554432000 4194304 16246674 140735319069344 140459407023344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17586/tid=17589] ppid=17583 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17589/stat : 17589 (toysat) S 17583 17586 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12520263 1337528320 267781 33554432000 4194304 16246674 140735319069344 140459322109104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 35.39
Current children cumulated vsize (KiB) 1306180

[startup+36.2004 s]
/proc/loadavg: 2.04 2.03 2.04 3/247 17590
/proc/meminfo: memFree=29052960/32872528 swapFree=189444/189444
[pid=17586] ppid=17583 vsize=1306180 CPUtime=36.18 cores=1,3,5,7
/proc/17586/stat : 17586 (toysat) R 17583 17586 13211 0 -1 4202496 267452 0 0 0 3579 39 0 0 20 0 4 0 12520263 1337528320 267781 33554432000 4194304 16246674 140735319069344 140735319052344 5672222 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17586/statm: 326545 267781 789 2943 0 323439 0
[pid=17586/tid=17587] ppid=17583 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17587/stat : 17587 (toysat) S 17583 17586 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12520263 1337528320 267781 33554432000 4194304 16246674 140735319069344 140459417513200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17586/tid=17588] ppid=17583 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17588/stat : 17588 (toysat) S 17583 17586 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12520263 1337528320 267781 33554432000 4194304 16246674 140735319069344 140459407023344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17586/tid=17589] ppid=17583 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17589/stat : 17589 (toysat) S 17583 17586 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12520263 1337528320 267781 33554432000 4194304 16246674 140735319069344 140459322109104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 36.18
Current children cumulated vsize (KiB) 1306180

[startup+36.6076 s]
/proc/loadavg: 2.04 2.03 2.04 3/247 17590
/proc/meminfo: memFree=29052960/32872528 swapFree=189444/189444
[pid=17586] ppid=17583 vsize=1306180 CPUtime=36.59 cores=1,3,5,7
/proc/17586/stat : 17586 (toysat) R 17583 17586 13211 0 -1 4202496 267452 0 0 0 3620 39 0 0 20 0 4 0 12520263 1337528320 267781 33554432000 4194304 16246674 140735319069344 140735319052344 5754700 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17586/statm: 326545 267781 789 2943 0 323439 0
[pid=17586/tid=17587] ppid=17583 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17587/stat : 17587 (toysat) S 17583 17586 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12520263 1337528320 267781 33554432000 4194304 16246674 140735319069344 140459417513200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=17586/tid=17588] ppid=17583 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17588/stat : 17588 (toysat) S 17583 17586 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12520263 1337528320 267781 33554432000 4194304 16246674 140735319069344 140459407023344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=17586/tid=17589] ppid=17583 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17586/task/17589/stat : 17589 (toysat) S 17583 17586 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12520263 1337528320 267781 33554432000 4194304 16246674 140735319069344 140459322109104 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 36.59
Current children cumulated vsize (KiB) 1306180

[startup+36.7005 s]
/proc/loadavg: 2.04 2.03 2.04 3/247 17590
/proc/meminfo: memFree=29052960/32872528 swapFree=189444/189444
[pid=17586] ppid=17583 vsize=0 CPUtime=36.69 cores=1,3,5,7
/proc/17586/stat : 17586 (toysat) R 17583 17586 13211 0 -1 4202500 267457 0 0 0 3626 43 0 0 20 0 1 0 12520263 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17586/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 36.69
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 36.7244
CPU time (s): 36.7154
CPU user time (s): 36.2605
CPU system time (s): 0.45493
CPU usage (%): 99.9755
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.2605
system time used= 0.45493
maximum resident set size= 1071136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267457
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= 23
involuntary context switches= 59

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

The end

Launcher Data

Begin job on node102 at 2016-06-30 21:15:37
IDJOB=4121290
IDBENCH=110388
IDSOLVER=2542
FILE ID=node102/4121290-1467314137
RUNJOBID= node102-1467310764-16425
PBS_JOBID= 20005272
Free space on /tmp= 71656 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n66-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-4121290-1467314137/watcher-4121290-1467314137 -o /tmp/evaluation-result-4121290-1467314137/solver-4121290-1467314137 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1467310764-16425 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4121290-1467314137.opb

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

MD5SUM BENCH= 326fab7453680c02f99713104c20ae94
RANDOM SEED=1483203259

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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.49
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.744
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.54
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.744
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.744
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.744
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:        30123532 kB
Buffers:          159272 kB
Cached:           570240 kB
SwapCached:            0 kB
Active:          1396116 kB
Inactive:         421236 kB
Active(anon):    1090008 kB
Inactive(anon):        0 kB
Active(file):     306108 kB
Inactive(file):   421236 kB
Unevictable:      189444 kB
Mlocked:          189444 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16332 kB
Writeback:             0 kB
AnonPages:       1350836 kB
Mapped:            17628 kB
Shmem:               204 kB
Slab:             609396 kB
SReclaimable:      53264 kB
SUnreclaim:       556132 kB
KernelStack:        2032 kB
PageTables:         6964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1424052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 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= 71636 MiB
End job on node102 at 2016-06-30 21:16:14