Trace number 4247226

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
R1: choco-solver 5a (2017-07-05)? (TO) 2400.33 303.112

General information on the benchmark

NameDubois/Dubois-m1-s1/
Dubois-050.xml
MD5SUM630ab63eaf7c5bcaa7f0eb192a58705a
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.0074439999
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints100
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":150}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":150}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":100}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4247226-1500689706.xml"  -tl '2400s' -p 8 -x 3
0.00/0.18	c [HOME/instance-4247226-1500689706.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.23	c 8 solvers in parallel
0.00/0.30	c parse instance...
0.00/0.64	c solve instance...
2400.33/303.14	s UNKNOWN
2400.33/303.14	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4247226-1500689706/watcher-4247226-1500689706 -o /tmp/evaluation-result-4247226-1500689706/solver-4247226-1500689706 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500684118-8559 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 783321466 HOME/instance-4247226-1500689706.xml 

pid=7856
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 8.99 8.11 9.13 3/270 7859
/proc/meminfo: memFree=25497104/32770624 swapFree=5656/284504
[pid=7859] ppid=7856 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7859/stat : 7859 (xcsp3-exec) S 7856 7859 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4238059 9740288 346 33554432000 4194304 5098028 140723417717296 140723417715400 140661479850620 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 35020800 140723417719951 140723417720160 140723417720160 140723417722859 0
/proc/7859/statm: 2378 346 289 221 0 87 0

[startup+0.100203 s]
/proc/loadavg: 8.99 8.11 9.13 3/270 7859
/proc/meminfo: memFree=25497104/32770624 swapFree=5656/284504
[pid=7859] ppid=7856 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7859/stat : 7859 (xcsp3-exec) S 7856 7859 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4238059 9740288 346 33554432000 4194304 5098028 140723417717296 140723417715400 140661479850620 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 35020800 140723417719951 140723417720160 140723417720160 140723417722859 0
/proc/7859/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200396 s]
/proc/loadavg: 8.99 8.11 9.13 3/270 7859
/proc/meminfo: memFree=25497104/32770624 swapFree=5656/284504
[pid=7859] ppid=7856 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7859/stat : 7859 (xcsp3-exec) S 7856 7859 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4238059 9740288 346 33554432000 4194304 5098028 140723417717296 140723417715400 140661479850620 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 35020800 140723417719951 140723417720160 140723417720160 140723417722859 0
/proc/7859/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300307 s]
/proc/loadavg: 8.99 8.11 9.13 3/270 7859
/proc/meminfo: memFree=25497104/32770624 swapFree=5656/284504
[pid=7859] ppid=7856 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7859/stat : 7859 (xcsp3-exec) S 7856 7859 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4238059 9740288 346 33554432000 4194304 5098028 140723417717296 140723417715400 140661479850620 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 35020800 140723417719951 140723417720160 140723417720160 140723417722859 0
/proc/7859/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700194 s]
/proc/loadavg: 8.99 8.11 9.13 3/270 7859
/proc/meminfo: memFree=25497104/32770624 swapFree=5656/284504
[pid=7859] ppid=7856 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7859/stat : 7859 (xcsp3-exec) S 7856 7859 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4238059 9740288 346 33554432000 4194304 5098028 140723417717296 140723417715400 140661479850620 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 35020800 140723417719951 140723417720160 140723417720160 140723417722859 0
/proc/7859/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50166 s]
/proc/loadavg: 8.99 8.11 9.13 12/299 7888
/proc/meminfo: memFree=25394648/32770624 swapFree=5656/284532
[pid=7859] ppid=7856 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7859/stat : 7859 (xcsp3-exec) S 7856 7859 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4238059 9740288 346 33554432000 4194304 5098028 140723417717296 140723417715400 140661479850620 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 35020800 140723417719951 140723417720160 140723417720160 140723417722859 0
/proc/7859/statm: 2378 346 289 221 0 87 0
[pid=7860] ppid=7859 vsize=13801768 CPUtime=8.06 cores=0,2,4,6,8,10,12,14
/proc/7860/stat : 7860 (java) S 7859 7859 7102 0 -1 1077944320 18541 0 0 0 798 8 0 0 20 0 28 0 4238059 14133010432 33188 33554432000 4194304 4196468 140732592825440 140732592807984 140179290894071 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
/proc/7860/statm: 3450442 33188 3226 1 0 3437675 0
[pid=7860/tid=7861] ppid=7859 vsize=13801768 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7861/stat : 7861 (java) S 7859 7859 7102 0 -1 1077944384 6829 0 0 0 60 3 0 0 20 0 28 0 4238060 14133010432 33188 33554432000 4194304 4196468 140732592825440 140179295134848 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7863] ppid=7859 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7863/stat : 7863 (java) S 7859 7859 7102 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4238061 14133010432 33188 33554432000 4194304 4196468 140732592825440 140179223030416 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7864] ppid=7859 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7864/stat : 7864 (java) S 7859 7859 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4238061 14133010432 33188 33554432000 4194304 4196468 140732592825440 140179221977616 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7865] ppid=7859 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7865/stat : 7865 (java) S 7859 7859 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4238061 14133010432 33188 33554432000 4194304 4196468 140732592825440 140179220924816 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7866] ppid=7859 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7866/stat : 7866 (java) S 7859 7859 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4238061 14133010432 33188 33554432000 4194304 4196468 140732592825440 140179219872016 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7867] ppid=7859 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7867/stat : 7867 (java) S 7859 7859 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4238061 14133010432 33188 33554432000 4194304 4196468 140732592825440 140179218820240 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7868] ppid=7859 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7868/stat : 7868 (java) S 7859 7859 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4238061 14133010432 33188 33554432000 4194304 4196468 140732592825440 140179217767440 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7869] ppid=7859 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7869/stat : 7869 (java) S 7859 7859 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4238061 14133010432 33188 33554432000 4194304 4196468 140732592825440 140179216714640 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7870] ppid=7859 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7870/stat : 7870 (java) S 7859 7859 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4238061 14133010432 33188 33554432000 4194304 4196468 140732592825440 140179215661840 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7871] ppid=7859 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7871/stat : 7871 (java) S 7859 7859 7102 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 4238063 14133010432 33188 33554432000 4194304 4196468 140732592825440 140178752924016 140179290905218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7872] ppid=7859 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7872/stat : 7872 (java) S 7859 7859 7102 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4238063 14133010432 33188 33554432000 4194304 4196468 140732592825440 140178751869984 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7873] ppid=7859 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7873/stat : 7873 (java) S 7859 7859 7102 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 4238064 14133010432 33188 33554432000 4194304 4196468 140732592825440 140178750817136 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7874] ppid=7859 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7874/stat : 7874 (java) S 7859 7859 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4238067 14133010432 33188 33554432000 4194304 4196468 140732592825440 140178749765456 140179290912667 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7875] ppid=7859 vsize=13801768 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7875/stat : 7875 (java) R 7859 7859 7102 0 -1 4202560 1963 0 0 0 64 0 0 0 20 0 28 0 4238067 14133010432 33188 33554432000 4194304 4196468 140732592825440 140178748706944 140179271529955 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7876] ppid=7859 vsize=13801768 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7876/stat : 7876 (java) R 7859 7859 7102 0 -1 4202560 3013 0 0 0 89 1 0 0 20 0 28 0 4238067 14133010432 33188 33554432000 4194304 4196468 140732592825440 140178747647008 140179275641744 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7877] ppid=7859 vsize=13801768 CPUtime=0.74 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7877/stat : 7877 (java) R 7859 7859 7102 0 -1 4202560 2016 0 0 0 74 0 0 0 20 0 28 0 4238067 14133010432 33188 33554432000 4194304 4196468 140732592825440 140178746593392 140179276019392 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7878] ppid=7859 vsize=13801768 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7878/stat : 7878 (java) S 7859 7859 7102 0 -1 1077944384 3000 0 0 0 60 1 0 0 20 0 28 0 4238067 14133010432 33188 33554432000 4194304 4196468 140732592825440 140178745555440 140179290905218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7879] ppid=7859 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7879/stat : 7879 (java) S 7859 7859 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4238067 14133010432 33188 33554432000 4194304 4196468 140732592825440 140178744502880 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7880] ppid=7859 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7880/stat : 7880 (java) S 7859 7859 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4238068 14133010432 33188 33554432000 4194304 4196468 140732592825440 140178743450160 140179290905218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7881] ppid=7859 vsize=13801768 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7881/stat : 7881 (java) R 7859 7859 7102 0 -1 4202560 64 0 0 0 61 0 0 0 20 0 28 0 4238125 14133010432 33188 33554432000 4194304 4196468 140732592825440 140178741892592 140732593449174 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7882] ppid=7859 vsize=13801768 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7882/stat : 7882 (java) R 7859 7859 7102 0 -1 4202560 49 0 0 0 51 0 0 0 20 0 28 0 4238125 14133010432 33188 33554432000 4194304 4196468 140732592825440 140178666376584 140179269949491 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7883] ppid=7859 vsize=13801768 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7883/stat : 7883 (java) R 7859 7859 7102 0 -1 4202560 46 0 0 0 67 0 0 0 20 0 28 0 4238125 14133010432 33188 33554432000 4194304 4196468 140732592825440 140178665324912 140732593449174 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7884] ppid=7859 vsize=13801768 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7884/stat : 7884 (java) R 7859 7859 7102 0 -1 4202560 76 0 0 0 54 0 0 0 20 0 28 0 4238125 14133010432 33188 33554432000 4194304 4196468 140732592825440 140178664271520 140178895650748 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7885] ppid=7859 vsize=13801768 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7885/stat : 7885 (java) R 7859 7859 7102 0 -1 4202560 40 0 0 0 47 0 0 0 20 0 28 0 4238125 14133010432 33188 33554432000 4194304 4196468 140732592825440 140178663221000 140178896499264 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7886] ppid=7859 vsize=13801768 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7886/stat : 7886 (java) R 7859 7859 7102 0 -1 4202560 51 0 0 0 51 0 0 0 20 0 28 0 4238125 14133010432 33188 33554432000 4194304 4196468 140732592825440 140178662167240 140178895671090 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7887] ppid=7859 vsize=13801768 CPUtime=0.59 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7887/stat : 7887 (java) R 7859 7859 7102 0 -1 1077944384 36 0 0 0 59 0 0 0 20 0 28 0 4238125 14133010432 33188 33554432000 4194304 4196468 140732592825440 140178661114976 140179290904277 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7888] ppid=7859 vsize=13801768 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7888/stat : 7888 (java) R 7859 7859 7102 0 -1 4202560 47 0 0 0 53 0 0 0 20 0 28 0 4238125 14133010432 33188 33554432000 4194304 4196468 140732592825440 140178660062216 140178896891089 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
Current children cumulated CPU time (s) 8.06
Current children cumulated vsize (KiB) 13811280

[startup+3.1016 s]
/proc/loadavg: 8.99 8.11 9.13 14/299 7888
/proc/meminfo: memFree=25301904/32770624 swapFree=5656/284532
[pid=7859] ppid=7856 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7859/stat : 7859 (xcsp3-exec) S 7856 7859 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4238059 9740288 346 33554432000 4194304 5098028 140723417717296 140723417715400 140661479850620 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 35020800 140723417719951 140723417720160 140723417720160 140723417722859 0
/proc/7859/statm: 2378 346 289 221 0 87 0
[pid=7860] ppid=7859 vsize=13801768 CPUtime=20.72 cores=0,2,4,6,8,10,12,14
/proc/7860/stat : 7860 (java) S 7859 7859 7102 0 -1 1077944320 27275 0 0 0 2056 16 0 0 20 0 28 0 4238059 14133010432 55279 33554432000 4194304 4196468 140732592825440 140732592807984 140179290894071 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
/proc/7860/statm: 3450442 55279 3232 1 0 3437675 0
[pid=7860/tid=7861] ppid=7859 vsize=13801768 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7861/stat : 7861 (java) S 7859 7859 7102 0 -1 1077944384 6829 0 0 0 60 3 0 0 20 0 28 0 4238060 14133010432 55279 33554432000 4194304 4196468 140732592825440 140179295134848 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7863] ppid=7859 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7863/stat : 7863 (java) S 7859 7859 7102 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 28 0 4238061 14133010432 55279 33554432000 4194304 4196468 140732592825440 140179223030416 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7864] ppid=7859 vsize=13801768 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7864/stat : 7864 (java) S 7859 7859 7102 0 -1 1077944384 29 0 0 0 1 0 0 0 20 0 28 0 4238061 14133010432 55279 33554432000 4194304 4196468 140732592825440 140179221977616 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7865] ppid=7859 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7865/stat : 7865 (java) S 7859 7859 7102 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 4238061 14133010432 55279 33554432000 4194304 4196468 140732592825440 140179220924816 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7866] ppid=7859 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7866/stat : 7866 (java) S 7859 7859 7102 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 28 0 4238061 14133010432 55279 33554432000 4194304 4196468 140732592825440 140179219872016 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7867] ppid=7859 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7867/stat : 7867 (java) S 7859 7859 7102 0 -1 1077944384 218 0 0 0 0 0 0 0 20 0 28 0 4238061 14133010432 55279 33554432000 4194304 4196468 140732592825440 140179218820240 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7868] ppid=7859 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7868/stat : 7868 (java) S 7859 7859 7102 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 28 0 4238061 14133010432 55279 33554432000 4194304 4196468 140732592825440 140179217767440 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7869] ppid=7859 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7869/stat : 7869 (java) S 7859 7859 7102 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 28 0 4238061 14133010432 55279 33554432000 4194304 4196468 140732592825440 140179216714640 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7870] ppid=7859 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7870/stat : 7870 (java) S 7859 7859 7102 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 4238061 14133010432 55279 33554432000 4194304 4196468 140732592825440 140179215661840 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7871] ppid=7859 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7871/stat : 7871 (java) S 7859 7859 7102 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 28 0 4238063 14133010432 55279 33554432000 4194304 4196468 140732592825440 140178752924016 140179290905218 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7872] ppid=7859 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7872/stat : 7872 (java) S 7859 7859 7102 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 28 0 4238063 14133010432 55279 33554432000 4194304 4196468 140732592825440 140178751869984 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7873] ppid=7859 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7873/stat : 7873 (java) S 7859 7859 7102 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 4238064 14133010432 55279 33554432000 4194304 4196468 140732592825440 140178750817136 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7874] ppid=7859 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7874/stat : 7874 (java) S 7859 7859 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4238067 14133010432 55279 33554432000 4194304 4196468 140732592825440 140178749765456 140179290912667 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7875] ppid=7859 vsize=13801768 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7875/stat : 7875 (java) S 7859 7859 7102 0 -1 1077944384 3552 0 0 0 116 1 0 0 20 0 28 0 4238067 14133010432 55279 33554432000 4194304 4196468 140732592825440 140178748713840 140179290905218 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7876] ppid=7859 vsize=13801768 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7876/stat : 7876 (java) R 7859 7859 7102 0 -1 4202560 5093 0 0 0 145 1 0 0 20 0 28 0 4238067 14133010432 55279 33554432000 4194304 4196468 140732592825440 140178747661040 140179268914403 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7877] ppid=7859 vsize=13801768 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7877/stat : 7877 (java) R 7859 7859 7102 0 -1 1077944384 5057 0 0 0 142 1 0 0 20 0 28 0 4238067 14133010432 55279 33554432000 4194304 4196468 140732592825440 140178746608240 140179290905218 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7878] ppid=7859 vsize=13801768 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7878/stat : 7878 (java) S 7859 7859 7102 0 -1 1077944384 3793 0 0 0 76 1 0 0 20 0 28 0 4238067 14133010432 55279 33554432000 4194304 4196468 140732592825440 140178745555440 140179290905218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7879] ppid=7859 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7879/stat : 7879 (java) S 7859 7859 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4238067 14133010432 55279 33554432000 4194304 4196468 140732592825440 140178744502880 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7880] ppid=7859 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7880/stat : 7880 (java) S 7859 7859 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4238068 14133010432 55279 33554432000 4194304 4196468 140732592825440 140178743450160 140179290905218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7881] ppid=7859 vsize=13801768 CPUtime=1.86 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7881/stat : 7881 (java) R 7859 7859 7102 0 -1 4202560 92 0 0 0 186 0 0 0 20 0 28 0 4238125 14133010432 55279 33554432000 4194304 4196468 140732592825440 140178741892264 140178895771912 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7882] ppid=7859 vsize=13801768 CPUtime=1.85 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7882/stat : 7882 (java) R 7859 7859 7102 0 -1 4202560 86 0 0 0 185 0 0 0 20 0 28 0 4238125 14133010432 55279 33554432000 4194304 4196468 140732592825440 140178666379280 140178896963505 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7883] ppid=7859 vsize=13801768 CPUtime=1.94 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7883/stat : 7883 (java) R 7859 7859 7102 0 -1 4202560 136 0 0 0 194 0 0 0 20 0 28 0 4238125 14133010432 55279 33554432000 4194304 4196468 140732592825440 140178665325960 140178896883465 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7884] ppid=7859 vsize=13801768 CPUtime=1.86 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7884/stat : 7884 (java) R 7859 7859 7102 0 -1 4202560 234 0 0 0 186 0 0 0 20 0 28 0 4238125 14133010432 55279 33554432000 4194304 4196468 140732592825440 140178664273096 140178897492002 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7885] ppid=7859 vsize=13801768 CPUtime=1.89 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7885/stat : 7885 (java) R 7859 7859 7102 0 -1 4202560 108 0 0 0 189 0 0 0 20 0 28 0 4238125 14133010432 55279 33554432000 4194304 4196468 140732592825440 140178663222024 140178895772872 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7886] ppid=7859 vsize=13801768 CPUtime=1.91 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7886/stat : 7886 (java) R 7859 7859 7102 0 -1 4202560 112 0 0 0 191 0 0 0 20 0 28 0 4238125 14133010432 55279 33554432000 4194304 4196468 140732592825440 140178662170656 140178896961665 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7887] ppid=7859 vsize=13801768 CPUtime=1.84 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7887/stat : 7887 (java) R 7859 7859 7102 0 -1 4202560 86 0 0 0 184 0 0 0 20 0 28 0 4238125 14133010432 55279 33554432000 4194304 4196468 140732592825440 140178661113800 140178897373770 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7888] ppid=7859 vsize=13801768 CPUtime=1.92 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7888/stat : 7888 (java) R 7859 7859 7102 0 -1 4202560 122 0 0 0 192 0 0 0 20 0 28 0 4238125 14133010432 55279 33554432000 4194304 4196468 140732592825440 140178660061560 140178897249625 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
Current children cumulated CPU time (s) 20.72
Current children cumulated vsize (KiB) 13811280

[startup+6.30175 s]
/proc/loadavg: 8.99 8.12 9.13 10/299 7888
/proc/meminfo: memFree=25276816/32770624 swapFree=5656/284548

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

[pid=7860/tid=7887] ppid=7859 vsize=13801768 CPUtime=276.65 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7887/stat : 7887 (java) R 7859 7859 7102 0 -1 4202560 5597 0 0 0 27647 18 0 0 20 0 28 0 4238125 14133010432 896640 33554432000 4194304 4196468 140732592825440 140178661116848 140179276962176 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7888] ppid=7859 vsize=13801768 CPUtime=275.98 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7888/stat : 7888 (java) R 7859 7859 7102 0 -1 4202560 1967 0 0 0 27591 7 0 0 20 0 28 0 4238125 14133010432 896640 33554432000 4194304 4196468 140732592825440 140178660060824 140178896953580 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
Current children cumulated CPU time (s) 2235
Current children cumulated vsize (KiB) 13811280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+303.102 s]
/proc/loadavg: 16.10 12.93 10.90 17/300 7996
/proc/meminfo: memFree=24749388/32770624 swapFree=5656/284880
[pid=7859] ppid=7856 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7859/stat : 7859 (xcsp3-exec) S 7856 7859 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4238059 9740288 346 33554432000 4194304 5098028 140723417717296 140723417715400 140661479850620 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 35020800 140723417719951 140723417720160 140723417720160 140723417722859 0
/proc/7859/statm: 2378 346 289 221 0 87 0
[pid=7860] ppid=7859 vsize=13801768 CPUtime=2400.33 cores=0,2,4,6,8,10,12,14
/proc/7860/stat : 7860 (java) S 7859 7859 7102 0 -1 1077944320 83667 0 0 0 239666 367 0 0 20 0 28 0 4238059 14133010432 838791 33554432000 4194304 4196468 140732592825440 140732592807984 140179290894071 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
/proc/7860/statm: 3450442 838791 3277 1 0 3437675 0
[pid=7860/tid=7861] ppid=7859 vsize=13801768 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7861/stat : 7861 (java) S 7859 7859 7102 0 -1 1077944384 6829 0 0 0 60 3 0 0 20 0 28 0 4238060 14133010432 838791 33554432000 4194304 4196468 140732592825440 140179295134848 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7863] ppid=7859 vsize=13801768 CPUtime=2.04 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7863/stat : 7863 (java) S 7859 7859 7102 0 -1 1077944384 1984 0 0 0 175 29 0 0 20 0 28 0 4238061 14133010432 838791 33554432000 4194304 4196468 140732592825440 140179223030416 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7864] ppid=7859 vsize=13801768 CPUtime=1.95 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7864/stat : 7864 (java) S 7859 7859 7102 0 -1 1077944384 1511 0 0 0 165 30 0 0 20 0 28 0 4238061 14133010432 838791 33554432000 4194304 4196468 140732592825440 140179221977616 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7865] ppid=7859 vsize=13801768 CPUtime=2 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7865/stat : 7865 (java) S 7859 7859 7102 0 -1 1077944384 1783 0 0 0 172 28 0 0 20 0 28 0 4238061 14133010432 838791 33554432000 4194304 4196468 140732592825440 140179220924816 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7866] ppid=7859 vsize=13801768 CPUtime=1.95 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7866/stat : 7866 (java) S 7859 7859 7102 0 -1 1077944384 2105 0 0 0 167 28 0 0 20 0 28 0 4238061 14133010432 838791 33554432000 4194304 4196468 140732592825440 140179219872016 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7867] ppid=7859 vsize=13801768 CPUtime=1.96 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7867/stat : 7867 (java) S 7859 7859 7102 0 -1 1077944384 1572 0 0 0 168 28 0 0 20 0 28 0 4238061 14133010432 838791 33554432000 4194304 4196468 140732592825440 140179218820240 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7868] ppid=7859 vsize=13801768 CPUtime=1.92 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7868/stat : 7868 (java) S 7859 7859 7102 0 -1 1077944384 1149 0 0 0 164 28 0 0 20 0 28 0 4238061 14133010432 838791 33554432000 4194304 4196468 140732592825440 140179217767440 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7869] ppid=7859 vsize=13801768 CPUtime=1.98 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7869/stat : 7869 (java) S 7859 7859 7102 0 -1 1077944384 1780 0 0 0 169 29 0 0 20 0 28 0 4238061 14133010432 838791 33554432000 4194304 4196468 140732592825440 140179216714640 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7870] ppid=7859 vsize=13801768 CPUtime=1.99 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7870/stat : 7870 (java) S 7859 7859 7102 0 -1 1077944384 1035 0 0 0 171 28 0 0 20 0 28 0 4238061 14133010432 838791 33554432000 4194304 4196468 140732592825440 140179215661840 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7871] ppid=7859 vsize=13801768 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7871/stat : 7871 (java) S 7859 7859 7102 0 -1 1077944384 15260 0 0 0 41 34 0 0 20 0 28 0 4238063 14133010432 838791 33554432000 4194304 4196468 140732592825440 140178752924016 140179290905218 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7872] ppid=7859 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7872/stat : 7872 (java) S 7859 7859 7102 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 28 0 4238063 14133010432 838791 33554432000 4194304 4196468 140732592825440 140178751869984 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7873] ppid=7859 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7873/stat : 7873 (java) S 7859 7859 7102 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 4238064 14133010432 838791 33554432000 4194304 4196468 140732592825440 140178750817136 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7874] ppid=7859 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7874/stat : 7874 (java) S 7859 7859 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4238067 14133010432 838791 33554432000 4194304 4196468 140732592825440 140178749765456 140179290912667 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7875] ppid=7859 vsize=13801768 CPUtime=1.25 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7875/stat : 7875 (java) S 7859 7859 7102 0 -1 1077944384 3718 0 0 0 124 1 0 0 20 0 28 0 4238067 14133010432 838791 33554432000 4194304 4196468 140732592825440 140178748713840 140179290905218 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7876] ppid=7859 vsize=13801768 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7876/stat : 7876 (java) S 7859 7859 7102 0 -1 1077944384 5531 0 0 0 147 2 0 0 20 0 28 0 4238067 14133010432 838791 33554432000 4194304 4196468 140732592825440 140178747661040 140179290905218 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7877] ppid=7859 vsize=13801768 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7877/stat : 7877 (java) S 7859 7859 7102 0 -1 1077944384 7210 0 0 0 160 1 0 0 20 0 28 0 4238067 14133010432 838791 33554432000 4194304 4196468 140732592825440 140178746608240 140179290905218 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7878] ppid=7859 vsize=13801768 CPUtime=1.16 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7878/stat : 7878 (java) S 7859 7859 7102 0 -1 1077944384 5184 0 0 0 114 2 0 0 20 0 28 0 4238067 14133010432 838791 33554432000 4194304 4196468 140732592825440 140178745555440 140179290905218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7879] ppid=7859 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7879/stat : 7879 (java) S 7859 7859 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4238067 14133010432 838791 33554432000 4194304 4196468 140732592825440 140178744502880 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7880] ppid=7859 vsize=13801768 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7880/stat : 7880 (java) S 7859 7859 7102 0 -1 1077944384 355 0 0 0 8 8 0 0 20 0 28 0 4238068 14133010432 838791 33554432000 4194304 4196468 140732592825440 140178743450160 140179290905218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7881] ppid=7859 vsize=13801768 CPUtime=297.04 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7881/stat : 7881 (java) R 7859 7859 7102 0 -1 4202560 3452 0 0 0 29691 13 0 0 20 0 28 0 4238125 14133010432 838791 33554432000 4194304 4196468 140732592825440 140178741890632 140179275509601 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7882] ppid=7859 vsize=13801768 CPUtime=296.86 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7882/stat : 7882 (java) R 7859 7859 7102 0 -1 4202560 4538 0 0 0 29669 17 0 0 20 0 28 0 4238125 14133010432 838791 33554432000 4194304 4196468 140732592825440 140178666377768 140178895671578 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7883] ppid=7859 vsize=13801768 CPUtime=297.51 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7883/stat : 7883 (java) R 7859 7859 7102 0 -1 4202560 2943 0 0 0 29743 8 0 0 20 0 28 0 4238125 14133010432 838791 33554432000 4194304 4196468 140732592825440 140178665328048 140178897251720 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7884] ppid=7859 vsize=13801768 CPUtime=297.52 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7884/stat : 7884 (java) R 7859 7859 7102 0 -1 4202560 3315 0 0 0 29742 10 0 0 20 0 28 0 4238125 14133010432 838791 33554432000 4194304 4196468 140732592825440 140178664271952 140178897252438 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7885] ppid=7859 vsize=13801768 CPUtime=297.29 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7885/stat : 7885 (java) R 7859 7859 7102 0 -1 4202560 2470 0 0 0 29721 8 0 0 20 0 28 0 4238125 14133010432 838791 33554432000 4194304 4196468 140732592825440 140178663219576 140178898537003 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7886] ppid=7859 vsize=13801768 CPUtime=297.32 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7886/stat : 7886 (java) R 7859 7859 7102 0 -1 4202560 509 0 0 0 29731 1 0 0 20 0 28 0 4238125 14133010432 838791 33554432000 4194304 4196468 140732592825440 140178662167496 140178898536374 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7887] ppid=7859 vsize=13801768 CPUtime=297.22 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7887/stat : 7887 (java) R 7859 7859 7102 0 -1 4202560 5958 0 0 0 29704 18 0 0 20 0 28 0 4238125 14133010432 838791 33554432000 4194304 4196468 140732592825440 140178661114696 140178896700359 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7888] ppid=7859 vsize=13801768 CPUtime=296.49 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7888/stat : 7888 (java) R 7859 7859 7102 0 -1 4202560 2121 0 0 0 29642 7 0 0 20 0 28 0 4238125 14133010432 838791 33554432000 4194304 4196468 140732592825440 140178660061896 140178897252092 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
Current children cumulated CPU time (s) 2400.33
Current children cumulated vsize (KiB) 13811280

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 7860 sig 9
??? kill 7859 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+303.102 s]
/proc/loadavg: 16.10 12.93 10.90 17/300 7996
/proc/meminfo: memFree=24749388/32770624 swapFree=5656/284880
[pid=7859] ppid=7856 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7859/stat : 7859 (xcsp3-exec) S 7856 7859 7102 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4238059 9740288 346 33554432000 4194304 5098028 140723417717296 140723417715400 140661479850620 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 35020800 140723417719951 140723417720160 140723417720160 140723417722859 0
/proc/7859/statm: 2378 346 289 221 0 87 0
[pid=7860] ppid=7859 vsize=13801768 CPUtime=2400.33 cores=0,2,4,6,8,10,12,14
/proc/7860/stat : 7860 (java) S 7859 7859 7102 0 -1 1077944320 83667 0 0 0 239666 367 0 0 20 0 28 0 4238059 14133010432 838791 33554432000 4194304 4196468 140732592825440 140732592807984 140179290894071 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
/proc/7860/statm: 3450442 838791 3277 1 0 3437675 0
[pid=7860/tid=7861] ppid=7859 vsize=13801768 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7861/stat : 7861 (java) S 7859 7859 7102 0 -1 1077944384 6829 0 0 0 60 3 0 0 20 0 28 0 4238060 14133010432 838791 33554432000 4194304 4196468 140732592825440 140179295134848 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7863] ppid=7859 vsize=13801768 CPUtime=2.04 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7863/stat : 7863 (java) S 7859 7859 7102 0 -1 1077944384 1984 0 0 0 175 29 0 0 20 0 28 0 4238061 14133010432 838791 33554432000 4194304 4196468 140732592825440 140179223030416 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7864] ppid=7859 vsize=13801768 CPUtime=1.95 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7864/stat : 7864 (java) S 7859 7859 7102 0 -1 1077944384 1511 0 0 0 165 30 0 0 20 0 28 0 4238061 14133010432 838791 33554432000 4194304 4196468 140732592825440 140179221977616 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7865] ppid=7859 vsize=13801768 CPUtime=2 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7865/stat : 7865 (java) S 7859 7859 7102 0 -1 1077944384 1783 0 0 0 172 28 0 0 20 0 28 0 4238061 14133010432 838791 33554432000 4194304 4196468 140732592825440 140179220924816 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7866] ppid=7859 vsize=13801768 CPUtime=1.95 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7866/stat : 7866 (java) S 7859 7859 7102 0 -1 1077944384 2105 0 0 0 167 28 0 0 20 0 28 0 4238061 14133010432 838791 33554432000 4194304 4196468 140732592825440 140179219872016 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7867] ppid=7859 vsize=13801768 CPUtime=1.96 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7867/stat : 7867 (java) S 7859 7859 7102 0 -1 1077944384 1572 0 0 0 168 28 0 0 20 0 28 0 4238061 14133010432 838791 33554432000 4194304 4196468 140732592825440 140179218820240 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7868] ppid=7859 vsize=13801768 CPUtime=1.92 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7868/stat : 7868 (java) S 7859 7859 7102 0 -1 1077944384 1149 0 0 0 164 28 0 0 20 0 28 0 4238061 14133010432 838791 33554432000 4194304 4196468 140732592825440 140179217767440 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7869] ppid=7859 vsize=13801768 CPUtime=1.98 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7869/stat : 7869 (java) S 7859 7859 7102 0 -1 1077944384 1780 0 0 0 169 29 0 0 20 0 28 0 4238061 14133010432 838791 33554432000 4194304 4196468 140732592825440 140179216714640 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7870] ppid=7859 vsize=13801768 CPUtime=1.99 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7870/stat : 7870 (java) S 7859 7859 7102 0 -1 1077944384 1035 0 0 0 171 28 0 0 20 0 28 0 4238061 14133010432 838791 33554432000 4194304 4196468 140732592825440 140179215661840 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7871] ppid=7859 vsize=13801768 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7871/stat : 7871 (java) S 7859 7859 7102 0 -1 1077944384 15260 0 0 0 41 34 0 0 20 0 28 0 4238063 14133010432 838791 33554432000 4194304 4196468 140732592825440 140178752924016 140179290905218 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7872] ppid=7859 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7872/stat : 7872 (java) S 7859 7859 7102 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 28 0 4238063 14133010432 838791 33554432000 4194304 4196468 140732592825440 140178751869984 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7873] ppid=7859 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7873/stat : 7873 (java) S 7859 7859 7102 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 4238064 14133010432 838791 33554432000 4194304 4196468 140732592825440 140178750817136 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7874] ppid=7859 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7874/stat : 7874 (java) S 7859 7859 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4238067 14133010432 838791 33554432000 4194304 4196468 140732592825440 140178749765456 140179290912667 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7875] ppid=7859 vsize=13801768 CPUtime=1.25 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7875/stat : 7875 (java) S 7859 7859 7102 0 -1 1077944384 3718 0 0 0 124 1 0 0 20 0 28 0 4238067 14133010432 838791 33554432000 4194304 4196468 140732592825440 140178748713840 140179290905218 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7876] ppid=7859 vsize=13801768 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7876/stat : 7876 (java) S 7859 7859 7102 0 -1 1077944384 5531 0 0 0 147 2 0 0 20 0 28 0 4238067 14133010432 838791 33554432000 4194304 4196468 140732592825440 140178747661040 140179290905218 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7877] ppid=7859 vsize=13801768 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7877/stat : 7877 (java) S 7859 7859 7102 0 -1 1077944384 7210 0 0 0 160 1 0 0 20 0 28 0 4238067 14133010432 838791 33554432000 4194304 4196468 140732592825440 140178746608240 140179290905218 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7878] ppid=7859 vsize=13801768 CPUtime=1.16 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7878/stat : 7878 (java) S 7859 7859 7102 0 -1 1077944384 5184 0 0 0 114 2 0 0 20 0 28 0 4238067 14133010432 838791 33554432000 4194304 4196468 140732592825440 140178745555440 140179290905218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7879] ppid=7859 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7879/stat : 7879 (java) S 7859 7859 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4238067 14133010432 838791 33554432000 4194304 4196468 140732592825440 140178744502880 140179290904277 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7880] ppid=7859 vsize=13801768 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7880/stat : 7880 (java) S 7859 7859 7102 0 -1 1077944384 355 0 0 0 8 8 0 0 20 0 28 0 4238068 14133010432 838791 33554432000 4194304 4196468 140732592825440 140178743450160 140179290905218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7881] ppid=7859 vsize=13801768 CPUtime=297.04 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7881/stat : 7881 (java) R 7859 7859 7102 0 -1 4202560 3452 0 0 0 29691 13 0 0 20 0 28 0 4238125 14133010432 838791 33554432000 4194304 4196468 140732592825440 140178741890632 140179275509601 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7882] ppid=7859 vsize=13801768 CPUtime=296.86 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7882/stat : 7882 (java) R 7859 7859 7102 0 -1 4202560 4538 0 0 0 29669 17 0 0 20 0 28 0 4238125 14133010432 838791 33554432000 4194304 4196468 140732592825440 140178666377768 140178895671578 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7883] ppid=7859 vsize=13801768 CPUtime=297.51 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7883/stat : 7883 (java) R 7859 7859 7102 0 -1 4202560 2943 0 0 0 29743 8 0 0 20 0 28 0 4238125 14133010432 838791 33554432000 4194304 4196468 140732592825440 140178665328048 140178897251720 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7884] ppid=7859 vsize=13801768 CPUtime=297.52 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7884/stat : 7884 (java) R 7859 7859 7102 0 -1 4202560 3315 0 0 0 29742 10 0 0 20 0 28 0 4238125 14133010432 838791 33554432000 4194304 4196468 140732592825440 140178664271952 140178897252438 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7885] ppid=7859 vsize=13801768 CPUtime=297.29 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7885/stat : 7885 (java) R 7859 7859 7102 0 -1 4202560 2470 0 0 0 29721 8 0 0 20 0 28 0 4238125 14133010432 838791 33554432000 4194304 4196468 140732592825440 140178663219576 140178898537003 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7886] ppid=7859 vsize=13801768 CPUtime=297.32 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7886/stat : 7886 (java) R 7859 7859 7102 0 -1 4202560 509 0 0 0 29731 1 0 0 20 0 28 0 4238125 14133010432 838791 33554432000 4194304 4196468 140732592825440 140178662167496 140178898536374 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7887] ppid=7859 vsize=13801768 CPUtime=297.22 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7887/stat : 7887 (java) R 7859 7859 7102 0 -1 4202560 5958 0 0 0 29704 18 0 0 20 0 28 0 4238125 14133010432 838791 33554432000 4194304 4196468 140732592825440 140178661114696 140178896700359 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
[pid=7860/tid=7888] ppid=7859 vsize=13801768 CPUtime=296.49 cores=0,2,4,6,8,10,12,14
/proc/7860/task/7888/stat : 7888 (java) R 7859 7859 7102 0 -1 4202560 2121 0 0 0 29642 7 0 0 20 0 28 0 4238125 14133010432 838791 33554432000 4194304 4196468 140732592825440 140178660061896 140178897252092 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31690752 140732592829628 140732592829804 140732592829804 140732592832463 0
Current children cumulated CPU time (s) 2400.33
Current children cumulated vsize (KiB) 13811280

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7859 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1283
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1283
# CPU time returned by wait4() is 0.002566
# while last known CPU time is 2400.33
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 303.112
CPU time (s): 2400.33
CPU user time (s): 2396.66
CPU system time (s): 3.67
CPU usage (%): 791.895
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001283
system time used= 0.001283
maximum resident set size= 1388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 518
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 1

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.13896 second user time and 4.76601 second system time

The end

Launcher Data

Begin job on node130 at 2017-07-22 04:15:06
IDJOB=4247226
IDBENCH=126861
IDSOLVER=2626
FILE ID=node130/4247226-1500689706
RUNJOBID= node130-1500684118-8559
PBS_JOBID= 20623029
Free space on /tmp= 61952 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Dubois/Dubois-m1-s1/Dubois-050.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4247226-1500689706/watcher-4247226-1500689706 -o /tmp/evaluation-result-4247226-1500689706/solver-4247226-1500689706 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500684118-8559 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 783321466 HOME/instance-4247226-1500689706.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 630ab63eaf7c5bcaa7f0eb192a58705a
RANDOM SEED=783321466

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

/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		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.34
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 2000.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.34
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	: 8
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		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.34
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.34
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2533.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        25497444 kB
MemAvailable:   25659428 kB
Buffers:          114580 kB
Cached:           330116 kB
SwapCached:            0 kB
Active:          6536124 kB
Inactive:         293392 kB
Active(anon):    6387112 kB
Inactive(anon):     8888 kB
Active(file):     149012 kB
Inactive(file):   284504 kB
Unevictable:        5656 kB
Mlocked:            5656 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7776 kB
Writeback:             0 kB
AnonPages:       6396188 kB
Mapped:            42620 kB
Shmem:              8844 kB
Slab:             122356 kB
SReclaimable:      88604 kB
SUnreclaim:        33752 kB
KernelStack:        4992 kB
PageTables:        18348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8366880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6223872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 61944 MiB
End job on node130 at 2017-07-22 04:20:09