Trace number 4110502

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.77 1801.11

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap102_wcsp.wbo
MD5SUMb16cae5e7c1377276bc10d7f18825659
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark11850166
Best CPU time to get the best result obtained on this benchmark1800.15
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1300
Total number of constraints2598
Number of soft constraints2523
Number of constraints which are clauses2523
Number of constraints which are cardinality constraints (but not clauses)75
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint25
Top cost 60586724
Min constraint cost 1
Max constraint cost 60586724
Sum of constraints costs 76337480126
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
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-19T16:06:34+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-4110502-1466345193.wbo"]
0.00/0.01	c use --random-gen="1278134667 1873549648 817690432 65766011 2198419223 4149328991 3981166771 1509391199 1766220820 1078618534 534590878 2474527873 112444930 3312940967 3745667078 773924439 1111389442 2447704620 1360224072 2758685055 174017119 1967978859 3245118090 3984559064 913790419 1153355524 2521127712 3808108528 2738241702 1206898281 4067907221 4000420068 734810598 3285384912 1652335472 3752230897 824537052 2339582621 2723358797 94188296 1857071630 1745152390 2271744335 103032972 3865877625 3204477514 2428463861 2573410367 4082147318 2439974108 3252453993 890933968 2664579635 823082976 3427518646 99573590 3202876891 1258608878 93770338 3882163727 2780843080 1079585736 1808085864 3180648909 3813381210 1706674049 3718458450 2753061858 3859800441 758894474 2458118479 356752143 4258924199 1642550601 646293805 3970241011 1680846395 1223304419 2139587386 3802596552 3975884529 4209587409 3276008915 1076069454 203760573 554600659 701759766 1142970967 1716756999 2824041054 880742371 3053124863 3663500262 3090769902 1285521887 834046437 3596245522 529789790 3053928257 3959300554 3145599098 1151586509 3320509651 4196721642 336290604 4111534660 4170629720 3081958274 1630529166 671491383 2194860979 755091666 226166368 2754142040 962669619 921848996 1673050781 1605445738 2383672711 3539748119 783178970 2195812619 1997179022 486706152 1757365183 2184479376 474221025 4080973546 1058329015 776424852 3101999132 1548876417 3864257125 3384731733 3387973168 3069945259 3507495819 1855406896 388572086 2541417319 2376900834 2501821715 2341273422 960350647 1569938415 1507660816 2584603805 2564803026 2620734753 1547849367 2282452661 2297063920 4067625359 2902308622 4122905376 4293578628 102190439 2108509751 1563326175 2541801012 842441675 1603821230 4150809535 1048736876 3425267576 4213886486 3139342615 730642626 2138094484 830600365 3075625024 2668517508 3178522851 1396112187 4016346809 3339452702 1736107954 1859629697 2862019340 722998343 861232641 2412233938 728574758 2894461999 931697074 1709262078 3981199276 1332147389 2994398705 924506501 814620557 2994973788 3039060992 2635791104 2875728717 3504269909 2303000588 1208288377 628717494 3768470046 2341806286 3917610498 1254684039 2086660218 1125191236 1126115279 4189724624 2765598538 1593394977 3620210503 3139778409 2787431225 2588487187 3849561261 3526471152 2215680041 365513200 3234131762 3270900622 3347340214 3145666822 1232660844 2056153215 1061686535 1635069299 1715679507 1065448458 3567323357 910098250 1546547399 3850400438 1552870089 2342899864 2405923006 3761966358 2967959595 266451077 3978821351 1584302296 459195536 2488288954 2156214272 1373319758 54130547 694623890 4040315212 2925828773 2269517213 3721574125 4148489754 1285322416 2027988963 3488587033 451406617 988992913 3489427951 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-4110502-1466345193/watcher-4110502-1466345193 -o /tmp/evaluation-result-4110502-1466345193/solver-4110502-1466345193 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466341815-31320 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4110502-1466345193.wbo 

pid=699
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.22 2.26 2.21 3/179 702
/proc/meminfo: memFree=29261428/32872528 swapFree=1370848/1518016
[pid=702] ppid=699 vsize=327100 CPUtime=0 cores=0,2,4,6
/proc/702/stat : 702 (toysat) R 699 702 31304 0 -1 4202496 1150 0 0 0 0 0 0 0 20 0 4 0 36565840 334950400 2021 33554432000 4194304 16246674 140735794900048 140735794899472 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/702/statm: 82543 2031 441 2943 0 79437 0
[pid=702/tid=703] ppid=699 vsize=650820 CPUtime=0 cores=0,2,4,6
/proc/702/task/703/stat : 703 (toysat) S 699 702 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36565840 666439680 3287 33554432000 4194304 16246674 140735794900048 140719895325936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=702/tid=704] ppid=699 vsize=655940 CPUtime=0 cores=0,2,4,6
/proc/702/task/704/stat : 704 (toysat) S 699 702 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36565840 671682560 3305 33554432000 4194304 16246674 140735794900048 140719884836080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=702/tid=705] ppid=699 vsize=660036 CPUtime=0 cores=0,2,4,6
/proc/702/task/705/stat : 705 (toysat) S 699 702 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36565840 675876864 3322 33554432000 4194304 16246674 140735794900048 140719771610288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100168 s]
/proc/loadavg: 2.22 2.26 2.21 3/179 702
/proc/meminfo: memFree=29261428/32872528 swapFree=1370848/1518016
[pid=702] ppid=699 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/702/stat : 702 (toysat) R 699 702 31304 0 -1 4202496 26839 0 0 0 5 4 0 0 20 0 4 0 36565840 1247350784 27704 33554432000 4194304 16246674 140735794900048 140735794899472 12459048 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/702/statm: 304529 27712 615 2943 0 301423 0
[pid=702/tid=703] ppid=699 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/702/task/703/stat : 703 (toysat) S 699 702 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36565840 1247350784 27719 33554432000 4194304 16246674 140735794900048 140719895325936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=702/tid=704] ppid=699 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/702/task/704/stat : 704 (toysat) S 699 702 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36565840 1247350784 27725 33554432000 4194304 16246674 140735794900048 140719884836080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=702/tid=705] ppid=699 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/702/task/705/stat : 705 (toysat) S 699 702 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36565840 1247350784 27732 33554432000 4194304 16246674 140735794900048 140719771610288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200516 s]
/proc/loadavg: 2.22 2.26 2.21 3/179 702
/proc/meminfo: memFree=29261428/32872528 swapFree=1370848/1518016
[pid=702] ppid=699 vsize=1221188 CPUtime=0.19 cores=0,2,4,6
/proc/702/stat : 702 (toysat) R 699 702 31304 0 -1 4202496 28779 0 0 0 15 4 0 0 20 0 4 0 36565840 1250496512 29597 33554432000 4194304 16246674 140735794900048 140735794899360 13774000 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/702/statm: 305297 29597 842 2943 0 302191 0
[pid=702/tid=703] ppid=699 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/702/task/703/stat : 703 (toysat) S 699 702 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36565840 1250496512 29597 33554432000 4194304 16246674 140735794900048 140719895325936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=702/tid=704] ppid=699 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/702/task/704/stat : 704 (toysat) S 699 702 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36565840 1250496512 29597 33554432000 4194304 16246674 140735794900048 140719884836080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=702/tid=705] ppid=699 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/702/task/705/stat : 705 (toysat) S 699 702 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36565840 1250496512 29597 33554432000 4194304 16246674 140735794900048 140719771610288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1221188

[startup+0.300483 s]
/proc/loadavg: 2.22 2.26 2.21 3/179 702
/proc/meminfo: memFree=29261428/32872528 swapFree=1370848/1518016
[pid=702] ppid=699 vsize=1221188 CPUtime=0.29 cores=0,2,4,6
/proc/702/stat : 702 (toysat) R 699 702 31304 0 -1 4202496 28779 0 0 0 25 4 0 0 20 0 4 0 36565840 1250496512 29597 33554432000 4194304 16246674 140735794900048 140735794881920 13923760 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/702/statm: 305297 29597 842 2943 0 302191 0
[pid=702/tid=703] ppid=699 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/702/task/703/stat : 703 (toysat) S 699 702 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36565840 1250496512 29597 33554432000 4194304 16246674 140735794900048 140719895325936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=702/tid=704] ppid=699 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/702/task/704/stat : 704 (toysat) S 699 702 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36565840 1250496512 29597 33554432000 4194304 16246674 140735794900048 140719884836080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=702/tid=705] ppid=699 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/702/task/705/stat : 705 (toysat) S 699 702 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36565840 1250496512 29597 33554432000 4194304 16246674 140735794900048 140719771610288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1221188

[startup+0.700392 s]
/proc/loadavg: 2.22 2.26 2.21 3/179 702
/proc/meminfo: memFree=29261428/32872528 swapFree=1370848/1518016
[pid=702] ppid=699 vsize=1221188 CPUtime=0.69 cores=0,2,4,6
/proc/702/stat : 702 (toysat) R 699 702 31304 0 -1 4202496 28779 0 0 0 65 4 0 0 20 0 4 0 36565840 1250496512 29597 33554432000 4194304 16246674 140735794900048 140735794881920 6132452 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/702/statm: 305297 29597 842 2943 0 302191 0
[pid=702/tid=703] ppid=699 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/702/task/703/stat : 703 (toysat) S 699 702 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36565840 1250496512 29597 33554432000 4194304 16246674 140735794900048 140719895325936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=702/tid=704] ppid=699 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/702/task/704/stat : 704 (toysat) S 699 702 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36565840 1250496512 29597 33554432000 4194304 16246674 140735794900048 140719884836080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=702/tid=705] ppid=699 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/702/task/705/stat : 705 (toysat) S 699 702 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36565840 1250496512 29597 33554432000 4194304 16246674 140735794900048 140719771610288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1221188

[startup+1.50038 s]
/proc/loadavg: 2.22 2.26 2.21 3/183 706
/proc/meminfo: memFree=29107380/32872528 swapFree=1370848/1518016
[pid=702] ppid=699 vsize=1221188 CPUtime=1.48 cores=0,2,4,6
/proc/702/stat : 702 (toysat) R 699 702 31304 0 -1 4202496 46313 0 0 0 141 7 0 0 20 0 4 0 36565840 1250496512 47131 33554432000 4194304 16246674 140735794900048 140735794881920 6195017 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/702/statm: 305297 47131 842 2943 0 302191 0
[pid=702/tid=703] ppid=699 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/702/task/703/stat : 703 (toysat) S 699 702 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36565840 1250496512 47131 33554432000 4194304 16246674 140735794900048 140719895325936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=702/tid=704] ppid=699 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/702/task/704/stat : 704 (toysat) S 699 702 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36565840 1250496512 47131 33554432000 4194304 16246674 140735794900048 140719884836080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=702/tid=705] ppid=699 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/702/task/705/stat : 705 (toysat) S 699 702 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36565840 1250496512 47131 33554432000 4194304 16246674 140735794900048 140719771610288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1221188

[startup+3.10034 s]
/proc/loadavg: 2.22 2.26 2.21 3/183 706
/proc/meminfo: memFree=29012048/32872528 swapFree=1370848/1518016
[pid=702] ppid=699 vsize=1221188 CPUtime=3.09 cores=0,2,4,6
/proc/702/stat : 702 (toysat) R 699 702 31304 0 -1 4202496 87074 0 0 0 296 13 0 0 20 0 4 0 36565840 1250496512 87892 33554432000 4194304 16246674 140735794900048 140735794881920 12459048 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/702/statm: 305297 87896 842 2943 0 302191 0
[pid=702/tid=703] ppid=699 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/702/task/703/stat : 703 (toysat) S 699 702 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36565840 1250496512 87898 33554432000 4194304 16246674 140735794900048 140719895325936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=702/tid=704] ppid=699 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/702/task/704/stat : 704 (toysat) S 699 702 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36565840 1250496512 87902 33554432000 4194304 16246674 140735794900048 140719884836080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=702/tid=705] ppid=699 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/702/task/705/stat : 705 (toysat) S 699 702 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36565840 1250496512 87906 33554432000 4194304 16246674 140735794900048 140719771610288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1221188

[startup+6.3004 s]
/proc/loadavg: 2.20 2.25 2.20 3/183 706
/proc/meminfo: memFree=28364628/32872528 swapFree=1370848/1518016
[pid=702] ppid=699 vsize=1277508 CPUtime=6.29 cores=0,2,4,6
/proc/702/stat : 702 (toysat) R 699 702 31304 0 -1 4202496 260300 0 0 0 593 36 0 0 20 0 4 0 36565840 1308168192 261118 33554432000 4194304 16246674 140735794900048 140735794881920 6132467 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/702/statm: 319377 261118 844 2943 0 316271 0
[pid=702/tid=703] ppid=699 vsize=1277508 CPUtime=0 cores=0,2,4,6
/proc/702/task/703/stat : 703 (toysat) S 699 702 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36565840 1308168192 261118 33554432000 4194304 16246674 140735794900048 140719895325936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=702/tid=704] ppid=699 vsize=1277508 CPUtime=0 cores=0,2,4,6
/proc/702/task/704/stat : 704 (toysat) S 699 702 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36565840 1308168192 261118 33554432000 4194304 16246674 140735794900048 140719884836080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=702/tid=705] ppid=699 vsize=1277508 CPUtime=0 cores=0,2,4,6
/proc/702/task/705/stat : 705 (toysat) S 699 702 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36565840 1308168192 261118 33554432000 4194304 16246674 140735794900048 140719771610288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1277508

[startup+12.7004 s]
/proc/loadavg: 2.18 2.25 2.20 4/183 706
/proc/meminfo: memFree=28188272/32872528 swapFree=1370848/1518016
[pid=702] ppid=699 vsize=1306180 CPUtime=12.68 cores=0,2,4,6
/proc/702/stat : 702 (toysat) R 699 702 31304 0 -1 4202496 267668 0 0 0 1231 37 0 0 20 0 4 0 36565840 1337528320 268486 33554432000 4194304 16246674 140735794900048 140735794881920 13807758 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/702/statm: 326545 268486 844 2943 0 323439 0
[pid=702/tid=703] ppid=699 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/702/task/703/stat : 703 (toysat) S 699 702 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36565840 1337528320 268486 33554432000 4194304 16246674 140735794900048 140719895325936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=702/tid=704] ppid=699 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/702/task/704/stat : 704 (toysat) S 699 702 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36565840 1337528320 268486 33554432000 4194304 16246674 140735794900048 140719884836080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=702/tid=705] ppid=699 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/702/task/705/stat : 705 (toysat) S 699 702 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36565840 1337528320 268486 33554432000 4194304 16246674 140735794900048 140719771610288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.14 2.24 2.20 3/183 706
/proc/meminfo: memFree=28188180/32872528 swapFree=1370848/1518016
[pid=702] ppid=699 vsize=1306180 CPUtime=25.48 cores=0,2,4,6
/proc/702/stat : 702 (toysat) R 699 702 31304 0 -1 4202496 267669 0 0 0 2511 37 0 0 20 0 4 0 36565840 1337528320 268489 33554432000 4194304 16246674 140735794900048 140735794881920 13807742 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/702/statm: 326545 268489 844 2943 0 323439 0
[pid=702/tid=703] ppid=699 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/702/task/703/stat : 703 (toysat) S 699 702 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36565840 1337528320 268489 33554432000 4194304 16246674 140735794900048 140719895325936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=702/tid=704] ppid=699 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/702/task/704/stat : 704 (toysat) S 699 702 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36565840 1337528320 268489 33554432000 4194304 16246674 140735794900048 140719884836080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=702/tid=705] ppid=699 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/702/task/705/stat : 705 (toysat) S 699 702 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36565840 1337528320 268489 33554432000 4194304 16246674 140735794900048 140719771610288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1306180

[startup+51.1005 s]
/proc/loadavg: 2.16 2.23 2.20 4/183 706
/proc/meminfo: memFree=28188148/32872528 swapFree=1370848/1518016
[pid=702] ppid=699 vsize=1306180 CPUtime=51.08 cores=0,2,4,6
/proc/702/stat : 702 (toysat) R 699 702 31304 0 -1 4202496 267669 0 0 0 5071 37 0 0 20 0 4 0 36565840 1337528320 268489 33554432000 4194304 16246674 140735794900048 140735794881920 6132605 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/702/statm: 326545 268489 844 2943 0 323439 0
[pid=702/tid=703] ppid=699 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/702/task/703/stat : 703 (toysat) S 699 702 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36565840 1337528320 268489 33554432000 4194304 16246674 140735794900048 140719895325936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=702/tid=704] ppid=699 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/702/task/704/stat : 704 (toysat) S 699 702 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36565840 1337528320 268489 33554432000 4194304 16246674 140735794900048 140719884836080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=702/tid=705] ppid=699 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/702/task/705/stat : 705 (toysat) S 699 702 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36565840 1337528320 268489 33554432000 4194304 16246674 140735794900048 140719771610288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1306180

[startup+102.3 s]
/proc/loadavg: 2.20 2.22 2.19 3/183 707
/proc/meminfo: memFree=28187728/32872528 swapFree=1370848/1518016
[pid=702] ppid=699 vsize=1306180 CPUtime=102.27 cores=0,2,4,6
/proc/702/stat : 702 (toysat) R 699 702 31304 0 -1 4202496 267672 0 0 0 10190 37 0 0 20 0 4 0 36565840 1337528320 268489 33554432000 4194304 16246674 140735794900048 140735794881920 12480888 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/702/statm: 326545 268489 844 2943 0 323439 0
[pid=702/tid=703] ppid=699 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/702/task/703/stat : 703 (toysat) S 699 702 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36565840 1337528320 268489 33554432000 4194304 16246674 140735794900048 140719895325936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=702/tid=704] ppid=699 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/702/task/704/stat : 704 (toysat) S 699 702 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36565840 1337528320 268489 33554432000 4194304 16246674 140735794900048 140719884836080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=702/tid=705] ppid=699 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/702/task/705/stat : 705 (toysat) S 699 702 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36565840 1337528320 268489 33554432000 4194304 16246674 140735794900048 140719771610288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1306180


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


[startup+1422.3 s]
/proc/loadavg: 2.24 2.18 2.17 3/184 791
/proc/meminfo: memFree=3989708/32872528 swapFree=1370848/1518016
[pid=702] ppid=699 vsize=13355588 CPUtime=1422.01 cores=0,2,4,6
/proc/702/stat : 702 (toysat) R 699 702 31304 0 -1 4202496 3280079 0 0 0 141665 536 0 0 20 0 4 0 36565840 13676122112 3280846 33554432000 4194304 16246674 140735794900048 140735794899224 13774223 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/702/statm: 3338897 3280846 845 2943 0 3335791 0
[pid=702/tid=703] ppid=699 vsize=13355588 CPUtime=0 cores=0,2,4,6
/proc/702/task/703/stat : 703 (toysat) S 699 702 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36565840 13676122112 3280846 33554432000 4194304 16246674 140735794900048 140719895325936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=702/tid=704] ppid=699 vsize=13355588 CPUtime=0 cores=0,2,4,6
/proc/702/task/704/stat : 704 (toysat) S 699 702 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36565840 13676122112 3280846 33554432000 4194304 16246674 140735794900048 140719884836080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=702/tid=705] ppid=699 vsize=13355588 CPUtime=0 cores=0,2,4,6
/proc/702/task/705/stat : 705 (toysat) S 699 702 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36565840 13676122112 3280846 33554432000 4194304 16246674 140735794900048 140719771610288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 13355588

[startup+1482.3 s]
/proc/loadavg: 2.25 2.19 2.18 4/183 793
/proc/meminfo: memFree=3968264/32872528 swapFree=1370848/1518016
[pid=702] ppid=699 vsize=13355588 CPUtime=1482.01 cores=0,2,4,6
/proc/702/stat : 702 (toysat) R 699 702 31304 0 -1 4202496 3280079 0 0 0 147660 541 0 0 20 0 4 0 36565840 13676122112 3280846 33554432000 4194304 16246674 140735794900048 140735794899224 13774000 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/702/statm: 3338897 3280846 845 2943 0 3335791 0
[pid=702/tid=703] ppid=699 vsize=13355588 CPUtime=0 cores=0,2,4,6
/proc/702/task/703/stat : 703 (toysat) S 699 702 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36565840 13676122112 3280846 33554432000 4194304 16246674 140735794900048 140719895325936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=702/tid=704] ppid=699 vsize=13355588 CPUtime=0 cores=0,2,4,6
/proc/702/task/704/stat : 704 (toysat) S 699 702 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36565840 13676122112 3280846 33554432000 4194304 16246674 140735794900048 140719884836080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=702/tid=705] ppid=699 vsize=13355588 CPUtime=0 cores=0,2,4,6
/proc/702/task/705/stat : 705 (toysat) S 699 702 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36565840 13676122112 3280846 33554432000 4194304 16246674 140735794900048 140719771610288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 13355588

[startup+1542.31 s]
/proc/loadavg: 2.18 2.18 2.18 3/183 794
/proc/meminfo: memFree=3968532/32872528 swapFree=1370848/1518016
[pid=702] ppid=699 vsize=13355588 CPUtime=1542 cores=0,2,4,6
/proc/702/stat : 702 (toysat) R 699 702 31304 0 -1 4202496 3280079 0 0 0 153654 546 0 0 20 0 4 0 36565840 13676122112 3280846 33554432000 4194304 16246674 140735794900048 140735794899224 13817033 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/702/statm: 3338897 3280846 845 2943 0 3335791 0
[pid=702/tid=703] ppid=699 vsize=13355588 CPUtime=0 cores=0,2,4,6
/proc/702/task/703/stat : 703 (toysat) S 699 702 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36565840 13676122112 3280846 33554432000 4194304 16246674 140735794900048 140719895325936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=702/tid=704] ppid=699 vsize=13355588 CPUtime=0 cores=0,2,4,6
/proc/702/task/704/stat : 704 (toysat) S 699 702 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36565840 13676122112 3280846 33554432000 4194304 16246674 140735794900048 140719884836080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=702/tid=705] ppid=699 vsize=13355588 CPUtime=0 cores=0,2,4,6
/proc/702/task/705/stat : 705 (toysat) S 699 702 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36565840 13676122112 3280846 33554432000 4194304 16246674 140735794900048 140719771610288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 13355588

[startup+1602.3 s]
/proc/loadavg: 2.16 2.18 2.17 4/183 795
/proc/meminfo: memFree=3968664/32872528 swapFree=1370848/1518016
[pid=702] ppid=699 vsize=13355588 CPUtime=1601.99 cores=0,2,4,6
/proc/702/stat : 702 (toysat) R 699 702 31304 0 -1 4202496 3280079 0 0 0 159648 551 0 0 20 0 4 0 36565840 13676122112 3280846 33554432000 4194304 16246674 140735794900048 140735794899224 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/702/statm: 3338897 3280846 845 2943 0 3335791 0
[pid=702/tid=703] ppid=699 vsize=13355588 CPUtime=0 cores=0,2,4,6
/proc/702/task/703/stat : 703 (toysat) S 699 702 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36565840 13676122112 3280846 33554432000 4194304 16246674 140735794900048 140719895325936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=702/tid=704] ppid=699 vsize=13355588 CPUtime=0 cores=0,2,4,6
/proc/702/task/704/stat : 704 (toysat) S 699 702 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36565840 13676122112 3280846 33554432000 4194304 16246674 140735794900048 140719884836080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=702/tid=705] ppid=699 vsize=13355588 CPUtime=0 cores=0,2,4,6
/proc/702/task/705/stat : 705 (toysat) S 699 702 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36565840 13676122112 3280846 33554432000 4194304 16246674 140735794900048 140719771610288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 13355588

[startup+1662.3 s]
/proc/loadavg: 2.23 2.19 2.18 3/183 796
/proc/meminfo: memFree=3968692/32872528 swapFree=1370848/1518016
[pid=702] ppid=699 vsize=13355588 CPUtime=1661.98 cores=0,2,4,6
/proc/702/stat : 702 (toysat) R 699 702 31304 0 -1 4202496 3280083 0 0 0 165644 554 0 0 20 0 4 0 36565840 13676122112 3280850 33554432000 4194304 16246674 140735794900048 140735794897984 14013920 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/702/statm: 3338897 3280850 849 2943 0 3335791 0
[pid=702/tid=703] ppid=699 vsize=13355588 CPUtime=0 cores=0,2,4,6
/proc/702/task/703/stat : 703 (toysat) S 699 702 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36565840 13676122112 3280850 33554432000 4194304 16246674 140735794900048 140719895325936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=702/tid=704] ppid=699 vsize=13355588 CPUtime=0 cores=0,2,4,6
/proc/702/task/704/stat : 704 (toysat) S 699 702 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36565840 13676122112 3280850 33554432000 4194304 16246674 140735794900048 140719884835856 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=702/tid=705] ppid=699 vsize=13355588 CPUtime=0 cores=0,2,4,6
/proc/702/task/705/stat : 705 (toysat) S 699 702 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36565840 13676122112 3280850 33554432000 4194304 16246674 140735794900048 140719771610288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 13355588

[startup+1722.3 s]
/proc/loadavg: 2.21 2.18 2.18 3/183 797
/proc/meminfo: memFree=3968360/32872528 swapFree=1370848/1518016
[pid=702] ppid=699 vsize=13355588 CPUtime=1721.96 cores=0,2,4,6
/proc/702/stat : 702 (toysat) R 699 702 31304 0 -1 4202496 3280083 0 0 0 171639 557 0 0 20 0 4 0 36565840 13676122112 3280850 33554432000 4194304 16246674 140735794900048 140735794899224 13923640 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/702/statm: 3338897 3280850 849 2943 0 3335791 0
[pid=702/tid=703] ppid=699 vsize=13355588 CPUtime=0 cores=0,2,4,6
/proc/702/task/703/stat : 703 (toysat) S 699 702 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36565840 13676122112 3280850 33554432000 4194304 16246674 140735794900048 140719895325936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=702/tid=704] ppid=699 vsize=13355588 CPUtime=0 cores=0,2,4,6
/proc/702/task/704/stat : 704 (toysat) S 699 702 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36565840 13676122112 3280850 33554432000 4194304 16246674 140735794900048 140719884836080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=702/tid=705] ppid=699 vsize=13355588 CPUtime=0 cores=0,2,4,6
/proc/702/task/705/stat : 705 (toysat) S 699 702 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36565840 13676122112 3280850 33554432000 4194304 16246674 140735794900048 140719771610288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 13355588

[startup+1782.3 s]
/proc/loadavg: 2.19 2.18 2.18 3/183 799
/proc/meminfo: memFree=3968244/32872528 swapFree=1370848/1518016
[pid=702] ppid=699 vsize=13355588 CPUtime=1781.96 cores=0,2,4,6
/proc/702/stat : 702 (toysat) R 699 702 31304 0 -1 4202496 3280083 0 0 0 177635 561 0 0 20 0 4 0 36565840 13676122112 3280850 33554432000 4194304 16246674 140735794900048 140735794899224 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/702/statm: 3338897 3280850 849 2943 0 3335791 0
[pid=702/tid=703] ppid=699 vsize=13355588 CPUtime=0 cores=0,2,4,6
/proc/702/task/703/stat : 703 (toysat) S 699 702 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36565840 13676122112 3280850 33554432000 4194304 16246674 140735794900048 140719895325936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=702/tid=704] ppid=699 vsize=13355588 CPUtime=0 cores=0,2,4,6
/proc/702/task/704/stat : 704 (toysat) S 699 702 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36565840 13676122112 3280850 33554432000 4194304 16246674 140735794900048 140719884836080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=702/tid=705] ppid=699 vsize=13355588 CPUtime=0 cores=0,2,4,6
/proc/702/task/705/stat : 705 (toysat) S 699 702 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36565840 13676122112 3280850 33554432000 4194304 16246674 140735794900048 140719771610288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 13355588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.22 2.18 2.18 3/183 800
/proc/meminfo: memFree=3968216/32872528 swapFree=1370848/1518016
[pid=702] ppid=699 vsize=13355588 CPUtime=1800.06 cores=0,2,4,6
/proc/702/stat : 702 (toysat) R 699 702 31304 0 -1 4202496 3280083 0 0 0 179443 563 0 0 20 0 4 0 36565840 13676122112 3280850 33554432000 4194304 16246674 140735794900048 140735794899224 6136820 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/702/statm: 3338897 3280850 849 2943 0 3335791 0
[pid=702/tid=703] ppid=699 vsize=13355588 CPUtime=0 cores=0,2,4,6
/proc/702/task/703/stat : 703 (toysat) S 699 702 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36565840 13676122112 3280850 33554432000 4194304 16246674 140735794900048 140719895325936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=702/tid=704] ppid=699 vsize=13355588 CPUtime=0 cores=0,2,4,6
/proc/702/task/704/stat : 704 (toysat) S 699 702 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36565840 13676122112 3280850 33554432000 4194304 16246674 140735794900048 140719884836080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=702/tid=705] ppid=699 vsize=13355588 CPUtime=0 cores=0,2,4,6
/proc/702/task/705/stat : 705 (toysat) S 699 702 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36565840 13676122112 3280850 33554432000 4194304 16246674 140735794900048 140719771610288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 13355588

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

[startup+1800.81 s]
/proc/loadavg: 2.20 2.18 2.18 3/181 800
/proc/meminfo: memFree=11191444/32872528 swapFree=1370848/1518016
[pid=702] ppid=699 vsize=0 CPUtime=1800.46 cores=0,2,4,6
/proc/702/stat : 702 (toysat) Z 699 702 31304 0 -1 4203532 3280083 0 0 0 179443 603 0 0 20 0 2 0 36565840 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/702/statm: 0 0 0 0 0 0 0
[pid=702/tid=704] ppid=699 vsize=0 CPUtime=0.39 cores=0,2,4,6
/proc/702/task/704/stat : 704 (toysat) R 699 702 31304 0 -1 4203588 8 0 0 0 0 39 0 0 20 0 2 0 36565840 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.46
Current children cumulated vsize (KiB) 0

[startup+1801 s]
/proc/loadavg: 2.20 2.18 2.18 3/181 800
/proc/meminfo: memFree=11191444/32872528 swapFree=1370848/1518016
[pid=702] ppid=699 vsize=0 CPUtime=1800.65 cores=0,2,4,6
/proc/702/stat : 702 (toysat) Z 699 702 31304 0 -1 4203532 3280083 0 0 0 179443 622 0 0 20 0 2 0 36565840 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/702/statm: 0 0 0 0 0 0 0
[pid=702/tid=704] ppid=699 vsize=0 CPUtime=0.58 cores=0,2,4,6
/proc/702/task/704/stat : 704 (toysat) R 699 702 31304 0 -1 4203588 8 0 0 0 0 58 0 0 20 0 2 0 36565840 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.65
Current children cumulated vsize (KiB) 0

[startup+1801.1 s]
/proc/loadavg: 2.20 2.18 2.18 3/181 800
/proc/meminfo: memFree=11191444/32872528 swapFree=1370848/1518016
[pid=702] ppid=699 vsize=0 CPUtime=1800.75 cores=0,2,4,6
/proc/702/stat : 702 (toysat) Z 699 702 31304 0 -1 4203532 3280083 0 0 0 179443 632 0 0 20 0 2 0 36565840 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/702/statm: 0 0 0 0 0 0 0
[pid=702/tid=704] ppid=699 vsize=0 CPUtime=0.68 cores=0,2,4,6
/proc/702/task/704/stat : 704 (toysat) R 699 702 31304 0 -1 4203588 8 0 0 0 0 68 0 0 20 0 2 0 36565840 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.75
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.11
CPU time (s): 1800.77
CPU user time (s): 1794.44
CPU system time (s): 6.33204
CPU usage (%): 99.981
Max. virtual memory (cumulated for all children) (KiB): 13355588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.44
system time used= 6.33204
maximum resident set size= 13123400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3280083
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= 131
involuntary context switches= 1903

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.73328 second user time and 6.73998 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-19 16:06:34
IDJOB=4110502
IDBENCH=79495
IDSOLVER=2553
FILE ID=node129/4110502-1466345193
RUNJOBID= node129-1466341815-31320
PBS_JOBID= 19922024
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/warehouse/normalized-cap102_wcsp.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110502-1466345193/watcher-4110502-1466345193 -o /tmp/evaluation-result-4110502-1466345193/solver-4110502-1466345193 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466341815-31320 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4110502-1466345193.wbo

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

MD5SUM BENCH= b16cae5e7c1377276bc10d7f18825659
RANDOM SEED=925663395

node129.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.143
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.28
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.143
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.143
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.143
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.143
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.143
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.54
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.143
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.143
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:        29262600 kB
Buffers:           90544 kB
Cached:           179168 kB
SwapCached:         1804 kB
Active:          1214256 kB
Inactive:         139104 kB
Active(anon):    1083280 kB
Inactive(anon):     2732 kB
Active(file):     130976 kB
Inactive(file):   136372 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099348 kB
Dirty:             16656 kB
Writeback:             0 kB
AnonPages:       2605568 kB
Mapped:            10968 kB
Shmem:                 0 kB
Slab:             603632 kB
SReclaimable:      46912 kB
SUnreclaim:       556720 kB
KernelStack:        1520 kB
PageTables:         8988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2745532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1226752 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= 71704 MiB
End job on node129 at 2016-06-19 16:36:35