Trace number 4272688

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
choco-solver 5a (2017-07-26)UNSAT 3.4300699 1.39159

General information on the benchmark

NameRlfap/Rlfap-m1-scensMod/
Rlfap-scen-09-w1-f03.xml
MD5SUM592eacf3e4c9123e6b0292f19fa9a16a
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.75089097
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints1138
Number of domains5
Minimum domain size6
Maximum domain size41
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":14},{"size":34,"count":336},{"size":41,"count":328}]
Minimum variable degree1
Maximum variable degree12
Distribution of variable degrees[{"degree":1,"count":92},{"degree":2,"count":143},{"degree":3,"count":160},{"degree":4,"count":139},{"degree":5,"count":75},{"degree":6,"count":38},{"degree":7,"count":15},{"degree":8,"count":12},{"degree":9,"count":4},{"degree":10,"count":1},{"degree":12,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1138}]
Number of extensional constraints0
Number of intensional constraints1138
Distribution of constraint types[{"type":"intension","count":1138}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.11	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272688-1502718040.xml"  -tl '2520s' -p 1 -x 3
0.07/0.29	c [HOME/instance-4272688-1502718040.xml, -tl, 2520s, -p, 1, -x, 3]
0.25/0.34	c simple solver
0.25/0.41	c parse instance...
2.22/1.09	c solve instance...
3.15/1.37	s UNSATISFIABLE

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 (14310 MiB free)
  memory of node 1: 16384 MiB (15361 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272688-1502718040/watcher-4272688-1502718040 -o /tmp/evaluation-result-4272688-1502718040/solver-4272688-1502718040 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11629 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1917707368 HOME/instance-4272688-1502718040.xml 

running on 4 cores: 1,3,5,7

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
solver pid=20199, runsolver pid=20196
Current StackSize limit: 8192 KiB


[startup+0.100136 s]*
/proc/loadavg: 1.43 1.39 1.41 2/196 20200
/proc/meminfo: memFree=30383656/32770624 swapFree=67108860/67108860
[pid=20199] ppid=20196 vsize=33976 memory=452 CPUtime=0 cores=1,3,5,7
/proc/20199/stat : 20199 (runsolver) D 20196 20199 897 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 74024633 34791424 113 18446744073709551615 4194304 4346622 140734515890944 140734515887576 140602722296535 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6446216 6449568 7344128 140734515892278 140734515892772 140734515892772 140734515896266 0
/proc/20199/statm: 8494 113 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 452 KiB

[startup+0.209053 s]*
/proc/loadavg: 1.43 1.39 1.41 3/211 20215
/proc/meminfo: memFree=30369716/32770624 swapFree=67108860/67108860
[pid=20199] ppid=20196 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/20199/stat : 20199 (xcsp3-exec) S 20196 20199 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 74024633 9740288 344 18446744073709551615 4194304 5098028 140733516020672 140733516018776 139935193989756 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 11 0 0 7196144 7232144 33263616 140733516026232 140733516026437 140733516026437 140733516029931 0
/proc/20199/statm: 2378 344 289 221 0 87 0
[pid=20201] ppid=20199 vsize=13974352 memory=22196 CPUtime=0.07 cores=1,3,5,7
/proc/20201/stat : 20201 (java) S 20199 20199 897 0 -1 1077944320 5003 0 0 0 6 1 0 0 20 0 15 0 74024644 14309736448 5549 18446744073709551615 4194304 4196468 140722279052560 140722279035104 140593602424567 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
/proc/20201/statm: 3493588 5549 2719 1 0 3482964 0
[pid=20201/tid=20202] ppid=20199 vsize=13974352 memory=7311146985107750967 CPUtime=0.06 cores=1,3,5,7
/proc/20201/task/20202/stat : 20202 (java) R 20199 20199 897 0 -1 4202560 3153 0 0 0 5 1 0 0 20 0 15 0 74024645 14309736448 5549 18446744073709551615 4194304 4196468 140722279052560 140593606650256 140593602446493 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20203] ppid=20199 vsize=13974352 memory=12619 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20203/stat : 20203 (java) S 20199 20199 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74024645 14309736448 5549 18446744073709551615 4194304 4196468 140722279052560 140593544371216 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20204] ppid=20199 vsize=13974352 memory=140602725266295 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20204/stat : 20204 (java) S 20199 20199 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74024645 14309736448 5549 18446744073709551615 4194304 4196468 140722279052560 140593543318672 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20205] ppid=20199 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20205/stat : 20205 (java) S 20199 20199 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74024645 14309736448 5549 18446744073709551615 4194304 4196468 140722279052560 140593542265616 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20206] ppid=20199 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20206/stat : 20206 (java) S 20199 20199 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74024645 14309736448 5549 18446744073709551615 4194304 4196468 140722279052560 140593541213072 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20207] ppid=20199 vsize=13974352 memory=140602725246592 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20207/stat : 20207 (java) S 20199 20199 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74024647 14309736448 5549 18446744073709551615 4194304 4196468 140722279052560 140592720574704 140593602435714 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20208] ppid=20199 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20208/stat : 20208 (java) S 20199 20199 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74024647 14309736448 5549 18446744073709551615 4194304 4196468 140722279052560 140592719520928 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20209] ppid=20199 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20209/stat : 20209 (java) S 20199 20199 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74024647 14309736448 5549 18446744073709551615 4194304 4196468 140722279052560 140592718467824 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20210] ppid=20199 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20210/stat : 20210 (java) S 20199 20199 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74024650 14309736448 5549 18446744073709551615 4194304 4196468 140722279052560 140592717416400 140593602443163 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20211] ppid=20199 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20211/stat : 20211 (java) S 20199 20199 897 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 74024650 14309736448 5549 18446744073709551615 4194304 4196468 140722279052560 140592716364528 140593602435714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20212] ppid=20199 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20212/stat : 20212 (java) S 20199 20199 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74024650 14309736448 5549 18446744073709551615 4194304 4196468 140722279052560 140592715311984 140593602435714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20213] ppid=20199 vsize=13974352 memory=140602725246592 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20213/stat : 20213 (java) S 20199 20199 897 0 -1 1077944384 245 0 0 0 0 0 0 0 20 0 15 0 74024650 14309736448 5549 18446744073709551615 4194304 4196468 140722279052560 140592714258928 140593602435714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20214] ppid=20199 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20214/stat : 20214 (java) S 20199 20199 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74024650 14309736448 5549 18446744073709551615 4194304 4196468 140722279052560 140592713206624 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20215] ppid=20199 vsize=13974352 memory=140602725246592 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20215/stat : 20215 (java) S 20199 20199 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74024653 14309736448 5549 18446744073709551615 4194304 4196468 140722279052560 140592712153648 140593602435714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 23572 KiB

[startup+0.310028 s]*
/proc/loadavg: 1.43 1.39 1.41 5/211 20215
/proc/meminfo: memFree=30354452/32770624 swapFree=67108860/67108860
[pid=20199] ppid=20196 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/20199/stat : 20199 (xcsp3-exec) S 20196 20199 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 74024633 9740288 344 18446744073709551615 4194304 5098028 140733516020672 140733516018776 139935193989756 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 11 0 0 7196144 7232144 33263616 140733516026232 140733516026437 140733516026437 140733516029931 0
/proc/20199/statm: 2378 344 289 221 0 87 0
[pid=20201] ppid=20199 vsize=13974352 memory=36792 CPUtime=0.25 cores=1,3,5,7
/proc/20201/stat : 20201 (java) S 20199 20199 897 0 -1 1077944320 8707 0 0 0 23 2 0 0 20 0 15 0 74024644 14309736448 9198 18446744073709551615 4194304 4196468 140722279052560 140722279035104 140593602424567 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
/proc/20201/statm: 3493588 9198 2980 1 0 3482964 0
[pid=20201/tid=20202] ppid=20199 vsize=13974352 memory=-8774313645642428999 CPUtime=0.16 cores=1,3,5,7
/proc/20201/task/20202/stat : 20202 (java) R 20199 20199 897 0 -1 4202560 5997 0 0 0 14 2 0 0 20 0 15 0 74024645 14309736448 9198 18446744073709551615 4194304 4196468 140722279052560 140593606646944 140593586505054 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20203] ppid=20199 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20203/stat : 20203 (java) S 20199 20199 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74024645 14309736448 9198 18446744073709551615 4194304 4196468 140722279052560 140593544371216 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20204] ppid=20199 vsize=13974352 memory=140602725246592 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20204/stat : 20204 (java) S 20199 20199 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74024645 14309736448 9198 18446744073709551615 4194304 4196468 140722279052560 140593543318672 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20205] ppid=20199 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20205/stat : 20205 (java) S 20199 20199 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74024645 14309736448 9198 18446744073709551615 4194304 4196468 140722279052560 140593542265616 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20206] ppid=20199 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20206/stat : 20206 (java) S 20199 20199 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74024645 14309736448 9198 18446744073709551615 4194304 4196468 140722279052560 140593541213072 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20207] ppid=20199 vsize=13974352 memory=140602725246592 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20207/stat : 20207 (java) S 20199 20199 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74024647 14309736448 9198 18446744073709551615 4194304 4196468 140722279052560 140592720574704 140593602435714 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20208] ppid=20199 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20208/stat : 20208 (java) S 20199 20199 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74024647 14309736448 9198 18446744073709551615 4194304 4196468 140722279052560 140592719520928 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20209] ppid=20199 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20209/stat : 20209 (java) S 20199 20199 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74024647 14309736448 9198 18446744073709551615 4194304 4196468 140722279052560 140592718467824 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20210] ppid=20199 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20210/stat : 20210 (java) S 20199 20199 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74024650 14309736448 9198 18446744073709551615 4194304 4196468 140722279052560 140592717416400 140593602443163 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20211] ppid=20199 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/20201/task/20211/stat : 20211 (java) S 20199 20199 897 0 -1 1077944384 608 0 0 0 1 0 0 0 20 0 15 0 74024650 14309736448 9198 18446744073709551615 4194304 4196468 140722279052560 140592716364528 140593602435714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20212] ppid=20199 vsize=13974352 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/20201/task/20212/stat : 20212 (java) S 20199 20199 897 0 -1 1077944384 73 0 0 0 1 0 0 0 20 0 15 0 74024650 14309736448 9198 18446744073709551615 4194304 4196468 140722279052560 140592715311984 140593602435714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20213] ppid=20199 vsize=13974352 memory=140602725246592 CPUtime=0.05 cores=1,3,5,7
/proc/20201/task/20213/stat : 20213 (java) S 20199 20199 897 0 -1 1077944384 731 0 0 0 5 0 0 0 20 0 15 0 74024650 14309736448 9198 18446744073709551615 4194304 4196468 140722279052560 140592714258928 140593602435714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20214] ppid=20199 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20214/stat : 20214 (java) S 20199 20199 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74024650 14309736448 9198 18446744073709551615 4194304 4196468 140722279052560 140592713206624 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20215] ppid=20199 vsize=13974352 memory=140602725246592 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20215/stat : 20215 (java) S 20199 20199 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74024653 14309736448 9198 18446744073709551615 4194304 4196468 140722279052560 140592712153648 140593602435714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38168 KiB

[startup+0.700896 s]
/proc/loadavg: 1.43 1.39 1.41 3/211 20215
/proc/meminfo: memFree=30345424/32770624 swapFree=67108860/67108860
[pid=20199] ppid=20196 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/20199/stat : 20199 (xcsp3-exec) S 20196 20199 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 74024633 9740288 344 18446744073709551615 4194304 5098028 140733516020672 140733516018776 139935193989756 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 11 0 0 7196144 7232144 33263616 140733516026232 140733516026437 140733516026437 140733516029931 0
/proc/20199/statm: 2378 344 289 221 0 87 0
[pid=20201] ppid=20199 vsize=13980732 memory=184044 CPUtime=1.16 cores=1,3,5,7
/proc/20201/stat : 20201 (java) S 20199 20199 897 0 -1 1077944320 14700 0 0 0 110 6 0 0 20 0 15 0 74024644 14316269568 46011 18446744073709551615 4194304 4196468 140722279052560 140722279035104 140593602424567 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
/proc/20201/statm: 3495183 46011 3180 1 0 3483476 0
[pid=20201/tid=20202] ppid=20199 vsize=13980732 memory=1228 CPUtime=0.52 cores=1,3,5,7
/proc/20201/task/20202/stat : 20202 (java) R 20199 20199 897 0 -1 4202560 7995 0 0 0 47 5 0 0 20 0 15 0 74024645 14316269568 46011 18446744073709551615 4194304 4196468 140722279052560 140593606663152 140593222726803 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20203] ppid=20199 vsize=13980732 memory=796 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20203/stat : 20203 (java) S 20199 20199 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74024645 14316269568 46011 18446744073709551615 4194304 4196468 140722279052560 140593544371216 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20204] ppid=20199 vsize=13980732 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20204/stat : 20204 (java) S 20199 20199 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74024645 14316269568 46011 18446744073709551615 4194304 4196468 140722279052560 140593543318672 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20205] ppid=20199 vsize=13980732 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20205/stat : 20205 (java) S 20199 20199 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74024645 14316269568 46011 18446744073709551615 4194304 4196468 140722279052560 140593542265616 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20206] ppid=20199 vsize=13980732 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20206/stat : 20206 (java) S 20199 20199 897 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 74024645 14316269568 46011 18446744073709551615 4194304 4196468 140722279052560 140593541213072 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20207] ppid=20199 vsize=13980732 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20207/stat : 20207 (java) S 20199 20199 897 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 74024647 14316269568 46011 18446744073709551615 4194304 4196468 140722279052560 140592720574704 140593602435714 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20208] ppid=20199 vsize=13980732 memory=10164 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20208/stat : 20208 (java) S 20199 20199 897 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 74024647 14316269568 46011 18446744073709551615 4194304 4196468 140722279052560 140592719520928 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20209] ppid=20199 vsize=13980732 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20209/stat : 20209 (java) S 20199 20199 897 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 74024647 14316269568 46011 18446744073709551615 4194304 4196468 140722279052560 140592718467824 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20210] ppid=20199 vsize=13980732 memory=3616445614624171872 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20210/stat : 20210 (java) S 20199 20199 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74024650 14316269568 46011 18446744073709551615 4194304 4196468 140722279052560 140592717416400 140593602443163 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20211] ppid=20199 vsize=13980732 memory=281205199162432 CPUtime=0.14 cores=1,3,5,7
/proc/20201/task/20211/stat : 20211 (java) R 20199 20199 897 0 -1 4202560 1877 0 0 0 14 0 0 0 20 0 15 0 74024650 14316269568 46011 18446744073709551615 4194304 4196468 140722279052560 140592716350712 140593582117671 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20212] ppid=20199 vsize=13980732 memory=281205199162624 CPUtime=0.15 cores=1,3,5,7
/proc/20201/task/20212/stat : 20212 (java) R 20199 20199 897 0 -1 4202560 1278 0 0 0 15 0 0 0 20 0 15 0 74024650 14316269568 46011 18446744073709551615 4194304 4196468 140722279052560 140592715297864 140593581679804 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20213] ppid=20199 vsize=13980732 memory=281205199162816 CPUtime=0.31 cores=1,3,5,7
/proc/20201/task/20213/stat : 20213 (java) R 20199 20199 897 0 -1 4202560 2141 0 0 0 31 0 0 0 20 0 15 0 74024650 14316269568 46011 18446744073709551615 4194304 4196468 140722279052560 140592714258928 140593595530943 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20214] ppid=20199 vsize=13980732 memory=281205199163008 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20214/stat : 20214 (java) S 20199 20199 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74024650 14316269568 46011 18446744073709551615 4194304 4196468 140722279052560 140592713206624 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20215] ppid=20199 vsize=13980732 memory=281205199163200 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20215/stat : 20215 (java) S 20199 20199 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74024653 14316269568 46011 18446744073709551615 4194304 4196468 140722279052560 140592712153648 140593602435714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 185420 KiB

[startup+1.39153 s]
# the end of solver process 20199 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.34874 s, system=0.08133 s

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

[startup+0.800924 s]
/proc/loadavg: 1.43 1.39 1.41 3/211 20215
/proc/meminfo: memFree=30345424/32770624 swapFree=67108860/67108860
[pid=20199] ppid=20196 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/20199/stat : 20199 (xcsp3-exec) S 20196 20199 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 74024633 9740288 344 18446744073709551615 4194304 5098028 140733516020672 140733516018776 139935193989756 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 11 0 0 7196144 7232144 33263616 140733516026232 140733516026437 140733516026437 140733516029931 0
/proc/20199/statm: 2378 344 289 221 0 87 0
[pid=20201] ppid=20199 vsize=13980732 memory=187660 CPUtime=1.54 cores=1,3,5,7
/proc/20201/stat : 20201 (java) S 20199 20199 897 0 -1 1077944320 15694 0 0 0 148 6 0 0 20 0 15 0 74024644 14316269568 46915 18446744073709551615 4194304 4196468 140722279052560 140722279035104 140593602424567 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
/proc/20201/statm: 3495183 46915 3185 1 0 3483476 0
[pid=20201/tid=20202] ppid=20199 vsize=13980732 memory=281205199163776 CPUtime=0.62 cores=1,3,5,7
/proc/20201/task/20202/stat : 20202 (java) R 20199 20199 897 0 -1 4202560 8094 0 0 0 57 5 0 0 20 0 15 0 74024645 14316269568 46915 18446744073709551615 4194304 4196468 140722279052560 140593606661168 140593225318059 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20203] ppid=20199 vsize=13980732 memory=281205199163968 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20203/stat : 20203 (java) S 20199 20199 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74024645 14316269568 46915 18446744073709551615 4194304 4196468 140722279052560 140593544371216 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20204] ppid=20199 vsize=13980732 memory=281205199164032 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20204/stat : 20204 (java) S 20199 20199 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74024645 14316269568 46915 18446744073709551615 4194304 4196468 140722279052560 140593543318672 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20205] ppid=20199 vsize=13980732 memory=281205199164224 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20205/stat : 20205 (java) S 20199 20199 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74024645 14316269568 46915 18446744073709551615 4194304 4196468 140722279052560 140593542265616 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20206] ppid=20199 vsize=13980732 memory=281205199164416 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20206/stat : 20206 (java) S 20199 20199 897 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 74024645 14316269568 46915 18446744073709551615 4194304 4196468 140722279052560 140593541213072 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20207] ppid=20199 vsize=13980732 memory=49336 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20207/stat : 20207 (java) S 20199 20199 897 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 74024647 14316269568 46915 18446744073709551615 4194304 4196468 140722279052560 140592720574704 140593602435714 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20208] ppid=20199 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20208/stat : 20208 (java) S 20199 20199 897 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 74024647 14316269568 46915 18446744073709551615 4194304 4196468 140722279052560 140592719520928 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20209] ppid=20199 vsize=13980732 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20209/stat : 20209 (java) S 20199 20199 897 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 74024647 14316269568 46915 18446744073709551615 4194304 4196468 140722279052560 140592718467824 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20210] ppid=20199 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20210/stat : 20210 (java) S 20199 20199 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74024650 14316269568 46915 18446744073709551615 4194304 4196468 140722279052560 140592717416400 140593602443163 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20211] ppid=20199 vsize=13980732 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/20201/task/20211/stat : 20211 (java) R 20199 20199 897 0 -1 4202560 2181 0 0 0 24 0 0 0 20 0 15 0 74024650 14316269568 46915 18446744073709551615 4194304 4196468 140722279052560 140592716354240 140593586321247 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20212] ppid=20199 vsize=13980732 memory=7446534215326328409 CPUtime=0.25 cores=1,3,5,7
/proc/20201/task/20212/stat : 20212 (java) R 20199 20199 897 0 -1 4202560 1399 0 0 0 25 0 0 0 20 0 15 0 74024650 14316269568 46915 18446744073709551615 4194304 4196468 140722279052560 140592715298080 140593583969041 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20213] ppid=20199 vsize=13980732 memory=7378400765287032426 CPUtime=0.38 cores=1,3,5,7
/proc/20201/task/20213/stat : 20213 (java) R 20199 20199 897 0 -1 4202560 2611 0 0 0 38 0 0 0 20 0 15 0 74024650 14316269568 46915 18446744073709551615 4194304 4196468 140722279052560 140592714258112 140593602445914 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20214] ppid=20199 vsize=13980732 memory=7237959024487584103 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20214/stat : 20214 (java) S 20199 20199 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74024650 14316269568 46915 18446744073709551615 4194304 4196468 140722279052560 140592713206624 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20215] ppid=20199 vsize=13980732 memory=5787214961271134564 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20215/stat : 20215 (java) S 20199 20199 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74024653 14316269568 46915 18446744073709551615 4194304 4196468 140722279052560 140592712153648 140593602435714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
Current children cumulated CPU time: 1.54 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 189036 KiB

[startup+1.20091 s]
/proc/loadavg: 1.43 1.39 1.41 6/211 20215
/proc/meminfo: memFree=30202768/32770624 swapFree=67108860/67108860
[pid=20199] ppid=20196 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/20199/stat : 20199 (xcsp3-exec) S 20196 20199 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 74024633 9740288 344 18446744073709551615 4194304 5098028 140733516020672 140733516018776 139935193989756 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 11 0 0 7196144 7232144 33263616 140733516026232 140733516026437 140733516026437 140733516029931 0
/proc/20199/statm: 2378 344 289 221 0 87 0
[pid=20201] ppid=20199 vsize=13982780 memory=192892 CPUtime=2.85 cores=1,3,5,7
/proc/20201/stat : 20201 (java) S 20199 20199 897 0 -1 1077944320 17285 0 0 0 278 7 0 0 20 0 15 0 74024644 14318366720 48223 18446744073709551615 4194304 4196468 140722279052560 140722279035104 140593602424567 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
/proc/20201/statm: 3495695 48223 3215 1 0 3483988 0
[pid=20201/tid=20202] ppid=20199 vsize=13982780 memory=8025788831291303252 CPUtime=1.02 cores=1,3,5,7
/proc/20201/task/20202/stat : 20202 (java) R 20199 20199 897 0 -1 4202560 8860 0 0 0 97 5 0 0 20 0 15 0 74024645 14318366720 48223 18446744073709551615 4194304 4196468 140722279052560 140593606662976 140593227739430 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20203] ppid=20199 vsize=13982780 memory=8320808402719619125 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20203/stat : 20203 (java) S 20199 20199 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74024645 14318366720 48223 18446744073709551615 4194304 4196468 140722279052560 140593544371216 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20204] ppid=20199 vsize=13982780 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20204/stat : 20204 (java) S 20199 20199 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74024645 14318366720 48223 18446744073709551615 4194304 4196468 140722279052560 140593543318672 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20205] ppid=20199 vsize=13982780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20205/stat : 20205 (java) S 20199 20199 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74024645 14318366720 48223 18446744073709551615 4194304 4196468 140722279052560 140593542265616 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20206] ppid=20199 vsize=13982780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20206/stat : 20206 (java) S 20199 20199 897 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 74024645 14318366720 48223 18446744073709551615 4194304 4196468 140722279052560 140593541213072 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20207] ppid=20199 vsize=13982780 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20207/stat : 20207 (java) S 20199 20199 897 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 74024647 14318366720 48223 18446744073709551615 4194304 4196468 140722279052560 140592720574704 140593602435714 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20208] ppid=20199 vsize=13982780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20208/stat : 20208 (java) S 20199 20199 897 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 74024647 14318366720 48223 18446744073709551615 4194304 4196468 140722279052560 140592719520928 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20209] ppid=20199 vsize=13982780 memory=312437422489337882 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20209/stat : 20209 (java) S 20199 20199 897 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 74024647 14318366720 48223 18446744073709551615 4194304 4196468 140722279052560 140592718467824 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20210] ppid=20199 vsize=13982780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20210/stat : 20210 (java) S 20199 20199 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74024650 14318366720 48223 18446744073709551615 4194304 4196468 140722279052560 140592717416400 140593602443163 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20211] ppid=20199 vsize=13982780 memory=3047711566422646390 CPUtime=0.58 cores=1,3,5,7
/proc/20201/task/20211/stat : 20211 (java) R 20199 20199 897 0 -1 4202560 2307 0 0 0 58 0 0 0 20 0 15 0 74024650 14318366720 48223 18446744073709551615 4194304 4196468 140722279052560 140592716350624 140593587548318 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20212] ppid=20199 vsize=13982780 memory=-7028383565733675155 CPUtime=0.58 cores=1,3,5,7
/proc/20201/task/20212/stat : 20212 (java) R 20199 20199 897 0 -1 4202560 1560 0 0 0 58 0 0 0 20 0 15 0 74024650 14318366720 48223 18446744073709551615 4194304 4196468 140722279052560 140592715312112 140593583945476 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20213] ppid=20199 vsize=13982780 memory=7014471225940403812 CPUtime=0.62 cores=1,3,5,7
/proc/20201/task/20213/stat : 20213 (java) S 20199 20199 897 0 -1 1077944384 3149 0 0 0 62 0 0 0 20 0 15 0 74024650 14318366720 48223 18446744073709551615 4194304 4196468 140722279052560 140592714258928 140593602435714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20214] ppid=20199 vsize=13982780 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20214/stat : 20214 (java) S 20199 20199 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74024650 14318366720 48223 18446744073709551615 4194304 4196468 140722279052560 140592713206624 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20215] ppid=20199 vsize=13982780 memory=-7028383565733675155 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20215/stat : 20215 (java) S 20199 20199 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74024653 14318366720 48223 18446744073709551615 4194304 4196468 140722279052560 140592712153648 140593602435714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 13992292 KiB
Current children cumulated memory: 194268 KiB

[startup+1.30287 s]
/proc/loadavg: 1.43 1.39 1.41 6/211 20215
/proc/meminfo: memFree=30202768/32770624 swapFree=67108860/67108860
[pid=20199] ppid=20196 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/20199/stat : 20199 (xcsp3-exec) S 20196 20199 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 74024633 9740288 344 18446744073709551615 4194304 5098028 140733516020672 140733516018776 139935193989756 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 11 0 0 7196144 7232144 33263616 140733516026232 140733516026437 140733516026437 140733516029931 0
/proc/20199/statm: 2378 344 289 221 0 87 0
[pid=20201] ppid=20199 vsize=13982780 memory=193476 CPUtime=3.15 cores=1,3,5,7
/proc/20201/stat : 20201 (java) S 20199 20199 897 0 -1 1077944320 17489 0 0 0 308 7 0 0 20 0 15 0 74024644 14318366720 48369 18446744073709551615 4194304 4196468 140722279052560 140722279035104 140593602424567 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
/proc/20201/statm: 3495695 48369 3217 1 0 3483988 0
[pid=20201/tid=20202] ppid=20199 vsize=13982780 memory=1228 CPUtime=1.12 cores=1,3,5,7
/proc/20201/task/20202/stat : 20202 (java) S 20199 20199 897 0 -1 1077944384 8893 0 0 0 107 5 0 0 20 0 15 0 74024645 14318366720 48369 18446744073709551615 4194304 4196468 140722279052560 140593606661264 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20203] ppid=20199 vsize=13982780 memory=796 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20203/stat : 20203 (java) S 20199 20199 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74024645 14318366720 48369 18446744073709551615 4194304 4196468 140722279052560 140593544371216 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20204] ppid=20199 vsize=13982780 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20204/stat : 20204 (java) S 20199 20199 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74024645 14318366720 48369 18446744073709551615 4194304 4196468 140722279052560 140593543318672 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20205] ppid=20199 vsize=13982780 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20205/stat : 20205 (java) S 20199 20199 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74024645 14318366720 48369 18446744073709551615 4194304 4196468 140722279052560 140593542265616 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20206] ppid=20199 vsize=13982780 memory=189472 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20206/stat : 20206 (java) S 20199 20199 897 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 74024645 14318366720 48369 18446744073709551615 4194304 4196468 140722279052560 140593541213072 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20207] ppid=20199 vsize=13982780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20207/stat : 20207 (java) R 20199 20199 897 0 -1 4202560 83 0 0 0 0 0 0 0 20 0 15 0 74024647 14318366720 48369 18446744073709551615 4194304 4196468 140722279052560 140592720574808 140593595141719 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20208] ppid=20199 vsize=13982780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20208/stat : 20208 (java) S 20199 20199 897 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 74024647 14318366720 48369 18446744073709551615 4194304 4196468 140722279052560 140592719520928 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20209] ppid=20199 vsize=13982780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20209/stat : 20209 (java) S 20199 20199 897 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 74024647 14318366720 48369 18446744073709551615 4194304 4196468 140722279052560 140592718467824 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20210] ppid=20199 vsize=13982780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20210/stat : 20210 (java) S 20199 20199 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74024650 14318366720 48369 18446744073709551615 4194304 4196468 140722279052560 140592717416400 140593602443163 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20211] ppid=20199 vsize=13982780 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/20201/task/20211/stat : 20211 (java) R 20199 20199 897 0 -1 4202560 2340 0 0 0 66 0 0 0 20 0 15 0 74024650 14318366720 48369 18446744073709551615 4194304 4196468 140722279052560 140592716355744 140593587532252 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20212] ppid=20199 vsize=13982780 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/20201/task/20212/stat : 20212 (java) R 20199 20199 897 0 -1 4202560 1593 0 0 0 65 0 0 0 20 0 15 0 74024650 14318366720 48369 18446744073709551615 4194304 4196468 140722279052560 140592715304720 140593602436502 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20213] ppid=20199 vsize=13982780 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/20201/task/20213/stat : 20213 (java) R 20199 20199 897 0 -1 4202560 3258 0 0 0 67 0 0 0 20 0 15 0 74024650 14318366720 48369 18446744073709551615 4194304 4196468 140722279052560 140592714256336 140593602445914 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20214] ppid=20199 vsize=13982780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20214/stat : 20214 (java) S 20199 20199 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74024650 14318366720 48369 18446744073709551615 4194304 4196468 140722279052560 140592713206624 140593602434773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
[pid=20201/tid=20215] ppid=20199 vsize=13982780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20201/task/20215/stat : 20215 (java) S 20199 20199 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74024653 14318366720 48369 18446744073709551615 4194304 4196468 140722279052560 140592712153648 140593602435714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35323904 140722279059889 140722279060065 140722279060065 140722279063503 0
Current children cumulated CPU time: 3.15 s
Current children cumulated vsize: 13992292 KiB
Current children cumulated memory: 194852 KiB

Child status: 0
Real time (s): 1.39159
CPU time (s): 3.43007
CPU user time (s): 3.34874
CPU system time (s): 0.08133
CPU usage (%): 246.485
Max. virtual memory (cumulated for all children) (KiB): 13992292
Max. memory (cumulated for all children) (KiB): 194852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.34874
system time used= 0.08133
maximum resident set size= 195836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18406
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= 2260
involuntary context switches= 20


# summary of solver processes directly reported to runsolver:
#   pid: 20199
#   total CPU time (s): 3.43007
#   total CPU user time (s): 3.34874
#   total CPU system time (s): 0.08133

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.037378 second user time and 0.047761 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-14 15:26:34
IDJOB=4272688
IDBENCH=120808
IDSOLVER=2664
FILE ID=node125/4272688-1502718040
RUNJOBID= node125-1502662595-11629
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Rlfap/Rlfap-m1-scensMod/Rlfap-scen-09-w1-f03.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4272688-1502718040/watcher-4272688-1502718040 -o /tmp/evaluation-result-4272688-1502718040/solver-4272688-1502718040 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11629 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1917707368 HOME/instance-4272688-1502718040.xml

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

MD5SUM BENCH= 592eacf3e4c9123e6b0292f19fa9a16a
RANDOM SEED=1917707368

node125.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.07
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.07
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.07
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.07
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:        30383656 kB
MemAvailable:   31338220 kB
Buffers:          295312 kB
Cached:           953376 kB
SwapCached:            0 kB
Active:          1357868 kB
Inactive:         597212 kB
Active(anon):     706688 kB
Inactive(anon):    33100 kB
Active(file):     651180 kB
Inactive(file):   564112 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7968 kB
Writeback:             8 kB
AnonPages:        706220 kB
Mapped:            61500 kB
Shmem:             33444 kB
Slab:             136276 kB
SReclaimable:     110216 kB
SUnreclaim:        26060 kB
KernelStack:        3440 kB
PageTables:         6660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1376924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    577536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node125 at 2017-08-14 15:26:35