Trace number 4247878

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.62 305.512

General information on the benchmark

NameQueenAttacking/QueenAttacking-xcsp2-s1/
QueenAttacking-10_X2.xml
MD5SUM8877f7cc79da8125d255e7dee5791b96
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints4975
Number of domains2
Minimum domain size15
Maximum domain size100
Distribution of domain sizes[{"size":15,"count":1},{"size":100,"count":100}]
Minimum variable degree25
Maximum variable degree100
Distribution of variable degrees[{"degree":25,"count":1},{"degree":99,"count":75},{"degree":100,"count":25}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4975}]
Number of extensional constraints0
Number of intensional constraints4975
Distribution of constraint types[{"type":"intension","count":4975}]
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-4247878-1500691186.xml"  -tl '2400s' -p 8 -x 3
0.00/0.19	c [HOME/instance-4247878-1500691186.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.25	c 8 solvers in parallel
0.00/0.31	c parse instance...
12.22/5.39	c solve instance...
2400.62/305.54	s UNKNOWN
2400.62/305.54	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-4247878-1500691186/watcher-4247878-1500691186 -o /tmp/evaluation-result-4247878-1500691186/solver-4247878-1500691186 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500683785-15436 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 509685070 HOME/instance-4247878-1500691186.xml 

pid=10035
running on 8 cores: 1,3,5,7,9,11,13,15

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: 14.31 14.89 11.75 10/270 10038
/proc/meminfo: memFree=31587228/32770624 swapFree=5804/261348
[pid=10038] ppid=10035 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10038/stat : 10038 (xcsp3-exec) S 10035 10038 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4384858 9740288 346 33554432000 4194304 5098028 140726152434080 140726152432184 140332714517116 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 11984896 140726152438927 140726152439136 140726152439136 140726152441835 0
/proc/10038/statm: 2378 346 289 221 0 87 0

[startup+0.100103 s]
/proc/loadavg: 14.31 14.89 11.75 10/270 10038
/proc/meminfo: memFree=31587228/32770624 swapFree=5804/261348
[pid=10038] ppid=10035 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10038/stat : 10038 (xcsp3-exec) S 10035 10038 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4384858 9740288 346 33554432000 4194304 5098028 140726152434080 140726152432184 140332714517116 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 11984896 140726152438927 140726152439136 140726152439136 140726152441835 0
/proc/10038/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200288 s]
/proc/loadavg: 14.31 14.89 11.75 10/270 10038
/proc/meminfo: memFree=31587228/32770624 swapFree=5804/261348
[pid=10038] ppid=10035 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10038/stat : 10038 (xcsp3-exec) S 10035 10038 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4384858 9740288 346 33554432000 4194304 5098028 140726152434080 140726152432184 140332714517116 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 11984896 140726152438927 140726152439136 140726152439136 140726152441835 0
/proc/10038/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300278 s]
/proc/loadavg: 14.31 14.89 11.75 10/270 10038
/proc/meminfo: memFree=31587228/32770624 swapFree=5804/261348
[pid=10038] ppid=10035 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10038/stat : 10038 (xcsp3-exec) S 10035 10038 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4384858 9740288 346 33554432000 4194304 5098028 140726152434080 140726152432184 140332714517116 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 11984896 140726152438927 140726152439136 140726152439136 140726152441835 0
/proc/10038/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700186 s]
/proc/loadavg: 14.31 14.89 11.75 10/270 10038
/proc/meminfo: memFree=31587228/32770624 swapFree=5804/261348
[pid=10038] ppid=10035 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10038/stat : 10038 (xcsp3-exec) S 10035 10038 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4384858 9740288 346 33554432000 4194304 5098028 140726152434080 140726152432184 140332714517116 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 11984896 140726152438927 140726152439136 140726152439136 140726152441835 0
/proc/10038/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.5008 s]
/proc/loadavg: 13.89 14.79 11.73 13/291 10059
/proc/meminfo: memFree=31467408/32770624 swapFree=5804/261384
[pid=10038] ppid=10035 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10038/stat : 10038 (xcsp3-exec) S 10035 10038 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4384858 9740288 346 33554432000 4194304 5098028 140726152434080 140726152432184 140332714517116 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 11984896 140726152438927 140726152439136 140726152439136 140726152441835 0
/proc/10038/statm: 2378 346 289 221 0 87 0
[pid=10039] ppid=10038 vsize=13269256 CPUtime=4.62 cores=1,3,5,7,9,11,13,15
/proc/10039/stat : 10039 (java) S 10038 10038 14782 0 -1 1077944320 25359 0 0 0 452 10 0 0 20 0 20 0 4384858 13587718144 38087 33554432000 4194304 4196468 140731862573488 140731862556032 140719243734775 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
/proc/10039/statm: 3317314 38087 3232 1 0 3304547 0
[pid=10039/tid=10040] ppid=10038 vsize=13269256 CPUtime=1.47 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10040/stat : 10040 (java) R 10038 10038 14782 0 -1 4202560 7602 0 0 0 142 5 0 0 20 0 20 0 4384858 13587718144 38087 33554432000 4194304 4196468 140731862573488 140719247968984 140719243746710 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10042] ppid=10038 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10042/stat : 10042 (java) S 10038 10038 14782 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4384859 13587718144 38087 33554432000 4194304 4196468 140731862573488 140719175870736 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10043] ppid=10038 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10043/stat : 10043 (java) S 10038 10038 14782 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4384859 13587718144 38087 33554432000 4194304 4196468 140731862573488 140719174818192 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10044] ppid=10038 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10044/stat : 10044 (java) S 10038 10038 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4384859 13587718144 38087 33554432000 4194304 4196468 140731862573488 140719173765648 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10045] ppid=10038 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10045/stat : 10045 (java) S 10038 10038 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4384859 13587718144 38087 33554432000 4194304 4196468 140731862573488 140719172713104 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10046] ppid=10038 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10046/stat : 10046 (java) S 10038 10038 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4384859 13587718144 38087 33554432000 4194304 4196468 140731862573488 140719171660560 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10047] ppid=10038 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10047/stat : 10047 (java) S 10038 10038 14782 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4384859 13587718144 38087 33554432000 4194304 4196468 140731862573488 140719170608016 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10048] ppid=10038 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10048/stat : 10048 (java) S 10038 10038 14782 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4384859 13587718144 38087 33554432000 4194304 4196468 140731862573488 140719169555472 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10049] ppid=10038 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10049/stat : 10049 (java) S 10038 10038 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4384859 13587718144 38087 33554432000 4194304 4196468 140731862573488 140718835207312 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10050] ppid=10038 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10050/stat : 10050 (java) S 10038 10038 14782 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 20 0 4384862 13587718144 38087 33554432000 4194304 4196468 140731862573488 140718705989616 140719243745922 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10051] ppid=10038 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10051/stat : 10051 (java) S 10038 10038 14782 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4384862 13587718144 38087 33554432000 4194304 4196468 140731862573488 140718704935840 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10052] ppid=10038 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10052/stat : 10052 (java) S 10038 10038 14782 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 4384863 13587718144 38087 33554432000 4194304 4196468 140731862573488 140718703883248 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10053] ppid=10038 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10053/stat : 10053 (java) S 10038 10038 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4384867 13587718144 38087 33554432000 4194304 4196468 140731862573488 140718702831824 140719243753371 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10054] ppid=10038 vsize=13269256 CPUtime=0.98 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10054/stat : 10054 (java) S 10038 10038 14782 0 -1 1077944384 7408 0 0 0 97 1 0 0 20 0 20 0 4384867 13587718144 38087 33554432000 4194304 4196468 140731862573488 140718701779440 140719243745922 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10055] ppid=10038 vsize=13269256 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10055/stat : 10055 (java) R 10038 10038 14782 0 -1 4202560 2981 0 0 0 81 0 0 0 20 0 20 0 4384867 13587718144 38087 33554432000 4194304 4196468 140731862573488 140718700718400 140719228616420 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10056] ppid=10038 vsize=13269256 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10056/stat : 10056 (java) R 10038 10038 14782 0 -1 4202560 2649 0 0 0 67 0 0 0 20 0 20 0 4384867 13587718144 38087 33554432000 4194304 4196468 140731862573488 140718699667392 140719223395136 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10057] ppid=10038 vsize=13269256 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10057/stat : 10057 (java) R 10038 10038 14782 0 -1 4202560 3391 0 0 0 63 1 0 0 20 0 20 0 4384867 13587718144 38087 33554432000 4194304 4196468 140731862573488 140718630756184 140719243748648 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10058] ppid=10038 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10058/stat : 10058 (java) S 10038 10038 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4384867 13587718144 38087 33554432000 4194304 4196468 140731862573488 140718629705952 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10059] ppid=10038 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10059/stat : 10059 (java) S 10038 10038 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4384867 13587718144 38087 33554432000 4194304 4196468 140731862573488 140718628653488 140719243745922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 13278768

[startup+3.10081 s]
/proc/loadavg: 13.89 14.79 11.73 13/291 10059
/proc/meminfo: memFree=31375824/32770624 swapFree=5804/261384
[pid=10038] ppid=10035 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10038/stat : 10038 (xcsp3-exec) S 10035 10038 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4384858 9740288 346 33554432000 4194304 5098028 140726152434080 140726152432184 140332714517116 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 11984896 140726152438927 140726152439136 140726152439136 140726152441835 0
/proc/10038/statm: 2378 346 289 221 0 87 0
[pid=10039] ppid=10038 vsize=13269256 CPUtime=9.25 cores=1,3,5,7,9,11,13,15
/proc/10039/stat : 10039 (java) S 10038 10038 14782 0 -1 1077944320 30853 0 0 0 897 28 0 0 20 0 20 0 4384858 13587718144 63620 33554432000 4194304 4196468 140731862573488 140731862556032 140719243734775 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
/proc/10039/statm: 3317314 63620 3259 1 0 3304547 0
[pid=10039/tid=10040] ppid=10038 vsize=13269256 CPUtime=3 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10040/stat : 10040 (java) R 10038 10038 14782 0 -1 4202560 9097 0 0 0 294 6 0 0 20 0 20 0 4384858 13587718144 63620 33554432000 4194304 4196468 140731862573488 140719247972072 140718854124067 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10042] ppid=10038 vsize=13269256 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10042/stat : 10042 (java) S 10038 10038 14782 0 -1 1077944384 89 0 0 0 3 2 0 0 20 0 20 0 4384859 13587718144 63620 33554432000 4194304 4196468 140731862573488 140719175870736 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10043] ppid=10038 vsize=13269256 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10043/stat : 10043 (java) S 10038 10038 14782 0 -1 1077944384 116 0 0 0 3 2 0 0 20 0 20 0 4384859 13587718144 63620 33554432000 4194304 4196468 140731862573488 140719174818192 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10044] ppid=10038 vsize=13269256 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10044/stat : 10044 (java) S 10038 10038 14782 0 -1 1077944384 304 0 0 0 1 2 0 0 20 0 20 0 4384859 13587718144 63620 33554432000 4194304 4196468 140731862573488 140719173765648 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10045] ppid=10038 vsize=13269256 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10045/stat : 10045 (java) S 10038 10038 14782 0 -1 1077944384 44 0 0 0 1 1 0 0 20 0 20 0 4384859 13587718144 63620 33554432000 4194304 4196468 140731862573488 140719172713104 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10046] ppid=10038 vsize=13269256 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10046/stat : 10046 (java) S 10038 10038 14782 0 -1 1077944384 34 0 0 0 3 2 0 0 20 0 20 0 4384859 13587718144 63620 33554432000 4194304 4196468 140731862573488 140719171660560 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10047] ppid=10038 vsize=13269256 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10047/stat : 10047 (java) S 10038 10038 14782 0 -1 1077944384 79 0 0 0 3 2 0 0 20 0 20 0 4384859 13587718144 63620 33554432000 4194304 4196468 140731862573488 140719170608016 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10048] ppid=10038 vsize=13269256 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10048/stat : 10048 (java) S 10038 10038 14782 0 -1 1077944384 42 0 0 0 1 1 0 0 20 0 20 0 4384859 13587718144 63620 33554432000 4194304 4196468 140731862573488 140719169555472 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10049] ppid=10038 vsize=13269256 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10049/stat : 10049 (java) S 10038 10038 14782 0 -1 1077944384 52 0 0 0 3 1 0 0 20 0 20 0 4384859 13587718144 63620 33554432000 4194304 4196468 140731862573488 140718835207312 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10050] ppid=10038 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10050/stat : 10050 (java) S 10038 10038 14782 0 -1 1077944384 201 0 0 0 0 0 0 0 20 0 20 0 4384862 13587718144 63620 33554432000 4194304 4196468 140731862573488 140718705989616 140719243745922 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10051] ppid=10038 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10051/stat : 10051 (java) S 10038 10038 14782 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 4384862 13587718144 63620 33554432000 4194304 4196468 140731862573488 140718704935904 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10052] ppid=10038 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10052/stat : 10052 (java) S 10038 10038 14782 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 20 0 4384863 13587718144 63620 33554432000 4194304 4196468 140731862573488 140718703883264 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10053] ppid=10038 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10053/stat : 10053 (java) S 10038 10038 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4384867 13587718144 63620 33554432000 4194304 4196468 140731862573488 140718702831824 140719243753371 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10054] ppid=10038 vsize=13269256 CPUtime=1.81 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10054/stat : 10054 (java) S 10038 10038 14782 0 -1 1077944384 7845 0 0 0 180 1 0 0 20 0 20 0 4384867 13587718144 63620 33554432000 4194304 4196468 140731862573488 140718701779440 140719243745922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10055] ppid=10038 vsize=13269256 CPUtime=1.69 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10055/stat : 10055 (java) S 10038 10038 14782 0 -1 1077944384 3869 0 0 0 169 0 0 0 20 0 20 0 4384867 13587718144 63620 33554432000 4194304 4196468 140731862573488 140718700726896 140719243745922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10056] ppid=10038 vsize=13269256 CPUtime=1.52 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10056/stat : 10056 (java) S 10038 10038 14782 0 -1 1077944384 3723 0 0 0 152 0 0 0 20 0 20 0 4384867 13587718144 63620 33554432000 4194304 4196468 140731862573488 140718699674352 140719243745922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10057] ppid=10038 vsize=13269256 CPUtime=0.76 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10057/stat : 10057 (java) S 10038 10038 14782 0 -1 1077944384 3991 0 0 0 75 1 0 0 20 0 20 0 4384867 13587718144 63620 33554432000 4194304 4196468 140731862573488 140718630759280 140719243745922 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10058] ppid=10038 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10058/stat : 10058 (java) S 10038 10038 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4384867 13587718144 63620 33554432000 4194304 4196468 140731862573488 140718629705952 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10059] ppid=10038 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10059/stat : 10059 (java) S 10038 10038 14782 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 4384867 13587718144 63620 33554432000 4194304 4196468 140731862573488 140718628653488 140719243745922 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
Current children cumulated CPU time (s) 9.25
Current children cumulated vsize (KiB) 13278768

[startup+6.30156 s]
/proc/loadavg: 13.66 14.73 11.73 18/299 10067
/proc/meminfo: memFree=31172892/32770624 swapFree=5804/261384
[pid=10038] ppid=10035 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10038/stat : 10038 (xcsp3-exec) S 10035 10038 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4384858 9740288 346 33554432000 4194304 5098028 140726152434080 140726152432184 140332714517116 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 11984896 140726152438927 140726152439136 140726152439136 140726152441835 0
/proc/10038/statm: 2378 346 289 221 0 87 0
[pid=10039] ppid=10038 vsize=13801768 CPUtime=19.37 cores=1,3,5,7,9,11,13,15
/proc/10039/stat : 10039 (java) S 10038 10038 14782 0 -1 1077944320 35407 0 0 0 1876 61 0 0 20 0 28 0 4384858 14133010432 108283 33554432000 4194304 4196468 140731862573488 140731862556032 140719243734775 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
/proc/10039/statm: 3450442 108283 3268 1 0 3437675 0
[pid=10039/tid=10040] ppid=10038 vsize=13801768 CPUtime=5.29 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10040/stat : 10040 (java) S 10038 10038 14782 0 -1 1077944384 9432 0 0 0 522 7 0 0 20 0 28 0 4384858 14133010432 108283 33554432000 4194304 4196468 140731862573488 140719247975552 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10042] ppid=10038 vsize=13801768 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10042/stat : 10042 (java) S 10038 10038 14782 0 -1 1077944384 115 0 0 0 5 5 0 0 20 0 28 0 4384859 14133010432 108283 33554432000 4194304 4196468 140731862573488 140719175870736 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10043] ppid=10038 vsize=13801768 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10043/stat : 10043 (java) S 10038 10038 14782 0 -1 1077944384 149 0 0 0 5 6 0 0 20 0 28 0 4384859 14133010432 108283 33554432000 4194304 4196468 140731862573488 140719174818192 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10044] ppid=10038 vsize=13801768 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10044/stat : 10044 (java) S 10038 10038 14782 0 -1 1077944384 355 0 0 0 4 6 0 0 20 0 28 0 4384859 14133010432 108283 33554432000 4194304 4196468 140731862573488 140719173765648 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10045] ppid=10038 vsize=13801768 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10045/stat : 10045 (java) S 10038 10038 14782 0 -1 1077944384 93 0 0 0 3 4 0 0 20 0 28 0 4384859 14133010432 108283 33554432000 4194304 4196468 140731862573488 140719172713104 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10046] ppid=10038 vsize=13801768 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10046/stat : 10046 (java) S 10038 10038 14782 0 -1 1077944384 97 0 0 0 5 6 0 0 20 0 28 0 4384859 14133010432 108283 33554432000 4194304 4196468 140731862573488 140719171660560 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10047] ppid=10038 vsize=13801768 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10047/stat : 10047 (java) S 10038 10038 14782 0 -1 1077944384 112 0 0 0 5 6 0 0 20 0 28 0 4384859 14133010432 108283 33554432000 4194304 4196468 140731862573488 140719170608016 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10048] ppid=10038 vsize=13801768 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10048/stat : 10048 (java) S 10038 10038 14782 0 -1 1077944384 100 0 0 0 3 5 0 0 20 0 28 0 4384859 14133010432 108283 33554432000 4194304 4196468 140731862573488 140719169555472 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10049] ppid=10038 vsize=13801768 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10049/stat : 10049 (java) S 10038 10038 14782 0 -1 1077944384 95 0 0 0 6 5 0 0 20 0 28 0 4384859 14133010432 108283 33554432000 4194304 4196468 140731862573488 140718835207312 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10050] ppid=10038 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10050/stat : 10050 (java) S 10038 10038 14782 0 -1 1077944384 334 0 0 0 1 0 0 0 20 0 28 0 4384862 14133010432 108283 33554432000 4194304 4196468 140731862573488 140718705989616 140719243745922 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10051] ppid=10038 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10051/stat : 10051 (java) S 10038 10038 14782 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 4384862 14133010432 108283 33554432000 4194304 4196468 140731862573488 140718704935904 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10052] ppid=10038 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10052/stat : 10052 (java) S 10038 10038 14782 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 4384863 14133010432 108283 33554432000 4194304 4196468 140731862573488 140718703883264 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10053] ppid=10038 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10053/stat : 10053 (java) S 10038 10038 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4384867 14133010432 108283 33554432000 4194304 4196468 140731862573488 140718702831824 140719243753371 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0

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

[pid=10039/tid=10066] ppid=10038 vsize=13801768 CPUtime=273.89 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10066/stat : 10066 (java) R 10038 10038 14782 0 -1 4202560 877 0 0 0 27388 1 0 0 20 0 28 0 4385404 14133010432 188929 33554432000 4194304 4196468 140731862573488 140718614825376 140718852611152 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10067] ppid=10038 vsize=13801768 CPUtime=274.31 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10067/stat : 10067 (java) R 10038 10038 14782 0 -1 4202560 1169 0 0 0 27429 2 0 0 20 0 28 0 4385405 14133010432 188929 33554432000 4194304 4196468 140731862573488 140718613769960 140718853779194 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
Current children cumulated CPU time (s) 2216.09
Current children cumulated vsize (KiB) 13811280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+305.502 s]
/proc/loadavg: 15.48 14.12 12.18 17/300 10174
/proc/meminfo: memFree=26108896/32770624 swapFree=5804/261812
[pid=10038] ppid=10035 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10038/stat : 10038 (xcsp3-exec) S 10035 10038 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4384858 9740288 346 33554432000 4194304 5098028 140726152434080 140726152432184 140332714517116 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 11984896 140726152438927 140726152439136 140726152439136 140726152441835 0
/proc/10038/statm: 2378 346 289 221 0 87 0
[pid=10039] ppid=10038 vsize=13801768 CPUtime=2400.62 cores=1,3,5,7,9,11,13,15
/proc/10039/stat : 10039 (java) S 10038 10038 14782 0 -1 1077944320 82381 0 0 0 239900 162 0 0 20 0 28 0 4384858 14133010432 180335 33554432000 4194304 4196468 140731862573488 140731862556032 140719243734775 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
/proc/10039/statm: 3450442 180335 3288 1 0 3437675 0
[pid=10039/tid=10040] ppid=10038 vsize=13801768 CPUtime=5.29 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10040/stat : 10040 (java) S 10038 10038 14782 0 -1 1077944384 9432 0 0 0 522 7 0 0 20 0 28 0 4384858 14133010432 180335 33554432000 4194304 4196468 140731862573488 140719247975552 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10042] ppid=10038 vsize=13801768 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10042/stat : 10042 (java) S 10038 10038 14782 0 -1 1077944384 742 0 0 0 17 12 0 0 20 0 28 0 4384859 14133010432 180335 33554432000 4194304 4196468 140731862573488 140719175870736 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10043] ppid=10038 vsize=13801768 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10043/stat : 10043 (java) S 10038 10038 14782 0 -1 1077944384 1488 0 0 0 17 13 0 0 20 0 28 0 4384859 14133010432 180335 33554432000 4194304 4196468 140731862573488 140719174818192 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10044] ppid=10038 vsize=13801768 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10044/stat : 10044 (java) S 10038 10038 14782 0 -1 1077944384 1046 0 0 0 16 13 0 0 20 0 28 0 4384859 14133010432 180335 33554432000 4194304 4196468 140731862573488 140719173765648 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10045] ppid=10038 vsize=13801768 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10045/stat : 10045 (java) S 10038 10038 14782 0 -1 1077944384 1594 0 0 0 15 12 0 0 20 0 28 0 4384859 14133010432 180335 33554432000 4194304 4196468 140731862573488 140719172713104 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10046] ppid=10038 vsize=13801768 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10046/stat : 10046 (java) S 10038 10038 14782 0 -1 1077944384 1343 0 0 0 16 14 0 0 20 0 28 0 4384859 14133010432 180335 33554432000 4194304 4196468 140731862573488 140719171660560 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10047] ppid=10038 vsize=13801768 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10047/stat : 10047 (java) S 10038 10038 14782 0 -1 1077944384 1340 0 0 0 17 13 0 0 20 0 28 0 4384859 14133010432 180335 33554432000 4194304 4196468 140731862573488 140719170608016 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10048] ppid=10038 vsize=13801768 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10048/stat : 10048 (java) S 10038 10038 14782 0 -1 1077944384 510 0 0 0 15 12 0 0 20 0 28 0 4384859 14133010432 180335 33554432000 4194304 4196468 140731862573488 140719169555472 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10049] ppid=10038 vsize=13801768 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10049/stat : 10049 (java) S 10038 10038 14782 0 -1 1077944384 646 0 0 0 18 11 0 0 20 0 28 0 4384859 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718835207312 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10050] ppid=10038 vsize=13801768 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10050/stat : 10050 (java) S 10038 10038 14782 0 -1 1077944384 2543 0 0 0 10 7 0 0 20 0 28 0 4384862 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718705989616 140719243745922 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10051] ppid=10038 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10051/stat : 10051 (java) S 10038 10038 14782 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 28 0 4384862 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718704935904 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10052] ppid=10038 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10052/stat : 10052 (java) S 10038 10038 14782 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 28 0 4384863 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718703883264 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10053] ppid=10038 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10053/stat : 10053 (java) S 10038 10038 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4384867 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718702831824 140719243753371 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10054] ppid=10038 vsize=13801768 CPUtime=5.1 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10054/stat : 10054 (java) S 10038 10038 14782 0 -1 1077944384 13483 0 0 0 508 2 0 0 20 0 28 0 4384867 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718701779440 140719243745922 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10055] ppid=10038 vsize=13801768 CPUtime=5.18 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10055/stat : 10055 (java) S 10038 10038 14782 0 -1 1077944384 12424 0 0 0 516 2 0 0 20 0 28 0 4384867 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718700726896 140719243745922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10056] ppid=10038 vsize=13801768 CPUtime=4.63 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10056/stat : 10056 (java) S 10038 10038 14782 0 -1 1077944384 12265 0 0 0 461 2 0 0 20 0 28 0 4384867 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718699674352 140719243745922 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10057] ppid=10038 vsize=13801768 CPUtime=1.29 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10057/stat : 10057 (java) S 10038 10038 14782 0 -1 1077944384 7400 0 0 0 127 2 0 0 20 0 28 0 4384867 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718630759280 140719243745922 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10058] ppid=10038 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10058/stat : 10058 (java) S 10038 10038 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4384867 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718629705952 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10059] ppid=10038 vsize=13801768 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10059/stat : 10059 (java) S 10038 10038 14782 0 -1 1077944384 811 0 0 0 8 10 0 0 20 0 28 0 4384867 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718628653488 140719243745922 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 9 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10060] ppid=10038 vsize=13801768 CPUtime=296.57 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10060/stat : 10060 (java) R 10038 10038 14782 0 -1 4202560 2670 0 0 0 29653 4 0 0 20 0 28 0 4385398 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718621137752 140718852611152 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10061] ppid=10038 vsize=13801768 CPUtime=295.96 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10061/stat : 10061 (java) R 10038 10038 14782 0 -1 4202560 1576 0 0 0 29594 2 0 0 20 0 28 0 4385398 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718620086216 140718854011630 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10062] ppid=10038 vsize=13801768 CPUtime=297.9 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10062/stat : 10062 (java) R 10038 10038 14782 0 -1 4202560 3526 0 0 0 29785 5 0 0 20 0 28 0 4385398 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718619033344 140718854956226 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10063] ppid=10038 vsize=13801768 CPUtime=297.29 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10063/stat : 10063 (java) R 10038 10038 14782 0 -1 4202560 1719 0 0 0 29726 3 0 0 20 0 28 0 4385398 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718617981432 140718853777105 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10064] ppid=10038 vsize=13801768 CPUtime=296.76 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10064/stat : 10064 (java) R 10038 10038 14782 0 -1 4202560 1831 0 0 0 29674 2 0 0 20 0 28 0 4385398 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718616928504 140718855167366 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10065] ppid=10038 vsize=13801768 CPUtime=297.32 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10065/stat : 10065 (java) R 10038 10038 14782 0 -1 4202560 528 0 0 0 29732 0 0 0 20 0 28 0 4385398 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718615876072 140718851577306 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10066] ppid=10038 vsize=13801768 CPUtime=297.03 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10066/stat : 10066 (java) R 10038 10038 14782 0 -1 4202560 897 0 0 0 29702 1 0 0 20 0 28 0 4385404 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718614822472 140718853777105 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10067] ppid=10038 vsize=13801768 CPUtime=297.42 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10067/stat : 10067 (java) R 10038 10038 14782 0 -1 4202560 1187 0 0 0 29740 2 0 0 20 0 28 0 4385405 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718613772512 140718850922176 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
Current children cumulated CPU time (s) 2400.62
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 10039 sig 9
??? kill 10038 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+305.502 s]
/proc/loadavg: 15.48 14.12 12.18 17/300 10174
/proc/meminfo: memFree=26108896/32770624 swapFree=5804/261812
[pid=10038] ppid=10035 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10038/stat : 10038 (xcsp3-exec) S 10035 10038 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4384858 9740288 346 33554432000 4194304 5098028 140726152434080 140726152432184 140332714517116 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 11984896 140726152438927 140726152439136 140726152439136 140726152441835 0
/proc/10038/statm: 2378 346 289 221 0 87 0
[pid=10039] ppid=10038 vsize=13801768 CPUtime=2400.62 cores=1,3,5,7,9,11,13,15
/proc/10039/stat : 10039 (java) S 10038 10038 14782 0 -1 1077944320 82381 0 0 0 239900 162 0 0 20 0 28 0 4384858 14133010432 180335 33554432000 4194304 4196468 140731862573488 140731862556032 140719243734775 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
/proc/10039/statm: 3450442 180335 3288 1 0 3437675 0
[pid=10039/tid=10040] ppid=10038 vsize=13801768 CPUtime=5.29 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10040/stat : 10040 (java) S 10038 10038 14782 0 -1 1077944384 9432 0 0 0 522 7 0 0 20 0 28 0 4384858 14133010432 180335 33554432000 4194304 4196468 140731862573488 140719247975552 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10042] ppid=10038 vsize=13801768 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10042/stat : 10042 (java) S 10038 10038 14782 0 -1 1077944384 742 0 0 0 17 12 0 0 20 0 28 0 4384859 14133010432 180335 33554432000 4194304 4196468 140731862573488 140719175870736 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10043] ppid=10038 vsize=13801768 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10043/stat : 10043 (java) S 10038 10038 14782 0 -1 1077944384 1488 0 0 0 17 13 0 0 20 0 28 0 4384859 14133010432 180335 33554432000 4194304 4196468 140731862573488 140719174818192 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10044] ppid=10038 vsize=13801768 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10044/stat : 10044 (java) S 10038 10038 14782 0 -1 1077944384 1046 0 0 0 16 13 0 0 20 0 28 0 4384859 14133010432 180335 33554432000 4194304 4196468 140731862573488 140719173765648 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10045] ppid=10038 vsize=13801768 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10045/stat : 10045 (java) S 10038 10038 14782 0 -1 1077944384 1594 0 0 0 15 12 0 0 20 0 28 0 4384859 14133010432 180335 33554432000 4194304 4196468 140731862573488 140719172713104 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10046] ppid=10038 vsize=13801768 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10046/stat : 10046 (java) S 10038 10038 14782 0 -1 1077944384 1343 0 0 0 16 14 0 0 20 0 28 0 4384859 14133010432 180335 33554432000 4194304 4196468 140731862573488 140719171660560 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10047] ppid=10038 vsize=13801768 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10047/stat : 10047 (java) S 10038 10038 14782 0 -1 1077944384 1340 0 0 0 17 13 0 0 20 0 28 0 4384859 14133010432 180335 33554432000 4194304 4196468 140731862573488 140719170608016 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10048] ppid=10038 vsize=13801768 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10048/stat : 10048 (java) S 10038 10038 14782 0 -1 1077944384 510 0 0 0 15 12 0 0 20 0 28 0 4384859 14133010432 180335 33554432000 4194304 4196468 140731862573488 140719169555472 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10049] ppid=10038 vsize=13801768 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10049/stat : 10049 (java) S 10038 10038 14782 0 -1 1077944384 646 0 0 0 18 11 0 0 20 0 28 0 4384859 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718835207312 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10050] ppid=10038 vsize=13801768 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10050/stat : 10050 (java) S 10038 10038 14782 0 -1 1077944384 2543 0 0 0 10 7 0 0 20 0 28 0 4384862 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718705989616 140719243745922 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10051] ppid=10038 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10051/stat : 10051 (java) S 10038 10038 14782 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 28 0 4384862 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718704935904 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10052] ppid=10038 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10052/stat : 10052 (java) S 10038 10038 14782 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 28 0 4384863 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718703883264 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10053] ppid=10038 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10053/stat : 10053 (java) S 10038 10038 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4384867 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718702831824 140719243753371 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10054] ppid=10038 vsize=13801768 CPUtime=5.1 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10054/stat : 10054 (java) S 10038 10038 14782 0 -1 1077944384 13483 0 0 0 508 2 0 0 20 0 28 0 4384867 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718701779440 140719243745922 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10055] ppid=10038 vsize=13801768 CPUtime=5.18 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10055/stat : 10055 (java) S 10038 10038 14782 0 -1 1077944384 12424 0 0 0 516 2 0 0 20 0 28 0 4384867 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718700726896 140719243745922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10056] ppid=10038 vsize=13801768 CPUtime=4.63 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10056/stat : 10056 (java) S 10038 10038 14782 0 -1 1077944384 12265 0 0 0 461 2 0 0 20 0 28 0 4384867 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718699674352 140719243745922 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10057] ppid=10038 vsize=13801768 CPUtime=1.29 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10057/stat : 10057 (java) S 10038 10038 14782 0 -1 1077944384 7400 0 0 0 127 2 0 0 20 0 28 0 4384867 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718630759280 140719243745922 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10058] ppid=10038 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10058/stat : 10058 (java) S 10038 10038 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4384867 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718629705952 140719243744981 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10059] ppid=10038 vsize=13801768 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10059/stat : 10059 (java) S 10038 10038 14782 0 -1 1077944384 811 0 0 0 8 10 0 0 20 0 28 0 4384867 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718628653488 140719243745922 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 9 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10060] ppid=10038 vsize=13801768 CPUtime=296.57 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10060/stat : 10060 (java) R 10038 10038 14782 0 -1 4202560 2670 0 0 0 29653 4 0 0 20 0 28 0 4385398 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718621137752 140718852611152 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10061] ppid=10038 vsize=13801768 CPUtime=295.96 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10061/stat : 10061 (java) R 10038 10038 14782 0 -1 4202560 1576 0 0 0 29594 2 0 0 20 0 28 0 4385398 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718620086216 140718854011630 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10062] ppid=10038 vsize=13801768 CPUtime=297.9 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10062/stat : 10062 (java) R 10038 10038 14782 0 -1 4202560 3526 0 0 0 29785 5 0 0 20 0 28 0 4385398 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718619033344 140718854956226 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10063] ppid=10038 vsize=13801768 CPUtime=297.29 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10063/stat : 10063 (java) R 10038 10038 14782 0 -1 4202560 1719 0 0 0 29726 3 0 0 20 0 28 0 4385398 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718617981432 140718853777105 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10064] ppid=10038 vsize=13801768 CPUtime=296.76 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10064/stat : 10064 (java) R 10038 10038 14782 0 -1 4202560 1831 0 0 0 29674 2 0 0 20 0 28 0 4385398 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718616928504 140718855167366 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10065] ppid=10038 vsize=13801768 CPUtime=297.32 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10065/stat : 10065 (java) R 10038 10038 14782 0 -1 4202560 528 0 0 0 29732 0 0 0 20 0 28 0 4385398 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718615876072 140718851577306 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10066] ppid=10038 vsize=13801768 CPUtime=297.03 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10066/stat : 10066 (java) R 10038 10038 14782 0 -1 4202560 897 0 0 0 29702 1 0 0 20 0 28 0 4385404 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718614822472 140718853777105 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
[pid=10039/tid=10067] ppid=10038 vsize=13801768 CPUtime=297.42 cores=1,3,5,7,9,11,13,15
/proc/10039/task/10067/stat : 10067 (java) R 10038 10038 14782 0 -1 4202560 1187 0 0 0 29740 2 0 0 20 0 28 0 4385405 14133010432 180335 33554432000 4194304 4196468 140731862573488 140718613772512 140718850922176 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 8744960 140731862582460 140731862582636 140731862582636 140731862585295 0
Current children cumulated CPU time (s) 2400.62
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 10038 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1001
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=2002
# CPU time returned by wait4() is 0.003003
# while last known CPU time is 2400.62
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 305.512
CPU time (s): 2400.62
CPU user time (s): 2399
CPU system time (s): 1.62
CPU usage (%): 785.768
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001001
system time used= 0.002002
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= 4
involuntary context switches= 2

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.87211 second user time and 4.63207 second system time

The end

Launcher Data

Begin job on node143 at 2017-07-22 04:39:46
IDJOB=4247878
IDBENCH=130603
IDSOLVER=2626
FILE ID=node143/4247878-1500691186
RUNJOBID= node143-1500683785-15436
PBS_JOBID= 20623040
Free space on /tmp= 61984 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-xcsp2-s1/QueenAttacking-10_X2.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-4247878-1500691186/watcher-4247878-1500691186 -o /tmp/evaluation-result-4247878-1500691186/solver-4247878-1500691186 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500683785-15436 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 509685070 HOME/instance-4247878-1500691186.xml

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

MD5SUM BENCH= 8877f7cc79da8125d255e7dee5791b96
RANDOM SEED=509685070

node143.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		: 2668.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.69
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		: 2668.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.69
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		: 1733.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		: 2668.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.69
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		: 1733.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		: 2668.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.69
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		: 2668.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.69
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		: 1600.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		: 2668.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.69
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		: 2668.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.69
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		: 2668.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.69
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:        31587664 kB
MemAvailable:   31791764 kB
Buffers:          143812 kB
Cached:           332156 kB
SwapCached:            0 kB
Active:           459644 kB
Inactive:         270084 kB
Active(anon):     256412 kB
Inactive(anon):     8736 kB
Active(file):     203232 kB
Inactive(file):   261348 kB
Unevictable:        5804 kB
Mlocked:            5804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7916 kB
Writeback:             0 kB
AnonPages:        244104 kB
Mapped:            43232 kB
Shmem:              8852 kB
Slab:             145076 kB
SReclaimable:     110712 kB
SUnreclaim:        34364 kB
KernelStack:        5024 kB
PageTables:         6548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1141052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     96256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      155008 kB
DirectMap2M:    33390592 kB

Free space on /tmp at the end= 61976 MiB
End job on node143 at 2017-07-22 04:44:52