Trace number 4387570

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
Fun-sCOP hybrid+CryptoMiniSat (2019-06-15)UNSAT 2.10905 1.21704

General information on the benchmark

NameMaxCSP/
MaxCSP-kbtree-s9-5/kbtree-9-5-3-5-80-33.xml
MD5SUM3a59b8dd6de58bfa61ad72b85e3ef803
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.00595
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints255
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":40}]
Minimum variable degree9
Maximum variable degree39
Distribution of variable degrees[{"degree":9,"count":25},{"degree":14,"count":8},{"degree":19,"count":4},{"degree":24,"count":1},{"degree":34,"count":1},{"degree":39,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":255}]
Number of extensional constraints255
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":255}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms11g -Xmx11g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Encode -hybrid -solver HOME/cryptominisat5 -solverOption default -tmp HOME -serialFile HOME/scop-4337-serial-file.bin HOME/instance-4387570-1568285995.xml
0.66/0.53	
0.66/0.53	Fun-sCOP hybrid+cryptominisat5 (2019-06-15)
0.66/0.53	
0.66/0.56	c BEGIN-Prog: Thu Sep 12 12:59:17 CEST 2019
0.66/0.56	c PID: 4340
0.66/0.56	c IP: 172.20.3.119
0.66/0.56	c HOST: node119.alineos.net
0.66/0.56	c (0,0) Parsing Begin
1.52/0.96	c (0,0) Parsing End
1.52/0.97	c (0,0) CSP: 40 int (0 aux), 0 bool (0 aux), 255 ctr, max domain size 5
1.52/0.97	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
1.52/0.97	c (0,0) Constraint Name Generate Begin
1.52/0.98	c (0,0) Ctr:HOME/instance-4387570-1568285995.xml,ExtensionSupport:Var
1.52/0.98	c (0,0) Constraint Name Generate End
1.52/0.98	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
1.52/0.98	c (0,0) CSP to CSPinCNF Begin
2.07/1.20	c (0,0) x[7]: 1 2 3 4 are all values in table.
2.07/1.20	c (0,0) x[7]: 1 2 3 4 are all values in table after removing invalid tuple.
2.07/1.21	c (0,0) ===========================================
2.07/1.21	c (0,0) Empty domain is detected while CSP to CSPinCNF.
2.07/1.21	c (0,0) ===========================================
2.07/1.21	c (0,0) 0,0,---,---,---,---,---,---,---,STOP-AFTER(CtrName)
2.07/1.21	s UNSATISFIABLE
2.07/1.21	c END-Prog: Thu Sep 12 12:59:17 CEST 2019
2.07/1.21	c (scop.sh) HOME/scop-4337-serial-file.bin does not exist. End.

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) 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: 16374 MiB (5200 MiB free)
  memory of node 1: 16384 MiB (7647 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387570-1568285995/watcher-4387570-1568285995 -o /tmp/evaluation-result-4387570-1568285995/solver-4387570-1568285995 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568285951-4193 --watchdog 2580 HOME/scop.sh 11g HOME/scop.jar -hybrid HOME/cryptominisat5 default HOME HOME/instance-4387570-1568285995.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=4337, runsolver pid=4334


[startup+0.100166 s]*
/proc/loadavg: 1.88 1.97 2.03 3/229 4354
/proc/meminfo: memFree=13060132/32770624 swapFree=66939824/67108860
[pid=4337] ppid=4334 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/4337/stat : 4337 (scop.sh) S 4334 4337 3344 0 -1 4202496 557 321 0 0 0 0 0 0 20 0 1 0 404514476 115843072 349 33554432000 4194304 5098028 140736991105952 140736991103208 140038847345276 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 11190272 140736991109987 140736991110256 140736991110256 140736991113165 0
/proc/4337/statm: 28282 349 296 221 0 87 0
[pid=4340] ppid=4337 vsize=15013720 memory=72908 CPUtime=0.11 cores=0,2,4,6
/proc/4340/stat : 4340 (java) S 4337 4337 3344 0 -1 1077944320 7022 0 0 0 10 1 0 0 20 0 15 0 404514476 15374049280 18161 33554432000 4194304 4196468 140735585101616 140735585084160 139914353229559 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
/proc/4340/statm: 3753430 18227 2887 1 0 3715835 0
[pid=4340/tid=4341] ppid=4337 vsize=15014680 memory=7100839878644302962 CPUtime=0.09 cores=0,2,4,6
/proc/4340/task/4341/stat : 4341 (java) R 4337 4337 3344 0 -1 4202560 5082 0 0 0 8 1 0 0 20 0 15 0 404514476 15375032320 18491 33554432000 4194304 4196468 140735585101616 139914325013808 139914345909277 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4342] ppid=4337 vsize=15014680 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4342/stat : 4342 (java) S 4337 4337 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404514478 15375032320 18491 33554432000 4194304 4196468 140735585101616 139914357471888 139914353239765 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4343] ppid=4337 vsize=15014680 memory=140277580510848 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4343/stat : 4343 (java) S 4337 4337 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404514478 15375032320 18491 33554432000 4194304 4196468 140735585101616 139914133174800 139914353239765 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4344] ppid=4337 vsize=15014680 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4344/stat : 4344 (java) S 4337 4337 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404514478 15375032320 18491 33554432000 4194304 4196468 140735585101616 139914132122000 139914353239765 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4345] ppid=4337 vsize=15014680 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4345/stat : 4345 (java) S 4337 4337 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404514478 15375032320 18491 33554432000 4194304 4196468 140735585101616 139914131069200 139914353239765 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4346] ppid=4337 vsize=15014680 memory=140277580510848 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4346/stat : 4346 (java) S 4337 4337 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404514479 15375032320 18557 33554432000 4194304 4196468 140735585101616 139913323338608 139914353240706 0 0 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4347] ppid=4337 vsize=15014680 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4347/stat : 4347 (java) S 4337 4337 3344 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404514480 15375032320 18557 33554432000 4194304 4196468 140735585101616 139912921736736 139914353239765 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4348] ppid=4337 vsize=15014680 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4348/stat : 4348 (java) S 4337 4337 3344 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404514480 15375032320 18557 33554432000 4194304 4196468 140735585101616 139912653301104 139914353239765 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4349] ppid=4337 vsize=15014680 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4349/stat : 4349 (java) S 4337 4337 3344 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404514482 15375032320 18623 33554432000 4194304 4196468 140735585101616 139912278792528 139914353248155 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4350] ppid=4337 vsize=15014680 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4350/stat : 4350 (java) S 4337 4337 3344 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 15 0 404514482 15375032320 18623 33554432000 4194304 4196468 140735585101616 139913322285424 139914353240706 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4351] ppid=4337 vsize=15014680 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4351/stat : 4351 (java) S 4337 4337 3344 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 404514482 15375032320 18623 33554432000 4194304 4196468 140735585101616 139913321232624 139914353240706 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4352] ppid=4337 vsize=15014680 memory=140277580510848 CPUtime=0.01 cores=0,2,4,6
/proc/4340/task/4352/stat : 4352 (java) S 4337 4337 3344 0 -1 1077944384 449 0 0 0 1 0 0 0 20 0 15 0 404514482 15375032320 18623 33554432000 4194304 4196468 140735585101616 139913320179824 139914353240706 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4353] ppid=4337 vsize=15014680 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4353/stat : 4353 (java) S 4337 4337 3344 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404514483 15375032320 18623 33554432000 4194304 4196468 140735585101616 139911780886752 139914353239765 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4354] ppid=4337 vsize=15014680 memory=140277580510848 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4354/stat : 4354 (java) S 4337 4337 3344 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404514483 15375032320 18623 33554432000 4194304 4196468 140735585101616 139913319128240 139914353240706 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15126848 KiB
Current children cumulated memory: 74304 KiB

[startup+0.211141 s]*
/proc/loadavg: 1.88 1.97 2.03 3/229 4354
/proc/meminfo: memFree=13003136/32770624 swapFree=66939824/67108860
[pid=4337] ppid=4334 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/4337/stat : 4337 (scop.sh) S 4334 4337 3344 0 -1 4202496 557 321 0 0 0 0 0 0 20 0 1 0 404514476 115843072 349 33554432000 4194304 5098028 140736991105952 140736991103208 140038847345276 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 11190272 140736991109987 140736991110256 140736991110256 140736991113165 0
/proc/4337/statm: 28282 349 296 221 0 87 0
[pid=4340] ppid=4337 vsize=15012696 memory=85624 CPUtime=0.24 cores=0,2,4,6
/proc/4340/stat : 4340 (java) S 4337 4337 3344 0 -1 1077944320 11464 0 0 0 21 3 0 0 20 0 15 0 404514476 15373000704 21406 33554432000 4194304 4196468 140735585101616 140735585084160 139914353229559 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
/proc/4340/statm: 3753174 21406 2912 1 0 3715579 0
[pid=4340/tid=4341] ppid=4337 vsize=15012696 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/4340/task/4341/stat : 4341 (java) R 4337 4337 3344 0 -1 4202560 9193 0 0 0 17 3 0 0 20 0 15 0 404514476 15373000704 21406 33554432000 4194304 4196468 140735585101616 139914325050912 139914353251485 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4342] ppid=4337 vsize=15012696 memory=11077 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4342/stat : 4342 (java) S 4337 4337 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404514478 15373000704 21406 33554432000 4194304 4196468 140735585101616 139914357471888 139914353239765 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4343] ppid=4337 vsize=15012696 memory=4265815055976890400 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4343/stat : 4343 (java) S 4337 4337 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404514478 15373000704 21406 33554432000 4194304 4196468 140735585101616 139914133174800 139914353239765 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4344] ppid=4337 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4344/stat : 4344 (java) S 4337 4337 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404514478 15373000704 21406 33554432000 4194304 4196468 140735585101616 139914132122000 139914353239765 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4345] ppid=4337 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4345/stat : 4345 (java) S 4337 4337 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404514478 15373000704 21406 33554432000 4194304 4196468 140735585101616 139914131069200 139914353239765 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4346] ppid=4337 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4346/stat : 4346 (java) S 4337 4337 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404514479 15373000704 21406 33554432000 4194304 4196468 140735585101616 139913323338608 139914353240706 0 0 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4347] ppid=4337 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4347/stat : 4347 (java) S 4337 4337 3344 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404514480 15373000704 21406 33554432000 4194304 4196468 140735585101616 139912921736736 139914353239765 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4348] ppid=4337 vsize=15012696 memory=140277580510848 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4348/stat : 4348 (java) S 4337 4337 3344 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404514480 15373000704 21406 33554432000 4194304 4196468 140735585101616 139912653301104 139914353239765 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4349] ppid=4337 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4349/stat : 4349 (java) S 4337 4337 3344 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404514482 15373000704 21406 33554432000 4194304 4196468 140735585101616 139912278792528 139914353248155 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4350] ppid=4337 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4350/stat : 4350 (java) S 4337 4337 3344 0 -1 1077944384 357 0 0 0 0 0 0 0 20 0 15 0 404514482 15373000704 21406 33554432000 4194304 4196468 140735585101616 139913322285424 139914353240706 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4351] ppid=4337 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4351/stat : 4351 (java) S 4337 4337 3344 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 404514482 15373000704 21406 33554432000 4194304 4196468 140735585101616 139913321232624 139914353240706 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4352] ppid=4337 vsize=15012696 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/4340/task/4352/stat : 4352 (java) R 4337 4337 3344 0 -1 4202560 463 0 0 0 2 0 0 0 20 0 15 0 404514482 15373000704 21406 33554432000 4194304 4196468 140735585101616 139913320179824 139914331855936 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4353] ppid=4337 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4353/stat : 4353 (java) S 4337 4337 3344 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404514483 15373000704 21406 33554432000 4194304 4196468 140735585101616 139911780886752 139914353239765 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4354] ppid=4337 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4354/stat : 4354 (java) S 4337 4337 3344 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404514483 15373000704 21406 33554432000 4194304 4196468 140735585101616 139913319128240 139914353240706 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 87020 KiB

[startup+0.31048 s]*
/proc/loadavg: 1.88 1.97 2.03 3/229 4354
/proc/meminfo: memFree=12963908/32770624 swapFree=66939824/67108860
[pid=4337] ppid=4334 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/4337/stat : 4337 (scop.sh) S 4334 4337 3344 0 -1 4202496 557 321 0 0 0 0 0 0 20 0 1 0 404514476 115843072 349 33554432000 4194304 5098028 140736991105952 140736991103208 140038847345276 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 11190272 140736991109987 140736991110256 140736991110256 140736991113165 0
/proc/4337/statm: 28282 349 296 221 0 87 0
[pid=4340] ppid=4337 vsize=15012696 memory=89740 CPUtime=0.43 cores=0,2,4,6
/proc/4340/stat : 4340 (java) S 4337 4337 3344 0 -1 1077944320 12535 0 0 0 39 4 0 0 20 0 15 0 404514476 15373000704 22435 33554432000 4194304 4196468 140735585101616 140735585084160 139914353229559 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
/proc/4340/statm: 3753174 22435 3033 1 0 3715579 0
[pid=4340/tid=4341] ppid=4337 vsize=15012696 memory=8389772277269004345 CPUtime=0.29 cores=0,2,4,6
/proc/4340/task/4341/stat : 4341 (java) R 4337 4337 3344 0 -1 4202560 10058 0 0 0 26 3 0 0 20 0 15 0 404514476 15373000704 22435 33554432000 4194304 4196468 140735585101616 139914325059632 139914333504871 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4342] ppid=4337 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4342/stat : 4342 (java) S 4337 4337 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404514478 15373000704 22435 33554432000 4194304 4196468 140735585101616 139914357471888 139914353239765 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4343] ppid=4337 vsize=15012696 memory=15821084157608463 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4343/stat : 4343 (java) S 4337 4337 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404514478 15373000704 22435 33554432000 4194304 4196468 140735585101616 139914133174800 139914353239765 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4344] ppid=4337 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4344/stat : 4344 (java) S 4337 4337 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404514478 15373000704 22435 33554432000 4194304 4196468 140735585101616 139914132122000 139914353239765 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4345] ppid=4337 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4345/stat : 4345 (java) S 4337 4337 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404514478 15373000704 22435 33554432000 4194304 4196468 140735585101616 139914131069200 139914353239765 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4346] ppid=4337 vsize=15012696 memory=140277580510848 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4346/stat : 4346 (java) S 4337 4337 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404514479 15373000704 22435 33554432000 4194304 4196468 140735585101616 139913323338608 139914353240706 0 0 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4347] ppid=4337 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4347/stat : 4347 (java) S 4337 4337 3344 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404514480 15373000704 22435 33554432000 4194304 4196468 140735585101616 139912921736736 139914353239765 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4348] ppid=4337 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4348/stat : 4348 (java) S 4337 4337 3344 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404514480 15373000704 22435 33554432000 4194304 4196468 140735585101616 139912653301104 139914353239765 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4349] ppid=4337 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4349/stat : 4349 (java) S 4337 4337 3344 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404514482 15373000704 22435 33554432000 4194304 4196468 140735585101616 139912278792528 139914353248155 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4350] ppid=4337 vsize=15012696 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/4340/task/4350/stat : 4350 (java) S 4337 4337 3344 0 -1 1077944384 458 0 0 0 2 0 0 0 20 0 15 0 404514482 15373000704 22435 33554432000 4194304 4196468 140735585101616 139913322285424 139914353240706 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4351] ppid=4337 vsize=15012696 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/4340/task/4351/stat : 4351 (java) S 4337 4337 3344 0 -1 1077944384 178 0 0 0 2 0 0 0 20 0 15 0 404514482 15373000704 22435 33554432000 4194304 4196468 140735585101616 139913321232624 139914353240706 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4352] ppid=4337 vsize=15012696 memory=140277580510848 CPUtime=0.07 cores=0,2,4,6
/proc/4340/task/4352/stat : 4352 (java) S 4337 4337 3344 0 -1 1077944384 508 0 0 0 7 0 0 0 20 0 15 0 404514482 15373000704 22435 33554432000 4194304 4196468 140735585101616 139913320179824 139914353240706 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4353] ppid=4337 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4353/stat : 4353 (java) S 4337 4337 3344 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404514483 15373000704 22435 33554432000 4194304 4196468 140735585101616 139911780886752 139914353239765 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4354] ppid=4337 vsize=15012696 memory=140277580510848 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4354/stat : 4354 (java) S 4337 4337 3344 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404514483 15373000704 22435 33554432000 4194304 4196468 140735585101616 139913319128240 139914353240706 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 91136 KiB

[startup+0.708095 s]
/proc/loadavg: 1.88 1.97 2.03 3/229 4354
/proc/meminfo: memFree=12866896/32770624 swapFree=66939824/67108860
[pid=4337] ppid=4334 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/4337/stat : 4337 (scop.sh) S 4334 4337 3344 0 -1 4202496 557 321 0 0 0 0 0 0 20 0 1 0 404514476 115843072 349 33554432000 4194304 5098028 140736991105952 140736991103208 140038847345276 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 11190272 140736991109987 140736991110256 140736991110256 140736991113165 0
/proc/4337/statm: 28282 349 296 221 0 87 0
[pid=4340] ppid=4337 vsize=15021092 memory=130216 CPUtime=1.04 cores=0,2,4,6
/proc/4340/stat : 4340 (java) S 4337 4337 3344 0 -1 1077944320 20324 0 0 0 97 7 0 0 20 0 15 0 404514476 15381598208 32554 33554432000 4194304 4196468 140735585101616 140735585084160 139914353229559 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
/proc/4340/statm: 3755273 32554 3193 1 0 3716603 0
[pid=4340/tid=4341] ppid=4337 vsize=15021092 memory=2116 CPUtime=0.68 cores=0,2,4,6
/proc/4340/task/4341/stat : 4341 (java) R 4337 4337 3344 0 -1 4202560 17277 0 0 0 63 5 0 0 20 0 15 0 404514476 15381598208 32554 33554432000 4194304 4196468 140735585101616 139914325061296 139914337310046 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4342] ppid=4337 vsize=15021092 memory=520 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4342/stat : 4342 (java) S 4337 4337 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404514478 15381598208 32554 33554432000 4194304 4196468 140735585101616 139914357471888 139914353239765 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4343] ppid=4337 vsize=15021092 memory=1560 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4343/stat : 4343 (java) S 4337 4337 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404514478 15381598208 32554 33554432000 4194304 4196468 140735585101616 139914133174800 139914353239765 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4344] ppid=4337 vsize=15021092 memory=924 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4344/stat : 4344 (java) S 4337 4337 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404514478 15381598208 32554 33554432000 4194304 4196468 140735585101616 139914132122000 139914353239765 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4345] ppid=4337 vsize=15021092 memory=3688 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4345/stat : 4345 (java) S 4337 4337 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404514478 15381598208 32554 33554432000 4194304 4196468 140735585101616 139914131069200 139914353239765 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4346] ppid=4337 vsize=15021092 memory=1984 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4346/stat : 4346 (java) S 4337 4337 3344 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 404514479 15381598208 32554 33554432000 4194304 4196468 140735585101616 139913323338608 139914353240706 0 0 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4347] ppid=4337 vsize=15021092 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4347/stat : 4347 (java) S 4337 4337 3344 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404514480 15381598208 32554 33554432000 4194304 4196468 140735585101616 139912921736736 139914353239765 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4348] ppid=4337 vsize=15021092 memory=804 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4348/stat : 4348 (java) S 4337 4337 3344 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404514480 15381598208 32554 33554432000 4194304 4196468 140735585101616 139912653301104 139914353239765 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4349] ppid=4337 vsize=15021092 memory=7086240636179272035 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4349/stat : 4349 (java) S 4337 4337 3344 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404514482 15381598208 32554 33554432000 4194304 4196468 140735585101616 139912278792528 139914353248155 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4350] ppid=4337 vsize=15021092 memory=7453282923444726100 CPUtime=0.08 cores=0,2,4,6
/proc/4340/task/4350/stat : 4350 (java) S 4337 4337 3344 0 -1 1077944384 673 0 0 0 8 0 0 0 20 0 15 0 404514482 15381598208 32554 33554432000 4194304 4196468 140735585101616 139913322285424 139914353240706 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4351] ppid=4337 vsize=15021092 memory=5792825802846453857 CPUtime=0.08 cores=0,2,4,6
/proc/4340/task/4351/stat : 4351 (java) R 4337 4337 3344 0 -1 4202560 378 0 0 0 8 0 0 0 20 0 15 0 404514482 15381598208 32554 33554432000 4194304 4196468 140735585101616 139913321219104 139914332484535 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4352] ppid=4337 vsize=15021092 memory=8514726395715219869 CPUtime=0.16 cores=0,2,4,6
/proc/4340/task/4352/stat : 4352 (java) S 4337 4337 3344 0 -1 1077944384 661 0 0 0 16 0 0 0 20 0 15 0 404514482 15381598208 32554 33554432000 4194304 4196468 140735585101616 139913320179824 139914353240706 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4353] ppid=4337 vsize=15021092 memory=7811885441042836050 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4353/stat : 4353 (java) S 4337 4337 3344 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404514483 15381598208 32619 33554432000 4194304 4196468 140735585101616 139911780886752 139914353239765 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4354] ppid=4337 vsize=15021092 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4354/stat : 4354 (java) S 4337 4337 3344 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404514483 15381598208 32619 33554432000 4194304 4196468 140735585101616 139913319128240 139914353240706 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
Current children cumulated CPU time: 1.04 s
Current children cumulated vsize: 15134220 KiB
Current children cumulated memory: 131612 KiB

[startup+1.21699 s]
# the end of solver process 4337 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.01344 s, system=0.095604 s

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

[startup+0.80283 s]
/proc/loadavg: 1.88 1.97 2.03 3/229 4354
/proc/meminfo: memFree=12866896/32770624 swapFree=66939824/67108860
[pid=4337] ppid=4334 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/4337/stat : 4337 (scop.sh) S 4334 4337 3344 0 -1 4202496 557 321 0 0 0 0 0 0 20 0 1 0 404514476 115843072 349 33554432000 4194304 5098028 140736991105952 140736991103208 140038847345276 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 11190272 140736991109987 140736991110256 140736991110256 140736991113165 0
/proc/4337/statm: 28282 349 296 221 0 87 0
[pid=4340] ppid=4337 vsize=15021092 memory=134240 CPUtime=1.28 cores=0,2,4,6
/proc/4340/stat : 4340 (java) S 4337 4337 3344 0 -1 1077944320 20888 0 0 0 121 7 0 0 20 0 15 0 404514476 15381598208 33560 33554432000 4194304 4196468 140735585101616 140735585084160 139914353229559 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
/proc/4340/statm: 3755273 33560 3222 1 0 3716603 0
[pid=4340/tid=4341] ppid=4337 vsize=15021092 memory=1608 CPUtime=0.77 cores=0,2,4,6
/proc/4340/task/4341/stat : 4341 (java) R 4337 4337 3344 0 -1 4202560 17591 0 0 0 72 5 0 0 20 0 15 0 404514476 15381598208 33560 33554432000 4194304 4196468 140735585101616 139914325066384 139913811073857 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4342] ppid=4337 vsize=15021092 memory=7980 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4342/stat : 4342 (java) S 4337 4337 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404514478 15381598208 33560 33554432000 4194304 4196468 140735585101616 139914357471888 139914353239765 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4343] ppid=4337 vsize=15021092 memory=9580 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4343/stat : 4343 (java) S 4337 4337 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404514478 15381598208 33560 33554432000 4194304 4196468 140735585101616 139914133174800 139914353239765 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4344] ppid=4337 vsize=15021092 memory=1052 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4344/stat : 4344 (java) S 4337 4337 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404514478 15381598208 33560 33554432000 4194304 4196468 140735585101616 139914132122000 139914353239765 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4345] ppid=4337 vsize=15021092 memory=776 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4345/stat : 4345 (java) S 4337 4337 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404514478 15381598208 33560 33554432000 4194304 4196468 140735585101616 139914131069200 139914353239765 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4346] ppid=4337 vsize=15021092 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4346/stat : 4346 (java) S 4337 4337 3344 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 404514479 15381598208 33560 33554432000 4194304 4196468 140735585101616 139913323338608 139914353240706 0 0 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4347] ppid=4337 vsize=15021092 memory=668 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4347/stat : 4347 (java) S 4337 4337 3344 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404514480 15381598208 33560 33554432000 4194304 4196468 140735585101616 139912921736736 139914353239765 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4348] ppid=4337 vsize=15021092 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4348/stat : 4348 (java) S 4337 4337 3344 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404514480 15381598208 33560 33554432000 4194304 4196468 140735585101616 139912653301104 139914353239765 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4349] ppid=4337 vsize=15021092 memory=4639098309541127782 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4349/stat : 4349 (java) S 4337 4337 3344 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404514482 15381598208 33560 33554432000 4194304 4196468 140735585101616 139912278792528 139914353248155 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4350] ppid=4337 vsize=15021092 memory=6081102367496366441 CPUtime=0.11 cores=0,2,4,6
/proc/4340/task/4350/stat : 4350 (java) R 4337 4337 3344 0 -1 4202560 710 0 0 0 11 0 0 0 20 0 15 0 404514482 15381598208 33560 33554432000 4194304 4196468 140735585101616 139913322271304 139914330511610 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4351] ppid=4337 vsize=15021092 memory=7881696724453321575 CPUtime=0.11 cores=0,2,4,6
/proc/4340/task/4351/stat : 4351 (java) R 4337 4337 3344 0 -1 1077944384 401 0 0 0 11 0 0 0 20 0 15 0 404514482 15381598208 33560 33554432000 4194304 4196468 140735585101616 139913321223952 139914353239765 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4352] ppid=4337 vsize=15021092 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/4340/task/4352/stat : 4352 (java) R 4337 4337 3344 0 -1 4202560 850 0 0 0 24 0 0 0 20 0 15 0 404514482 15381598208 33560 33554432000 4194304 4196468 140735585101616 139913320179824 139914331852144 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4353] ppid=4337 vsize=15021092 memory=280554914402400 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4353/stat : 4353 (java) S 4337 4337 3344 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404514483 15381598208 33560 33554432000 4194304 4196468 140735585101616 139911780886752 139914353239765 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4354] ppid=4337 vsize=15021092 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4354/stat : 4354 (java) S 4337 4337 3344 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404514483 15381598208 33560 33554432000 4194304 4196468 140735585101616 139913319128240 139914353240706 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 15134220 KiB
Current children cumulated memory: 135636 KiB

[startup+1.20078 s]
/proc/loadavg: 1.88 1.97 2.03 3/229 4354
/proc/meminfo: memFree=12657576/32770624 swapFree=66939824/67108860
[pid=4337] ppid=4334 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/4337/stat : 4337 (scop.sh) S 4334 4337 3344 0 -1 4202496 557 321 0 0 0 0 0 0 20 0 1 0 404514476 115843072 349 33554432000 4194304 5098028 140736991105952 140736991103208 140038847345276 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 11190272 140736991109987 140736991110256 140736991110256 140736991113165 0
/proc/4337/statm: 28282 349 296 221 0 87 0
[pid=4340] ppid=4337 vsize=15023140 memory=154388 CPUtime=2.07 cores=0,2,4,6
/proc/4340/stat : 4340 (java) S 4337 4337 3344 0 -1 1077944320 22876 0 0 0 199 8 0 0 20 0 15 0 404514476 15383695360 38597 33554432000 4194304 4196468 140735585101616 140735585084160 139914353229559 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
/proc/4340/statm: 3755785 38597 3235 1 0 3717115 0
[pid=4340/tid=4341] ppid=4337 vsize=15023140 memory=924 CPUtime=1.17 cores=0,2,4,6
/proc/4340/task/4341/stat : 4341 (java) R 4337 4337 3344 0 -1 4202560 18662 0 0 0 112 5 0 0 20 0 15 0 404514476 15383695360 38597 33554432000 4194304 4196468 140735585101616 139914325061872 139914353241494 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4342] ppid=4337 vsize=15023140 memory=3688 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4342/stat : 4342 (java) S 4337 4337 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404514478 15383695360 38597 33554432000 4194304 4196468 140735585101616 139914357471888 139914353239765 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4343] ppid=4337 vsize=15023140 memory=1984 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4343/stat : 4343 (java) S 4337 4337 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404514478 15383695360 38597 33554432000 4194304 4196468 140735585101616 139914133174800 139914353239765 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4344] ppid=4337 vsize=15023140 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4344/stat : 4344 (java) S 4337 4337 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404514478 15383695360 38597 33554432000 4194304 4196468 140735585101616 139914132122000 139914353239765 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4345] ppid=4337 vsize=15023140 memory=804 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4345/stat : 4345 (java) S 4337 4337 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404514478 15383695360 38597 33554432000 4194304 4196468 140735585101616 139914131069200 139914353239765 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4346] ppid=4337 vsize=15023140 memory=280554915060320 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4346/stat : 4346 (java) S 4337 4337 3344 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 404514479 15383695360 38597 33554432000 4194304 4196468 140735585101616 139913323338608 139914353240706 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4347] ppid=4337 vsize=15023140 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4347/stat : 4347 (java) S 4337 4337 3344 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404514480 15383695360 38597 33554432000 4194304 4196468 140735585101616 139912921736736 139914353239765 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4348] ppid=4337 vsize=15023140 memory=140277457655732 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4348/stat : 4348 (java) S 4337 4337 3344 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404514480 15383695360 38597 33554432000 4194304 4196468 140735585101616 139912653301104 139914353239765 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4349] ppid=4337 vsize=15023140 memory=808 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4349/stat : 4349 (java) S 4337 4337 3344 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404514482 15383695360 38597 33554432000 4194304 4196468 140735585101616 139912278792528 139914353248155 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4350] ppid=4337 vsize=15023140 memory=1808 CPUtime=0.19 cores=0,2,4,6
/proc/4340/task/4350/stat : 4350 (java) S 4337 4337 3344 0 -1 1077944384 768 0 0 0 18 1 0 0 20 0 15 0 404514482 15383695360 38597 33554432000 4194304 4196468 140735585101616 139913322285424 139914353240706 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4351] ppid=4337 vsize=15023140 memory=924 CPUtime=0.23 cores=0,2,4,6
/proc/4340/task/4351/stat : 4351 (java) S 4337 4337 3344 0 -1 1077944384 720 0 0 0 23 0 0 0 20 0 15 0 404514482 15383695360 38597 33554432000 4194304 4196468 140735585101616 139913321232624 139914353240706 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4352] ppid=4337 vsize=15023140 memory=1396 CPUtime=0.45 cores=0,2,4,6
/proc/4340/task/4352/stat : 4352 (java) R 4337 4337 3344 0 -1 4202560 1390 0 0 0 45 0 0 0 20 0 15 0 404514482 15383695360 38597 33554432000 4194304 4196468 140735585101616 139913320179824 139914331906192 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4353] ppid=4337 vsize=15023140 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4353/stat : 4353 (java) S 4337 4337 3344 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404514483 15383695360 38597 33554432000 4194304 4196468 140735585101616 139911780886752 139914353239765 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
[pid=4340/tid=4354] ppid=4337 vsize=15023140 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4340/task/4354/stat : 4354 (java) S 4337 4337 3344 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404514483 15383695360 38597 33554432000 4194304 4196468 140735585101616 139913319128240 139914353240706 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140735585108778 140735585109146 140735585109146 140735585112015 0
Current children cumulated CPU time: 2.07 s
Current children cumulated vsize: 15136268 KiB
Current children cumulated memory: 155784 KiB

Child status: 0
Real time (s): 1.21704
CPU time (s): 2.10905
CPU user time (s): 2.01344
CPU system time (s): 0.095604
CPU usage (%): 173.293
Max. virtual memory (cumulated for all children) (KiB): 15136268
Max. memory (cumulated for all children) (KiB): 155784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.01344
system time used= 0.095604
maximum resident set size= 155144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23825
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2411
involuntary context switches= 14


# summary of solver processes directly reported to runsolver:
#   pid: 4337
#   total CPU time (s): 2.10905
#   total CPU user time (s): 2.01344
#   total CPU system time (s): 0.095604

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.039555 second user time and 0.050207 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-12 12:59:16
IDJOB=4387570
IDBENCH=120167
IDSOLVER=2826
FILE ID=node119/4387570-1568285995
RUNJOBID= node119-1568285951-4193
PBS_JOBID= 21701084
Free space on /tmp= 52872 MiB

SOLVER NAME= Fun-sCOP hybrid+CryptoMiniSat (2019-06-15)
BENCH NAME= XCSP17/MaxCSP/MaxCSP-kbtree-s9-5/kbtree-9-5-3-5-80-33.xml
COMMAND LINE= DIR/scop.sh 11g DIR/scop.jar -hybrid DIR/cryptominisat5 default TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387570-1568285995/watcher-4387570-1568285995 -o /tmp/evaluation-result-4387570-1568285995/solver-4387570-1568285995 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568285951-4193 --watchdog 2580  HOME/scop.sh 11g HOME/scop.jar -hybrid HOME/cryptominisat5 default HOME HOME/instance-4387570-1568285995.xml

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

MD5SUM BENCH= 3a59b8dd6de58bfa61ad72b85e3ef803
RANDOM SEED=2121768630

node119.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        13164484 kB
MemAvailable:   30405864 kB
Buffers:          184892 kB
Cached:         17136164 kB
SwapCached:        61084 kB
Active:          3780240 kB
Inactive:       15002656 kB
Active(anon):    1405308 kB
Inactive(anon):    98052 kB
Active(file):    2374932 kB
Inactive(file): 14904604 kB
Unevictable:      106656 kB
Mlocked:          106656 kB
SwapTotal:      67108860 kB
SwapFree:       66939824 kB
Dirty:             20812 kB
Writeback:             0 kB
AnonPages:       1497132 kB
Mapped:            54872 kB
Shmem:             32808 kB
Slab:             419132 kB
SReclaimable:     390304 kB
SUnreclaim:        28828 kB
KernelStack:        3712 kB
PageTables:         8372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13195368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1370112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 52852 MiB
End job on node119 at 2019-09-12 12:59:17