Trace number 4093119

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.55 1800.85

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/academics/
normalized-warehouse1_wcsp.wbo
MD5SUMe84f9fd9c38a67d9707b8aa628966b83
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark674555
Best CPU time to get the best result obtained on this benchmark257.604
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables418
Total number of constraints818
Number of soft constraints779
Number of constraints which are clauses779
Number of constraints which are cardinality constraints (but not clauses)39
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint19
Top cost 2939907
Min constraint cost 1
Max constraint cost 2939907
Sum of constraints costs 1138582091
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 20
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-16T18:39:12+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-4093119-1466095152.wbo"]
0.00/0.01	c use --random-gen="807862313 413612254 2156299063 4000085308 2799714371 1643594935 200144432 2768780889 522745999 4075716258 2621958220 323210624 3589560171 270908041 3133659896 731333121 583405394 382698860 351434550 3462641043 3775826308 2704746803 2792990306 3909833990 3401237932 1305799936 946617952 211526874 1603819756 3080833456 1041630411 3259863426 3623554941 3407695540 3446677326 4177076225 4001856824 3972952349 570699316 3499223007 3005407765 2989842497 2754046671 4056878648 2680234357 581595195 2443089170 3104471912 150650091 2147792258 2718509289 3554169237 3926889454 1980626233 1081083481 2337808194 2671522801 2419291913 1934936687 3968196946 979932873 3478945074 2121453310 1862301099 3076862785 666269082 3581134250 2403736593 2656432983 1041013065 2730845893 3140870337 129744115 237728756 2894045829 2468117937 2739008950 3538831400 1847435222 3228365235 1396512482 480070239 3325072989 1877328243 2770122574 1053363225 156100174 3660593119 620579971 3928378722 3251532800 3341121379 1279035211 2861762622 2840664542 1864600685 29261530 3467034080 1610113912 3573641157 2082377638 3742547617 3183758487 1624806921 3616132712 2980388191 2910136894 3049059428 4225903215 1170549597 2783743711 1392100849 187603197 3633248117 1157206690 2787843403 2081238527 1754747081 3881375795 4140887909 1707956329 3059733849 2822776023 1967977641 3404153471 505397680 3590583220 3852767175 3370805148 3954520969 988373146 3828491956 2846001995 3496478882 1908143430 2827993016 1391387922 676693870 3386598338 443830773 2646381632 1151962717 3922806938 3939653383 167504844 3504216231 1116430552 3002723303 1978183137 468130969 2929372915 2492262178 3627621972 4225286787 3419964253 402000326 3123168610 821844391 3859230130 843682494 2870739165 182997432 946810513 2655532695 1420404350 1487308431 2387131411 1632497022 3946552378 2012378368 1928723961 4188942399 3408560911 3775768274 777444878 1586541938 3588713227 994507908 4043294713 876291601 3777578626 2043075619 2264898406 2897744855 1423910496 2290692315 1369360579 1504494104 210944048 2339155785 4032820704 996423474 2311943879 3640195497 934224660 488258849 1757522087 2076795670 953924589 75074859 2363682984 457957466 3651923872 884777027 3610749980 516468258 3639350379 3555318827 3925230121 3296193658 815726500 4211454756 3920417698 1025837028 464739285 1185440847 552945471 285131162 2659639776 2447089846 2183452493 3974991327 3224508641 437234763 118688446 959048962 3238334989 1106895282 2708704759 3718250548 3136146750 2827480782 2629603029 2108882700 2317065328 4048051842 2210524369 517280809 648075701 1069272506 2513815700 3259167238 3699599812 111667439 2573027262 3274984410 4131344619 4087325818 4032133742 242004787 2537000244 2753306259 3239954019 2221191991 397074928 3613400411 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-4093119-1466095152/watcher-4093119-1466095152 -o /tmp/evaluation-result-4093119-1466095152/solver-4093119-1466095152 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466093052-24299 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093119-1466095152.wbo 

pid=24525
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.23 2.23 2.35 3/179 24528
/proc/meminfo: memFree=29718244/32872528 swapFree=1103228/1182944
[pid=24528] ppid=24525 vsize=704956 CPUtime=0 cores=1,3,5,7
/proc/24528/stat : 24528 (toysat) R 24525 24528 7201 0 -1 4202496 2626 0 0 0 0 0 0 0 20 0 4 0 11564185 721874944 3497 33554432000 4194304 16246674 140734229581968 140734229581392 15002730 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24528/statm: 177007 3507 441 2943 0 173901 0
[pid=24528/tid=24529] ppid=24525 vsize=723388 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24529/stat : 24529 (toysat) S 24525 24528 7201 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11564186 740749312 3568 33554432000 4194304 16246674 140734229581968 140029915540720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=24528/tid=24530] ppid=24525 vsize=727484 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24530/stat : 24530 (toysat) S 24525 24528 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11564186 744943616 3584 33554432000 4194304 16246674 140734229581968 140029905050864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=24528/tid=24531] ppid=24525 vsize=731580 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24531/stat : 24531 (toysat) S 24525 24528 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11564186 749137920 3600 33554432000 4194304 16246674 140734229581968 140029825379504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100176 s]
/proc/loadavg: 2.23 2.23 2.35 3/179 24528
/proc/meminfo: memFree=29718244/32872528 swapFree=1103228/1182944
[pid=24528] ppid=24525 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/24528/stat : 24528 (toysat) R 24525 24528 7201 0 -1 4202496 21134 0 0 0 6 3 0 0 20 0 4 0 11564185 1247350784 21998 33554432000 4194304 16246674 140734229581968 140734229581392 12459048 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24528/statm: 304529 22003 626 2943 0 301423 0
[pid=24528/tid=24529] ppid=24525 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24529/stat : 24529 (toysat) S 24525 24528 7201 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11564186 1247350784 22006 33554432000 4194304 16246674 140734229581968 140029915540720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=24528/tid=24530] ppid=24525 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24530/stat : 24530 (toysat) S 24525 24528 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11564186 1247350784 22009 33554432000 4194304 16246674 140734229581968 140029905050864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=24528/tid=24531] ppid=24525 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24531/stat : 24531 (toysat) S 24525 24528 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11564186 1247350784 22012 33554432000 4194304 16246674 140734229581968 140029825379504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200539 s]
/proc/loadavg: 2.23 2.23 2.35 3/179 24528
/proc/meminfo: memFree=29718244/32872528 swapFree=1103228/1182944
[pid=24528] ppid=24525 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/24528/stat : 24528 (toysat) R 24525 24528 7201 0 -1 4202496 33471 0 0 0 15 4 0 0 20 0 4 0 11564185 1247350784 34335 33554432000 4194304 16246674 140734229581968 140734229581392 6196885 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24528/statm: 304529 34347 626 2943 0 301423 0
[pid=24528/tid=24529] ppid=24525 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24529/stat : 24529 (toysat) S 24525 24528 7201 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11564186 1247350784 34349 33554432000 4194304 16246674 140734229581968 140029915540720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=24528/tid=24530] ppid=24525 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24530/stat : 24530 (toysat) S 24525 24528 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11564186 1247350784 34350 33554432000 4194304 16246674 140734229581968 140029905050864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=24528/tid=24531] ppid=24525 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24531/stat : 24531 (toysat) S 24525 24528 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11564186 1247350784 34352 33554432000 4194304 16246674 140734229581968 140029825379504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300498 s]
/proc/loadavg: 2.23 2.23 2.35 3/179 24528
/proc/meminfo: memFree=29718244/32872528 swapFree=1103228/1182944
[pid=24528] ppid=24525 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/24528/stat : 24528 (toysat) R 24525 24528 7201 0 -1 4202496 45008 0 0 0 23 6 0 0 20 0 4 0 11564185 1247350784 45872 33554432000 4194304 16246674 140734229581968 140734229581392 12459121 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24528/statm: 304529 45878 626 2943 0 301423 0
[pid=24528/tid=24529] ppid=24525 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24529/stat : 24529 (toysat) S 24525 24528 7201 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11564186 1247350784 45882 33554432000 4194304 16246674 140734229581968 140029915540720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=24528/tid=24530] ppid=24525 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24530/stat : 24530 (toysat) S 24525 24528 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11564186 1247350784 45887 33554432000 4194304 16246674 140734229581968 140029905050864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=24528/tid=24531] ppid=24525 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24531/stat : 24531 (toysat) S 24525 24528 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11564186 1247350784 45891 33554432000 4194304 16246674 140734229581968 140029825379504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700409 s]
/proc/loadavg: 2.23 2.23 2.35 3/179 24528
/proc/meminfo: memFree=29718244/32872528 swapFree=1103228/1182944
[pid=24528] ppid=24525 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/24528/stat : 24528 (toysat) R 24525 24528 7201 0 -1 4202496 89020 0 0 0 56 13 0 0 20 0 4 0 11564185 1247350784 89884 33554432000 4194304 16246674 140734229581968 140734229581392 6142966 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24528/statm: 304529 89888 626 2943 0 301423 0
[pid=24528/tid=24529] ppid=24525 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24529/stat : 24529 (toysat) S 24525 24528 7201 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11564186 1247350784 89891 33554432000 4194304 16246674 140734229581968 140029915540720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=24528/tid=24530] ppid=24525 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24530/stat : 24530 (toysat) S 24525 24528 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11564186 1247350784 89893 33554432000 4194304 16246674 140734229581968 140029905050864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=24528/tid=24531] ppid=24525 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24531/stat : 24531 (toysat) S 24525 24528 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11564186 1247350784 89895 33554432000 4194304 16246674 140734229581968 140029825379504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50041 s]
/proc/loadavg: 2.23 2.23 2.35 3/183 24532
/proc/meminfo: memFree=29201120/32872528 swapFree=1103228/1182944
[pid=24528] ppid=24525 vsize=1218116 CPUtime=1.49 cores=1,3,5,7
/proc/24528/stat : 24528 (toysat) R 24525 24528 7201 0 -1 4202496 166830 0 0 0 125 24 0 0 20 0 4 0 11564185 1247350784 167694 33554432000 4194304 16246674 140734229581968 140734229563840 12500869 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24528/statm: 304529 167695 626 2943 0 301423 0
[pid=24528/tid=24529] ppid=24525 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24529/stat : 24529 (toysat) S 24525 24528 7201 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11564186 1247350784 167695 33554432000 4194304 16246674 140734229581968 140029915540720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=24528/tid=24530] ppid=24525 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24530/stat : 24530 (toysat) S 24525 24528 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11564186 1247350784 167695 33554432000 4194304 16246674 140734229581968 140029905050864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=24528/tid=24531] ppid=24525 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24531/stat : 24531 (toysat) S 24525 24528 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11564186 1247350784 167695 33554432000 4194304 16246674 140734229581968 140029825379504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1218116

[startup+3.10041 s]
/proc/loadavg: 2.21 2.23 2.35 3/183 24532
/proc/meminfo: memFree=28795392/32872528 swapFree=1103228/1182944
[pid=24528] ppid=24525 vsize=1231428 CPUtime=3.09 cores=1,3,5,7
/proc/24528/stat : 24528 (toysat) R 24525 24528 7201 0 -1 4202496 248940 0 0 0 273 36 0 0 20 0 4 0 11564185 1260982272 249758 33554432000 4194304 16246674 140734229581968 140734229563840 12481157 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24528/statm: 307857 249758 840 2943 0 304751 0
[pid=24528/tid=24529] ppid=24525 vsize=1231428 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24529/stat : 24529 (toysat) S 24525 24528 7201 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11564186 1260982272 249758 33554432000 4194304 16246674 140734229581968 140029915540720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=24528/tid=24530] ppid=24525 vsize=1231428 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24530/stat : 24530 (toysat) S 24525 24528 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11564186 1260982272 249758 33554432000 4194304 16246674 140734229581968 140029905050864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=24528/tid=24531] ppid=24525 vsize=1231428 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24531/stat : 24531 (toysat) S 24525 24528 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11564186 1260982272 249758 33554432000 4194304 16246674 140734229581968 140029825379504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1231428

[startup+6.30043 s]
/proc/loadavg: 2.21 2.23 2.35 3/183 24532
/proc/meminfo: memFree=28691664/32872528 swapFree=1103228/1182944
[pid=24528] ppid=24525 vsize=1260100 CPUtime=6.29 cores=1,3,5,7
/proc/24528/stat : 24528 (toysat) R 24525 24528 7201 0 -1 4202496 256058 0 0 0 592 37 0 0 20 0 4 0 11564185 1290342400 256876 33554432000 4194304 16246674 140734229581968 140734229563840 6139120 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24528/statm: 315025 256876 840 2943 0 311919 0
[pid=24528/tid=24529] ppid=24525 vsize=1260100 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24529/stat : 24529 (toysat) S 24525 24528 7201 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11564186 1290342400 256876 33554432000 4194304 16246674 140734229581968 140029915540720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=24528/tid=24530] ppid=24525 vsize=1260100 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24530/stat : 24530 (toysat) S 24525 24528 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11564186 1290342400 256876 33554432000 4194304 16246674 140734229581968 140029905050864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=24528/tid=24531] ppid=24525 vsize=1260100 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24531/stat : 24531 (toysat) S 24525 24528 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11564186 1290342400 256876 33554432000 4194304 16246674 140734229581968 140029825379504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1260100

[startup+12.7004 s]
/proc/loadavg: 2.26 2.24 2.35 3/183 24532
/proc/meminfo: memFree=28650528/32872528 swapFree=1103228/1182944
[pid=24528] ppid=24525 vsize=1301060 CPUtime=12.69 cores=1,3,5,7
/proc/24528/stat : 24528 (toysat) R 24525 24528 7201 0 -1 4202496 266383 0 0 0 1231 38 0 0 20 0 4 0 11564185 1332285440 267201 33554432000 4194304 16246674 140734229581968 140734229563840 4221138 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24528/statm: 325265 267201 840 2943 0 322159 0
[pid=24528/tid=24529] ppid=24525 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24529/stat : 24529 (toysat) S 24525 24528 7201 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11564186 1332285440 267201 33554432000 4194304 16246674 140734229581968 140029915540720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=24528/tid=24530] ppid=24525 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24530/stat : 24530 (toysat) S 24525 24528 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11564186 1332285440 267201 33554432000 4194304 16246674 140734229581968 140029905050864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=24528/tid=24531] ppid=24525 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24531/stat : 24531 (toysat) S 24525 24528 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11564186 1332285440 267201 33554432000 4194304 16246674 140734229581968 140029825379504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1301060

[startup+25.5005 s]
/proc/loadavg: 2.30 2.24 2.35 3/183 24532
/proc/meminfo: memFree=28644280/32872528 swapFree=1103228/1182944
[pid=24528] ppid=24525 vsize=1301060 CPUtime=25.49 cores=1,3,5,7
/proc/24528/stat : 24528 (toysat) R 24525 24528 7201 0 -1 4202496 266385 0 0 0 2511 38 0 0 20 0 4 0 11564185 1332285440 267203 33554432000 4194304 16246674 140734229581968 140734229563840 12481076 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24528/statm: 325265 267203 842 2943 0 322159 0
[pid=24528/tid=24529] ppid=24525 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24529/stat : 24529 (toysat) S 24525 24528 7201 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11564186 1332285440 267203 33554432000 4194304 16246674 140734229581968 140029915540720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=24528/tid=24530] ppid=24525 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24530/stat : 24530 (toysat) S 24525 24528 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11564186 1332285440 267203 33554432000 4194304 16246674 140734229581968 140029905050864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=24528/tid=24531] ppid=24525 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24531/stat : 24531 (toysat) S 24525 24528 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11564186 1332285440 267203 33554432000 4194304 16246674 140734229581968 140029825379504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1301060

[startup+51.1005 s]
/proc/loadavg: 2.20 2.22 2.34 3/184 24535
/proc/meminfo: memFree=28642840/32872528 swapFree=1103228/1182944
[pid=24528] ppid=24525 vsize=1301060 CPUtime=51.08 cores=1,3,5,7
/proc/24528/stat : 24528 (toysat) R 24525 24528 7201 0 -1 4202496 266385 0 0 0 5070 38 0 0 20 0 4 0 11564185 1332285440 267203 33554432000 4194304 16246674 140734229581968 140734229563840 13774229 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24528/statm: 325265 267203 842 2943 0 322159 0
[pid=24528/tid=24529] ppid=24525 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24529/stat : 24529 (toysat) S 24525 24528 7201 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11564186 1332285440 267203 33554432000 4194304 16246674 140734229581968 140029915540720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=24528/tid=24530] ppid=24525 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24530/stat : 24530 (toysat) S 24525 24528 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11564186 1332285440 267203 33554432000 4194304 16246674 140734229581968 140029905050864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=24528/tid=24531] ppid=24525 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24531/stat : 24531 (toysat) S 24525 24528 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11564186 1332285440 267203 33554432000 4194304 16246674 140734229581968 140029825379504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1301060

[startup+102.301 s]
/proc/loadavg: 2.18 2.21 2.33 3/184 24536
/proc/meminfo: memFree=28552120/32872528 swapFree=1103228/1182944
[pid=24528] ppid=24525 vsize=1392196 CPUtime=102.28 cores=1,3,5,7
/proc/24528/stat : 24528 (toysat) R 24525 24528 7201 0 -1 4202496 289169 0 0 0 10188 40 0 0 20 0 4 0 11564185 1425608704 289987 33554432000 4194304 16246674 140734229581968 140734229563840 13811780 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24528/statm: 348049 289987 842 2943 0 344943 0
[pid=24528/tid=24529] ppid=24525 vsize=1392196 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24529/stat : 24529 (toysat) S 24525 24528 7201 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11564186 1425608704 289987 33554432000 4194304 16246674 140734229581968 140029915540720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=24528/tid=24530] ppid=24525 vsize=1392196 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24530/stat : 24530 (toysat) S 24525 24528 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11564186 1425608704 289987 33554432000 4194304 16246674 140734229581968 140029905050864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=24528/tid=24531] ppid=24525 vsize=1392196 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24531/stat : 24531 (toysat) S 24525 24528 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11564186 1425608704 289987 33554432000 4194304 16246674 140734229581968 140029825379504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1392196


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

[pid=24528] ppid=24525 vsize=12893764 CPUtime=1362.07 cores=1,3,5,7
/proc/24528/stat : 24528 (toysat) R 24525 24528 7201 0 -1 4202496 3164616 0 0 0 135667 540 0 0 20 0 4 0 11564185 13203214336 3165388 33554432000 4194304 16246674 140734229581968 140734229581144 13774000 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24528/statm: 3223441 3165388 844 2943 0 3220335 0
[pid=24528/tid=24529] ppid=24525 vsize=12893764 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24529/stat : 24529 (toysat) S 24525 24528 7201 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11564186 13203214336 3165388 33554432000 4194304 16246674 140734229581968 140029915540720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=24528/tid=24530] ppid=24525 vsize=12893764 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24530/stat : 24530 (toysat) S 24525 24528 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11564186 13203214336 3165388 33554432000 4194304 16246674 140734229581968 140029905050864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=24528/tid=24531] ppid=24525 vsize=12893764 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24531/stat : 24531 (toysat) S 24525 24528 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11564186 13203214336 3165388 33554432000 4194304 16246674 140734229581968 140029825379504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 12893764

[startup+1422.3 s]
/proc/loadavg: 2.31 2.21 2.21 3/183 24638
/proc/meminfo: memFree=4987848/32872528 swapFree=1103228/1182944
[pid=24528] ppid=24525 vsize=12893764 CPUtime=1422.06 cores=1,3,5,7
/proc/24528/stat : 24528 (toysat) R 24525 24528 7201 0 -1 4202496 3164616 0 0 0 141661 545 0 0 20 0 4 0 11564185 13203214336 3165388 33554432000 4194304 16246674 140734229581968 140734229581144 14628944 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24528/statm: 3223441 3165388 844 2943 0 3220335 0
[pid=24528/tid=24529] ppid=24525 vsize=12893764 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24529/stat : 24529 (toysat) S 24525 24528 7201 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11564186 13203214336 3165388 33554432000 4194304 16246674 140734229581968 140029915540720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=24528/tid=24530] ppid=24525 vsize=12893764 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24530/stat : 24530 (toysat) S 24525 24528 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11564186 13203214336 3165388 33554432000 4194304 16246674 140734229581968 140029905050864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=24528/tid=24531] ppid=24525 vsize=12893764 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24531/stat : 24531 (toysat) S 24525 24528 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11564186 13203214336 3165388 33554432000 4194304 16246674 140734229581968 140029825379504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 12893764

[startup+1482.3 s]
/proc/loadavg: 2.25 2.20 2.20 4/183 24640
/proc/meminfo: memFree=4988244/32872528 swapFree=1103228/1182944
[pid=24528] ppid=24525 vsize=12893764 CPUtime=1482.05 cores=1,3,5,7
/proc/24528/stat : 24528 (toysat) R 24525 24528 7201 0 -1 4202496 3164620 0 0 0 147657 548 0 0 20 0 4 0 11564185 13203214336 3165392 33554432000 4194304 16246674 140734229581968 140734229581144 13055032 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24528/statm: 3223441 3165392 848 2943 0 3220335 0
[pid=24528/tid=24529] ppid=24525 vsize=12893764 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24529/stat : 24529 (toysat) S 24525 24528 7201 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11564186 13203214336 3165392 33554432000 4194304 16246674 140734229581968 140029915540720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=24528/tid=24530] ppid=24525 vsize=12893764 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24530/stat : 24530 (toysat) S 24525 24528 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11564186 13203214336 3165392 33554432000 4194304 16246674 140734229581968 140029905050864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=24528/tid=24531] ppid=24525 vsize=12893764 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24531/stat : 24531 (toysat) S 24525 24528 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11564186 13203214336 3165392 33554432000 4194304 16246674 140734229581968 140029825379504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 12893764

[startup+1542.31 s]
/proc/loadavg: 2.32 2.22 2.20 3/183 24641
/proc/meminfo: memFree=4988648/32872528 swapFree=1103228/1182944
[pid=24528] ppid=24525 vsize=12893764 CPUtime=1542.05 cores=1,3,5,7
/proc/24528/stat : 24528 (toysat) R 24525 24528 7201 0 -1 4202496 3164620 0 0 0 153651 554 0 0 20 0 4 0 11564185 13203214336 3165392 33554432000 4194304 16246674 140734229581968 140734229581144 6132467 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24528/statm: 3223441 3165392 848 2943 0 3220335 0
[pid=24528/tid=24529] ppid=24525 vsize=12893764 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24529/stat : 24529 (toysat) S 24525 24528 7201 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11564186 13203214336 3165392 33554432000 4194304 16246674 140734229581968 140029915540720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=24528/tid=24530] ppid=24525 vsize=12893764 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24530/stat : 24530 (toysat) S 24525 24528 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11564186 13203214336 3165392 33554432000 4194304 16246674 140734229581968 140029905050864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=24528/tid=24531] ppid=24525 vsize=12893764 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24531/stat : 24531 (toysat) S 24525 24528 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11564186 13203214336 3165392 33554432000 4194304 16246674 140734229581968 140029825379504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 12893764

[startup+1602.3 s]
/proc/loadavg: 2.31 2.22 2.20 3/183 24642
/proc/meminfo: memFree=4988080/32872528 swapFree=1103228/1182944
[pid=24528] ppid=24525 vsize=12893764 CPUtime=1602.03 cores=1,3,5,7
/proc/24528/stat : 24528 (toysat) R 24525 24528 7201 0 -1 4202496 3164620 0 0 0 159642 561 0 0 20 0 4 0 11564185 13203214336 3165392 33554432000 4194304 16246674 140734229581968 140734229581144 6132605 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24528/statm: 3223441 3165392 848 2943 0 3220335 0
[pid=24528/tid=24529] ppid=24525 vsize=12893764 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24529/stat : 24529 (toysat) S 24525 24528 7201 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11564186 13203214336 3165392 33554432000 4194304 16246674 140734229581968 140029915540720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=24528/tid=24530] ppid=24525 vsize=12893764 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24530/stat : 24530 (toysat) S 24525 24528 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11564186 13203214336 3165392 33554432000 4194304 16246674 140734229581968 140029905050864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=24528/tid=24531] ppid=24525 vsize=12893764 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24531/stat : 24531 (toysat) S 24525 24528 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11564186 13203214336 3165392 33554432000 4194304 16246674 140734229581968 140029825379504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 12893764

[startup+1662.3 s]
/proc/loadavg: 2.24 2.21 2.20 3/183 24643
/proc/meminfo: memFree=4987912/32872528 swapFree=1103228/1182944
[pid=24528] ppid=24525 vsize=12893764 CPUtime=1662.02 cores=1,3,5,7
/proc/24528/stat : 24528 (toysat) R 24525 24528 7201 0 -1 4202496 3164620 0 0 0 165637 565 0 0 20 0 4 0 11564185 13203214336 3165392 33554432000 4194304 16246674 140734229581968 140734229581144 6132432 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24528/statm: 3223441 3165392 848 2943 0 3220335 0
[pid=24528/tid=24529] ppid=24525 vsize=12893764 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24529/stat : 24529 (toysat) S 24525 24528 7201 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11564186 13203214336 3165392 33554432000 4194304 16246674 140734229581968 140029915540720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=24528/tid=24530] ppid=24525 vsize=12893764 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24530/stat : 24530 (toysat) S 24525 24528 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11564186 13203214336 3165392 33554432000 4194304 16246674 140734229581968 140029905050864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=24528/tid=24531] ppid=24525 vsize=12893764 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24531/stat : 24531 (toysat) S 24525 24528 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11564186 13203214336 3165392 33554432000 4194304 16246674 140734229581968 140029825379504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 12893764

[startup+1722.3 s]
/proc/loadavg: 2.18 2.20 2.19 3/183 24644
/proc/meminfo: memFree=4988640/32872528 swapFree=1103228/1182944
[pid=24528] ppid=24525 vsize=12893764 CPUtime=1722.01 cores=1,3,5,7
/proc/24528/stat : 24528 (toysat) R 24525 24528 7201 0 -1 4202496 3164620 0 0 0 171631 570 0 0 20 0 4 0 11564185 13203214336 3165392 33554432000 4194304 16246674 140734229581968 140734229581144 13817033 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24528/statm: 3223441 3165392 848 2943 0 3220335 0
[pid=24528/tid=24529] ppid=24525 vsize=12893764 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24529/stat : 24529 (toysat) S 24525 24528 7201 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11564186 13203214336 3165392 33554432000 4194304 16246674 140734229581968 140029915540720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=24528/tid=24530] ppid=24525 vsize=12893764 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24530/stat : 24530 (toysat) S 24525 24528 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11564186 13203214336 3165392 33554432000 4194304 16246674 140734229581968 140029905050864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=24528/tid=24531] ppid=24525 vsize=12893764 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24531/stat : 24531 (toysat) S 24525 24528 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11564186 13203214336 3165392 33554432000 4194304 16246674 140734229581968 140029825379504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 12893764

[startup+1782.3 s]
/proc/loadavg: 2.21 2.20 2.19 3/183 24646
/proc/meminfo: memFree=4987948/32872528 swapFree=1103228/1182944
[pid=24528] ppid=24525 vsize=12893764 CPUtime=1782.01 cores=1,3,5,7
/proc/24528/stat : 24528 (toysat) R 24525 24528 7201 0 -1 4202496 3164620 0 0 0 177625 576 0 0 20 0 4 0 11564185 13203214336 3165392 33554432000 4194304 16246674 140734229581968 140734229581144 13774084 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24528/statm: 3223441 3165392 848 2943 0 3220335 0
[pid=24528/tid=24529] ppid=24525 vsize=12893764 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24529/stat : 24529 (toysat) S 24525 24528 7201 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11564186 13203214336 3165392 33554432000 4194304 16246674 140734229581968 140029915540720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=24528/tid=24530] ppid=24525 vsize=12893764 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24530/stat : 24530 (toysat) S 24525 24528 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11564186 13203214336 3165392 33554432000 4194304 16246674 140734229581968 140029905050864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=24528/tid=24531] ppid=24525 vsize=12893764 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24531/stat : 24531 (toysat) S 24525 24528 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11564186 13203214336 3165392 33554432000 4194304 16246674 140734229581968 140029825379504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 12893764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.23 2.21 2.19 3/183 24647
/proc/meminfo: memFree=4987660/32872528 swapFree=1103228/1182944
[pid=24528] ppid=24525 vsize=12893764 CPUtime=1800 cores=1,3,5,7
/proc/24528/stat : 24528 (toysat) R 24525 24528 7201 0 -1 4202496 3164620 0 0 0 179422 578 0 0 20 0 4 0 11564185 13203214336 3165392 33554432000 4194304 16246674 140734229581968 140734229581144 13809364 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24528/statm: 3223441 3165392 848 2943 0 3220335 0
[pid=24528/tid=24529] ppid=24525 vsize=12893764 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24529/stat : 24529 (toysat) S 24525 24528 7201 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11564186 13203214336 3165392 33554432000 4194304 16246674 140734229581968 140029915540720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=24528/tid=24530] ppid=24525 vsize=12893764 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24530/stat : 24530 (toysat) S 24525 24528 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11564186 13203214336 3165392 33554432000 4194304 16246674 140734229581968 140029905050864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=24528/tid=24531] ppid=24525 vsize=12893764 CPUtime=0 cores=1,3,5,7
/proc/24528/task/24531/stat : 24531 (toysat) S 24525 24528 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11564186 13203214336 3165392 33554432000 4194304 16246674 140734229581968 140029825379504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 12893764

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

[startup+1800.4 s]
/proc/loadavg: 2.23 2.21 2.19 3/183 24647
/proc/meminfo: memFree=4987660/32872528 swapFree=1103228/1182944
[pid=24528] ppid=24525 vsize=0 CPUtime=1800.11 cores=1,3,5,7
/proc/24528/stat : 24528 (toysat) Z 24525 24528 7201 0 -1 4203532 3164620 0 0 0 179423 588 0 0 20 0 2 0 11564185 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24528/statm: 0 0 0 0 0 0 0
[pid=24528/tid=24530] ppid=24525 vsize=0 CPUtime=0.08 cores=1,3,5,7
/proc/24528/task/24530/stat : 24530 (toysat) R 24525 24528 7201 0 -1 4203588 8 0 0 0 0 8 0 0 20 0 2 0 11564186 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

[startup+1800.81 s]
/proc/loadavg: 2.23 2.21 2.19 3/181 24647
/proc/meminfo: memFree=14923328/32872528 swapFree=1103228/1182944
[pid=24528] ppid=24525 vsize=0 CPUtime=1800.51 cores=1,3,5,7
/proc/24528/stat : 24528 (toysat) Z 24525 24528 7201 0 -1 4203532 3164620 0 0 0 179423 628 0 0 20 0 2 0 11564185 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24528/statm: 0 0 0 0 0 0 0
[pid=24528/tid=24530] ppid=24525 vsize=0 CPUtime=0.49 cores=1,3,5,7
/proc/24528/task/24530/stat : 24530 (toysat) R 24525 24528 7201 0 -1 4203588 8 0 0 0 0 49 0 0 20 0 2 0 11564186 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.51
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.85
CPU time (s): 1800.55
CPU user time (s): 1794.23
CPU system time (s): 6.32104
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 12893764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.23
system time used= 6.32104
maximum resident set size= 12661568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3164620
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= 89
involuntary context switches= 1839

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.93425 second user time and 6.90095 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-16 18:39:12
IDJOB=4093119
IDBENCH=79446
IDSOLVER=2553
FILE ID=node115/4093119-1466095152
RUNJOBID= node115-1466093052-24299
PBS_JOBID= 19904021
Free space on /tmp= 71728 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/academics/normalized-warehouse1_wcsp.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4093119-1466095152/watcher-4093119-1466095152 -o /tmp/evaluation-result-4093119-1466095152/solver-4093119-1466095152 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466093052-24299 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093119-1466095152.wbo

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

MD5SUM BENCH= e84f9fd9c38a67d9707b8aa628966b83
RANDOM SEED=977723124

node115.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29718888 kB
Buffers:           45136 kB
Cached:           121456 kB
SwapCached:         2104 kB
Active:          1184196 kB
Inactive:          82924 kB
Active(anon):    1101116 kB
Inactive(anon):     1636 kB
Active(file):      83080 kB
Inactive(file):    81288 kB
Unevictable:     1182944 kB
Mlocked:         1103228 kB
SwapTotal:      67108856 kB
SwapFree:       67099112 kB
Dirty:             16380 kB
Writeback:            32 kB
AnonPages:       2281960 kB
Mapped:            10844 kB
Shmem:                 0 kB
Slab:             568920 kB
SReclaimable:      12860 kB
SUnreclaim:       556060 kB
KernelStack:        1488 kB
PageTables:         8544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2425352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 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= 71712 MiB
End job on node115 at 2016-06-16 19:09:13