Trace number 4465053

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
FiberSCIP 2024-07-30? 3587.77 3600.9

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/scens/
normalized-scen06-16reduc_wcsp.wbo
MD5SUMb650e80a3f64e6bae4fbc25304197493
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, 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 variables1921
Total number of constraints124511
Number of soft constraints124429
Number of constraints which are clauses124429
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint28
Top cost 3389
Min constraint cost 1
Max constraint cost 2436
Sum of constraints costs 44162576
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 29
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.88/0.93	c Default LC presolving (default).
0.88/0.93	c ** Before presolving: virtualMemUsedAtLc = 788047059, getVmSize() = 486993920, SCIPgetMemUsed() = 428306274, SCIPgetMemTotal() = 442616786, SCIPgetMemExternEstim() = 345430273
0.88/0.93	c ** set memory limit for presolving in LC to 8.79586e+12 for SCIP **
128.89/129.34	c ** Estimated virtualMemUsedAtSolver = 1058352436, getVmSize() = 1336336384, SCIPgetMemUsed() = 880003558, SCIPgetMemTotal() = 1242098382, SCIPgetMemExternEstim() = 345430273
128.89/129.34	c ** set memory limit for solvers to 4.39801e+12 for each SCIP **
128.89/129.34	c Original Problem   :
128.89/129.34	c   Problem name     : instance-4465053-1722389896
128.89/129.34	c   Variables        : 126350 (126350 binary, 0 integer, 0 implicit integer, 0 continuous)
128.89/129.34	c   Constraints      : 248941
128.89/129.34	c   Objective sense  : minimize
128.89/129.34	c Presolved Problem  :
128.89/129.34	c   Variables        : 250779 (126350 binary, 0 integer, 124429 implicit integer, 0 continuous)
128.89/129.34	c   Constraints      : 248941
128.89/129.34	c Constraints        : Number
128.89/129.34	c   knapsack         : 1 
128.89/129.34	c   setppc           : 82 
128.89/129.34	c   linear           : 124429 
128.89/129.34	c   indicator        : 124429 
128.89/129.34	c ** Instance transfer method used: 0
129.79/130.26	c ** ParaScipInstance copy does not increase the number of variables. **
130.58/131.01	c LC is working with racing ramp-up and with rebuilding tree after racing.
130.58/131.01	c                                Nodes    Active                                            
130.58/131.01	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
3112.11/3123.32	c      3123              2           1         1                -           0.0000          -
3132.92/3144.26	c      3144              3           2         1                -           0.0000          -
3156.52/3167.97	c      3168              4           3         1                -           0.0000          -
3169.16/3180.69	c      3181              5           4         1                -           0.0000          -
3178.22/3189.74	c      3190              6           5         1                -           0.0000          -
3201.91/3213.50	c      3214              7           6         1                -           0.0000          -
3210.08/3221.71	c      3222              8           7         1                -           0.0000          -
3226.31/3238.05	c      3238              9           8         1                -           0.0000          -
3246.12/3257.92	c      3258             10           9         1                -           0.0000          -
3255.97/3267.85	c      3268             11          10         1                -           0.0000          -
3273.11/3285.08	c      3285             12          11         1                -           0.0000          -
3282.36/3294.31	c      3294             13          12         1                -           0.0000          -
3296.31/3308.31	c      3308             14          13         1                -           0.0000          -
3310.44/3322.59	c      3323             15          14         1                -           0.0000          -
3321.40/3333.54	c      3334             16          15         1                -           0.0000          -
3337.94/3350.14	c      3350             17          16         1                -           0.0000          -
3353.96/3366.24	c      3366             18          17         1                -           0.0000          -
3377.75/3390.12	c      3390             19          18         1                -           0.0000          -
3389.99/3402.46	c      3402             20          19         1                -           0.0000          -
3396.18/3408.67	c      3409             21          20         1                -           0.0000          -
3401.96/3414.43	c      3414             23          22         1                -           0.0000          -
3407.93/3420.45	c      3420             26          25         1                -           0.0000          -
3422.86/3435.49	c      3435             31          30         1                -           0.0000          -
3431.84/3444.40	c      3444             33          34         1                -           0.0000          -
3456.14/3468.80	c      3469             40          39         1                -           0.0000          -
3468.00/3480.78	c      3481             44          43         1                -           0.0000          -
3488.93/3501.79	c      3502             52          51         1                -           0.0000          -
3498.99/3511.84	c      3512             59          58         1                -           0.0000          -
3509.05/3521.90	c      3522             64          63         1                -           0.0000          -
3516.62/3529.59	c      3530             67          66         1                -           0.0000          -
3522.58/3535.58	c      3536             72          71         1                -           0.0000          -
3543.41/3556.41	c      3556             79          78         1                -           0.0000          -
3585.67/3598.81	c      3599             84          83         0                -           0.0000          -
3586.97/3600.18	c SCIP Status        : c solving was interrupted [hard time limit reached]
3586.97/3600.18	c Total Time         : 3600.1800
3586.97/3600.18	c   solving          : 3600.1800
3586.97/3600.18	c   presolving       : 128.4105 (included in solving)
3586.97/3600.18	c B&B Tree           :
3586.97/3600.18	c   nodes (total)    : 1
3586.97/3600.18	c Solution           :
3586.97/3600.18	c   Solutions found  : 0
3586.97/3600.18	c   Primal Bound     :          -
3586.97/3600.18	c   Dual Bound       : +0.00000000000000e+00
3586.97/3600.18	c Gap                :          -
3587.66/3600.84	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (55588 MiB free)
  memory of node 1: 64473 MiB (62371 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4465053-1722389896/watcher-4465053-1722389896 -o /tmp/evaluation-result-4465053-1722389896/solver-4465053-1722389896 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1722389892-37049 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465053-1722389896.wbo -qsol -t 3600 -sth 1 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=37292, runsolver pid=37289

[startup+0.100241 s]*
/proc/loadavg: 1.32 1.79 2.93 5/256 37303
/proc/meminfo: memFree=120715116/131524600 swapFree=131071996/131071996
[pid=37292] ppid=37289 vsize=67404 memory=56016 CPUtime=0.09 cores=1,3
/proc/37292/stat : 37292 (fscip) R 37289 37292 37037 0 -1 4194304 11866 0 0 0 8 1 0 0 20 0 1 0 5594164 69021696 14004 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
/proc/37292/statm: 16851 14004 2347 3035 0 13247 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 67404 KiB
Current children cumulated memory: 56016 KiB

[startup+0.205688 s]*
/proc/loadavg: 1.32 1.79 2.93 5/256 37303
/proc/meminfo: memFree=120635408/131524600 swapFree=131071996/131071996
[pid=37292] ppid=37289 vsize=109288 memory=97672 CPUtime=0.19 cores=1,3
/proc/37292/stat : 37292 (fscip) R 37289 37292 37037 0 -1 4194304 22345 0 0 0 17 2 0 0 20 0 1 0 5594164 111910912 24418 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
/proc/37292/statm: 27322 24418 2347 3035 0 23718 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 109288 KiB
Current children cumulated memory: 97672 KiB

[startup+0.305637 s]*
/proc/loadavg: 1.32 1.79 2.93 5/256 37303
/proc/meminfo: memFree=120520868/131524600 swapFree=131071996/131071996
[pid=37292] ppid=37289 vsize=149420 memory=137796 CPUtime=0.29 cores=1,3
/proc/37292/stat : 37292 (fscip) R 37289 37292 37037 0 -1 4194304 32311 0 0 0 26 3 0 0 20 0 1 0 5594164 153006080 34449 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
/proc/37292/statm: 37355 34449 2347 3035 0 33751 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 149420 KiB
Current children cumulated memory: 137796 KiB

[startup+0.700231 s]
/proc/loadavg: 1.32 1.79 2.93 5/256 37303
/proc/meminfo: memFree=120358940/131524600 swapFree=131071996/131071996
[pid=37292] ppid=37289 vsize=383868 memory=372196 CPUtime=0.68 cores=1,3
/proc/37292/stat : 37292 (fscip) R 37289 37292 37037 0 -1 4194304 92013 0 0 0 56 12 0 0 20 0 1 0 5594164 393080832 93049 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
/proc/37292/statm: 95967 93049 2555 3035 0 92363 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 383868 KiB
Current children cumulated memory: 372196 KiB

[startup+1.50024 s]
/proc/loadavg: 1.32 1.79 2.93 5/256 37303
/proc/meminfo: memFree=119938288/131524600 swapFree=131071996/131071996
[pid=37292] ppid=37289 vsize=737156 memory=718320 CPUtime=1.48 cores=1,3
/proc/37292/stat : 37292 (fscip) R 37289 37292 37037 0 -1 4194304 177495 0 0 0 124 24 0 0 20 0 1 0 5594164 754847744 179580 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
/proc/37292/statm: 184289 179580 2598 3035 0 180685 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 737156 KiB
Current children cumulated memory: 718320 KiB

[startup+3.10549 s]
/proc/loadavg: 1.32 1.79 2.93 5/256 37303
/proc/meminfo: memFree=119330736/131524600 swapFree=131071996/131071996
[pid=37292] ppid=37289 vsize=1007784 memory=979956 CPUtime=3.09 cores=1,3
/proc/37292/stat : 37292 (fscip) R 37289 37292 37037 0 -1 4194304 242162 0 0 0 274 35 0 0 20 0 1 0 5594164 1031970816 244989 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
/proc/37292/statm: 251946 244989 2662 3035 0 248342 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1007784 KiB
Current children cumulated memory: 979956 KiB

[startup+6.3002 s]
/proc/loadavg: 1.62 1.84 2.94 5/258 37305
/proc/meminfo: memFree=118801744/131524600 swapFree=131071996/131071996
[pid=37292] ppid=37289 vsize=1007784 memory=982860 CPUtime=6.27 cores=1,3
/proc/37292/stat : 37292 (fscip) R 37289 37292 37037 0 -1 4194304 242901 0 0 0 591 36 0 0 20 0 1 0 5594164 1031970816 245715 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
/proc/37292/statm: 251946 245715 2662 3035 0 248342 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1007784 KiB
Current children cumulated memory: 982860 KiB

[startup+12.7002 s]
/proc/loadavg: 1.81 1.88 2.94 5/258 37306
/proc/meminfo: memFree=118680256/131524600 swapFree=131071996/131071996
[pid=37292] ppid=37289 vsize=1008808 memory=983916 CPUtime=12.65 cores=1,3
/proc/37292/stat : 37292 (fscip) R 37289 37292 37037 0 -1 4194304 243176 0 0 0 1227 38 0 0 20 0 1 0 5594164 1033019392 245979 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
/proc/37292/statm: 252202 245979 2662 3035 0 248598 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1008808 KiB
Current children cumulated memory: 983916 KiB

[startup+25.5003 s]
/proc/loadavg: 2.29 1.98 2.96 5/258 37308
/proc/meminfo: memFree=118480732/131524600 swapFree=131071996/131071996
[pid=37292] ppid=37289 vsize=1008808 memory=983916 CPUtime=25.41 cores=1,3
/proc/37292/stat : 37292 (fscip) R 37289 37292 37037 0 -1 4194304 243195 0 0 0 2498 43 0 0 20 0 1 0 5594164 1033019392 245979 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
/proc/37292/statm: 252202 245979 2662 3035 0 248598 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 1008808 KiB
Current children cumulated memory: 983916 KiB

[startup+51.1055 s]
/proc/loadavg: 2.96 2.16 3.00 5/260 37314
/proc/meminfo: memFree=117400924/131524600 swapFree=131071996/131071996
[pid=37292] ppid=37289 vsize=1026140 memory=1001184 CPUtime=50.94 cores=1,3
/proc/37292/stat : 37292 (fscip) R 37289 37292 37037 0 -1 4194304 247170 0 0 0 5044 50 0 0 20 0 1 0 5594164 1050767360 250296 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
/proc/37292/statm: 256535 250296 2662 3035 0 252931 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 1026140 KiB
Current children cumulated memory: 1001184 KiB

[startup+102.3 s]
/proc/loadavg: 3.62 2.47 3.06 6/260 37323
/proc/meminfo: memFree=117141132/131524600 swapFree=131071996/131071996
[pid=37292] ppid=37289 vsize=1026140 memory=1001300 CPUtime=101.96 cores=1,3
/proc/37292/stat : 37292 (fscip) R 37289 37292 37037 0 -1 4194304 247172 0 0 0 10136 60 0 0 20 0 1 0 5594164 1050767360 250325 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
/proc/37292/statm: 256535 250325 2662 3035 0 252931 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 1026140 KiB
Current children cumulated memory: 1001300 KiB

[startup+162.3 s]
/proc/loadavg: 3.91 2.76 3.12 5/262 37386
/proc/meminfo: memFree=112189048/131524600 swapFree=131071996/131071996
[pid=37292] ppid=37289 vsize=2804252 memory=2565532 CPUtime=161.57 cores=1,3
/proc/37292/stat : 37292 (fscip) S 37289 37292 37037 0 -1 1077936128 964236 0 0 0 16004 153 0 0 20 0 3 0 5594164 2871554048 641383 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
/proc/37292/statm: 701063 641383 2726 3035 0 681021 0
[pid=37292/tid=37333] ppid=37289 vsize=2804252 memory=1942724 CPUtime=31.71 cores=1,3
/proc/37292/task/37333/stat : 37333 (fscip) R 37289 37292 37037 0 -1 4194368 557523 0 0 0 3113 58 0 0 20 0 3 0 5607098 2871554048 641383 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
[pid=37292/tid=37334] ppid=37289 vsize=2804252 memory=2549080 CPUtime=0 cores=1,3
/proc/37292/task/37334/stat : 37334 (fscip) S 37289 37292 37037 0 -1 1077936192 18 0 0 0 0 0 0 0 20 0 3 0 5607268 2871554048 641383 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
Current children cumulated CPU time: 161.57 s
Current children cumulated vsize: 2804252 KiB
Current children cumulated memory: 2565532 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 3.02 3.19 5/262 37396
/proc/meminfo: memFree=106352836/131524600 swapFree=131071996/131071996
[pid=37292] ppid=37289 vsize=3263004 memory=3020148 CPUtime=221.06 cores=1,3
/proc/37292/stat : 37292 (fscip) S 37289 37292 37037 0 -1 1077936128 1327851 0 0 0 21921 185 0 0 20 0 3 0 5594164 3341316096 755037 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
/proc/37292/statm: 815751 755037 2774 3035 0 797079 0
[pid=37292/tid=37333] ppid=37289 vsize=3263004 memory=3020076 CPUtime=91.19 cores=1,3
/proc/37292/task/37333/stat : 37333 (fscip) R 37289 37292 37037 0 -1 4194368 921116 0 0 0 9029 90 0 0 20 0 3 0 5607098 3341316096 755037 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
[pid=37292/tid=37334] ppid=37289 vsize=3263004 memory=11592 CPUtime=0 cores=1,3
/proc/37292/task/37334/stat : 37334 (fscip) S 37289 37292 37037 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 3 0 5607268 3341316096 755037 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
Current children cumulated CPU time: 221.06 s
Current children cumulated vsize: 3263004 KiB
Current children cumulated memory: 3020148 KiB

[startup+282.3 s]
/proc/loadavg: 4.16 3.25 3.26 5/266 37652
/proc/meminfo: memFree=114262816/131524600 swapFree=131071996/131071996
[pid=37292] ppid=37289 vsize=3263004 memory=3021684 CPUtime=280.87 cores=1,3
/proc/37292/stat : 37292 (fscip) S 37289 37292 37037 0 -1 1077936128 1432266 0 0 0 27895 192 0 0 20 0 3 0 5594164 3341316096 755421 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
/proc/37292/statm: 815751 755421 2774 3035 0 797463 0
[pid=37292/tid=37333] ppid=37289 vsize=3263004 memory=3020148 CPUtime=151.02 cores=1,3
/proc/37292/task/37333/stat : 37333 (fscip) R 37289 37292 37037 0 -1 4194368 1025516 0 0 0 15004 98 0 0 20 0 3 0 5607098 3341316096 755421 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
[pid=37292/tid=37334] ppid=37289 vsize=3263004 memory=3021108 CPUtime=0 cores=1,3
/proc/37292/task/37334/stat : 37334 (fscip) S 37289 37292 37037 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 3 0 5607268 3341316096 755421 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
Current children cumulated CPU time: 280.87 s
Current children cumulated vsize: 3263004 KiB
Current children cumulated memory: 3021684 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 3.40 3.31 5/265 37662
/proc/meminfo: memFree=114063608/131524600 swapFree=131071996/131071996
[pid=37292] ppid=37289 vsize=3263004 memory=3023284 CPUtime=340.68 cores=1,3
/proc/37292/stat : 37292 (fscip) S 37289 37292 37037 0 -1 1077936128 1506528 0 0 0 33867 201 0 0 20 0 3 0 5594164 3341316096 755821 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
/proc/37292/statm: 815751 755821 2774 3035 0 797863 0
[pid=37292/tid=37333] ppid=37289 vsize=3263004 memory=3021684 CPUtime=210.81 cores=1,3
/proc/37292/task/37333/stat : 37333 (fscip) R 37289 37292 37037 0 -1 4194368 1099769 0 0 0 20975 106 0 0 20 0 3 0 5607098 3341316096 755821 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
[pid=37292/tid=37334] ppid=37289 vsize=3263004 memory=3021684 CPUtime=0 cores=1,3
/proc/37292/task/37334/stat : 37334 (fscip) S 37289 37292 37037 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 3 0 5607268 3341316096 755821 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
Current children cumulated CPU time: 340.68 s
Current children cumulated vsize: 3263004 KiB
Current children cumulated memory: 3023284 KiB

[startup+402.3 s]

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

Current children cumulated vsize: 4835868 KiB
Current children cumulated memory: 4641416 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.13 4.09 5/265 39389
/proc/meminfo: memFree=108775484/131524600 swapFree=131071996/131071996
[pid=37292] ppid=37289 vsize=4835868 memory=4641416 CPUtime=3389.89 cores=1,3
/proc/37292/stat : 37292 (fscip) S 37289 37292 37037 0 -1 1077936128 5673416 0 0 0 338483 506 0 0 20 0 3 0 5594164 4951928832 1160354 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
/proc/37292/statm: 1208967 1160354 3014 3035 0 1196763 0
[pid=37292/tid=37333] ppid=37289 vsize=4835868 memory=4641416 CPUtime=3259.98 cores=1,3
/proc/37292/task/37333/stat : 37333 (fscip) R 37289 37292 37037 0 -1 4194368 5265951 0 0 0 325590 408 0 0 20 0 3 0 5607098 4951928832 1160354 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
[pid=37292/tid=37334] ppid=37289 vsize=4835868 memory=4641416 CPUtime=0.04 cores=1,3
/proc/37292/task/37334/stat : 37334 (fscip) S 37289 37292 37037 0 -1 1077936192 648 0 0 0 1 3 0 0 20 0 3 0 5607268 4951928832 1160354 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
Current children cumulated CPU time: 3389.89 s
Current children cumulated vsize: 4835868 KiB
Current children cumulated memory: 4641416 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/262 39399
/proc/meminfo: memFree=108544536/131524600 swapFree=131071996/131071996
[pid=37292] ppid=37289 vsize=5032476 memory=4801608 CPUtime=3449.68 cores=1,3
/proc/37292/stat : 37292 (fscip) S 37289 37292 37037 0 -1 1077936128 5956063 0 0 0 344442 526 0 0 20 0 3 0 5594164 5153255424 1200402 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
/proc/37292/statm: 1258119 1200402 3014 3035 0 1239457 0
[pid=37292/tid=37333] ppid=37289 vsize=5032476 memory=4641416 CPUtime=3319.76 cores=1,3
/proc/37292/task/37333/stat : 37333 (fscip) R 37289 37292 37037 0 -1 4194368 5548551 0 0 0 331549 427 0 0 20 0 3 0 5607098 5153255424 1200402 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
[pid=37292/tid=37334] ppid=37289 vsize=5032476 memory=4498424897655697051 CPUtime=0.04 cores=1,3
/proc/37292/task/37334/stat : 37334 (fscip) S 37289 37292 37037 0 -1 1077936192 653 0 0 0 1 3 0 0 20 0 3 0 5607268 5153255424 1200402 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
Current children cumulated CPU time: 3449.68 s
Current children cumulated vsize: 5032476 KiB
Current children cumulated memory: 4801608 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/261 39410
/proc/meminfo: memFree=108532316/131524600 swapFree=131071996/131071996
[pid=37292] ppid=37289 vsize=5032476 memory=4801608 CPUtime=3509.44 cores=1,3
/proc/37292/stat : 37292 (fscip) S 37289 37292 37037 0 -1 1077936128 6026004 0 0 0 350414 530 0 0 20 0 3 0 5594164 5153255424 1200402 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
/proc/37292/statm: 1258119 1200402 3014 3035 0 1239457 0
[pid=37292/tid=37333] ppid=37289 vsize=5032476 memory=4801608 CPUtime=3379.54 cores=1,3
/proc/37292/task/37333/stat : 37333 (fscip) R 37289 37292 37037 0 -1 4194368 5618424 0 0 0 337522 432 0 0 20 0 3 0 5607098 5153255424 1200402 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
[pid=37292/tid=37334] ppid=37289 vsize=5032476 memory=4801608 CPUtime=0.04 cores=1,3
/proc/37292/task/37334/stat : 37334 (fscip) S 37289 37292 37037 0 -1 1077936192 658 0 0 0 1 3 0 0 20 0 3 0 5607268 5153255424 1200402 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
Current children cumulated CPU time: 3509.44 s
Current children cumulated vsize: 5032476 KiB
Current children cumulated memory: 4801608 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/261 39421
/proc/meminfo: memFree=108524936/131524600 swapFree=131071996/131071996
[pid=37292] ppid=37289 vsize=5163548 memory=4805720 CPUtime=3569.21 cores=1,3
/proc/37292/stat : 37292 (fscip) S 37289 37292 37037 0 -1 1077936128 6102358 0 0 0 356386 535 0 0 20 0 3 0 5594164 5287473152 1201430 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
/proc/37292/statm: 1290887 1201430 3014 3035 0 1260777 0
[pid=37292/tid=37333] ppid=37289 vsize=5163548 memory=4805720 CPUtime=3439.31 cores=1,3
/proc/37292/task/37333/stat : 37333 (fscip) R 37289 37292 37037 0 -1 4194368 5694765 0 0 0 343494 437 0 0 20 0 3 0 5607098 5287473152 1201430 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
[pid=37292/tid=37334] ppid=37289 vsize=5163548 memory=11592 CPUtime=0.04 cores=1,3
/proc/37292/task/37334/stat : 37334 (fscip) S 37289 37292 37037 0 -1 1077936192 663 0 0 0 1 3 0 0 20 0 3 0 5607268 5287473152 1201430 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
Current children cumulated CPU time: 3569.21 s
Current children cumulated vsize: 5163548 KiB
Current children cumulated memory: 4805720 KiB

[startup+3600.9 s]
# the end of solver process 37292 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3582.32 s, system=5.45205 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3584 s]*
/proc/loadavg: 4.15 4.12 4.09 5/261 39421
/proc/meminfo: memFree=108524940/131524600 swapFree=131071996/131071996
[pid=37292] ppid=37289 vsize=5163548 memory=4805720 CPUtime=3570.91 cores=1,3
/proc/37292/stat : 37292 (fscip) S 37289 37292 37037 0 -1 1077936128 6102399 0 0 0 356556 535 0 0 20 0 3 0 5594164 5287473152 1201430 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
/proc/37292/statm: 1290887 1201430 3014 3035 0 1260777 0
[pid=37292/tid=37333] ppid=37289 vsize=5163548 memory=-7234306593025777021 CPUtime=3441 cores=1,3
/proc/37292/task/37333/stat : 37333 (fscip) R 37289 37292 37037 0 -1 4194368 5694806 0 0 0 343663 437 0 0 20 0 3 0 5607098 5287473152 1201430 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
[pid=37292/tid=37334] ppid=37289 vsize=5163548 memory=4908 CPUtime=0.04 cores=1,3
/proc/37292/task/37334/stat : 37334 (fscip) S 37289 37292 37037 0 -1 1077936192 663 0 0 0 1 3 0 0 20 0 3 0 5607268 5287473152 1201430 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
Current children cumulated CPU time: 3570.91 s
Current children cumulated vsize: 5163548 KiB
Current children cumulated memory: 4805720 KiB

[startup+3590.4 s]
/proc/loadavg: 4.14 4.12 4.09 5/261 39423
/proc/meminfo: memFree=108524784/131524600 swapFree=131071996/131071996
[pid=37292] ppid=37289 vsize=5163548 memory=4805720 CPUtime=3577.29 cores=1,3
/proc/37292/stat : 37292 (fscip) S 37289 37292 37037 0 -1 1077936128 6105834 0 0 0 357193 536 0 0 20 0 3 0 5594164 5287473152 1201430 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
/proc/37292/statm: 1290887 1201430 3014 3035 0 1260777 0
[pid=37292/tid=37333] ppid=37289 vsize=5163548 memory=4805720 CPUtime=3447.37 cores=1,3
/proc/37292/task/37333/stat : 37333 (fscip) R 37289 37292 37037 0 -1 4194368 5698241 0 0 0 344300 437 0 0 20 0 3 0 5607098 5287473152 1201430 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
[pid=37292/tid=37334] ppid=37289 vsize=5163548 memory=-7522536969177488760 CPUtime=0.04 cores=1,3
/proc/37292/task/37334/stat : 37334 (fscip) S 37289 37292 37037 0 -1 1077936192 663 0 0 0 1 3 0 0 20 0 3 0 5607268 5287473152 1201430 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
Current children cumulated CPU time: 3577.29 s
Current children cumulated vsize: 5163548 KiB
Current children cumulated memory: 4805720 KiB

[startup+3596.8 s]
/proc/loadavg: 4.12 4.11 4.09 5/261 39423
/proc/meminfo: memFree=108430568/131524600 swapFree=131071996/131071996
[pid=37292] ppid=37289 vsize=5163548 memory=4805720 CPUtime=3583.67 cores=1,3
/proc/37292/stat : 37292 (fscip) S 37289 37292 37037 0 -1 1077936128 6109789 0 0 0 357831 536 0 0 20 0 3 0 5594164 5287473152 1201430 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
/proc/37292/statm: 1290887 1201430 3014 3035 0 1260777 0
[pid=37292/tid=37333] ppid=37289 vsize=5163548 memory=4805720 CPUtime=3453.76 cores=1,3
/proc/37292/task/37333/stat : 37333 (fscip) R 37289 37292 37037 0 -1 4194368 5702196 0 0 0 344938 438 0 0 20 0 3 0 5607098 5287473152 1201430 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
[pid=37292/tid=37334] ppid=37289 vsize=5163548 memory=4805720 CPUtime=0.04 cores=1,3
/proc/37292/task/37334/stat : 37334 (fscip) S 37289 37292 37037 0 -1 1077936192 663 0 0 0 1 3 0 0 20 0 3 0 5607268 5287473152 1201430 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
Current children cumulated CPU time: 3583.67 s
Current children cumulated vsize: 5163548 KiB
Current children cumulated memory: 4805720 KiB

[startup+3598.4 s]
/proc/loadavg: 4.12 4.11 4.09 5/261 39424
/proc/meminfo: memFree=108430572/131524600 swapFree=131071996/131071996
[pid=37292] ppid=37289 vsize=5163548 memory=4805720 CPUtime=3585.26 cores=1,3
/proc/37292/stat : 37292 (fscip) S 37289 37292 37037 0 -1 1077936128 6111030 0 0 0 357990 536 0 0 20 0 3 0 5594164 5287473152 1201430 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
/proc/37292/statm: 1290887 1201430 3014 3035 0 1260777 0
[pid=37292/tid=37333] ppid=37289 vsize=5163548 memory=4805720 CPUtime=3455.35 cores=1,3
/proc/37292/task/37333/stat : 37333 (fscip) R 37289 37292 37037 0 -1 4194368 5703437 0 0 0 345097 438 0 0 20 0 3 0 5607098 5287473152 1201430 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
[pid=37292/tid=37334] ppid=37289 vsize=5163548 memory=16032 CPUtime=0.04 cores=1,3
/proc/37292/task/37334/stat : 37334 (fscip) S 37289 37292 37037 0 -1 1077936192 663 0 0 0 1 3 0 0 20 0 3 0 5607268 5287473152 1201430 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
Current children cumulated CPU time: 3585.26 s
Current children cumulated vsize: 5163548 KiB
Current children cumulated memory: 4805720 KiB

[startup+3600 s]*
/proc/loadavg: 4.12 4.11 4.09 5/261 39425
/proc/meminfo: memFree=108430496/131524600 swapFree=131071996/131071996
[pid=37292] ppid=37289 vsize=5163548 memory=4805720 CPUtime=3586.87 cores=1,3
/proc/37292/stat : 37292 (fscip) S 37289 37292 37037 0 -1 1077936128 6131627 0 0 0 358149 538 0 0 20 0 3 0 5594164 5287473152 1201430 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
/proc/37292/statm: 1290887 1201430 3014 3035 0 1260777 0
[pid=37292/tid=37333] ppid=37289 vsize=5163548 memory=-6513442473542521182 CPUtime=3456.95 cores=1,3
/proc/37292/task/37333/stat : 37333 (fscip) R 37289 37292 37037 0 -1 4194368 5724017 0 0 0 345256 439 0 0 20 0 3 0 5607098 5287473152 1201430 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
[pid=37292/tid=37334] ppid=37289 vsize=5163548 memory=4498424897655697051 CPUtime=0.04 cores=1,3
/proc/37292/task/37334/stat : 37334 (fscip) S 37289 37292 37037 0 -1 1077936192 663 0 0 0 1 3 0 0 20 0 3 0 5607268 5287473152 1201430 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
Current children cumulated CPU time: 3586.87 s
Current children cumulated vsize: 5163548 KiB
Current children cumulated memory: 4805720 KiB

[startup+3600.4 s]
/proc/loadavg: 4.12 4.11 4.09 5/261 39425
/proc/meminfo: memFree=108430496/131524600 swapFree=131071996/131071996
[pid=37292] ppid=37289 vsize=4901404 memory=4705032 CPUtime=3587.26 cores=1,3
/proc/37292/stat : 37292 (fscip) R 37289 37292 37037 0 -1 4194304 6134177 0 0 0 358188 538 0 0 20 0 1 0 5594164 5019037696 1176258 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
/proc/37292/statm: 1225351 1176258 3014 3035 0 1213079 0
Current children cumulated CPU time: 3587.26 s
Current children cumulated vsize: 4901404 KiB
Current children cumulated memory: 4705032 KiB

[startup+3600.8 s]
/proc/loadavg: 4.12 4.11 4.09 5/261 39425
/proc/meminfo: memFree=108430496/131524600 swapFree=131071996/131071996
[pid=37292] ppid=37289 vsize=4849972 memory=4653600 CPUtime=3587.66 cores=1,3
/proc/37292/stat : 37292 (fscip) R 37289 37292 37037 0 -1 4194304 6145055 0 0 0 358227 539 0 0 20 0 1 0 5594164 4966371328 1163400 134679101440 4194304 16623229 140724954337104 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 46747648 140724954338324 140724954338440 140724954338440 140724954345456 0
/proc/37292/statm: 1212493 1163400 3014 3035 0 1200221 0
Current children cumulated CPU time: 3587.66 s
Current children cumulated vsize: 4849972 KiB
Current children cumulated memory: 4653600 KiB

Child status: 0

Real time (s): 3600.9
CPU time (s): 3587.77
CPU user time (s): 3582.32
CPU system time (s): 5.45205
CPU usage (%): 99.6353
Max. virtual memory (cumulated for all children) (KiB): 5163548
Max. memory (cumulated for all children) (KiB): 4805720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3582.32
system time used= 5.45205
maximum resident set size= 4805720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6150147
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= 3654
involuntary context switches= 2974


# summary of solver processes directly reported to runsolver:
#   pid: 37292
#   total CPU time (s): 3587.77
#   total CPU user time (s): 3582.32
#   total CPU system time (s): 5.45205

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.70887 second user time and 18.0931 second system time

The end

Launcher Data

Begin job on nodeC035 at 2024-07-31 03:38:16
IDJOB=4465053
IDBENCH=143864
IDSOLVER=3093
FILE ID=nodeC035/4465053-1722389896
RUNJOBID= nodeC035-1722389892-37049
SLURM_JOB_ID= 8249868
Free space on /tmp= 890012 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/scens/normalized-scen06-16reduc_wcsp.wbo
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4465053-1722389896/watcher-4465053-1722389896 -o /tmp/evaluation-result-4465053-1722389896/solver-4465053-1722389896 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1722389892-37049 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465053-1722389896.wbo -qsol -t 3600 -sth 1

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= b650e80a3f64e6bae4fbc25304197493
RANDOM SEED=2050215044

nodeC035.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3658.573
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3670.868
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3661.002
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3664.752
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3671.093
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3669.892
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3632.487
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.664
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        120791524 kB
MemAvailable:   128867124 kB
Buffers:          105716 kB
Cached:          8764216 kB
SwapCached:            0 kB
Active:           280788 kB
Inactive:        9884532 kB
Active(anon):       1564 kB
Inactive(anon):  1315204 kB
Active(file):     279224 kB
Inactive(file):  8569328 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            122948 kB
Writeback:            20 kB
AnonPages:       1291620 kB
Mapped:           110076 kB
Shmem:             21336 kB
KReclaimable:     133744 kB
Slab:             223636 kB
SReclaimable:     133744 kB
SUnreclaim:        89892 kB
KernelStack:        3968 kB
PageTables:        11544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1615720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            10240 kB
HardwareCorrupted:     0 kB
AnonHugePages:    249856 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      254676 kB
DirectMap2M:     7907328 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 889956 MiB
End job on nodeC035 at 2024-07-31 04:38:17