Trace number 4093143

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-02? (TO) 1800.24 1800.52

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/celar/
normalized-celar7-sub4-22_wcsp.wbo
MD5SUM084c96587a40d0de1efffb4a052bae0f
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables444
Total number of constraints80644
Number of soft constraints80622
Number of constraints which are clauses80622
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint22
Top cost 54058235
Min constraint cost 1
Max constraint cost 1000000
Sum of constraints costs 6107276475
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 23
Number of bits of the biggest sum of numbers5
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-16T22:00:57+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","--wbo","--search=bcd2","HOME/instance-4093143-1466107257.wbo"]
0.00/0.01	c use --random-gen="3128468789 2334696517 172138400 1914641263 1171635601 2847581419 1784557958 2647322475 435547551 341714508 3823870017 4022123684 3474534936 2975770235 2875346717 2120570466 1547864937 4156118539 638262179 3773326999 3163493421 2991618182 2500706617 2112623987 2450039990 3737593027 1241544334 3492995651 1608094986 2543553685 1193430708 4054649669 927145183 2450773052 3626256042 70450658 2410536115 3780334887 3920839573 3481900657 2370583697 2392291467 2350445496 2128587918 307049467 437364793 672281006 1623642825 2152273371 1436789423 826502330 4126752870 1595112254 647718149 445142831 2321626630 884444753 1516991092 260803797 1605968261 2412996749 3246303892 1780089049 3050189206 652378265 233892044 4248806500 3704654405 947621500 3878798749 3582141679 3110950455 4138584579 3424325759 1416870318 3845171583 2422785968 2293140646 1635203892 4126528203 2137141458 2301160331 2801684208 1176826003 3720373216 855662328 393027436 3609977918 3893597273 2448067913 2468150389 3041847980 2269357740 2267102977 3111595295 2325841226 2707524722 3729090730 3545855348 102346312 77328399 3770522527 323543219 3451315054 231659692 939066045 3334427449 823051700 2303437716 321557184 2359536750 4157966766 3838155084 1969331884 836819073 1701016386 3448808571 3122027841 1125721546 1117056052 3731979857 1958854129 948522316 3300531205 395647298 3952415387 1663171349 3356413667 1229039635 3012156953 3590246091 4287567140 3032114952 2690539741 2592366902 1675315264 952905640 3243297461 2244684377 1422800435 1944512060 684393317 2885161664 3462150898 2246832602 744437999 1131551559 183911841 164812592 176183845 724613575 1581419538 3799624813 4290441103 2088024038 2228676627 2671002079 3054562147 3160184109 3067964762 1889170680 831260866 3736011010 4213559490 2604608186 3872998217 2485672433 3364433045 390199794 239853535 1454067012 2327200574 2717224354 1234924231 2773807593 723900247 835195059 618159033 3898820476 2293681691 3392424863 2077262150 3246939308 1154459005 3502827882 2424593725 4282548060 2187243117 3335356785 792670389 52571725 3042669940 1954819429 3023718340 1695995336 3794069959 1954322446 472930400 1822568894 4172106782 2459536302 2303235810 3342765637 2407618276 2345938808 3955652540 2674500563 2750212971 1682449570 3575860780 2277029888 1470277352 14910936 2041721697 2602834756 3662635252 3227124555 3426454907 257322658 2043990143 4023855392 1166555687 265496431 3526692543 1637954306 4135530126 2919894250 392744018 908894381 3462229547 1250679983 895037956 2821627056 2751342033 2844303623 4023633569 3768408601 774978563 3598019823 3226097074 1209527969 1097634695 3091393380 2394166974 4185226632 3593954289 541339027 1513704354 1621576992 508452948 1491902559 1615007686 2294308394 829813034 3125332292 2242728211 255 362436" option to reproduce the execution

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-4093143-1466107257/watcher-4093143-1466107257 -o /tmp/evaluation-result-4093143-1466107257/solver-4093143-1466107257 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466103654-18244 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093143-1466107257.wbo 

pid=18580
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.09 2.07 2.05 3/180 18583
/proc/meminfo: memFree=31089872/32872528 swapFree=681192/736380
[pid=18583] ppid=18580 vsize=602692 CPUtime=0 cores=1,3,5,7
/proc/18583/stat : 18583 (toysat) R 18580 18583 17793 0 -1 4202496 2229 0 0 0 0 0 0 0 20 0 4 0 12774961 617156608 2080 33554432000 4194304 16246674 140736702549328 140736702548752 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18583/statm: 151185 2088 442 2943 0 148079 0
[pid=18583/tid=18584] ppid=18580 vsize=620100 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18584/stat : 18584 (toysat) S 18580 18583 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12774961 634982400 2146 33554432000 4194304 16246674 140736702549328 140041610308848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18583/tid=18585] ppid=18580 vsize=624196 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18585/stat : 18585 (toysat) S 18580 18583 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12774961 639176704 2164 33554432000 4194304 16246674 140736702549328 140041599818992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18583/tid=18586] ppid=18580 vsize=628292 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18586/stat : 18586 (toysat) S 18580 18583 17793 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12774961 643371008 2180 33554432000 4194304 16246674 140736702549328 140041589345456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.10013 s]
/proc/loadavg: 2.09 2.07 2.05 3/180 18583
/proc/meminfo: memFree=31089872/32872528 swapFree=681192/736380
[pid=18583] ppid=18580 vsize=1301060 CPUtime=0.09 cores=1,3,5,7
/proc/18583/stat : 18583 (toysat) R 18580 18583 17793 0 -1 4202496 27031 0 0 0 6 3 0 0 20 0 4 0 12774961 1332285440 26822 33554432000 4194304 16246674 140736702549328 140736702532320 7405654 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18583/statm: 325265 26836 803 2943 0 322159 0
[pid=18583/tid=18584] ppid=18580 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18584/stat : 18584 (toysat) S 18580 18583 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12774961 1332285440 26847 33554432000 4194304 16246674 140736702549328 140041610308848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18583/tid=18585] ppid=18580 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18585/stat : 18585 (toysat) S 18580 18583 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12774961 1332285440 26858 33554432000 4194304 16246674 140736702549328 140041599818992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18583/tid=18586] ppid=18580 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18586/stat : 18586 (toysat) S 18580 18583 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12774961 1332285440 26869 33554432000 4194304 16246674 140736702549328 140041589345456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1301060

[startup+0.200501 s]
/proc/loadavg: 2.09 2.07 2.05 3/180 18583
/proc/meminfo: memFree=31089872/32872528 swapFree=681192/736380
[pid=18583] ppid=18580 vsize=1314372 CPUtime=0.18 cores=1,3,5,7
/proc/18583/stat : 18583 (toysat) R 18580 18583 17793 0 -1 4202496 47863 0 0 0 13 5 0 0 20 0 4 0 12774961 1345916928 48164 33554432000 4194304 16246674 140736702549328 140736702532320 8055432 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18583/statm: 328593 48164 803 2943 0 325487 0
[pid=18583/tid=18584] ppid=18580 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18584/stat : 18584 (toysat) S 18580 18583 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12774961 1345916928 48164 33554432000 4194304 16246674 140736702549328 140041610308848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18583/tid=18585] ppid=18580 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18585/stat : 18585 (toysat) S 18580 18583 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12774961 1345916928 48164 33554432000 4194304 16246674 140736702549328 140041599818992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18583/tid=18586] ppid=18580 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18586/stat : 18586 (toysat) S 18580 18583 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12774961 1345916928 48164 33554432000 4194304 16246674 140736702549328 140041589345456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1314372

[startup+0.30047 s]
/proc/loadavg: 2.09 2.07 2.05 3/180 18583
/proc/meminfo: memFree=31089872/32872528 swapFree=681192/736380
[pid=18583] ppid=18580 vsize=1314372 CPUtime=0.29 cores=1,3,5,7
/proc/18583/stat : 18583 (toysat) R 18580 18583 17793 0 -1 4202496 64540 0 0 0 21 8 0 0 20 0 4 0 12774961 1345916928 64841 33554432000 4194304 16246674 140736702549328 140736702532320 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18583/statm: 328593 64841 803 2943 0 325487 0
[pid=18583/tid=18584] ppid=18580 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18584/stat : 18584 (toysat) S 18580 18583 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12774961 1345916928 64841 33554432000 4194304 16246674 140736702549328 140041610308848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18583/tid=18585] ppid=18580 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18585/stat : 18585 (toysat) S 18580 18583 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12774961 1345916928 64841 33554432000 4194304 16246674 140736702549328 140041599818992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18583/tid=18586] ppid=18580 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18586/stat : 18586 (toysat) S 18580 18583 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12774961 1345916928 64841 33554432000 4194304 16246674 140736702549328 140041589345456 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) 1314372

[startup+0.700425 s]
/proc/loadavg: 2.09 2.07 2.05 3/180 18583
/proc/meminfo: memFree=31089872/32872528 swapFree=681192/736380
[pid=18583] ppid=18580 vsize=1314372 CPUtime=0.69 cores=1,3,5,7
/proc/18583/stat : 18583 (toysat) R 18580 18583 17793 0 -1 4202496 68031 0 0 0 60 9 0 0 20 0 4 0 12774961 1345916928 68332 33554432000 4194304 16246674 140736702549328 140736702548640 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18583/statm: 328593 68332 833 2943 0 325487 0
[pid=18583/tid=18584] ppid=18580 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18584/stat : 18584 (toysat) S 18580 18583 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12774961 1345916928 68332 33554432000 4194304 16246674 140736702549328 140041610308848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18583/tid=18585] ppid=18580 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18585/stat : 18585 (toysat) S 18580 18583 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12774961 1345916928 68332 33554432000 4194304 16246674 140736702549328 140041599818992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18583/tid=18586] ppid=18580 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18586/stat : 18586 (toysat) S 18580 18583 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12774961 1345916928 68332 33554432000 4194304 16246674 140736702549328 140041589345456 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) 1314372

[startup+1.5004 s]
/proc/loadavg: 2.08 2.07 2.05 3/184 18587
/proc/meminfo: memFree=30470416/32872528 swapFree=681192/736380
[pid=18583] ppid=18580 vsize=1314372 CPUtime=1.49 cores=1,3,5,7
/proc/18583/stat : 18583 (toysat) R 18580 18583 17793 0 -1 4202496 171266 0 0 0 126 23 0 0 20 0 4 0 12774961 1345916928 171568 33554432000 4194304 16246674 140736702549328 140736702531200 6171210 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18583/statm: 328593 171577 838 2943 0 325487 0
[pid=18583/tid=18584] ppid=18580 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18584/stat : 18584 (toysat) S 18580 18583 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12774961 1345916928 171584 33554432000 4194304 16246674 140736702549328 140041610308848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18583/tid=18585] ppid=18580 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18585/stat : 18585 (toysat) S 18580 18583 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12774961 1345916928 171593 33554432000 4194304 16246674 140736702549328 140041599818992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18583/tid=18586] ppid=18580 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18586/stat : 18586 (toysat) S 18580 18583 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12774961 1345916928 171600 33554432000 4194304 16246674 140736702549328 140041589345456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1314372

[startup+3.10042 s]
/proc/loadavg: 2.08 2.07 2.05 3/184 18587
/proc/meminfo: memFree=29560340/32872528 swapFree=681192/736380
[pid=18583] ppid=18580 vsize=1380932 CPUtime=3.08 cores=1,3,5,7
/proc/18583/stat : 18583 (toysat) R 18580 18583 17793 0 -1 4202496 285862 0 0 0 269 39 0 0 20 0 4 0 12774961 1414074368 286163 33554432000 4194304 16246674 140736702549328 140736702531200 12371230 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18583/statm: 345233 286163 844 2943 0 342127 0
[pid=18583/tid=18584] ppid=18580 vsize=1380932 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18584/stat : 18584 (toysat) S 18580 18583 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12774961 1414074368 286163 33554432000 4194304 16246674 140736702549328 140041610308848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18583/tid=18585] ppid=18580 vsize=1380932 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18585/stat : 18585 (toysat) S 18580 18583 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12774961 1414074368 286163 33554432000 4194304 16246674 140736702549328 140041599818992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18583/tid=18586] ppid=18580 vsize=1380932 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18586/stat : 18586 (toysat) S 18580 18583 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12774961 1414074368 286163 33554432000 4194304 16246674 140736702549328 140041589345456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1380932

[startup+6.30043 s]
/proc/loadavg: 2.08 2.07 2.05 3/184 18610
/proc/meminfo: memFree=28915708/32872528 swapFree=681192/736380
[pid=18583] ppid=18580 vsize=1380932 CPUtime=6.28 cores=1,3,5,7
/proc/18583/stat : 18583 (toysat) R 18580 18583 17793 0 -1 4202496 285862 0 0 0 589 39 0 0 20 0 4 0 12774961 1414074368 286163 33554432000 4194304 16246674 140736702549328 140736702531200 6955336 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18583/statm: 345233 286163 844 2943 0 342127 0
[pid=18583/tid=18584] ppid=18580 vsize=1380932 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18584/stat : 18584 (toysat) S 18580 18583 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12774961 1414074368 286163 33554432000 4194304 16246674 140736702549328 140041610308848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18583/tid=18585] ppid=18580 vsize=1380932 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18585/stat : 18585 (toysat) S 18580 18583 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12774961 1414074368 286163 33554432000 4194304 16246674 140736702549328 140041599818992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18583/tid=18586] ppid=18580 vsize=1380932 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18586/stat : 18586 (toysat) S 18580 18583 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12774961 1414074368 286163 33554432000 4194304 16246674 140736702549328 140041589345456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1380932

[startup+12.7004 s]
/proc/loadavg: 2.15 2.08 2.06 3/184 18610
/proc/meminfo: memFree=28916252/32872528 swapFree=681192/736380
[pid=18583] ppid=18580 vsize=1380932 CPUtime=12.69 cores=1,3,5,7
/proc/18583/stat : 18583 (toysat) R 18580 18583 17793 0 -1 4202496 285862 0 0 0 1229 40 0 0 20 0 4 0 12774961 1414074368 286163 33554432000 4194304 16246674 140736702549328 140736702548640 4206912 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18583/statm: 345233 286163 844 2943 0 342127 0
[pid=18583/tid=18584] ppid=18580 vsize=1380932 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18584/stat : 18584 (toysat) S 18580 18583 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12774961 1414074368 286163 33554432000 4194304 16246674 140736702549328 140041610308848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18583/tid=18585] ppid=18580 vsize=1380932 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18585/stat : 18585 (toysat) S 18580 18583 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12774961 1414074368 286163 33554432000 4194304 16246674 140736702549328 140041599818992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18583/tid=18586] ppid=18580 vsize=1380932 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18586/stat : 18586 (toysat) S 18580 18583 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12774961 1414074368 286163 33554432000 4194304 16246674 140736702549328 140041589345456 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) 1380932

[startup+25.5005 s]
/proc/loadavg: 2.13 2.08 2.06 3/184 18611
/proc/meminfo: memFree=27530540/32872528 swapFree=681192/736380
[pid=18583] ppid=18580 vsize=2073156 CPUtime=25.48 cores=1,3,5,7
/proc/18583/stat : 18583 (toysat) R 18580 18583 17793 0 -1 4202496 458918 0 0 0 2487 61 0 0 20 0 4 0 12774961 2122911744 459219 33554432000 4194304 16246674 140736702549328 140736702547136 4206604 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18583/statm: 518289 459219 844 2943 0 515183 0
[pid=18583/tid=18584] ppid=18580 vsize=2073156 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18584/stat : 18584 (toysat) S 18580 18583 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12774961 2122911744 459219 33554432000 4194304 16246674 140736702549328 140041610308848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18583/tid=18585] ppid=18580 vsize=2073156 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18585/stat : 18585 (toysat) S 18580 18583 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12774961 2122911744 459219 33554432000 4194304 16246674 140736702549328 140041599818992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18583/tid=18586] ppid=18580 vsize=2073156 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18586/stat : 18586 (toysat) S 18580 18583 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12774961 2122911744 459219 33554432000 4194304 16246674 140736702549328 140041589345456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2073156

[startup+51.1005 s]
/proc/loadavg: 2.08 2.07 2.05 3/184 18611
/proc/meminfo: memFree=25955660/32872528 swapFree=681192/736380
[pid=18583] ppid=18580 vsize=2859588 CPUtime=51.08 cores=1,3,5,7
/proc/18583/stat : 18583 (toysat) R 18580 18583 17793 0 -1 4202496 655526 0 0 0 5021 87 0 0 20 0 4 0 12774961 2928218112 655827 33554432000 4194304 16246674 140736702549328 140736702547136 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18583/statm: 714897 655827 844 2943 0 711791 0
[pid=18583/tid=18584] ppid=18580 vsize=2859588 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18584/stat : 18584 (toysat) S 18580 18583 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12774961 2928218112 655827 33554432000 4194304 16246674 140736702549328 140041610308848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18583/tid=18585] ppid=18580 vsize=2859588 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18585/stat : 18585 (toysat) S 18580 18583 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12774961 2928218112 655827 33554432000 4194304 16246674 140736702549328 140041599818768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18583/tid=18586] ppid=18580 vsize=2859588 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18586/stat : 18586 (toysat) S 18580 18583 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12774961 2928218112 655827 33554432000 4194304 16246674 140736702549328 140041589345456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2859588

[startup+102.3 s]
/proc/loadavg: 2.12 2.09 2.06 3/183 18612
/proc/meminfo: memFree=23539612/32872528 swapFree=681192/736380
[pid=18583] ppid=18580 vsize=4064836 CPUtime=102.29 cores=1,3,5,7
/proc/18583/stat : 18583 (toysat) R 18580 18583 17793 0 -1 4202496 956838 0 0 0 10095 134 0 0 20 0 4 0 12774961 4162392064 957139 33554432000 4194304 16246674 140736702549328 140736702547136 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18583/statm: 1016209 957139 844 2943 0 1013103 0
[pid=18583/tid=18584] ppid=18580 vsize=4064836 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18584/stat : 18584 (toysat) S 18580 18583 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12774961 4162392064 957139 33554432000 4194304 16246674 140736702549328 140041610308848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18583/tid=18585] ppid=18580 vsize=4064836 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18585/stat : 18585 (toysat) S 18580 18583 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12774961 4162392064 957139 33554432000 4194304 16246674 140736702549328 140041599818768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18583/tid=18586] ppid=18580 vsize=4064836 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18586/stat : 18586 (toysat) S 18580 18583 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12774961 4162392064 957139 33554432000 4194304 16246674 140736702549328 140041589345456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 4064836


################
# More data... #
################

[pid=18583] ppid=18580 vsize=8987204 CPUtime=1362.09 cores=1,3,5,7
/proc/18583/stat : 18583 (toysat) R 18580 18583 17793 0 -1 4202496 2744233 0 0 0 135779 430 0 0 20 0 4 0 12774961 9202896896 2187734 33554432000 4194304 16246674 140736702549328 140736702531200 13923665 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18583/statm: 2246801 2187734 844 2943 0 2243695 0
[pid=18583/tid=18584] ppid=18580 vsize=8987204 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18584/stat : 18584 (toysat) S 18580 18583 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12774961 9202896896 2187734 33554432000 4194304 16246674 140736702549328 140041610308848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18583/tid=18585] ppid=18580 vsize=8987204 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18585/stat : 18585 (toysat) S 18580 18583 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12774961 9202896896 2187734 33554432000 4194304 16246674 140736702549328 140041599818992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18583/tid=18586] ppid=18580 vsize=8987204 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18586/stat : 18586 (toysat) S 18580 18583 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12774961 9202896896 2187734 33554432000 4194304 16246674 140736702549328 140041589345456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.09
Current children cumulated vsize (KiB) 8987204

[startup+1422.3 s]
/proc/loadavg: 2.16 2.15 2.10 4/183 18644
/proc/meminfo: memFree=13672808/32872528 swapFree=681192/736380
[pid=18583] ppid=18580 vsize=8987204 CPUtime=1422.08 cores=1,3,5,7
/proc/18583/stat : 18583 (toysat) R 18580 18583 17793 0 -1 4202496 2744233 0 0 0 141778 430 0 0 20 0 4 0 12774961 9202896896 2187734 33554432000 4194304 16246674 140736702549328 140736702531200 13807738 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18583/statm: 2246801 2187734 844 2943 0 2243695 0
[pid=18583/tid=18584] ppid=18580 vsize=8987204 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18584/stat : 18584 (toysat) S 18580 18583 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12774961 9202896896 2187734 33554432000 4194304 16246674 140736702549328 140041610308848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18583/tid=18585] ppid=18580 vsize=8987204 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18585/stat : 18585 (toysat) S 18580 18583 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12774961 9202896896 2187734 33554432000 4194304 16246674 140736702549328 140041599818992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18583/tid=18586] ppid=18580 vsize=8987204 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18586/stat : 18586 (toysat) S 18580 18583 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12774961 9202896896 2187734 33554432000 4194304 16246674 140736702549328 140041589345456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 8987204

[startup+1482.3 s]
/proc/loadavg: 2.14 2.15 2.10 3/183 18645
/proc/meminfo: memFree=13672676/32872528 swapFree=681192/736380
[pid=18583] ppid=18580 vsize=8987204 CPUtime=1482.07 cores=1,3,5,7
/proc/18583/stat : 18583 (toysat) R 18580 18583 17793 0 -1 4202496 2744233 0 0 0 147776 431 0 0 20 0 4 0 12774961 9202896896 2187734 33554432000 4194304 16246674 140736702549328 140736702531200 13809288 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18583/statm: 2246801 2187734 844 2943 0 2243695 0
[pid=18583/tid=18584] ppid=18580 vsize=8987204 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18584/stat : 18584 (toysat) S 18580 18583 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12774961 9202896896 2187734 33554432000 4194304 16246674 140736702549328 140041610308848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18583/tid=18585] ppid=18580 vsize=8987204 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18585/stat : 18585 (toysat) S 18580 18583 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12774961 9202896896 2187734 33554432000 4194304 16246674 140736702549328 140041599818992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18583/tid=18586] ppid=18580 vsize=8987204 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18586/stat : 18586 (toysat) S 18580 18583 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12774961 9202896896 2187734 33554432000 4194304 16246674 140736702549328 140041589345456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 8987204

[startup+1542.31 s]
/proc/loadavg: 2.21 2.17 2.10 3/183 18646
/proc/meminfo: memFree=23025428/32872528 swapFree=681192/736380
[pid=18583] ppid=18580 vsize=4311620 CPUtime=1542.07 cores=1,3,5,7
/proc/18583/stat : 18583 (toysat) R 18580 18583 17793 0 -1 4202496 2744233 0 0 0 153750 457 0 0 20 0 4 0 12774961 4415098880 1018838 33554432000 4194304 16246674 140736702549328 140736702531200 6132605 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18583/statm: 1077905 1018838 844 2943 0 1074799 0
[pid=18583/tid=18584] ppid=18580 vsize=4311620 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18584/stat : 18584 (toysat) S 18580 18583 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12774961 4415098880 1018838 33554432000 4194304 16246674 140736702549328 140041610308848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18583/tid=18585] ppid=18580 vsize=4311620 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18585/stat : 18585 (toysat) S 18580 18583 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12774961 4415098880 1018838 33554432000 4194304 16246674 140736702549328 140041599818992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18583/tid=18586] ppid=18580 vsize=4311620 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18586/stat : 18586 (toysat) S 18580 18583 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12774961 4415098880 1018838 33554432000 4194304 16246674 140736702549328 140041589345456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1542.07
Current children cumulated vsize (KiB) 4311620

[startup+1602.3 s]
/proc/loadavg: 2.18 2.16 2.10 3/183 18648
/proc/meminfo: memFree=23025180/32872528 swapFree=681192/736380
[pid=18583] ppid=18580 vsize=4311620 CPUtime=1602.05 cores=1,3,5,7
/proc/18583/stat : 18583 (toysat) R 18580 18583 17793 0 -1 4202496 2744233 0 0 0 159748 457 0 0 20 0 4 0 12774961 4415098880 1018838 33554432000 4194304 16246674 140736702549328 140736702531200 13807598 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18583/statm: 1077905 1018838 844 2943 0 1074799 0
[pid=18583/tid=18584] ppid=18580 vsize=4311620 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18584/stat : 18584 (toysat) S 18580 18583 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12774961 4415098880 1018838 33554432000 4194304 16246674 140736702549328 140041610308848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18583/tid=18585] ppid=18580 vsize=4311620 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18585/stat : 18585 (toysat) S 18580 18583 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12774961 4415098880 1018838 33554432000 4194304 16246674 140736702549328 140041599818992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18583/tid=18586] ppid=18580 vsize=4311620 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18586/stat : 18586 (toysat) S 18580 18583 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12774961 4415098880 1018838 33554432000 4194304 16246674 140736702549328 140041589345456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 4311620

[startup+1662.3 s]
/proc/loadavg: 2.17 2.16 2.10 3/183 18649
/proc/meminfo: memFree=23025168/32872528 swapFree=681192/736380
[pid=18583] ppid=18580 vsize=4311620 CPUtime=1662.04 cores=1,3,5,7
/proc/18583/stat : 18583 (toysat) R 18580 18583 17793 0 -1 4202496 2744233 0 0 0 165747 457 0 0 20 0 4 0 12774961 4415098880 1018838 33554432000 4194304 16246674 140736702549328 140736702531200 13809400 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18583/statm: 1077905 1018838 844 2943 0 1074799 0
[pid=18583/tid=18584] ppid=18580 vsize=4311620 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18584/stat : 18584 (toysat) S 18580 18583 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12774961 4415098880 1018838 33554432000 4194304 16246674 140736702549328 140041610308848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18583/tid=18585] ppid=18580 vsize=4311620 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18585/stat : 18585 (toysat) S 18580 18583 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12774961 4415098880 1018838 33554432000 4194304 16246674 140736702549328 140041599818992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18583/tid=18586] ppid=18580 vsize=4311620 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18586/stat : 18586 (toysat) S 18580 18583 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12774961 4415098880 1018838 33554432000 4194304 16246674 140736702549328 140041589345456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 4311620

[startup+1722.3 s]
/proc/loadavg: 2.18 2.16 2.10 4/183 18650
/proc/meminfo: memFree=23024788/32872528 swapFree=681192/736380
[pid=18583] ppid=18580 vsize=4311620 CPUtime=1722.03 cores=1,3,5,7
/proc/18583/stat : 18583 (toysat) R 18580 18583 17793 0 -1 4202496 2744233 0 0 0 171746 457 0 0 20 0 4 0 12774961 4415098880 1018838 33554432000 4194304 16246674 140736702549328 140736702531200 6132488 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18583/statm: 1077905 1018838 844 2943 0 1074799 0
[pid=18583/tid=18584] ppid=18580 vsize=4311620 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18584/stat : 18584 (toysat) S 18580 18583 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12774961 4415098880 1018838 33554432000 4194304 16246674 140736702549328 140041610308848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18583/tid=18585] ppid=18580 vsize=4311620 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18585/stat : 18585 (toysat) S 18580 18583 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12774961 4415098880 1018838 33554432000 4194304 16246674 140736702549328 140041599818992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18583/tid=18586] ppid=18580 vsize=4311620 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18586/stat : 18586 (toysat) S 18580 18583 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12774961 4415098880 1018838 33554432000 4194304 16246674 140736702549328 140041589345456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 4311620

[startup+1782.3 s]
/proc/loadavg: 2.14 2.14 2.09 3/184 18654
/proc/meminfo: memFree=23024696/32872528 swapFree=681192/736380
[pid=18583] ppid=18580 vsize=4311620 CPUtime=1782.02 cores=1,3,5,7
/proc/18583/stat : 18583 (toysat) R 18580 18583 17793 0 -1 4202496 2744233 0 0 0 177745 457 0 0 20 0 4 0 12774961 4415098880 1018838 33554432000 4194304 16246674 140736702549328 140736702531200 13774216 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18583/statm: 1077905 1018838 844 2943 0 1074799 0
[pid=18583/tid=18584] ppid=18580 vsize=4311620 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18584/stat : 18584 (toysat) S 18580 18583 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12774961 4415098880 1018838 33554432000 4194304 16246674 140736702549328 140041610308848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18583/tid=18585] ppid=18580 vsize=4311620 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18585/stat : 18585 (toysat) S 18580 18583 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12774961 4415098880 1018838 33554432000 4194304 16246674 140736702549328 140041599818992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18583/tid=18586] ppid=18580 vsize=4311620 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18586/stat : 18586 (toysat) S 18580 18583 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12774961 4415098880 1018838 33554432000 4194304 16246674 140736702549328 140041589345456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 4311620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.17 2.15 2.10 3/184 18654
/proc/meminfo: memFree=23024560/32872528 swapFree=681192/736380
[pid=18583] ppid=18580 vsize=4311620 CPUtime=1800.02 cores=1,3,5,7
/proc/18583/stat : 18583 (toysat) R 18580 18583 17793 0 -1 4202496 2744233 0 0 0 179545 457 0 0 20 0 4 0 12774961 4415098880 1018838 33554432000 4194304 16246674 140736702549328 140736702531200 6132605 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18583/statm: 1077905 1018838 844 2943 0 1074799 0
[pid=18583/tid=18584] ppid=18580 vsize=4311620 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18584/stat : 18584 (toysat) S 18580 18583 17793 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12774961 4415098880 1018838 33554432000 4194304 16246674 140736702549328 140041610308848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18583/tid=18585] ppid=18580 vsize=4311620 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18585/stat : 18585 (toysat) S 18580 18583 17793 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12774961 4415098880 1018838 33554432000 4194304 16246674 140736702549328 140041599818992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18583/tid=18586] ppid=18580 vsize=4311620 CPUtime=0 cores=1,3,5,7
/proc/18583/task/18586/stat : 18586 (toysat) S 18580 18583 17793 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12774961 4415098880 1018838 33554432000 4194304 16246674 140736702549328 140041589345456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 4311620

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.4 s]
/proc/loadavg: 2.17 2.15 2.10 3/184 18654
/proc/meminfo: memFree=23024560/32872528 swapFree=681192/736380
[pid=18583] ppid=18580 vsize=0 CPUtime=1800.13 cores=1,3,5,7
/proc/18583/stat : 18583 (toysat) Z 18580 18583 17793 0 -1 4203532 2744233 0 0 0 179546 467 0 0 20 0 2 0 12774961 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18583/statm: 0 0 0 0 0 0 0
[pid=18583/tid=18585] ppid=18580 vsize=0 CPUtime=0.09 cores=1,3,5,7
/proc/18583/task/18585/stat : 18585 (toysat) R 18580 18583 17793 0 -1 4203588 8 0 0 0 0 9 0 0 20 0 2 0 12774961 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

[startup+1800.5 s]
/proc/loadavg: 2.17 2.15 2.10 3/184 18654
/proc/meminfo: memFree=23024560/32872528 swapFree=681192/736380
[pid=18583] ppid=18580 vsize=0 CPUtime=1800.23 cores=1,3,5,7
/proc/18583/stat : 18583 (toysat) Z 18580 18583 17793 0 -1 4203532 2744233 0 0 0 179546 477 0 0 20 0 2 0 12774961 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18583/statm: 0 0 0 0 0 0 0
[pid=18583/tid=18585] ppid=18580 vsize=0 CPUtime=0.18 cores=1,3,5,7
/proc/18583/task/18585/stat : 18585 (toysat) R 18580 18583 17793 0 -1 4203588 8 0 0 0 0 18 0 0 20 0 2 0 12774961 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.52
CPU time (s): 1800.24
CPU user time (s): 1795.46
CPU system time (s): 4.77827
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 8987204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.46
system time used= 4.77827
maximum resident set size= 8750936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2744233
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= 280
involuntary context switches= 1935

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.43202 second user time and 9.70552 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-16 22:00:57
IDJOB=4093143
IDBENCH=79560
IDSOLVER=2553
FILE ID=node112/4093143-1466107257
RUNJOBID= node112-1466103654-18244
PBS_JOBID= 19904069
Free space on /tmp= 71692 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/celar/normalized-celar7-sub4-22_wcsp.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4093143-1466107257/watcher-4093143-1466107257 -o /tmp/evaluation-result-4093143-1466107257/solver-4093143-1466107257 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466103654-18244 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093143-1466107257.wbo

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

MD5SUM BENCH= 084c96587a40d0de1efffb4a052bae0f
RANDOM SEED=1346982087

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.734
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.734
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.734
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31108852 kB
Buffers:           58444 kB
Cached:           162876 kB
SwapCached:          696 kB
Active:           231108 kB
Inactive:          91476 kB
Active(anon):     102892 kB
Inactive(anon):      740 kB
Active(file):     128216 kB
Inactive(file):    90736 kB
Unevictable:      736380 kB
Mlocked:          681192 kB
SwapTotal:      67108856 kB
SwapFree:       67098028 kB
Dirty:             37276 kB
Writeback:             0 kB
AnonPages:        835800 kB
Mapped:            10252 kB
Shmem:                 0 kB
Slab:             570944 kB
SReclaimable:      15088 kB
SUnreclaim:       555856 kB
KernelStack:        1512 kB
PageTables:         6988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1867156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     55296 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= 71676 MiB
End job on node112 at 2016-06-16 22:30:58