Trace number 4107690

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 NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (TO) 1800.1 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/datasets/
9orless/normalized-kommander.cudf.trendy.opb
MD5SUMf6b3082880102ca494d64c498db002b2
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2624366011833
Best CPU time to get the best result obtained on this benchmark103.543
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21101
Total number of constraints100032
Number of constraints which are clauses98467
Number of constraints which are cardinality constraints (but not clauses)1565
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2962
Number of terms in the objective function 8586
Biggest coefficient in the objective function 79229972375
Number of bits for the biggest coefficient in the objective function 37
Sum of the numbers in the objective function 234599911309658
Number of bits of the sum of numbers in the objective function 48
Biggest number in a constraint 79229972375
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 234599911309658
Number of bits of the biggest sum of numbers48
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-19T00:31:01+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4107690-1466289061.opb"]
0.00/0.01	c use --random-gen="3784005260 1729924935 4227048407 1353686967 4093859079 1157528310 2108707251 1323764617 787339439 996428712 1746073312 4084218130 629846532 2312591240 2593133875 2148903208 3756361349 2332276917 431844228 3361692969 4052645330 1220858726 316373021 1009484855 909932634 3236727551 3945241912 2834979048 944394532 1851619396 3252359379 1400571762 3728822990 2943422469 1363070818 2505989342 391957477 1740451644 1135672221 1047053060 3561799471 1767170945 3620812404 3730922221 1530869815 876650951 4224210094 2089619456 1370221874 1442859059 443552118 2182088848 1886764982 1587501659 1337163169 1687881354 1398232479 1480973736 2530901860 469840931 2651778440 151862159 838648410 3038193336 122268399 3801233634 3199603962 4042359262 252435077 2635365350 664960174 3711661279 822872695 1260598940 1758464336 3840041595 1661479786 2871483827 4022982928 537446849 2929498863 3048646317 2952511882 3454354219 2728350233 3796785856 2047182225 1372203214 1251197953 3279546484 2811406976 2769576337 3780671503 2191075440 3604848528 3069193343 2419715248 2372879455 3801253940 1882593581 3852765749 2512711755 1051452664 1382229230 1051548 2107131418 4030935139 2020312593 1147168793 2204883552 1374841669 150395347 3138236533 3710656477 1097577570 973493628 3364531099 907560857 1633678213 2229371681 434553136 2298097830 2713068722 1005605428 2441447327 562059131 1378892911 3718782024 3914159229 1096983921 4033465129 2185789889 3329433975 750794748 1057729135 243433752 353467844 1527218740 961740914 1872889961 2072028784 520661427 2077407054 76773954 4037913164 1021525621 2521489735 4148982150 789596238 2790876809 567674220 543429807 1977791957 1068707660 1435355480 3241407670 350787962 3969104736 2357610740 745422400 1217233538 2335642293 2289695157 2894968219 1884024205 3416409288 2065982274 788610671 542272206 4097944634 2565007483 3189399559 1271391877 767154787 2829656779 3848414159 2882906262 24062852 3384057300 124603057 3117918599 296652185 3448033928 2762849249 1118198715 1339594339 439758416 866191877 512634202 3034491753 2421030926 2993618885 3213082840 2031212216 550776916 1860345063 946519467 2650114849 3551921627 2880679998 1074003774 3461220837 154655757 2266557322 1831202952 1746476561 753052489 3392250477 2818527941 4275802447 3366488176 987979402 2051659136 774963006 2954999705 2964967852 3166445779 3069922302 3116164576 3465440553 1840465053 3391139824 1048162450 639747239 2106605786 331065372 884220056 323601804 741021513 2031507221 427716404 3719820913 1978093184 3387989233 530625325 3679143960 805059833 3880658474 3981892750 373631855 1969589397 3282851942 4163344522 2160824769 1276851391 470468107 4040600223 94562744 3343728556 2377105656 1573197247 2152502227 918113247 3128022898 3949909367 3919640221 255 362436" option to reproduce the execution
0.69/0.73	c #vars 21101
0.69/0.73	c #constraints 100032
2.19/2.29	c BCD2: Hardening is enabled.
2.19/2.29	c BCD2: BiasedSearch is enabled.
2.19/2.29	c Solving starts ...
2.19/2.29	c ============================[ Search Statistics ]============================
2.19/2.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.29	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.65	c =============================================================================
2.59/2.65	c  0.0s |       0 |        0 |        0 |    39935      0 |     1202 |        0
2.89/2.96	c  0.7s |       1 |    75972 |      100 |    39935      0 |     1202 |     1291
4.79/4.89	c  2.6s |       2 |   282018 |      250 |    43929      0 |     1202 |     1291
5.99/6.07	c  3.8s |       2 |   425086 |      365 |    48322      0 |     1202 |     1291
5.99/6.07	c #cpu_time = 3.749s
5.99/6.07	c #wall_clock_time = 3.759s
5.99/6.07	c #decision = 425086
5.99/6.07	c #random_decision = 1256
5.99/6.07	c #conflict = 365
5.99/6.07	c #restart = 2
5.99/6.07	o 49639985030896

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

pid=16850
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: 1.91 2.01 2.06 3/178 16853
/proc/meminfo: memFree=29939088/32872528 swapFree=681964/737152
[pid=16853] ppid=16850 vsize=734652 CPUtime=0 cores=0,2,4,6
/proc/16853/stat : 16853 (toysat) R 16850 16853 13233 0 -1 4202496 2745 0 0 0 0 0 0 0 20 0 4 0 30955339 752283648 2595 33554432000 4194304 16246674 140736177539232 140736177538656 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16853/statm: 184431 2604 441 2943 0 181325 0
[pid=16853/tid=16854] ppid=16850 vsize=752060 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16854/stat : 16854 (toysat) S 16850 16853 13233 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30955340 770109440 2664 33554432000 4194304 16246674 140736177539232 140521046519024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16853/tid=16855] ppid=16850 vsize=757180 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16855/stat : 16855 (toysat) S 16850 16853 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30955340 775352320 2681 33554432000 4194304 16246674 140736177539232 140521036029168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16853/tid=16856] ppid=16850 vsize=761276 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16856/stat : 16856 (toysat) S 16850 16853 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30955340 779546624 2699 33554432000 4194304 16246674 140736177539232 140521025555632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100168 s]
/proc/loadavg: 1.91 2.01 2.06 3/178 16853
/proc/meminfo: memFree=29939088/32872528 swapFree=681964/737152
[pid=16853] ppid=16850 vsize=1303108 CPUtime=0.09 cores=0,2,4,6
/proc/16853/stat : 16853 (toysat) R 16850 16853 13233 0 -1 4202496 30967 0 0 0 5 4 0 0 20 0 4 0 30955339 1334382592 30756 33554432000 4194304 16246674 140736177539232 140736177538544 8058796 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16853/statm: 325777 30773 799 2943 0 322671 0
[pid=16853/tid=16854] ppid=16850 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16854/stat : 16854 (toysat) S 16850 16853 13233 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30955340 1334382592 30783 33554432000 4194304 16246674 140736177539232 140521046519024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16853/tid=16855] ppid=16850 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16855/stat : 16855 (toysat) S 16850 16853 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30955340 1334382592 30795 33554432000 4194304 16246674 140736177539232 140521036029168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16853/tid=16856] ppid=16850 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16856/stat : 16856 (toysat) S 16850 16853 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30955340 1334382592 30805 33554432000 4194304 16246674 140736177539232 140521025555632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1303108

[startup+0.20051 s]
/proc/loadavg: 1.91 2.01 2.06 3/178 16853
/proc/meminfo: memFree=29939088/32872528 swapFree=681964/737152
[pid=16853] ppid=16850 vsize=1313348 CPUtime=0.19 cores=0,2,4,6
/proc/16853/stat : 16853 (toysat) R 16850 16853 13233 0 -1 4202496 51616 0 0 0 12 7 0 0 20 0 4 0 30955339 1344868352 51915 33554432000 4194304 16246674 140736177539232 140736177538544 7367924 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16853/statm: 328337 51915 799 2943 0 325231 0
[pid=16853/tid=16854] ppid=16850 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16854/stat : 16854 (toysat) S 16850 16853 13233 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30955340 1344868352 51915 33554432000 4194304 16246674 140736177539232 140521046519024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16853/tid=16855] ppid=16850 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16855/stat : 16855 (toysat) S 16850 16853 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30955340 1344868352 51915 33554432000 4194304 16246674 140736177539232 140521036029168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16853/tid=16856] ppid=16850 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16856/stat : 16856 (toysat) S 16850 16853 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30955340 1344868352 51915 33554432000 4194304 16246674 140736177539232 140521025555632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300536 s]
/proc/loadavg: 1.91 2.01 2.06 3/178 16853
/proc/meminfo: memFree=29939088/32872528 swapFree=681964/737152
[pid=16853] ppid=16850 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/16853/stat : 16853 (toysat) R 16850 16853 13233 0 -1 4202496 63866 0 0 0 21 8 0 0 20 0 4 0 30955339 1344868352 64165 33554432000 4194304 16246674 140736177539232 140736177537024 4226028 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16853/statm: 328337 64165 800 2943 0 325231 0
[pid=16853/tid=16854] ppid=16850 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16854/stat : 16854 (toysat) S 16850 16853 13233 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30955340 1344868352 64165 33554432000 4194304 16246674 140736177539232 140521046519024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16853/tid=16855] ppid=16850 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16855/stat : 16855 (toysat) S 16850 16853 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30955340 1344868352 64165 33554432000 4194304 16246674 140736177539232 140521036029168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16853/tid=16856] ppid=16850 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16856/stat : 16856 (toysat) S 16850 16853 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30955340 1344868352 64165 33554432000 4194304 16246674 140736177539232 140521025555632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700467 s]
/proc/loadavg: 1.91 2.01 2.06 3/178 16853
/proc/meminfo: memFree=29939088/32872528 swapFree=681964/737152
[pid=16853] ppid=16850 vsize=1319492 CPUtime=0.69 cores=0,2,4,6
/proc/16853/stat : 16853 (toysat) R 16850 16853 13233 0 -1 4202496 75571 0 0 0 59 10 0 0 20 0 4 0 30955339 1351159808 76892 33554432000 4194304 16246674 140736177539232 140736177537024 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16853/statm: 329873 76892 801 2943 0 326767 0
[pid=16853/tid=16854] ppid=16850 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16854/stat : 16854 (toysat) S 16850 16853 13233 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30955340 1351159808 76892 33554432000 4194304 16246674 140736177539232 140521046519024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16853/tid=16855] ppid=16850 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16855/stat : 16855 (toysat) S 16850 16853 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30955340 1351159808 76892 33554432000 4194304 16246674 140736177539232 140521036029168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16853/tid=16856] ppid=16850 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16856/stat : 16856 (toysat) S 16850 16853 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30955340 1351159808 76892 33554432000 4194304 16246674 140736177539232 140521025555632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1319492

[startup+1.50041 s]
/proc/loadavg: 1.91 2.01 2.06 3/183 16858
/proc/meminfo: memFree=29482204/32872528 swapFree=681964/737152
[pid=16853] ppid=16850 vsize=1319492 CPUtime=1.49 cores=0,2,4,6
/proc/16853/stat : 16853 (toysat) R 16850 16853 13233 0 -1 4202496 193269 0 0 0 118 31 0 0 20 0 4 0 30955339 1351159808 194590 33554432000 4194304 16246674 140736177539232 140736177521152 6965916 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16853/statm: 329873 194599 840 2943 0 326767 0
[pid=16853/tid=16854] ppid=16850 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16854/stat : 16854 (toysat) S 16850 16853 13233 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30955340 1351159808 194605 33554432000 4194304 16246674 140736177539232 140521046519024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16853/tid=16855] ppid=16850 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16855/stat : 16855 (toysat) S 16850 16853 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30955340 1351159808 194610 33554432000 4194304 16246674 140736177539232 140521036029168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16853/tid=16856] ppid=16850 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16856/stat : 16856 (toysat) S 16850 16853 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30955340 1351159808 194615 33554432000 4194304 16246674 140736177539232 140521025555632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1319492

[startup+3.10042 s]
/proc/loadavg: 1.91 2.01 2.06 3/183 16858
/proc/meminfo: memFree=28838804/32872528 swapFree=681964/737152
[pid=16853] ppid=16850 vsize=1337924 CPUtime=3.09 cores=0,2,4,6
/proc/16853/stat : 16853 (toysat) R 16850 16853 13233 0 -1 4202496 273566 0 0 0 267 42 0 0 20 0 4 0 30955339 1370034176 275398 33554432000 4194304 16246674 140736177539232 140736177522232 6837240 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16853/statm: 334481 275398 889 2943 0 331375 0
[pid=16853/tid=16854] ppid=16850 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16854/stat : 16854 (toysat) S 16850 16853 13233 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30955340 1370034176 275398 33554432000 4194304 16246674 140736177539232 140521046519024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16853/tid=16855] ppid=16850 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16855/stat : 16855 (toysat) S 16850 16853 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30955340 1370034176 275398 33554432000 4194304 16246674 140736177539232 140521036029168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16853/tid=16856] ppid=16850 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16856/stat : 16856 (toysat) S 16850 16853 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30955340 1370034176 275398 33554432000 4194304 16246674 140736177539232 140521025555632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1337924

[startup+6.30043 s]
/proc/loadavg: 1.92 2.01 2.06 3/183 16858
/proc/meminfo: memFree=28838304/32872528 swapFree=681964/737152
[pid=16853] ppid=16850 vsize=1337924 CPUtime=6.29 cores=0,2,4,6
/proc/16853/stat : 16853 (toysat) R 16850 16853 13233 0 -1 4202496 273639 0 0 0 587 42 0 0 20 0 4 0 30955339 1370034176 275471 33554432000 4194304 16246674 140736177539232 140736177521152 12429087 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16853/statm: 334481 275471 903 2943 0 331375 0
[pid=16853/tid=16854] ppid=16850 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16854/stat : 16854 (toysat) S 16850 16853 13233 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30955340 1370034176 275471 33554432000 4194304 16246674 140736177539232 140521046519024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16853/tid=16855] ppid=16850 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16855/stat : 16855 (toysat) S 16850 16853 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30955340 1370034176 275471 33554432000 4194304 16246674 140736177539232 140521036029168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16853/tid=16856] ppid=16850 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16856/stat : 16856 (toysat) S 16850 16853 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30955340 1370034176 275471 33554432000 4194304 16246674 140736177539232 140521025555632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1337924

[startup+12.7004 s]
/proc/loadavg: 1.93 2.01 2.06 3/183 16858
/proc/meminfo: memFree=28839216/32872528 swapFree=681964/737152
[pid=16853] ppid=16850 vsize=1337924 CPUtime=12.68 cores=0,2,4,6
/proc/16853/stat : 16853 (toysat) R 16850 16853 13233 0 -1 4202496 273639 0 0 0 1226 42 0 0 20 0 4 0 30955339 1370034176 275471 33554432000 4194304 16246674 140736177539232 140736177521152 12371164 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16853/statm: 334481 275471 903 2943 0 331375 0
[pid=16853/tid=16854] ppid=16850 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16854/stat : 16854 (toysat) S 16850 16853 13233 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30955340 1370034176 275471 33554432000 4194304 16246674 140736177539232 140521046519024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16853/tid=16855] ppid=16850 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16855/stat : 16855 (toysat) S 16850 16853 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30955340 1370034176 275471 33554432000 4194304 16246674 140736177539232 140521036029168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16853/tid=16856] ppid=16850 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16856/stat : 16856 (toysat) S 16850 16853 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30955340 1370034176 275471 33554432000 4194304 16246674 140736177539232 140521025555632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1337924

[startup+25.5005 s]
/proc/loadavg: 1.94 2.01 2.06 4/183 16858
/proc/meminfo: memFree=28839924/32872528 swapFree=681964/737152
[pid=16853] ppid=16850 vsize=1337924 CPUtime=25.48 cores=0,2,4,6
/proc/16853/stat : 16853 (toysat) R 16850 16853 13233 0 -1 4202496 273639 0 0 0 2506 42 0 0 20 0 4 0 30955339 1370034176 275471 33554432000 4194304 16246674 140736177539232 140736177521152 12654426 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16853/statm: 334481 275471 903 2943 0 331375 0
[pid=16853/tid=16854] ppid=16850 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16854/stat : 16854 (toysat) S 16850 16853 13233 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30955340 1370034176 275471 33554432000 4194304 16246674 140736177539232 140521046519024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16853/tid=16855] ppid=16850 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16855/stat : 16855 (toysat) S 16850 16853 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30955340 1370034176 275471 33554432000 4194304 16246674 140736177539232 140521036029168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16853/tid=16856] ppid=16850 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16856/stat : 16856 (toysat) S 16850 16853 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30955340 1370034176 275471 33554432000 4194304 16246674 140736177539232 140521025555632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1337924

[startup+51.1005 s]
/proc/loadavg: 2.02 2.02 2.06 3/183 16858
/proc/meminfo: memFree=28840000/32872528 swapFree=681964/737152
[pid=16853] ppid=16850 vsize=1337924 CPUtime=51.08 cores=0,2,4,6
/proc/16853/stat : 16853 (toysat) R 16850 16853 13233 0 -1 4202496 273639 0 0 0 5066 42 0 0 20 0 4 0 30955339 1370034176 275471 33554432000 4194304 16246674 140736177539232 140736177521152 12414096 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16853/statm: 334481 275471 903 2943 0 331375 0
[pid=16853/tid=16854] ppid=16850 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16854/stat : 16854 (toysat) S 16850 16853 13233 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30955340 1370034176 275471 33554432000 4194304 16246674 140736177539232 140521046519024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16853/tid=16855] ppid=16850 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16855/stat : 16855 (toysat) S 16850 16853 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30955340 1370034176 275471 33554432000 4194304 16246674 140736177539232 140521036029168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16853/tid=16856] ppid=16850 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16856/stat : 16856 (toysat) S 16850 16853 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30955340 1370034176 275471 33554432000 4194304 16246674 140736177539232 140521025555632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1337924

[startup+102.301 s]
/proc/loadavg: 2.01 2.02 2.06 4/183 16859
/proc/meminfo: memFree=28816104/32872528 swapFree=681964/737152
[pid=16853] ppid=16850 vsize=1337924 CPUtime=102.29 cores=0,2,4,6
/proc/16853/stat : 16853 (toysat) R 16850 16853 13233 0 -1 4202496 273640 0 0 0 10186 43 0 0 20 0 4 0 30955339 1370034176 275472 33554432000 4194304 16246674 140736177539232 140736177521152 12654409 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16853/statm: 334481 275472 903 2943 0 331375 0
[pid=16853/tid=16854] ppid=16850 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16854/stat : 16854 (toysat) S 16850 16853 13233 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30955340 1370034176 275472 33554432000 4194304 16246674 140736177539232 140521046519024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16853/tid=16855] ppid=16850 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16855/stat : 16855 (toysat) S 16850 16853 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30955340 1370034176 275472 33554432000 4194304 16246674 140736177539232 140521036029168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16853/tid=16856] ppid=16850 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16856/stat : 16856 (toysat) S 16850 16853 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30955340 1370034176 275472 33554432000 4194304 16246674 140736177539232 140521025555632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1337924


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

/proc/16853/task/16856/stat : 16856 (toysat) S 16850 16853 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30955340 1451823104 295696 33554432000 4194304 16246674 140736177539232 140521025555632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 1417796

[startup+1302.3 s]
/proc/loadavg: 2.03 2.03 2.04 3/183 17085
/proc/meminfo: memFree=28793408/32872528 swapFree=681964/737152
[pid=16853] ppid=16850 vsize=1489476 CPUtime=1302.06 cores=0,2,4,6
/proc/16853/stat : 16853 (toysat) R 16850 16853 13233 0 -1 4202496 311599 0 0 0 130154 52 0 0 20 0 4 0 30955339 1525223424 313616 33554432000 4194304 16246674 140736177539232 140736177537088 4220514 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16853/statm: 372369 313616 903 2943 0 369263 0
[pid=16853/tid=16854] ppid=16850 vsize=1489476 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16854/stat : 16854 (toysat) S 16850 16853 13233 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30955340 1525223424 313616 33554432000 4194304 16246674 140736177539232 140521046519024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16853/tid=16855] ppid=16850 vsize=1489476 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16855/stat : 16855 (toysat) S 16850 16853 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30955340 1525223424 313616 33554432000 4194304 16246674 140736177539232 140521036029168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16853/tid=16856] ppid=16850 vsize=1489476 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16856/stat : 16856 (toysat) S 16850 16853 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30955340 1525223424 313616 33554432000 4194304 16246674 140736177539232 140521025555632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 1489476

[startup+1362.3 s]
/proc/loadavg: 2.08 2.04 2.04 3/182 17086
/proc/meminfo: memFree=28721560/32872528 swapFree=681964/737152
[pid=16853] ppid=16850 vsize=1532484 CPUtime=1362.05 cores=0,2,4,6
/proc/16853/stat : 16853 (toysat) R 16850 16853 13233 0 -1 4202496 322357 0 0 0 136151 54 0 0 20 0 4 0 30955339 1569263616 324368 33554432000 4194304 16246674 140736177539232 140736177537088 4221027 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16853/statm: 383121 324368 903 2943 0 380015 0
[pid=16853/tid=16854] ppid=16850 vsize=1532484 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16854/stat : 16854 (toysat) S 16850 16853 13233 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30955340 1569263616 324368 33554432000 4194304 16246674 140736177539232 140521046519024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16853/tid=16855] ppid=16850 vsize=1532484 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16855/stat : 16855 (toysat) S 16850 16853 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30955340 1569263616 324368 33554432000 4194304 16246674 140736177539232 140521036029168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16853/tid=16856] ppid=16850 vsize=1532484 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16856/stat : 16856 (toysat) S 16850 16853 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30955340 1569263616 324368 33554432000 4194304 16246674 140736177539232 140521025555632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 1532484

[startup+1422.3 s]
/proc/loadavg: 2.13 2.06 2.04 4/183 17088
/proc/meminfo: memFree=28712516/32872528 swapFree=681964/737152
[pid=16853] ppid=16850 vsize=1540676 CPUtime=1422.05 cores=0,2,4,6
/proc/16853/stat : 16853 (toysat) R 16850 16853 13233 0 -1 4202496 324405 0 0 0 142150 55 0 0 20 0 4 0 30955339 1577652224 326416 33554432000 4194304 16246674 140736177539232 140736177537024 4225073 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16853/statm: 385169 326416 903 2943 0 382063 0
[pid=16853/tid=16854] ppid=16850 vsize=1540676 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16854/stat : 16854 (toysat) S 16850 16853 13233 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30955340 1577652224 326416 33554432000 4194304 16246674 140736177539232 140521046519024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16853/tid=16855] ppid=16850 vsize=1540676 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16855/stat : 16855 (toysat) S 16850 16853 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30955340 1577652224 326416 33554432000 4194304 16246674 140736177539232 140521036028944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16853/tid=16856] ppid=16850 vsize=1540676 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16856/stat : 16856 (toysat) S 16850 16853 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30955340 1577652224 326416 33554432000 4194304 16246674 140736177539232 140521025555632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 1540676

[startup+1482.3 s]
/proc/loadavg: 2.08 2.06 2.04 3/183 17089
/proc/meminfo: memFree=28707176/32872528 swapFree=681964/737152
[pid=16853] ppid=16850 vsize=1544772 CPUtime=1482.02 cores=0,2,4,6
/proc/16853/stat : 16853 (toysat) R 16850 16853 13233 0 -1 4202496 325429 0 0 0 148147 55 0 0 20 0 4 0 30955339 1581846528 327440 33554432000 4194304 16246674 140736177539232 140736177537088 4220965 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16853/statm: 386193 327440 903 2943 0 383087 0
[pid=16853/tid=16854] ppid=16850 vsize=1544772 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16854/stat : 16854 (toysat) S 16850 16853 13233 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30955340 1581846528 327440 33554432000 4194304 16246674 140736177539232 140521046519024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16853/tid=16855] ppid=16850 vsize=1544772 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16855/stat : 16855 (toysat) S 16850 16853 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30955340 1581846528 327440 33554432000 4194304 16246674 140736177539232 140521036029168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16853/tid=16856] ppid=16850 vsize=1544772 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16856/stat : 16856 (toysat) S 16850 16853 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30955340 1581846528 327440 33554432000 4194304 16246674 140736177539232 140521025555632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 1544772

[startup+1542.31 s]
/proc/loadavg: 2.10 2.08 2.04 3/183 17091
/proc/meminfo: memFree=28706704/32872528 swapFree=681964/737152
[pid=16853] ppid=16850 vsize=1544772 CPUtime=1542.02 cores=0,2,4,6
/proc/16853/stat : 16853 (toysat) R 16850 16853 13233 0 -1 4202496 325429 0 0 0 154146 56 0 0 20 0 4 0 30955339 1581846528 327440 33554432000 4194304 16246674 140736177539232 140736177537024 4220489 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16853/statm: 386193 327440 903 2943 0 383087 0
[pid=16853/tid=16854] ppid=16850 vsize=1544772 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16854/stat : 16854 (toysat) S 16850 16853 13233 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30955340 1581846528 327440 33554432000 4194304 16246674 140736177539232 140521046519024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16853/tid=16855] ppid=16850 vsize=1544772 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16855/stat : 16855 (toysat) S 16850 16853 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30955340 1581846528 327440 33554432000 4194304 16246674 140736177539232 140521036029168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16853/tid=16856] ppid=16850 vsize=1544772 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16856/stat : 16856 (toysat) S 16850 16853 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30955340 1581846528 327440 33554432000 4194304 16246674 140736177539232 140521025555632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 1544772

[startup+1602.3 s]
/proc/loadavg: 2.04 2.06 2.04 4/183 17092
/proc/meminfo: memFree=28695808/32872528 swapFree=681964/737152
[pid=16853] ppid=16850 vsize=1556036 CPUtime=1602.01 cores=0,2,4,6
/proc/16853/stat : 16853 (toysat) R 16850 16853 13233 0 -1 4202496 328245 0 0 0 160144 57 0 0 20 0 4 0 30955339 1593380864 330256 33554432000 4194304 16246674 140736177539232 140736177521152 12449391 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16853/statm: 389009 330256 903 2943 0 385903 0
[pid=16853/tid=16854] ppid=16850 vsize=1556036 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16854/stat : 16854 (toysat) S 16850 16853 13233 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30955340 1593380864 330256 33554432000 4194304 16246674 140736177539232 140521046519024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16853/tid=16855] ppid=16850 vsize=1556036 CPUtime=0.01 cores=0,2,4,6
/proc/16853/task/16855/stat : 16855 (toysat) S 16850 16853 13233 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 4 0 30955340 1593380864 330256 33554432000 4194304 16246674 140736177539232 140521036029168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16853/tid=16856] ppid=16850 vsize=1556036 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16856/stat : 16856 (toysat) S 16850 16853 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30955340 1593380864 330256 33554432000 4194304 16246674 140736177539232 140521025555632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 1556036

[startup+1662.3 s]
/proc/loadavg: 2.07 2.06 2.04 3/183 17093
/proc/meminfo: memFree=28682044/32872528 swapFree=681964/737152
[pid=16853] ppid=16850 vsize=1569348 CPUtime=1662 cores=0,2,4,6
/proc/16853/stat : 16853 (toysat) R 16850 16853 13233 0 -1 4202496 331573 0 0 0 166143 57 0 0 20 0 4 0 30955339 1607012352 333584 33554432000 4194304 16246674 140736177539232 140736177537024 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16853/statm: 392337 333584 903 2943 0 389231 0
[pid=16853/tid=16854] ppid=16850 vsize=1569348 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16854/stat : 16854 (toysat) S 16850 16853 13233 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30955340 1607012352 333584 33554432000 4194304 16246674 140736177539232 140521046519024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16853/tid=16855] ppid=16850 vsize=1569348 CPUtime=0.01 cores=0,2,4,6
/proc/16853/task/16855/stat : 16855 (toysat) S 16850 16853 13233 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 4 0 30955340 1607012352 333584 33554432000 4194304 16246674 140736177539232 140521036028944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16853/tid=16856] ppid=16850 vsize=1569348 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16856/stat : 16856 (toysat) S 16850 16853 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30955340 1607012352 333584 33554432000 4194304 16246674 140736177539232 140521025555632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 1569348

[startup+1722.3 s]
/proc/loadavg: 2.10 2.08 2.04 3/183 17094
/proc/meminfo: memFree=28676252/32872528 swapFree=681964/737152
[pid=16853] ppid=16850 vsize=1575492 CPUtime=1721.99 cores=0,2,4,6
/proc/16853/stat : 16853 (toysat) R 16850 16853 13233 0 -1 4202496 333109 0 0 0 172141 58 0 0 20 0 4 0 30955339 1613303808 335120 33554432000 4194304 16246674 140736177539232 140736177537024 4220507 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16853/statm: 393873 335120 903 2943 0 390767 0
[pid=16853/tid=16854] ppid=16850 vsize=1575492 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16854/stat : 16854 (toysat) S 16850 16853 13233 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30955340 1613303808 335120 33554432000 4194304 16246674 140736177539232 140521046519024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16853/tid=16855] ppid=16850 vsize=1575492 CPUtime=0.01 cores=0,2,4,6
/proc/16853/task/16855/stat : 16855 (toysat) S 16850 16853 13233 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 4 0 30955340 1613303808 335120 33554432000 4194304 16246674 140736177539232 140521036029168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16853/tid=16856] ppid=16850 vsize=1575492 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16856/stat : 16856 (toysat) S 16850 16853 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30955340 1613303808 335120 33554432000 4194304 16246674 140736177539232 140521025555632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 1575492

[startup+1782.3 s]
/proc/loadavg: 2.17 2.10 2.05 4/184 17098
/proc/meminfo: memFree=28674852/32872528 swapFree=681964/737152
[pid=16853] ppid=16850 vsize=1576516 CPUtime=1781.97 cores=0,2,4,6
/proc/16853/stat : 16853 (toysat) R 16850 16853 13233 0 -1 4202496 333365 0 0 0 178139 58 0 0 20 0 4 0 30955339 1614352384 335376 33554432000 4194304 16246674 140736177539232 140736177537088 4206587 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16853/statm: 394129 335376 903 2943 0 391023 0
[pid=16853/tid=16854] ppid=16850 vsize=1576516 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16854/stat : 16854 (toysat) S 16850 16853 13233 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30955340 1614352384 335376 33554432000 4194304 16246674 140736177539232 140521046519024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16853/tid=16855] ppid=16850 vsize=1576516 CPUtime=0.01 cores=0,2,4,6
/proc/16853/task/16855/stat : 16855 (toysat) S 16850 16853 13233 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 4 0 30955340 1614352384 335376 33554432000 4194304 16246674 140736177539232 140521036028944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16853/tid=16856] ppid=16850 vsize=1576516 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16856/stat : 16856 (toysat) S 16850 16853 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30955340 1614352384 335376 33554432000 4194304 16246674 140736177539232 140521025555632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 1576516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.12 2.10 2.05 3/184 17098
/proc/meminfo: memFree=28674944/32872528 swapFree=681964/737152
[pid=16853] ppid=16850 vsize=1576516 CPUtime=1800.07 cores=0,2,4,6
/proc/16853/stat : 16853 (toysat) R 16850 16853 13233 0 -1 4202496 333365 0 0 0 179949 58 0 0 20 0 4 0 30955339 1614352384 335376 33554432000 4194304 16246674 140736177539232 140736177538544 12371080 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16853/statm: 394129 335376 903 2943 0 391023 0
[pid=16853/tid=16854] ppid=16850 vsize=1576516 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16854/stat : 16854 (toysat) S 16850 16853 13233 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30955340 1614352384 335376 33554432000 4194304 16246674 140736177539232 140521046519024 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16853/tid=16855] ppid=16850 vsize=1576516 CPUtime=0.01 cores=0,2,4,6
/proc/16853/task/16855/stat : 16855 (toysat) S 16850 16853 13233 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 4 0 30955340 1614352384 335376 33554432000 4194304 16246674 140736177539232 140521036029168 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16853/tid=16856] ppid=16850 vsize=1576516 CPUtime=0 cores=0,2,4,6
/proc/16853/task/16856/stat : 16856 (toysat) S 16850 16853 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30955340 1614352384 335376 33554432000 4194304 16246674 140736177539232 140521025555632 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1576516

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.1
CPU user time (s): 1799.51
CPU system time (s): 0.596909
CPU usage (%): 99.9829
Max. virtual memory (cumulated for all children) (KiB): 1576516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.51
system time used= 0.596909
maximum resident set size= 1341504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 333365
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= 1760
involuntary context switches= 1822

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4274 second user time and 15.6546 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-19 00:31:01
IDJOB=4107690
IDBENCH=72478
IDSOLVER=2542
FILE ID=node112/4107690-1466289061
RUNJOBID= node112-1466264161-13249
PBS_JOBID= 19918218
Free space on /tmp= 71692 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/datasets/9orless/normalized-kommander.cudf.trendy.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107690-1466289061/watcher-4107690-1466289061 -o /tmp/evaluation-result-4107690-1466289061/solver-4107690-1466289061 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466264161-13249 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4107690-1466289061.opb

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

MD5SUM BENCH= f6b3082880102ca494d64c498db002b2
RANDOM SEED=1005080750

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29940252 kB
Buffers:           89020 kB
Cached:           184392 kB
SwapCached:         2028 kB
Active:          1288356 kB
Inactive:         167348 kB
Active(anon):    1182272 kB
Inactive(anon):     2096 kB
Active(file):     106084 kB
Inactive(file):   165252 kB
Unevictable:      737152 kB
Mlocked:          681964 kB
SwapTotal:      67108856 kB
SwapFree:       67096744 kB
Dirty:             19804 kB
Writeback:             0 kB
AnonPages:       2004416 kB
Mapped:            10692 kB
Shmem:                 0 kB
Slab:             603216 kB
SReclaimable:      46992 kB
SUnreclaim:       556224 kB
KernelStack:        1520 kB
PageTables:         7872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2059888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 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= 71672 MiB
End job on node112 at 2016-06-19 01:01:02