Trace number 4093244

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.04 1800.33

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen10_wcsp.wbo
MD5SUM54e92cd5947dc873b8532e16d02cdb9a
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables7876
Total number of constraints873462
Number of soft constraints873262
Number of constraints which are clauses873262
Number of constraints which are cardinality constraints (but not clauses)200
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 13608940
Min constraint cost 1
Max constraint cost 100000
Sum of constraints costs 719718355
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-16T22:11:05+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-4093244-1466107865.wbo"]
0.00/0.01	c use --random-gen="2767446870 1026717931 124022368 2256064321 1860484267 918795294 1568888400 1964467349 2624983026 3178370433 3939156216 1448988204 1910239855 1656896688 1255443700 1960833588 1099932141 3656004761 833280019 2857402198 3321045177 1170166883 1694644240 1965045687 2595621230 6814524 1164996317 1237863465 1730587639 3596750130 4020875742 2780361993 1500444776 650852607 1020236914 2180427872 404040416 1134915588 425643266 889370081 1893730672 2987633644 483742750 340242968 918046836 1930937738 713797392 2782433058 2775362809 260200270 947854038 1251469197 1894950213 2137983377 844311015 2580885156 1099803985 3136184110 1386264426 2180888796 1002548452 1249746473 212254722 2696596694 3421257781 819363575 1532412965 2490716716 3951700096 3518998608 3792376711 3253749020 3595598980 2485831079 3713381454 471432026 1896149988 4204358784 4110003791 3479935634 390668042 3312114068 2545307507 3445120748 1997928514 3097234898 1607557262 2983550675 3897181216 2789771258 3899526395 1206146539 61739553 4122170783 1980393836 1764761784 187521924 101163484 2961719397 3402070018 2817352252 1090262863 687546902 2990494694 1746405370 2182756874 3238620240 1589432911 3173321511 2844935920 2104630096 866627075 3800802433 4127676836 2284703224 893992803 556224150 1605264676 598617996 289303165 1417450293 4253563149 3131540466 3027886567 582072086 132840099 278057819 4134055272 47323520 935567069 207762053 1962676860 3472034902 399390383 3248296098 2519678687 1243097880 2645727435 1734106490 817392293 1295054963 2683959837 1839764366 1117493870 1159467073 1607361806 1359735235 3094105288 738440858 3401476900 228019081 3066348975 3230637922 2394296988 873495113 2214293380 388541488 3608586188 2596101171 3861905642 416481890 2675002133 3365885607 2192592261 2765222650 2464416191 2227151133 595623589 1695287509 4132685971 4136741749 2870882112 561113771 3472396843 1231911927 2271044592 1255247313 2211115779 2585784601 4254262360 4110230724 908262638 2794659106 2587736133 3449523439 798756646 2495471133 2254811799 1847768517 3708740643 2949254203 2360338372 4247511685 3257507537 4088030158 639435449 1328211160 926987787 3620113336 3110936411 2618785537 73109796 3638866178 57719941 388549827 2296020947 3309508455 312805939 679729220 3652333885 2525563565 4226987520 2731046939 2846377729 3614900939 1805415472 3210917491 3509275339 896552795 156755480 968260089 3798806216 1381703558 2355452509 1703024685 1528438526 2632464207 3740382002 3380579443 1859803187 276880251 3033802627 542711956 2755360551 3690503204 2184081614 441785937 2166219300 1130692172 3651717101 3217013496 3505399667 1917338312 2742797452 2334826755 1010750231 301594831 1056438476 4088264970 4085189304 3911486570 855490252 579560877 2448788404 3261403315 2442003290 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-4093244-1466107865/watcher-4093244-1466107865 -o /tmp/evaluation-result-4093244-1466107865/solver-4093244-1466107865 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466104263-25263 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093244-1466107865.wbo 

pid=25589
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.26 2.22 2.18 3/173 25595
/proc/meminfo: memFree=30195308/32872528 swapFree=1499116/1695340
[pid=25595] ppid=25589 vsize=406972 CPUtime=0 cores=0,2,4,6
/proc/25595/stat : 25595 (toysat) R 25589 25595 24593 0 -1 4202496 1458 0 0 0 0 0 0 0 20 0 4 0 12832259 416739328 2329 33554432000 4194304 16246674 140735373790480 140735373789904 15002730 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25595/statm: 101999 2334 441 2943 0 98893 0
[pid=25595/tid=25596] ppid=25589 vsize=412092 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25596/stat : 25596 (toysat) S 25589 25595 24593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12832260 421982208 2353 33554432000 4194304 16246674 140735373790480 140060487822576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25595/tid=25597] ppid=25589 vsize=417212 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25597/stat : 25597 (toysat) S 25589 25595 24593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12832260 427225088 2372 33554432000 4194304 16246674 140735373790480 140060477332720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25595/tid=25598] ppid=25589 vsize=421308 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25598/stat : 25598 (toysat) S 25589 25595 24593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12832260 431419392 2389 33554432000 4194304 16246674 140735373790480 140060359912624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0

[startup+0.100161 s]
/proc/loadavg: 2.26 2.22 2.18 3/173 25595
/proc/meminfo: memFree=30195308/32872528 swapFree=1499116/1695340
[pid=25595] ppid=25589 vsize=1250884 CPUtime=0.08 cores=0,2,4,6
/proc/25595/stat : 25595 (toysat) R 25589 25595 24593 0 -1 4202496 23974 0 0 0 5 3 0 0 20 0 4 0 12832259 1280905216 24786 33554432000 4194304 16246674 140735373790480 140735373789792 13880264 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25595/statm: 314001 24806 801 2943 0 310895 0
[pid=25595/tid=25596] ppid=25589 vsize=1259076 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25596/stat : 25596 (toysat) S 25589 25595 24593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12832260 1289293824 24820 33554432000 4194304 16246674 140735373790480 140060487822576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25595/tid=25597] ppid=25589 vsize=1263172 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25597/stat : 25597 (toysat) S 25589 25595 24593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12832260 1293488128 24833 33554432000 4194304 16246674 140735373790480 140060477332720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25595/tid=25598] ppid=25589 vsize=1266244 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25598/stat : 25598 (toysat) S 25589 25595 24593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12832260 1296633856 24848 33554432000 4194304 16246674 140735373790480 140060359912624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1250884

[startup+0.200456 s]
/proc/loadavg: 2.26 2.22 2.18 3/173 25595
/proc/meminfo: memFree=30195308/32872528 swapFree=1499116/1695340
[pid=25595] ppid=25589 vsize=1308228 CPUtime=0.18 cores=0,2,4,6
/proc/25595/stat : 25595 (toysat) R 25589 25595 24593 0 -1 4202496 47182 0 0 0 12 6 0 0 20 0 4 0 12832259 1339625472 48504 33554432000 4194304 16246674 140735373790480 140735373772352 4221016 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25595/statm: 327057 48508 801 2943 0 323951 0
[pid=25595/tid=25596] ppid=25589 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25596/stat : 25596 (toysat) S 25589 25595 24593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12832260 1339625472 48511 33554432000 4194304 16246674 140735373790480 140060487822576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25595/tid=25597] ppid=25589 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25597/stat : 25597 (toysat) S 25589 25595 24593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12832260 1339625472 48514 33554432000 4194304 16246674 140735373790480 140060477332720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25595/tid=25598] ppid=25589 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25598/stat : 25598 (toysat) S 25589 25595 24593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12832260 1339625472 48516 33554432000 4194304 16246674 140735373790480 140060359912624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1308228

[startup+0.300424 s]
/proc/loadavg: 2.26 2.22 2.18 3/173 25595
/proc/meminfo: memFree=30195308/32872528 swapFree=1499116/1695340
[pid=25595] ppid=25589 vsize=1314372 CPUtime=0.29 cores=0,2,4,6
/proc/25595/stat : 25595 (toysat) R 25589 25595 24593 0 -1 4202496 61567 0 0 0 20 9 0 0 20 0 4 0 12832259 1345916928 62889 33554432000 4194304 16246674 140735373790480 140735373772352 4220888 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25595/statm: 328593 62889 801 2943 0 325487 0
[pid=25595/tid=25596] ppid=25589 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25596/stat : 25596 (toysat) S 25589 25595 24593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12832260 1345916928 62889 33554432000 4194304 16246674 140735373790480 140060487822576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25595/tid=25597] ppid=25589 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25597/stat : 25597 (toysat) S 25589 25595 24593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12832260 1345916928 62889 33554432000 4194304 16246674 140735373790480 140060477332720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25595/tid=25598] ppid=25589 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25598/stat : 25598 (toysat) S 25589 25595 24593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12832260 1345916928 62889 33554432000 4194304 16246674 140735373790480 140060359912624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1314372

[startup+0.70037 s]
/proc/loadavg: 2.26 2.22 2.18 3/173 25595
/proc/meminfo: memFree=30195308/32872528 swapFree=1499116/1695340
[pid=25595] ppid=25589 vsize=1314372 CPUtime=0.68 cores=0,2,4,6
/proc/25595/stat : 25595 (toysat) R 25589 25595 24593 0 -1 4202496 72367 0 0 0 58 10 0 0 20 0 4 0 12832259 1345916928 73689 33554432000 4194304 16246674 140735373790480 140735373772352 4206671 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25595/statm: 328593 73689 802 2943 0 325487 0
[pid=25595/tid=25596] ppid=25589 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25596/stat : 25596 (toysat) S 25589 25595 24593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12832260 1345916928 73689 33554432000 4194304 16246674 140735373790480 140060487822576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25595/tid=25597] ppid=25589 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25597/stat : 25597 (toysat) S 25589 25595 24593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12832260 1345916928 73689 33554432000 4194304 16246674 140735373790480 140060477332720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25595/tid=25598] ppid=25589 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25598/stat : 25598 (toysat) S 25589 25595 24593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12832260 1345916928 73689 33554432000 4194304 16246674 140735373790480 140060359912624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1314372

[startup+1.50037 s]
/proc/loadavg: 2.26 2.22 2.18 3/183 25608
/proc/meminfo: memFree=29546656/32872528 swapFree=1499116/1695340
[pid=25595] ppid=25589 vsize=1314372 CPUtime=1.48 cores=0,2,4,6
/proc/25595/stat : 25595 (toysat) R 25589 25595 24593 0 -1 4202496 89008 0 0 0 136 12 0 0 20 0 4 0 12832259 1345916928 90330 33554432000 4194304 16246674 140735373790480 140735373772352 7440042 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25595/statm: 328593 90330 803 2943 0 325487 0
[pid=25595/tid=25596] ppid=25589 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25596/stat : 25596 (toysat) S 25589 25595 24593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12832260 1345916928 90330 33554432000 4194304 16246674 140735373790480 140060487822576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25595/tid=25597] ppid=25589 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25597/stat : 25597 (toysat) S 25589 25595 24593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12832260 1345916928 90330 33554432000 4194304 16246674 140735373790480 140060477332720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25595/tid=25598] ppid=25589 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25598/stat : 25598 (toysat) S 25589 25595 24593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12832260 1345916928 90330 33554432000 4194304 16246674 140735373790480 140060359912624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1314372

[startup+3.10035 s]
/proc/loadavg: 2.26 2.22 2.18 4/183 25608
/proc/meminfo: memFree=29373304/32872528 swapFree=1499116/1695340
[pid=25595] ppid=25589 vsize=1325636 CPUtime=3.09 cores=0,2,4,6
/proc/25595/stat : 25595 (toysat) R 25589 25595 24593 0 -1 4202496 118626 0 0 0 292 17 0 0 20 0 4 0 12832259 1357451264 119948 33554432000 4194304 16246674 140735373790480 140735373788288 7440008 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25595/statm: 331409 119948 803 2943 0 328303 0
[pid=25595/tid=25596] ppid=25589 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25596/stat : 25596 (toysat) S 25589 25595 24593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12832260 1357451264 119948 33554432000 4194304 16246674 140735373790480 140060487822576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25595/tid=25597] ppid=25589 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25597/stat : 25597 (toysat) S 25589 25595 24593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12832260 1357451264 119948 33554432000 4194304 16246674 140735373790480 140060477332720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25595/tid=25598] ppid=25589 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25598/stat : 25598 (toysat) S 25589 25595 24593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12832260 1357451264 119948 33554432000 4194304 16246674 140735373790480 140060359912624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1325636

[startup+6.30037 s]
/proc/loadavg: 2.24 2.21 2.18 3/183 25608
/proc/meminfo: memFree=28331872/32872528 swapFree=1499116/1695340
[pid=25595] ppid=25589 vsize=1374788 CPUtime=6.28 cores=0,2,4,6
/proc/25595/stat : 25595 (toysat) R 25589 25595 24593 0 -1 4202496 225585 0 0 0 592 36 0 0 20 0 4 0 12832259 1407782912 233550 33554432000 4194304 16246674 140735373790480 140735373788352 6953122 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25595/statm: 343697 233550 833 2943 0 340591 0
[pid=25595/tid=25596] ppid=25589 vsize=1374788 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25596/stat : 25596 (toysat) S 25589 25595 24593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12832260 1407782912 233550 33554432000 4194304 16246674 140735373790480 140060487822576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25595/tid=25597] ppid=25589 vsize=1374788 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25597/stat : 25597 (toysat) S 25589 25595 24593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12832260 1407782912 233550 33554432000 4194304 16246674 140735373790480 140060477332720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25595/tid=25598] ppid=25589 vsize=1374788 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25598/stat : 25598 (toysat) S 25589 25595 24593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12832260 1407782912 233550 33554432000 4194304 16246674 140735373790480 140060359912624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1374788

[startup+12.7004 s]
/proc/loadavg: 2.22 2.21 2.18 3/183 25608
/proc/meminfo: memFree=27898824/32872528 swapFree=1499116/1695340
[pid=25595] ppid=25589 vsize=1382980 CPUtime=12.68 cores=0,2,4,6
/proc/25595/stat : 25595 (toysat) R 25589 25595 24593 0 -1 4202496 274099 0 0 0 1225 43 0 0 20 0 4 0 12832259 1416171520 287685 33554432000 4194304 16246674 140735373790480 140735373772352 12481085 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25595/statm: 345745 287685 838 2943 0 342639 0
[pid=25595/tid=25596] ppid=25589 vsize=1382980 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25596/stat : 25596 (toysat) S 25589 25595 24593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12832260 1416171520 287685 33554432000 4194304 16246674 140735373790480 140060487822576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25595/tid=25597] ppid=25589 vsize=1382980 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25597/stat : 25597 (toysat) S 25589 25595 24593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12832260 1416171520 287685 33554432000 4194304 16246674 140735373790480 140060477332720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25595/tid=25598] ppid=25589 vsize=1382980 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25598/stat : 25598 (toysat) S 25589 25595 24593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12832260 1416171520 287685 33554432000 4194304 16246674 140735373790480 140060359912624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1382980

[startup+25.5004 s]
/proc/loadavg: 2.25 2.22 2.18 3/183 25608
/proc/meminfo: memFree=26118088/32872528 swapFree=1499116/1695340
[pid=25595] ppid=25589 vsize=2271812 CPUtime=25.48 cores=0,2,4,6
/proc/25595/stat : 25595 (toysat) R 25589 25595 24593 0 -1 4202496 496314 0 0 0 2476 72 0 0 20 0 4 0 12832259 2326335488 509900 33554432000 4194304 16246674 140735373790480 140735373772352 12480966 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25595/statm: 567953 509900 844 2943 0 564847 0
[pid=25595/tid=25596] ppid=25589 vsize=2271812 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25596/stat : 25596 (toysat) S 25589 25595 24593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12832260 2326335488 509900 33554432000 4194304 16246674 140735373790480 140060487822576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25595/tid=25597] ppid=25589 vsize=2271812 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25597/stat : 25597 (toysat) S 25589 25595 24593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12832260 2326335488 509900 33554432000 4194304 16246674 140735373790480 140060477332720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25595/tid=25598] ppid=25589 vsize=2271812 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25598/stat : 25598 (toysat) S 25589 25595 24593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12832260 2326335488 509900 33554432000 4194304 16246674 140735373790480 140060359912624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2271812

[startup+51.1005 s]
/proc/loadavg: 2.36 2.24 2.19 3/183 25608
/proc/meminfo: memFree=26118464/32872528 swapFree=1499116/1695340
[pid=25595] ppid=25589 vsize=2271812 CPUtime=51.08 cores=0,2,4,6
/proc/25595/stat : 25595 (toysat) R 25589 25595 24593 0 -1 4202496 496314 0 0 0 5035 73 0 0 20 0 4 0 12832259 2326335488 509900 33554432000 4194304 16246674 140735373790480 140735373772352 13807598 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25595/statm: 567953 509900 844 2943 0 564847 0
[pid=25595/tid=25596] ppid=25589 vsize=2271812 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25596/stat : 25596 (toysat) S 25589 25595 24593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12832260 2326335488 509900 33554432000 4194304 16246674 140735373790480 140060487822576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25595/tid=25597] ppid=25589 vsize=2271812 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25597/stat : 25597 (toysat) S 25589 25595 24593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12832260 2326335488 509900 33554432000 4194304 16246674 140735373790480 140060477332720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25595/tid=25598] ppid=25589 vsize=2271812 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25598/stat : 25598 (toysat) S 25589 25595 24593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12832260 2326335488 509900 33554432000 4194304 16246674 140735373790480 140060359912624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2271812

[startup+102.3 s]
/proc/loadavg: 2.27 2.23 2.19 3/183 25609
/proc/meminfo: memFree=26118468/32872528 swapFree=1499116/1695340
[pid=25595] ppid=25589 vsize=2271812 CPUtime=102.28 cores=0,2,4,6
/proc/25595/stat : 25595 (toysat) R 25589 25595 24593 0 -1 4202496 496314 0 0 0 10155 73 0 0 20 0 4 0 12832259 2326335488 509900 33554432000 4194304 16246674 140735373790480 140735373772352 13774090 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25595/statm: 567953 509900 844 2943 0 564847 0
[pid=25595/tid=25596] ppid=25589 vsize=2271812 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25596/stat : 25596 (toysat) S 25589 25595 24593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12832260 2326335488 509900 33554432000 4194304 16246674 140735373790480 140060487822576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25595/tid=25597] ppid=25589 vsize=2271812 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25597/stat : 25597 (toysat) S 25589 25595 24593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12832260 2326335488 509900 33554432000 4194304 16246674 140735373790480 140060477332720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25595/tid=25598] ppid=25589 vsize=2271812 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25598/stat : 25598 (toysat) S 25589 25595 24593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12832260 2326335488 509900 33554432000 4194304 16246674 140735373790480 140060359912624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2271812


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

/proc/25595/task/25598/stat : 25598 (toysat) S 25589 25595 24593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12832260 2328432640 510388 33554432000 4194304 16246674 140735373790480 140060359912624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 2273860

[startup+1362.3 s]
/proc/loadavg: 2.29 2.32 2.27 4/183 25641
/proc/meminfo: memFree=26109940/32872528 swapFree=1499116/1695340
[pid=25595] ppid=25589 vsize=2273860 CPUtime=1362.07 cores=0,2,4,6
/proc/25595/stat : 25595 (toysat) R 25589 25595 24593 0 -1 4202496 496802 0 0 0 136133 74 0 0 20 0 4 0 12832259 2328432640 510388 33554432000 4194304 16246674 140735373790480 140735373772352 13774216 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25595/statm: 568465 510388 844 2943 0 565359 0
[pid=25595/tid=25596] ppid=25589 vsize=2273860 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25596/stat : 25596 (toysat) S 25589 25595 24593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12832260 2328432640 510388 33554432000 4194304 16246674 140735373790480 140060487822576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25595/tid=25597] ppid=25589 vsize=2273860 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25597/stat : 25597 (toysat) S 25589 25595 24593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12832260 2328432640 510388 33554432000 4194304 16246674 140735373790480 140060477332720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25595/tid=25598] ppid=25589 vsize=2273860 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25598/stat : 25598 (toysat) S 25589 25595 24593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12832260 2328432640 510388 33554432000 4194304 16246674 140735373790480 140060359912624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 2273860

[startup+1422.3 s]
/proc/loadavg: 2.19 2.29 2.27 4/183 25642
/proc/meminfo: memFree=26109852/32872528 swapFree=1499116/1695340
[pid=25595] ppid=25589 vsize=2273860 CPUtime=1422.07 cores=0,2,4,6
/proc/25595/stat : 25595 (toysat) R 25589 25595 24593 0 -1 4202496 496803 0 0 0 142133 74 0 0 20 0 4 0 12832259 2328432640 510388 33554432000 4194304 16246674 140735373790480 140735373772352 13807548 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25595/statm: 568465 510388 844 2943 0 565359 0
[pid=25595/tid=25596] ppid=25589 vsize=2273860 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25596/stat : 25596 (toysat) S 25589 25595 24593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12832260 2328432640 510388 33554432000 4194304 16246674 140735373790480 140060487822576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25595/tid=25597] ppid=25589 vsize=2273860 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25597/stat : 25597 (toysat) S 25589 25595 24593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12832260 2328432640 510388 33554432000 4194304 16246674 140735373790480 140060477332720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25595/tid=25598] ppid=25589 vsize=2273860 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25598/stat : 25598 (toysat) S 25589 25595 24593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12832260 2328432640 510388 33554432000 4194304 16246674 140735373790480 140060359912624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 2273860

[startup+1482.3 s]
/proc/loadavg: 2.31 2.31 2.27 3/183 25643
/proc/meminfo: memFree=26109760/32872528 swapFree=1499116/1695340
[pid=25595] ppid=25589 vsize=2273860 CPUtime=1482.05 cores=0,2,4,6
/proc/25595/stat : 25595 (toysat) R 25589 25595 24593 0 -1 4202496 496803 0 0 0 148131 74 0 0 20 0 4 0 12832259 2328432640 510388 33554432000 4194304 16246674 140735373790480 140735373772352 6132712 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25595/statm: 568465 510388 844 2943 0 565359 0
[pid=25595/tid=25596] ppid=25589 vsize=2273860 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25596/stat : 25596 (toysat) S 25589 25595 24593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12832260 2328432640 510388 33554432000 4194304 16246674 140735373790480 140060487822576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25595/tid=25597] ppid=25589 vsize=2273860 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25597/stat : 25597 (toysat) S 25589 25595 24593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12832260 2328432640 510388 33554432000 4194304 16246674 140735373790480 140060477332720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25595/tid=25598] ppid=25589 vsize=2273860 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25598/stat : 25598 (toysat) S 25589 25595 24593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12832260 2328432640 510388 33554432000 4194304 16246674 140735373790480 140060359912624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 2273860

[startup+1542.31 s]
/proc/loadavg: 2.26 2.29 2.27 3/183 25644
/proc/meminfo: memFree=26109784/32872528 swapFree=1499116/1695340
[pid=25595] ppid=25589 vsize=2273860 CPUtime=1542.05 cores=0,2,4,6
/proc/25595/stat : 25595 (toysat) R 25589 25595 24593 0 -1 4202496 496803 0 0 0 154131 74 0 0 20 0 4 0 12832259 2328432640 510388 33554432000 4194304 16246674 140735373790480 140735373772352 6132488 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25595/statm: 568465 510388 844 2943 0 565359 0
[pid=25595/tid=25596] ppid=25589 vsize=2273860 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25596/stat : 25596 (toysat) S 25589 25595 24593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12832260 2328432640 510388 33554432000 4194304 16246674 140735373790480 140060487822576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25595/tid=25597] ppid=25589 vsize=2273860 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25597/stat : 25597 (toysat) S 25589 25595 24593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12832260 2328432640 510388 33554432000 4194304 16246674 140735373790480 140060477332720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25595/tid=25598] ppid=25589 vsize=2273860 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25598/stat : 25598 (toysat) S 25589 25595 24593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12832260 2328432640 510388 33554432000 4194304 16246674 140735373790480 140060359912624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 2273860

[startup+1602.3 s]
/proc/loadavg: 2.31 2.30 2.27 3/183 25645
/proc/meminfo: memFree=26109572/32872528 swapFree=1499116/1695340
[pid=25595] ppid=25589 vsize=2273860 CPUtime=1602.03 cores=0,2,4,6
/proc/25595/stat : 25595 (toysat) R 25589 25595 24593 0 -1 4202496 496803 0 0 0 160129 74 0 0 20 0 4 0 12832259 2328432640 510388 33554432000 4194304 16246674 140735373790480 140735373772352 13807598 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25595/statm: 568465 510388 844 2943 0 565359 0
[pid=25595/tid=25596] ppid=25589 vsize=2273860 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25596/stat : 25596 (toysat) S 25589 25595 24593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12832260 2328432640 510388 33554432000 4194304 16246674 140735373790480 140060487822576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25595/tid=25597] ppid=25589 vsize=2273860 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25597/stat : 25597 (toysat) S 25589 25595 24593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12832260 2328432640 510388 33554432000 4194304 16246674 140735373790480 140060477332720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25595/tid=25598] ppid=25589 vsize=2273860 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25598/stat : 25598 (toysat) S 25589 25595 24593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12832260 2328432640 510388 33554432000 4194304 16246674 140735373790480 140060359912624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 2273860

[startup+1662.3 s]
/proc/loadavg: 2.35 2.32 2.28 3/183 25647
/proc/meminfo: memFree=26109728/32872528 swapFree=1499116/1695340
[pid=25595] ppid=25589 vsize=2273860 CPUtime=1662.03 cores=0,2,4,6
/proc/25595/stat : 25595 (toysat) R 25589 25595 24593 0 -1 4202496 496803 0 0 0 166128 75 0 0 20 0 4 0 12832259 2328432640 510388 33554432000 4194304 16246674 140735373790480 140735373772352 13807598 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25595/statm: 568465 510388 844 2943 0 565359 0
[pid=25595/tid=25596] ppid=25589 vsize=2273860 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25596/stat : 25596 (toysat) S 25589 25595 24593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12832260 2328432640 510388 33554432000 4194304 16246674 140735373790480 140060487822576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25595/tid=25597] ppid=25589 vsize=2273860 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25597/stat : 25597 (toysat) S 25589 25595 24593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12832260 2328432640 510388 33554432000 4194304 16246674 140735373790480 140060477332720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25595/tid=25598] ppid=25589 vsize=2273860 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25598/stat : 25598 (toysat) S 25589 25595 24593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12832260 2328432640 510388 33554432000 4194304 16246674 140735373790480 140060359912624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 2273860

[startup+1722.3 s]
/proc/loadavg: 2.31 2.31 2.27 3/183 25648
/proc/meminfo: memFree=26109384/32872528 swapFree=1499116/1695340
[pid=25595] ppid=25589 vsize=2273860 CPUtime=1722.02 cores=0,2,4,6
/proc/25595/stat : 25595 (toysat) R 25589 25595 24593 0 -1 4202496 496803 0 0 0 172127 75 0 0 20 0 4 0 12832259 2328432640 510388 33554432000 4194304 16246674 140735373790480 140735373772352 13817064 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25595/statm: 568465 510388 844 2943 0 565359 0
[pid=25595/tid=25596] ppid=25589 vsize=2273860 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25596/stat : 25596 (toysat) S 25589 25595 24593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12832260 2328432640 510388 33554432000 4194304 16246674 140735373790480 140060487822576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25595/tid=25597] ppid=25589 vsize=2273860 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25597/stat : 25597 (toysat) S 25589 25595 24593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12832260 2328432640 510388 33554432000 4194304 16246674 140735373790480 140060477332720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25595/tid=25598] ppid=25589 vsize=2273860 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25598/stat : 25598 (toysat) S 25589 25595 24593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12832260 2328432640 510388 33554432000 4194304 16246674 140735373790480 140060359912624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 2273860

[startup+1782.3 s]
/proc/loadavg: 2.30 2.31 2.27 4/184 25652
/proc/meminfo: memFree=26109468/32872528 swapFree=1499116/1695340
[pid=25595] ppid=25589 vsize=2273860 CPUtime=1782.02 cores=0,2,4,6
/proc/25595/stat : 25595 (toysat) R 25589 25595 24593 0 -1 4202496 496803 0 0 0 178127 75 0 0 20 0 4 0 12832259 2328432640 510388 33554432000 4194304 16246674 140735373790480 140735373772352 13807598 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25595/statm: 568465 510388 844 2943 0 565359 0
[pid=25595/tid=25596] ppid=25589 vsize=2273860 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25596/stat : 25596 (toysat) S 25589 25595 24593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12832260 2328432640 510388 33554432000 4194304 16246674 140735373790480 140060487822576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25595/tid=25597] ppid=25589 vsize=2273860 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25597/stat : 25597 (toysat) S 25589 25595 24593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12832260 2328432640 510388 33554432000 4194304 16246674 140735373790480 140060477332720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25595/tid=25598] ppid=25589 vsize=2273860 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25598/stat : 25598 (toysat) S 25589 25595 24593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12832260 2328432640 510388 33554432000 4194304 16246674 140735373790480 140060359912624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 2273860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.41 2.34 2.28 3/183 25652
/proc/meminfo: memFree=26109816/32872528 swapFree=1499116/1695340
[pid=25595] ppid=25589 vsize=2273860 CPUtime=1800.01 cores=0,2,4,6
/proc/25595/stat : 25595 (toysat) R 25589 25595 24593 0 -1 4202496 496803 0 0 0 179926 75 0 0 20 0 4 0 12832259 2328432640 510388 33554432000 4194304 16246674 140735373790480 140735373772352 6132671 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25595/statm: 568465 510388 844 2943 0 565359 0
[pid=25595/tid=25596] ppid=25589 vsize=2273860 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25596/stat : 25596 (toysat) S 25589 25595 24593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12832260 2328432640 510388 33554432000 4194304 16246674 140735373790480 140060487822576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25595/tid=25597] ppid=25589 vsize=2273860 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25597/stat : 25597 (toysat) S 25589 25595 24593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12832260 2328432640 510388 33554432000 4194304 16246674 140735373790480 140060477332720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25595/tid=25598] ppid=25589 vsize=2273860 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25598/stat : 25598 (toysat) S 25589 25595 24593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12832260 2328432640 510388 33554432000 4194304 16246674 140735373790480 140060359912624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2273860

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

[startup+1800.3 s]
/proc/loadavg: 2.41 2.34 2.28 3/183 25652
/proc/meminfo: memFree=26109816/32872528 swapFree=1499116/1695340
[pid=25595] ppid=25589 vsize=2273860 CPUtime=1800.01 cores=0,2,4,6
/proc/25595/stat : 25595 (toysat) R 25589 25595 24593 0 -1 4202496 496803 0 0 0 179926 75 0 0 20 0 4 0 12832259 2328432640 510388 33554432000 4194304 16246674 140735373790480 140735373772352 6132671 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25595/statm: 568465 510388 844 2943 0 565359 0
[pid=25595/tid=25596] ppid=25589 vsize=2273860 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25596/stat : 25596 (toysat) S 25589 25595 24593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12832260 2328432640 510388 33554432000 4194304 16246674 140735373790480 140060487822576 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25595/tid=25597] ppid=25589 vsize=2273860 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25597/stat : 25597 (toysat) S 25589 25595 24593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12832260 2328432640 510388 33554432000 4194304 16246674 140735373790480 140060477332720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25595/tid=25598] ppid=25589 vsize=2273860 CPUtime=0 cores=0,2,4,6
/proc/25595/task/25598/stat : 25598 (toysat) S 25589 25595 24593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12832260 2328432640 510388 33554432000 4194304 16246674 140735373790480 140060359912624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2273860

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.33
CPU time (s): 1800.04
CPU user time (s): 1799.27
CPU system time (s): 0.770882
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 2273860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.27
system time used= 0.770882
maximum resident set size= 2041552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 496803
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= 39
involuntary context switches= 1966

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.02823 second user time and 6.70298 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-16 22:11:05
IDJOB=4093244
IDBENCH=79563
IDSOLVER=2553
FILE ID=node137/4093244-1466107865
RUNJOBID= node137-1466104263-25263
PBS_JOBID= 19904058
Free space on /tmp= 71652 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/scens/normalized-scen10_wcsp.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4093244-1466107865/watcher-4093244-1466107865 -o /tmp/evaluation-result-4093244-1466107865/solver-4093244-1466107865 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466104263-25263 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093244-1466107865.wbo

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

MD5SUM BENCH= 54e92cd5947dc873b8532e16d02cdb9a
RANDOM SEED=2020569066

node137.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.486
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.97
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.486
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.486
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.56
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.486
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.486
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.486
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.38
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.486
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.56
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.486
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:        30195952 kB
Buffers:           57536 kB
Cached:           212856 kB
SwapCached:         2444 kB
Active:           176260 kB
Inactive:          97460 kB
Active(anon):       4172 kB
Inactive(anon):     1780 kB
Active(file):     172088 kB
Inactive(file):    95680 kB
Unevictable:     1695340 kB
Mlocked:         1499116 kB
SwapTotal:      67108856 kB
SwapFree:       67099396 kB
Dirty:             84636 kB
Writeback:             4 kB
AnonPages:       1697396 kB
Mapped:             7480 kB
Shmem:                 0 kB
Slab:             574152 kB
SReclaimable:      18372 kB
SUnreclaim:       555780 kB
KernelStack:        1448 kB
PageTables:         7448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1790440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 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= 71620 MiB
End job on node137 at 2016-06-16 22:41:06