Trace number 4245364

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 4.0.5 (2017-07-05)UNSAT 21.355 5.63654

General information on the benchmark

NameQueensKnights/QueensKnights-m1-s1/
QueensKnights-015-05-mul.xml
MD5SUM86dd28169af4ac3903c2f1c5f979bbc0
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.42365101
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints190
Number of domains2
Minimum domain size15
Maximum domain size225
Distribution of domain sizes[{"size":15,"count":15},{"size":225,"count":5}]
Minimum variable degree19
Maximum variable degree19
Distribution of variable degrees[{"degree":19,"count":20}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":190}]
Number of extensional constraints0
Number of intensional constraints190
Distribution of constraint types[{"type":"intension","count":190}]
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-4245364-1500685658.xml"  -tl '2400s' -p 8 -x 0
0.00/0.18	c [HOME/instance-4245364-1500685658.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.23	c 8 solvers in parallel
0.00/0.31	c parse instance...
7.58/3.89	c solve instance...
21.24/5.62	s UNSATISFIABLE

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-4245364-1500685658/watcher-4245364-1500685658 -o /tmp/evaluation-result-4245364-1500685658/solver-4245364-1500685658 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500682387-16945 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1107694244 HOME/instance-4245364-1500685658.xml 

pid=1190
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: 15.46 15.48 14.97 10/275 1193
/proc/meminfo: memFree=29579420/32770624 swapFree=5900/221964
[pid=1193] ppid=1190 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1193/stat : 1193 (xcsp3-exec) S 1190 1193 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3832763 9740288 345 33554432000 4194304 5098028 140727165071344 140727165069448 140198494298748 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 29356032 140727165072526 140727165072736 140727165072736 140727165075435 0
/proc/1193/statm: 2378 345 289 221 0 87 0

[startup+0.100101 s]
/proc/loadavg: 15.46 15.48 14.97 10/275 1193
/proc/meminfo: memFree=29579420/32770624 swapFree=5900/221964
[pid=1193] ppid=1190 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1193/stat : 1193 (xcsp3-exec) S 1190 1193 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3832763 9740288 345 33554432000 4194304 5098028 140727165071344 140727165069448 140198494298748 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 29356032 140727165072526 140727165072736 140727165072736 140727165075435 0
/proc/1193/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200305 s]
/proc/loadavg: 15.46 15.48 14.97 10/275 1193
/proc/meminfo: memFree=29579420/32770624 swapFree=5900/221964
[pid=1193] ppid=1190 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1193/stat : 1193 (xcsp3-exec) S 1190 1193 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3832763 9740288 345 33554432000 4194304 5098028 140727165071344 140727165069448 140198494298748 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 29356032 140727165072526 140727165072736 140727165072736 140727165075435 0
/proc/1193/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300257 s]
/proc/loadavg: 15.46 15.48 14.97 10/275 1193
/proc/meminfo: memFree=29579420/32770624 swapFree=5900/221964
[pid=1193] ppid=1190 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1193/stat : 1193 (xcsp3-exec) S 1190 1193 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3832763 9740288 345 33554432000 4194304 5098028 140727165071344 140727165069448 140198494298748 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 29356032 140727165072526 140727165072736 140727165072736 140727165075435 0
/proc/1193/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700259 s]
/proc/loadavg: 15.46 15.48 14.97 10/275 1193
/proc/meminfo: memFree=29579420/32770624 swapFree=5900/221964
[pid=1193] ppid=1190 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1193/stat : 1193 (xcsp3-exec) S 1190 1193 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3832763 9740288 345 33554432000 4194304 5098028 140727165071344 140727165069448 140198494298748 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 29356032 140727165072526 140727165072736 140727165072736 140727165075435 0
/proc/1193/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50081 s]
/proc/loadavg: 15.03 15.39 14.95 10/296 1214
/proc/meminfo: memFree=29473424/32770624 swapFree=5900/222000
[pid=1193] ppid=1190 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1193/stat : 1193 (xcsp3-exec) S 1190 1193 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3832763 9740288 345 33554432000 4194304 5098028 140727165071344 140727165069448 140198494298748 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 29356032 140727165072526 140727165072736 140727165072736 140727165075435 0
/proc/1193/statm: 2378 345 289 221 0 87 0
[pid=1194] ppid=1193 vsize=13269256 CPUtime=3.14 cores=1,3,5,7,9,11,13,15
/proc/1194/stat : 1194 (java) S 1193 1193 16913 0 -1 1077944320 24793 0 0 0 307 7 0 0 20 0 20 0 3832763 13587718144 35395 33554432000 4194304 4196468 140732380248448 140732380230992 140171569213175 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
/proc/1194/statm: 3317314 35395 3197 1 0 3304547 0
[pid=1194/tid=1195] ppid=1193 vsize=13269256 CPUtime=1.47 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1195/stat : 1195 (java) R 1193 1193 16913 0 -1 4202560 8318 0 0 0 143 4 0 0 20 0 20 0 3832764 13587718144 35395 33554432000 4194304 4196468 140732380248448 140171573447080 140171177194849 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1197] ppid=1193 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1197/stat : 1197 (java) S 1193 1193 16913 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3832765 13587718144 35395 33554432000 4194304 4196468 140732380248448 140171501349776 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1198] ppid=1193 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1198/stat : 1198 (java) S 1193 1193 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3832765 13587718144 35395 33554432000 4194304 4196468 140732380248448 140171500296976 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1199] ppid=1193 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1199/stat : 1199 (java) S 1193 1193 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3832765 13587718144 35395 33554432000 4194304 4196468 140732380248448 140171499244688 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1200] ppid=1193 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1200/stat : 1200 (java) S 1193 1193 16913 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3832765 13587718144 35395 33554432000 4194304 4196468 140732380248448 140171498191888 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1201] ppid=1193 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1201/stat : 1201 (java) S 1193 1193 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3832765 13587718144 35395 33554432000 4194304 4196468 140732380248448 140171497138576 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1202] ppid=1193 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1202/stat : 1202 (java) S 1193 1193 16913 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3832765 13587718144 35395 33554432000 4194304 4196468 140732380248448 140171496085776 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1203] ppid=1193 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1203/stat : 1203 (java) S 1193 1193 16913 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3832765 13587718144 35395 33554432000 4194304 4196468 140732380248448 140171495033488 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1204] ppid=1193 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1204/stat : 1204 (java) S 1193 1193 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3832765 13587718144 35395 33554432000 4194304 4196468 140732380248448 140171493980688 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1205] ppid=1193 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1205/stat : 1205 (java) S 1193 1193 16913 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 20 0 3832767 13587718144 35395 33554432000 4194304 4196468 140732380248448 140170233903728 140171569224322 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1206] ppid=1193 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1206/stat : 1206 (java) S 1193 1193 16913 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3832767 13587718144 35395 33554432000 4194304 4196468 140732380248448 140170232849696 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1207] ppid=1193 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1207/stat : 1207 (java) S 1193 1193 16913 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3832768 13587718144 35395 33554432000 4194304 4196468 140732380248448 140170231797360 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1208] ppid=1193 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1208/stat : 1208 (java) S 1193 1193 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3832771 13587718144 35395 33554432000 4194304 4196468 140732380248448 140170230745680 140171569231771 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1209] ppid=1193 vsize=13269256 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1209/stat : 1209 (java) S 1193 1193 16913 0 -1 1077944384 4915 0 0 0 41 1 0 0 20 0 20 0 3832771 13587718144 35395 33554432000 4194304 4196468 140732380248448 140170229692528 140171569224322 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1210] ppid=1193 vsize=13269256 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1210/stat : 1210 (java) S 1193 1193 16913 0 -1 1077944384 2363 0 0 0 37 0 0 0 20 0 20 0 3832771 13587718144 35395 33554432000 4194304 4196468 140732380248448 140170228639728 140171569224322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1211] ppid=1193 vsize=13269256 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1211/stat : 1211 (java) S 1193 1193 16913 0 -1 1077944384 4737 0 0 0 40 0 0 0 20 0 20 0 3832771 13587718144 35395 33554432000 4194304 4196468 140732380248448 140170227587440 140171569224322 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1212] ppid=1193 vsize=13269256 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1212/stat : 1212 (java) S 1193 1193 16913 0 -1 1077944384 3134 0 0 0 43 0 0 0 20 0 20 0 3832771 13587718144 35395 33554432000 4194304 4196468 140732380248448 140170226534640 140171569224322 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1213] ppid=1193 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1213/stat : 1213 (java) S 1193 1193 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3832771 13587718144 35395 33554432000 4194304 4196468 140732380248448 140170225482592 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1214] ppid=1193 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1214/stat : 1214 (java) S 1193 1193 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3832772 13587718144 35395 33554432000 4194304 4196468 140732380248448 140170224429872 140171569224322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 13278768

[startup+3.10076 s]
/proc/loadavg: 15.03 15.39 14.95 11/296 1214
/proc/meminfo: memFree=29399436/32770624 swapFree=5900/222000
[pid=1193] ppid=1190 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1193/stat : 1193 (xcsp3-exec) S 1190 1193 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3832763 9740288 345 33554432000 4194304 5098028 140727165071344 140727165069448 140198494298748 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 29356032 140727165072526 140727165072736 140727165072736 140727165075435 0
/proc/1193/statm: 2378 345 289 221 0 87 0
[pid=1194] ppid=1193 vsize=13269256 CPUtime=6.47 cores=1,3,5,7,9,11,13,15
/proc/1194/stat : 1194 (java) S 1193 1193 16913 0 -1 1077944320 27532 0 0 0 591 56 0 0 20 0 20 0 3832763 13587718144 74139 33554432000 4194304 4196468 140732380248448 140732380230992 140171569213175 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
/proc/1194/statm: 3317314 74139 3237 1 0 3304547 0
[pid=1194/tid=1195] ppid=1193 vsize=13269256 CPUtime=2.97 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1195/stat : 1195 (java) R 1193 1193 16913 0 -1 4202560 8435 0 0 0 292 5 0 0 20 0 20 0 3832764 13587718144 74139 33554432000 4194304 4196468 140732380248448 140171573447320 140171177205706 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1197] ppid=1193 vsize=13269256 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1197/stat : 1197 (java) S 1193 1193 16913 0 -1 1077944384 60 0 0 0 2 5 0 0 20 0 20 0 3832765 13587718144 74139 33554432000 4194304 4196468 140732380248448 140171501349776 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1198] ppid=1193 vsize=13269256 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1198/stat : 1198 (java) S 1193 1193 16913 0 -1 1077944384 107 0 0 0 3 5 0 0 20 0 20 0 3832765 13587718144 74139 33554432000 4194304 4196468 140732380248448 140171500296976 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1199] ppid=1193 vsize=13269256 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1199/stat : 1199 (java) S 1193 1193 16913 0 -1 1077944384 43 0 0 0 3 5 0 0 20 0 20 0 3832765 13587718144 74139 33554432000 4194304 4196468 140732380248448 140171499244688 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1200] ppid=1193 vsize=13269256 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1200/stat : 1200 (java) S 1193 1193 16913 0 -1 1077944384 61 0 0 0 3 5 0 0 20 0 20 0 3832765 13587718144 74139 33554432000 4194304 4196468 140732380248448 140171498191888 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1201] ppid=1193 vsize=13269256 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1201/stat : 1201 (java) S 1193 1193 16913 0 -1 1077944384 53 0 0 0 3 5 0 0 20 0 20 0 3832765 13587718144 74139 33554432000 4194304 4196468 140732380248448 140171497138576 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1202] ppid=1193 vsize=13269256 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1202/stat : 1202 (java) S 1193 1193 16913 0 -1 1077944384 56 0 0 0 3 5 0 0 20 0 20 0 3832765 13587718144 74139 33554432000 4194304 4196468 140732380248448 140171496085776 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1203] ppid=1193 vsize=13269256 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1203/stat : 1203 (java) S 1193 1193 16913 0 -1 1077944384 62 0 0 0 3 5 0 0 20 0 20 0 3832765 13587718144 74139 33554432000 4194304 4196468 140732380248448 140171495033488 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1204] ppid=1193 vsize=13269256 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1204/stat : 1204 (java) S 1193 1193 16913 0 -1 1077944384 43 0 0 0 3 5 0 0 20 0 20 0 3832765 13587718144 74139 33554432000 4194304 4196468 140732380248448 140171493980688 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1205] ppid=1193 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1205/stat : 1205 (java) S 1193 1193 16913 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 20 0 3832767 13587718144 74139 33554432000 4194304 4196468 140732380248448 140170233903728 140171569224322 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1206] ppid=1193 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1206/stat : 1206 (java) S 1193 1193 16913 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 3832767 13587718144 74139 33554432000 4194304 4196468 140732380248448 140170232849696 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1207] ppid=1193 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1207/stat : 1207 (java) S 1193 1193 16913 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 3832768 13587718144 74139 33554432000 4194304 4196468 140732380248448 140170231797360 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1208] ppid=1193 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1208/stat : 1208 (java) S 1193 1193 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3832771 13587718144 74139 33554432000 4194304 4196468 140732380248448 140170230745680 140171569231771 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1209] ppid=1193 vsize=13269256 CPUtime=0.77 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1209/stat : 1209 (java) S 1193 1193 16913 0 -1 1077944384 5395 0 0 0 76 1 0 0 20 0 20 0 3832771 13587718144 74139 33554432000 4194304 4196468 140732380248448 140170229692528 140171569224322 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1210] ppid=1193 vsize=13269256 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1210/stat : 1210 (java) S 1193 1193 16913 0 -1 1077944384 2999 0 0 0 68 1 0 0 20 0 20 0 3832771 13587718144 74139 33554432000 4194304 4196468 140732380248448 140170228639728 140171569224322 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1211] ppid=1193 vsize=13269256 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1211/stat : 1211 (java) S 1193 1193 16913 0 -1 1077944384 5057 0 0 0 68 0 0 0 20 0 20 0 3832771 13587718144 74139 33554432000 4194304 4196468 140732380248448 140170227587440 140171569224322 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1212] ppid=1193 vsize=13269256 CPUtime=0.59 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1212/stat : 1212 (java) S 1193 1193 16913 0 -1 1077944384 3704 0 0 0 59 0 0 0 20 0 20 0 3832771 13587718144 74139 33554432000 4194304 4196468 140732380248448 140170226534640 140171569224322 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1213] ppid=1193 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1213/stat : 1213 (java) S 1193 1193 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3832771 13587718144 74139 33554432000 4194304 4196468 140732380248448 140170225482592 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1214] ppid=1193 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1214/stat : 1214 (java) S 1193 1193 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3832772 13587718144 74139 33554432000 4194304 4196468 140732380248448 140170224429872 140171569224322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
Current children cumulated CPU time (s) 6.47
Current children cumulated vsize (KiB) 13278768

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

[startup+3.20097 s]
/proc/loadavg: 15.03 15.39 14.95 11/296 1214
/proc/meminfo: memFree=29399436/32770624 swapFree=5900/222000
[pid=1193] ppid=1190 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1193/stat : 1193 (xcsp3-exec) S 1190 1193 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3832763 9740288 345 33554432000 4194304 5098028 140727165071344 140727165069448 140198494298748 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 29356032 140727165072526 140727165072736 140727165072736 140727165075435 0
/proc/1193/statm: 2378 345 289 221 0 87 0
[pid=1194] ppid=1193 vsize=13269256 CPUtime=6.68 cores=1,3,5,7,9,11,13,15
/proc/1194/stat : 1194 (java) S 1193 1193 16913 0 -1 1077944320 28839 0 0 0 612 56 0 0 20 0 20 0 3832763 13587718144 74191 33554432000 4194304 4196468 140732380248448 140732380230992 140171569213175 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
/proc/1194/statm: 3317314 74191 3237 1 0 3304547 0
[pid=1194/tid=1195] ppid=1193 vsize=13269256 CPUtime=3.07 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1195/stat : 1195 (java) R 1193 1193 16913 0 -1 4202560 9242 0 0 0 302 5 0 0 20 0 20 0 3832764 13587718144 74191 33554432000 4194304 4196468 140732380248448 140171573448344 140171174566203 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1197] ppid=1193 vsize=13269256 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1197/stat : 1197 (java) S 1193 1193 16913 0 -1 1077944384 60 0 0 0 2 5 0 0 20 0 20 0 3832765 13587718144 74191 33554432000 4194304 4196468 140732380248448 140171501349776 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1198] ppid=1193 vsize=13269256 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1198/stat : 1198 (java) S 1193 1193 16913 0 -1 1077944384 107 0 0 0 3 5 0 0 20 0 20 0 3832765 13587718144 74191 33554432000 4194304 4196468 140732380248448 140171500296976 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1199] ppid=1193 vsize=13269256 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1199/stat : 1199 (java) S 1193 1193 16913 0 -1 1077944384 43 0 0 0 3 5 0 0 20 0 20 0 3832765 13587718144 74191 33554432000 4194304 4196468 140732380248448 140171499244688 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1200] ppid=1193 vsize=13269256 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1200/stat : 1200 (java) S 1193 1193 16913 0 -1 1077944384 61 0 0 0 3 5 0 0 20 0 20 0 3832765 13587718144 74191 33554432000 4194304 4196468 140732380248448 140171498191888 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1201] ppid=1193 vsize=13269256 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1201/stat : 1201 (java) S 1193 1193 16913 0 -1 1077944384 53 0 0 0 3 5 0 0 20 0 20 0 3832765 13587718144 74191 33554432000 4194304 4196468 140732380248448 140171497138576 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1202] ppid=1193 vsize=13269256 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1202/stat : 1202 (java) S 1193 1193 16913 0 -1 1077944384 56 0 0 0 3 5 0 0 20 0 20 0 3832765 13587718144 74191 33554432000 4194304 4196468 140732380248448 140171496085776 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1203] ppid=1193 vsize=13269256 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1203/stat : 1203 (java) S 1193 1193 16913 0 -1 1077944384 62 0 0 0 3 5 0 0 20 0 20 0 3832765 13587718144 74191 33554432000 4194304 4196468 140732380248448 140171495033488 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1204] ppid=1193 vsize=13269256 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1204/stat : 1204 (java) S 1193 1193 16913 0 -1 1077944384 43 0 0 0 3 5 0 0 20 0 20 0 3832765 13587718144 74191 33554432000 4194304 4196468 140732380248448 140171493980688 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0

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

/proc/1194/task/1206/stat : 1206 (java) S 1193 1193 16913 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 28 0 3832767 14133010432 74898 33554432000 4194304 4196468 140732380248448 140170232849696 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1207] ppid=1193 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1207/stat : 1207 (java) S 1193 1193 16913 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 3832768 14133010432 74898 33554432000 4194304 4196468 140732380248448 140170231797360 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1208] ppid=1193 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1208/stat : 1208 (java) S 1193 1193 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3832771 14133010432 74898 33554432000 4194304 4196468 140732380248448 140170230745680 140171569231771 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1209] ppid=1193 vsize=13801768 CPUtime=1.48 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1209/stat : 1209 (java) R 1193 1193 16913 0 -1 4202560 5656 0 0 0 147 1 0 0 20 0 28 0 3832771 14133010432 74898 33554432000 4194304 4196468 140732380248448 140170229682272 140171552699466 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1210] ppid=1193 vsize=13801768 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1210/stat : 1210 (java) R 1193 1193 16913 0 -1 4202560 3256 0 0 0 130 1 0 0 20 0 28 0 3832771 14133010432 74898 33554432000 4194304 4196468 140732380248448 140170228627296 140171555276400 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1211] ppid=1193 vsize=13801768 CPUtime=1.47 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1211/stat : 1211 (java) R 1193 1193 16913 0 -1 4202560 5627 0 0 0 146 1 0 0 20 0 28 0 3832771 14133010432 74898 33554432000 4194304 4196468 140732380248448 140170227577120 140171550757334 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1212] ppid=1193 vsize=13801768 CPUtime=0.84 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1212/stat : 1212 (java) S 1193 1193 16913 0 -1 1077944384 4259 0 0 0 83 1 0 0 20 0 28 0 3832771 14133010432 74898 33554432000 4194304 4196468 140732380248448 140170226534640 140171569224322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1213] ppid=1193 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1213/stat : 1213 (java) S 1193 1193 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3832771 14133010432 74898 33554432000 4194304 4196468 140732380248448 140170225482592 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1214] ppid=1193 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1214/stat : 1214 (java) S 1193 1193 16913 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 3832772 14133010432 74898 33554432000 4194304 4196468 140732380248448 140170224429872 140171569224322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1215] ppid=1193 vsize=13801768 CPUtime=0.77 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1215/stat : 1215 (java) R 1193 1193 16913 0 -1 4202560 99 0 0 0 77 0 0 0 20 0 28 0 3833153 14133010432 74898 33554432000 4194304 4196468 140732380248448 140170218511720 140171180197383 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1216] ppid=1193 vsize=13801768 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1216/stat : 1216 (java) R 1193 1193 16913 0 -1 4202560 54 0 0 0 69 0 0 0 20 0 28 0 3833153 14133010432 74898 33554432000 4194304 4196468 140732380248448 140169611039264 140171180640890 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1217] ppid=1193 vsize=13801768 CPUtime=0.63 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1217/stat : 1217 (java) R 1193 1193 16913 0 -1 4202560 48 0 0 0 63 0 0 0 20 0 28 0 3833153 14133010432 74898 33554432000 4194304 4196468 140732380248448 140169609987272 140171180641963 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1218] ppid=1193 vsize=13801768 CPUtime=0.56 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1218/stat : 1218 (java) R 1193 1193 16913 0 -1 4202560 127 0 0 0 56 0 0 0 20 0 28 0 3833153 14133010432 74898 33554432000 4194304 4196468 140732380248448 140169608935248 140171180160688 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1219] ppid=1193 vsize=13801768 CPUtime=0.62 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1219/stat : 1219 (java) R 1193 1193 16913 0 -1 4202560 56 0 0 0 62 0 0 0 20 0 28 0 3833153 14133010432 74898 33554432000 4194304 4196468 140732380248448 140169607880888 140171180196540 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1220] ppid=1193 vsize=13801768 CPUtime=0.61 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1220/stat : 1220 (java) R 1193 1193 16913 0 -1 4202560 29 0 0 0 61 0 0 0 20 0 28 0 3833153 14133010432 74898 33554432000 4194304 4196468 140732380248448 140169606827568 140171180196513 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1221] ppid=1193 vsize=13801768 CPUtime=0.47 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1221/stat : 1221 (java) R 1193 1193 16913 0 -1 4202560 35 0 0 0 47 0 0 0 20 0 28 0 3833153 14133010432 74898 33554432000 4194304 4196468 140732380248448 140169605775880 140171180160162 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1222] ppid=1193 vsize=13801768 CPUtime=0.74 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1222/stat : 1222 (java) R 1193 1193 16913 0 -1 4202560 46 0 0 0 74 0 0 0 20 0 28 0 3833153 14133010432 74898 33554432000 4194304 4196468 140732380248448 140169604725016 140171180290657 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
Current children cumulated CPU time (s) 14.77
Current children cumulated vsize (KiB) 13811280

[startup+5.20163 s]
/proc/loadavg: 15.03 15.39 14.95 19/304 1222
/proc/meminfo: memFree=29286264/32770624 swapFree=5900/222012
[pid=1193] ppid=1190 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1193/stat : 1193 (xcsp3-exec) S 1190 1193 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3832763 9740288 345 33554432000 4194304 5098028 140727165071344 140727165069448 140198494298748 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 29356032 140727165072526 140727165072736 140727165072736 140727165075435 0
/proc/1193/statm: 2378 345 289 221 0 87 0
[pid=1194] ppid=1193 vsize=13801768 CPUtime=17.95 cores=1,3,5,7,9,11,13,15
/proc/1194/stat : 1194 (java) S 1193 1193 16913 0 -1 1077944320 31843 0 0 0 1737 58 0 0 20 0 28 0 3832763 14133010432 73969 33554432000 4194304 4196468 140732380248448 140732380230992 140171569213175 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
/proc/1194/statm: 3450442 73969 3250 1 0 3437675 0
[pid=1194/tid=1195] ppid=1193 vsize=13801768 CPUtime=3.78 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1195/stat : 1195 (java) S 1193 1193 16913 0 -1 1077944384 9762 0 0 0 372 6 0 0 20 0 28 0 3832764 14133010432 73969 33554432000 4194304 4196468 140732380248448 140171573453952 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1197] ppid=1193 vsize=13801768 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1197/stat : 1197 (java) S 1193 1193 16913 0 -1 1077944384 60 0 0 0 2 5 0 0 20 0 28 0 3832765 14133010432 73969 33554432000 4194304 4196468 140732380248448 140171501349776 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1198] ppid=1193 vsize=13801768 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1198/stat : 1198 (java) S 1193 1193 16913 0 -1 1077944384 107 0 0 0 3 5 0 0 20 0 28 0 3832765 14133010432 73969 33554432000 4194304 4196468 140732380248448 140171500296976 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1199] ppid=1193 vsize=13801768 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1199/stat : 1199 (java) S 1193 1193 16913 0 -1 1077944384 43 0 0 0 3 5 0 0 20 0 28 0 3832765 14133010432 73969 33554432000 4194304 4196468 140732380248448 140171499244688 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1200] ppid=1193 vsize=13801768 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1200/stat : 1200 (java) S 1193 1193 16913 0 -1 1077944384 61 0 0 0 3 5 0 0 20 0 28 0 3832765 14133010432 73969 33554432000 4194304 4196468 140732380248448 140171498191888 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1201] ppid=1193 vsize=13801768 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1201/stat : 1201 (java) S 1193 1193 16913 0 -1 1077944384 53 0 0 0 3 5 0 0 20 0 28 0 3832765 14133010432 73969 33554432000 4194304 4196468 140732380248448 140171497138576 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1202] ppid=1193 vsize=13801768 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1202/stat : 1202 (java) S 1193 1193 16913 0 -1 1077944384 56 0 0 0 3 5 0 0 20 0 28 0 3832765 14133010432 73969 33554432000 4194304 4196468 140732380248448 140171496085776 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1203] ppid=1193 vsize=13801768 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1203/stat : 1203 (java) S 1193 1193 16913 0 -1 1077944384 62 0 0 0 3 5 0 0 20 0 28 0 3832765 14133010432 73969 33554432000 4194304 4196468 140732380248448 140171495033488 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1204] ppid=1193 vsize=13801768 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1204/stat : 1204 (java) S 1193 1193 16913 0 -1 1077944384 43 0 0 0 3 5 0 0 20 0 28 0 3832765 14133010432 73969 33554432000 4194304 4196468 140732380248448 140171493980688 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1205] ppid=1193 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1205/stat : 1205 (java) S 1193 1193 16913 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 28 0 3832767 14133010432 73969 33554432000 4194304 4196468 140732380248448 140170233903728 140171569224322 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1206] ppid=1193 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1206/stat : 1206 (java) S 1193 1193 16913 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 28 0 3832767 14133010432 73969 33554432000 4194304 4196468 140732380248448 140170232849696 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1207] ppid=1193 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1207/stat : 1207 (java) S 1193 1193 16913 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 3832768 14133010432 73969 33554432000 4194304 4196468 140732380248448 140170231797360 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1208] ppid=1193 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1208/stat : 1208 (java) S 1193 1193 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3832771 14133010432 73969 33554432000 4194304 4196468 140732380248448 140170230745680 140171569231771 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1209] ppid=1193 vsize=13801768 CPUtime=1.59 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1209/stat : 1209 (java) S 1193 1193 16913 0 -1 1077944384 5684 0 0 0 158 1 0 0 20 0 28 0 3832771 14133010432 73969 33554432000 4194304 4196468 140732380248448 140170229692528 140171569224322 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1210] ppid=1193 vsize=13801768 CPUtime=1.48 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1210/stat : 1210 (java) S 1193 1193 16913 0 -1 1077944384 3430 0 0 0 147 1 0 0 20 0 28 0 3832771 14133010432 73969 33554432000 4194304 4196468 140732380248448 140170228639728 140171569224322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1211] ppid=1193 vsize=13801768 CPUtime=1.69 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1211/stat : 1211 (java) S 1193 1193 16913 0 -1 1077944384 5758 0 0 0 168 1 0 0 20 0 28 0 3832771 14133010432 73969 33554432000 4194304 4196468 140732380248448 140170227587440 140171569224322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1212] ppid=1193 vsize=13801768 CPUtime=0.85 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1212/stat : 1212 (java) S 1193 1193 16913 0 -1 1077944384 4274 0 0 0 84 1 0 0 20 0 28 0 3832771 14133010432 73969 33554432000 4194304 4196468 140732380248448 140170226534640 140171569224322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1213] ppid=1193 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1213/stat : 1213 (java) S 1193 1193 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3832771 14133010432 73969 33554432000 4194304 4196468 140732380248448 140170225482592 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1214] ppid=1193 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1214/stat : 1214 (java) S 1193 1193 16913 0 -1 1077944384 449 0 0 0 0 0 0 0 20 0 28 0 3832772 14133010432 73969 33554432000 4194304 4196468 140732380248448 140170224429872 140171569224322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1215] ppid=1193 vsize=13801768 CPUtime=1.14 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1215/stat : 1215 (java) R 1193 1193 16913 0 -1 4202560 99 0 0 0 114 0 0 0 20 0 28 0 3833153 14133010432 73969 33554432000 4194304 4196468 140732380248448 140170218511480 140171180640890 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1216] ppid=1193 vsize=13801768 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1216/stat : 1216 (java) R 1193 1193 16913 0 -1 4202560 58 0 0 0 100 0 0 0 20 0 28 0 3833153 14133010432 73969 33554432000 4194304 4196468 140732380248448 140169611039512 140171180642081 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1217] ppid=1193 vsize=13801768 CPUtime=0.91 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1217/stat : 1217 (java) R 1193 1193 16913 0 -1 4202560 48 0 0 0 91 0 0 0 20 0 28 0 3833153 14133010432 73969 33554432000 4194304 4196468 140732380248448 140169609986232 140171180196420 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1218] ppid=1193 vsize=13801768 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1218/stat : 1218 (java) R 1193 1193 16913 0 -1 4202560 132 0 0 0 95 0 0 0 20 0 28 0 3833153 14133010432 73969 33554432000 4194304 4196468 140732380248448 140169608932696 140171180160046 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1219] ppid=1193 vsize=13801768 CPUtime=0.96 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1219/stat : 1219 (java) R 1193 1193 16913 0 -1 4202560 56 0 0 0 96 0 0 0 20 0 28 0 3833153 14133010432 73969 33554432000 4194304 4196468 140732380248448 140169607881696 140171180196513 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1220] ppid=1193 vsize=13801768 CPUtime=0.94 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1220/stat : 1220 (java) R 1193 1193 16913 0 -1 4202560 29 0 0 0 94 0 0 0 20 0 28 0 3833153 14133010432 73969 33554432000 4194304 4196468 140732380248448 140169606828368 140171180640537 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1221] ppid=1193 vsize=13801768 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1221/stat : 1221 (java) R 1193 1193 16913 0 -1 4202560 48 0 0 0 78 0 0 0 20 0 28 0 3833153 14133010432 73969 33554432000 4194304 4196468 140732380248448 140169605776168 140171180196513 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1222] ppid=1193 vsize=13801768 CPUtime=1.09 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1222/stat : 1222 (java) R 1193 1193 16913 0 -1 4202560 57 0 0 0 109 0 0 0 20 0 28 0 3833153 14133010432 73969 33554432000 4194304 4196468 140732380248448 140169604724088 140171180196448 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
Current children cumulated CPU time (s) 17.95
Current children cumulated vsize (KiB) 13811280

[startup+5.61518 s]
/proc/loadavg: 15.02 15.39 14.95 20/304 1222
/proc/meminfo: memFree=29286592/32770624 swapFree=5900/222012
[pid=1193] ppid=1190 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1193/stat : 1193 (xcsp3-exec) S 1190 1193 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3832763 9740288 345 33554432000 4194304 5098028 140727165071344 140727165069448 140198494298748 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 29356032 140727165072526 140727165072736 140727165072736 140727165075435 0
/proc/1193/statm: 2378 345 289 221 0 87 0
[pid=1194] ppid=1193 vsize=13801768 CPUtime=21.24 cores=1,3,5,7,9,11,13,15
/proc/1194/stat : 1194 (java) S 1193 1193 16913 0 -1 1077944320 33025 0 0 0 2065 59 0 0 20 0 28 0 3832763 14133010432 74106 33554432000 4194304 4196468 140732380248448 140732380230992 140171569213175 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
/proc/1194/statm: 3450442 74106 3270 1 0 3437675 0
[pid=1194/tid=1195] ppid=1193 vsize=13801768 CPUtime=3.78 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1195/stat : 1195 (java) S 1193 1193 16913 0 -1 1077944384 9762 0 0 0 372 6 0 0 20 0 28 0 3832764 14133010432 74106 33554432000 4194304 4196468 140732380248448 140171573453952 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1197] ppid=1193 vsize=13801768 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1197/stat : 1197 (java) S 1193 1193 16913 0 -1 1077944384 60 0 0 0 2 5 0 0 20 0 28 0 3832765 14133010432 74106 33554432000 4194304 4196468 140732380248448 140171501349776 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1198] ppid=1193 vsize=13801768 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1198/stat : 1198 (java) S 1193 1193 16913 0 -1 1077944384 107 0 0 0 3 5 0 0 20 0 28 0 3832765 14133010432 74106 33554432000 4194304 4196468 140732380248448 140171500296976 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1199] ppid=1193 vsize=13801768 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1199/stat : 1199 (java) S 1193 1193 16913 0 -1 1077944384 43 0 0 0 3 5 0 0 20 0 28 0 3832765 14133010432 74106 33554432000 4194304 4196468 140732380248448 140171499244688 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1200] ppid=1193 vsize=13801768 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1200/stat : 1200 (java) S 1193 1193 16913 0 -1 1077944384 61 0 0 0 3 5 0 0 20 0 28 0 3832765 14133010432 74106 33554432000 4194304 4196468 140732380248448 140171498191888 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1201] ppid=1193 vsize=13801768 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1201/stat : 1201 (java) S 1193 1193 16913 0 -1 1077944384 53 0 0 0 3 5 0 0 20 0 28 0 3832765 14133010432 74106 33554432000 4194304 4196468 140732380248448 140171497138576 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1202] ppid=1193 vsize=13801768 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1202/stat : 1202 (java) S 1193 1193 16913 0 -1 1077944384 56 0 0 0 3 5 0 0 20 0 28 0 3832765 14133010432 74106 33554432000 4194304 4196468 140732380248448 140171496085776 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1203] ppid=1193 vsize=13801768 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1203/stat : 1203 (java) S 1193 1193 16913 0 -1 1077944384 62 0 0 0 3 5 0 0 20 0 28 0 3832765 14133010432 74106 33554432000 4194304 4196468 140732380248448 140171495033488 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1204] ppid=1193 vsize=13801768 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1204/stat : 1204 (java) S 1193 1193 16913 0 -1 1077944384 43 0 0 0 3 5 0 0 20 0 28 0 3832765 14133010432 74106 33554432000 4194304 4196468 140732380248448 140171493980688 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1205] ppid=1193 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1205/stat : 1205 (java) S 1193 1193 16913 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 28 0 3832767 14133010432 74106 33554432000 4194304 4196468 140732380248448 140170233903728 140171569224322 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1206] ppid=1193 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1206/stat : 1206 (java) S 1193 1193 16913 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 28 0 3832767 14133010432 74106 33554432000 4194304 4196468 140732380248448 140170232849696 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1207] ppid=1193 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1207/stat : 1207 (java) S 1193 1193 16913 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 3832768 14133010432 74106 33554432000 4194304 4196468 140732380248448 140170231797360 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1208] ppid=1193 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1208/stat : 1208 (java) S 1193 1193 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3832771 14133010432 74106 33554432000 4194304 4196468 140732380248448 140170230745680 140171569231771 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1209] ppid=1193 vsize=13801768 CPUtime=1.72 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1209/stat : 1209 (java) S 1193 1193 16913 0 -1 1077944384 6072 0 0 0 171 1 0 0 20 0 28 0 3832771 14133010432 74106 33554432000 4194304 4196468 140732380248448 140170229692528 140171569224322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1210] ppid=1193 vsize=13801768 CPUtime=1.59 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1210/stat : 1210 (java) S 1193 1193 16913 0 -1 1077944384 3709 0 0 0 158 1 0 0 20 0 28 0 3832771 14133010432 74106 33554432000 4194304 4196468 140732380248448 140170228639728 140171569224322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1211] ppid=1193 vsize=13801768 CPUtime=1.86 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1211/stat : 1211 (java) S 1193 1193 16913 0 -1 1077944384 6047 0 0 0 185 1 0 0 20 0 28 0 3832771 14133010432 74106 33554432000 4194304 4196468 140732380248448 140170227587440 140171569224322 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1212] ppid=1193 vsize=13801768 CPUtime=0.86 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1212/stat : 1212 (java) S 1193 1193 16913 0 -1 1077944384 4338 0 0 0 85 1 0 0 20 0 28 0 3832771 14133010432 74106 33554432000 4194304 4196468 140732380248448 140170226534640 140171569224322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1213] ppid=1193 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1213/stat : 1213 (java) S 1193 1193 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3832771 14133010432 74106 33554432000 4194304 4196468 140732380248448 140170225482592 140171569223381 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1214] ppid=1193 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1214/stat : 1214 (java) S 1193 1193 16913 0 -1 1077944384 449 0 0 0 0 0 0 0 20 0 28 0 3832772 14133010432 74106 33554432000 4194304 4196468 140732380248448 140170224429872 140171569224322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1215] ppid=1193 vsize=13801768 CPUtime=1.51 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1215/stat : 1215 (java) R 1193 1193 16913 0 -1 4202560 113 0 0 0 151 0 0 0 20 0 28 0 3833153 14133010432 74106 33554432000 4194304 4196468 140732380248448 140170218511624 140171180641925 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1216] ppid=1193 vsize=13801768 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1216/stat : 1216 (java) R 1193 1193 16913 0 -1 4202560 62 0 0 0 131 0 0 0 20 0 28 0 3833153 14133010432 74106 33554432000 4194304 4196468 140732380248448 140169611039320 140171180196467 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1217] ppid=1193 vsize=13801768 CPUtime=1.32 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1217/stat : 1217 (java) R 1193 1193 16913 0 -1 4202560 62 0 0 0 132 0 0 0 20 0 28 0 3833153 14133010432 74106 33554432000 4194304 4196468 140732380248448 140169609986168 140171180196513 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1218] ppid=1193 vsize=13801768 CPUtime=1.24 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1218/stat : 1218 (java) R 1193 1193 16913 0 -1 4202560 136 0 0 0 124 0 0 0 20 0 28 0 3833153 14133010432 74106 33554432000 4194304 4196468 140732380248448 140169608933496 140171180160254 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1219] ppid=1193 vsize=13801768 CPUtime=1.33 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1219/stat : 1219 (java) R 1193 1193 16913 0 -1 4202560 150 0 0 0 133 0 0 0 20 0 28 0 3833153 14133010432 74106 33554432000 4194304 4196468 140732380248448 140169607880240 140171180640885 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1220] ppid=1193 vsize=13801768 CPUtime=1.33 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1220/stat : 1220 (java) R 1193 1193 16913 0 -1 4202560 44 0 0 0 133 0 0 0 20 0 28 0 3833153 14133010432 74106 33554432000 4194304 4196468 140732380248448 140169606828624 140171180638755 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1221] ppid=1193 vsize=13801768 CPUtime=1.07 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1221/stat : 1221 (java) R 1193 1193 16913 0 -1 4202560 57 0 0 0 107 0 0 0 20 0 28 0 3833153 14133010432 74106 33554432000 4194304 4196468 140732380248448 140169605776216 140171180641121 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
[pid=1194/tid=1222] ppid=1193 vsize=13801768 CPUtime=1.5 cores=1,3,5,7,9,11,13,15
/proc/1194/task/1222/stat : 1222 (java) R 1193 1193 16913 0 -1 4202560 65 0 0 0 150 0 0 0 20 0 28 0 3833153 14133010432 74106 33554432000 4194304 4196468 140732380248448 140169604724376 140171180196499 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 21413888 140732380255420 140732380255596 140732380255596 140732380258255 0
Current children cumulated CPU time (s) 21.24
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 5.63654
CPU time (s): 21.355
CPU user time (s): 20.7493
CPU system time (s): 0.60568
CPU usage (%): 378.867
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.7493
system time used= 0.60568
maximum resident set size= 299852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33630
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4282
involuntary context switches= 2248

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.052499 second user time and 0.071681 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-22 03:07:38
IDJOB=4245364
IDBENCH=120898
IDSOLVER=2625
FILE ID=node133/4245364-1500685658
RUNJOBID= node133-1500682387-16945
PBS_JOBID= 20623321
Free space on /tmp= 62008 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/QueensKnights/QueensKnights-m1-s1/QueensKnights-015-05-mul.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-4245364-1500685658/watcher-4245364-1500685658 -o /tmp/evaluation-result-4245364-1500685658/solver-4245364-1500685658 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500682387-16945 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1107694244 HOME/instance-4245364-1500685658.xml

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

MD5SUM BENCH= 86dd28169af4ac3903c2f1c5f979bbc0
RANDOM SEED=1107694244

node133.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	: 5334.13
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		: 1733.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	: 5229.85
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	: 5334.13
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		: 1600.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	: 5229.85
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	: 5334.13
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	: 5229.85
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	: 5334.13
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	: 5229.85
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	: 5334.13
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		: 2267.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	: 5229.85
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	: 5334.13
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		: 1867.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	: 5229.85
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	: 5334.13
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		: 2133.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	: 5229.85
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	: 5334.13
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29579528 kB
MemAvailable:   29633932 kB
Buffers:           52048 kB
Cached:           311264 kB
SwapCached:            0 kB
Active:          2580592 kB
Inactive:         230732 kB
Active(anon):    2450796 kB
Inactive(anon):     8768 kB
Active(file):     129796 kB
Inactive(file):   221964 kB
Unevictable:        5900 kB
Mlocked:            5900 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7960 kB
Writeback:             0 kB
AnonPages:       2570496 kB
Mapped:            43024 kB
Shmem:              8904 kB
Slab:              70748 kB
SReclaimable:      36956 kB
SUnreclaim:        33792 kB
KernelStack:        5232 kB
PageTables:         9968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4514660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2416640 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62000 MiB
End job on node133 at 2017-07-22 03:07:44