Trace number 4250061

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)SAT 37.7903 5.5395

General information on the benchmark

NameQueens/
Queens-m1-s1/Queens-0050-m1.xml
MD5SUM92365aeced42a91cd8bf53135301f3e3
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.05796
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1226
Number of domains1
Minimum domain size50
Maximum domain size50
Distribution of domain sizes[{"size":50,"count":50}]
Minimum variable degree50
Maximum variable degree50
Distribution of variable degrees[{"degree":50,"count":50}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":1225},{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints1225
Distribution of constraint types[{"type":"intension","count":1225},{"type":"allDifferent","count":1}]
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-4250061-1500696317.xml"  -tl '2400s' -p 8 -x 3
0.00/0.19	c [HOME/instance-4250061-1500696317.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.24	c 8 solvers in parallel
0.00/0.31	c parse instance...
3.94/1.29	c solve instance...
37.61/5.53	s SATISFIABLE
37.61/5.53	v <instantiation>
37.61/5.53	v 	<list>q[0] q[1] q[2] q[3] q[4] q[5] q[6] q[7] q[8] q[9] q[10] q[11] q[12] q[13] q[14] q[15] q[16] q[17] q[18] q[19] q[20] q[21] q[22] q[23] q[24] q[25] q[26] q[27] q[28] q[29] q[30] q[31] q[32] q[33] q[34] q[35] q[36] q[37] q[38] q[39] q[40] q[41] q[42] q[43] q[44] q[45] q[46] q[47] q[48] q[49] </list>
37.61/5.53	v 	<values>44 1 7 5 13 37 20 33 46 48 45 21 29 25 32 49 23 30 19 34 15 40 9 11 6 8 10 2 17 14 22 27 18 41 31 28 26 35 42 38 43 47 36 16 12 3 24 4 39 0 </values>
37.61/5.53	v </instantiation>

Verifier Data

OK	

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-4250061-1500696317/watcher-4250061-1500696317 -o /tmp/evaluation-result-4250061-1500696317/solver-4250061-1500696317 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500682620-7802 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1664541129 HOME/instance-4250061-1500696317.xml 

pid=539
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: 7.82 11.37 13.07 3/263 542
/proc/meminfo: memFree=27214964/32770624 swapFree=5860/293336
[pid=542] ppid=539 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/542/stat : 542 (xcsp3-exec) S 539 542 7411 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4899163 9740288 346 33554432000 4194304 5098028 140733286971024 140733286969128 140068944061052 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 31797248 140733286978702 140733286978912 140733286978912 140733286981611 0
/proc/542/statm: 2378 346 289 221 0 87 0

[startup+0.100073 s]
/proc/loadavg: 7.82 11.37 13.07 3/263 542
/proc/meminfo: memFree=27214964/32770624 swapFree=5860/293336
[pid=542] ppid=539 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/542/stat : 542 (xcsp3-exec) S 539 542 7411 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4899163 9740288 346 33554432000 4194304 5098028 140733286971024 140733286969128 140068944061052 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 31797248 140733286978702 140733286978912 140733286978912 140733286981611 0
/proc/542/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200342 s]
/proc/loadavg: 7.82 11.37 13.07 3/263 542
/proc/meminfo: memFree=27214964/32770624 swapFree=5860/293336
[pid=542] ppid=539 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/542/stat : 542 (xcsp3-exec) S 539 542 7411 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4899163 9740288 346 33554432000 4194304 5098028 140733286971024 140733286969128 140068944061052 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 31797248 140733286978702 140733286978912 140733286978912 140733286981611 0
/proc/542/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.30031 s]
/proc/loadavg: 7.82 11.37 13.07 3/263 542
/proc/meminfo: memFree=27214964/32770624 swapFree=5860/293336
[pid=542] ppid=539 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/542/stat : 542 (xcsp3-exec) S 539 542 7411 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4899163 9740288 346 33554432000 4194304 5098028 140733286971024 140733286969128 140068944061052 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 31797248 140733286978702 140733286978912 140733286978912 140733286981611 0
/proc/542/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700254 s]
/proc/loadavg: 7.82 11.37 13.07 3/263 542
/proc/meminfo: memFree=27214964/32770624 swapFree=5860/293336
[pid=542] ppid=539 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/542/stat : 542 (xcsp3-exec) S 539 542 7411 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4899163 9740288 346 33554432000 4194304 5098028 140733286971024 140733286969128 140068944061052 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 31797248 140733286978702 140733286978912 140733286978912 140733286981611 0
/proc/542/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50112 s]
/proc/loadavg: 7.82 11.37 13.07 6/284 565
/proc/meminfo: memFree=27054188/32770624 swapFree=5860/293336
[pid=542] ppid=539 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/542/stat : 542 (xcsp3-exec) S 539 542 7411 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4899163 9740288 346 33554432000 4194304 5098028 140733286971024 140733286969128 140068944061052 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 31797248 140733286978702 140733286978912 140733286978912 140733286981611 0
/proc/542/statm: 2378 346 289 221 0 87 0
[pid=543] ppid=542 vsize=13801768 CPUtime=5.82 cores=1,3,5,7,9,11,13,15
/proc/543/stat : 543 (java) S 542 542 7411 0 -1 1077944320 22925 0 0 0 565 17 0 0 20 0 28 0 4899163 14133010432 53491 33554432000 4194304 4196468 140730715871392 140730715853936 140536697773815 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
/proc/543/statm: 3450442 53491 3260 1 0 3437675 0
[pid=543/tid=544] ppid=542 vsize=13801768 CPUtime=1.25 cores=1,3,5,7,9,11,13,15
/proc/543/task/544/stat : 544 (java) S 542 542 7411 0 -1 1077944384 8296 0 0 0 120 5 0 0 20 0 28 0 4899164 14133010432 53491 33554432000 4194304 4196468 140730715871392 140536702014592 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=546] ppid=542 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/543/task/546/stat : 546 (java) S 542 542 7411 0 -1 1077944384 24 0 0 0 0 1 0 0 20 0 28 0 4899165 14133010432 53491 33554432000 4194304 4196468 140730715871392 140536636737808 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=547] ppid=542 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/543/task/547/stat : 547 (java) S 542 542 7411 0 -1 1077944384 37 0 0 0 0 1 0 0 20 0 28 0 4899165 14133010432 53491 33554432000 4194304 4196468 140730715871392 140536635685264 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=549] ppid=542 vsize=13801768 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/543/task/549/stat : 549 (java) S 542 542 7411 0 -1 1077944384 60 0 0 0 1 1 0 0 20 0 28 0 4899165 14133010432 53491 33554432000 4194304 4196468 140730715871392 140536634632720 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=550] ppid=542 vsize=13801768 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/543/task/550/stat : 550 (java) S 542 542 7411 0 -1 1077944384 20 0 0 0 1 1 0 0 20 0 28 0 4899165 14133010432 53491 33554432000 4194304 4196468 140730715871392 140536633580176 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=551] ppid=542 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/543/task/551/stat : 551 (java) S 542 542 7411 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 4899165 14133010432 53491 33554432000 4194304 4196468 140730715871392 140536292268816 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=552] ppid=542 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/543/task/552/stat : 552 (java) S 542 542 7411 0 -1 1077944384 113 0 0 0 1 0 0 0 20 0 28 0 4899165 14133010432 53491 33554432000 4194304 4196468 140730715871392 140536291216272 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=553] ppid=542 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/543/task/553/stat : 553 (java) S 542 542 7411 0 -1 1077944384 70 0 0 0 0 1 0 0 20 0 28 0 4899165 14133010432 53491 33554432000 4194304 4196468 140730715871392 140536290163728 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=554] ppid=542 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/543/task/554/stat : 554 (java) S 542 542 7411 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 28 0 4899165 14133010432 53491 33554432000 4194304 4196468 140730715871392 140536289111184 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=555] ppid=542 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/543/task/555/stat : 555 (java) S 542 542 7411 0 -1 1077944384 203 0 0 0 0 0 0 0 20 0 28 0 4899167 14133010432 53491 33554432000 4194304 4196468 140730715871392 140536159651824 140536697784962 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=556] ppid=542 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/543/task/556/stat : 556 (java) S 542 542 7411 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 4899168 14133010432 53491 33554432000 4194304 4196468 140730715871392 140536158598048 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=557] ppid=542 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/543/task/557/stat : 557 (java) S 542 542 7411 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 4899168 14133010432 53491 33554432000 4194304 4196468 140730715871392 140536157545456 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=558] ppid=542 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/543/task/558/stat : 558 (java) S 542 542 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4899172 14133010432 53491 33554432000 4194304 4196468 140730715871392 140536156494032 140536697792411 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=559] ppid=542 vsize=13801768 CPUtime=0.94 cores=1,3,5,7,9,11,13,15
/proc/543/task/559/stat : 559 (java) R 542 542 7411 0 -1 4202560 3480 0 0 0 94 0 0 0 20 0 28 0 4899172 14133010432 53491 33554432000 4194304 4196468 140730715871392 140536155434840 140536682661741 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=560] ppid=542 vsize=13801768 CPUtime=0.99 cores=1,3,5,7,9,11,13,15
/proc/543/task/560/stat : 560 (java) R 542 542 7411 0 -1 4202560 2599 0 0 0 99 0 0 0 20 0 28 0 4899172 14133010432 53491 33554432000 4194304 4196468 140730715871392 140536154379024 140536681184687 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=561] ppid=542 vsize=13801768 CPUtime=0.94 cores=1,3,5,7,9,11,13,15
/proc/543/task/561/stat : 561 (java) R 542 542 7411 0 -1 4202560 3191 0 0 0 94 0 0 0 20 0 28 0 4899172 14133010432 53491 33554432000 4194304 4196468 140730715871392 140536153327888 140536677028715 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=563] ppid=542 vsize=13801768 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/543/task/563/stat : 563 (java) R 542 542 7411 0 -1 1077944384 3115 0 0 0 63 1 0 0 20 0 28 0 4899172 14133010432 53491 33554432000 4194304 4196468 140730715871392 140536152284016 140536697784962 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=564] ppid=542 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/543/task/564/stat : 564 (java) S 542 542 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4899172 14133010432 53491 33554432000 4194304 4196468 140730715871392 140536151230688 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=565] ppid=542 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/543/task/565/stat : 565 (java) S 542 542 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4899172 14133010432 53491 33554432000 4194304 4196468 140730715871392 140536150178224 140536697784962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 13811280

[startup+3.10166 s]
/proc/loadavg: 7.82 11.37 13.07 11/292 574
/proc/meminfo: memFree=27009140/32770624 swapFree=5860/293364
[pid=542] ppid=539 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/542/stat : 542 (xcsp3-exec) S 539 542 7411 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4899163 9740288 346 33554432000 4194304 5098028 140733286971024 140733286969128 140068944061052 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 31797248 140733286978702 140733286978912 140733286978912 140733286981611 0
/proc/542/statm: 2378 346 289 221 0 87 0
[pid=543] ppid=542 vsize=13801768 CPUtime=18.51 cores=1,3,5,7,9,11,13,15
/proc/543/stat : 543 (java) S 542 542 7411 0 -1 1077944320 27093 0 0 0 1818 33 0 0 20 0 28 0 4899163 14133010432 67380 33554432000 4194304 4196468 140730715871392 140730715853936 140536697773815 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
/proc/543/statm: 3450442 67380 3267 1 0 3437675 0
[pid=543/tid=544] ppid=542 vsize=13801768 CPUtime=1.25 cores=1,3,5,7,9,11,13,15
/proc/543/task/544/stat : 544 (java) S 542 542 7411 0 -1 1077944384 8296 0 0 0 120 5 0 0 20 0 28 0 4899164 14133010432 67380 33554432000 4194304 4196468 140730715871392 140536702014592 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=546] ppid=542 vsize=13801768 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/543/task/546/stat : 546 (java) S 542 542 7411 0 -1 1077944384 47 0 0 0 5 3 0 0 20 0 28 0 4899165 14133010432 67380 33554432000 4194304 4196468 140730715871392 140536636737808 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=547] ppid=542 vsize=13801768 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/543/task/547/stat : 547 (java) S 542 542 7411 0 -1 1077944384 50 0 0 0 2 2 0 0 20 0 28 0 4899165 14133010432 67380 33554432000 4194304 4196468 140730715871392 140536635685264 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=549] ppid=542 vsize=13801768 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/543/task/549/stat : 549 (java) S 542 542 7411 0 -1 1077944384 88 0 0 0 5 3 0 0 20 0 28 0 4899165 14133010432 67380 33554432000 4194304 4196468 140730715871392 140536634632720 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=550] ppid=542 vsize=13801768 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/543/task/550/stat : 550 (java) S 542 542 7411 0 -1 1077944384 41 0 0 0 6 2 0 0 20 0 28 0 4899165 14133010432 67380 33554432000 4194304 4196468 140730715871392 140536633580176 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=551] ppid=542 vsize=13801768 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/543/task/551/stat : 551 (java) S 542 542 7411 0 -1 1077944384 24 0 0 0 3 1 0 0 20 0 28 0 4899165 14133010432 67380 33554432000 4194304 4196468 140730715871392 140536292268816 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=552] ppid=542 vsize=13801768 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/543/task/552/stat : 552 (java) S 542 542 7411 0 -1 1077944384 128 0 0 0 3 2 0 0 20 0 28 0 4899165 14133010432 67380 33554432000 4194304 4196468 140730715871392 140536291216272 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=553] ppid=542 vsize=13801768 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/543/task/553/stat : 553 (java) S 542 542 7411 0 -1 1077944384 81 0 0 0 3 2 0 0 20 0 28 0 4899165 14133010432 67380 33554432000 4194304 4196468 140730715871392 140536290163728 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=554] ppid=542 vsize=13801768 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/543/task/554/stat : 554 (java) S 542 542 7411 0 -1 1077944384 50 0 0 0 4 3 0 0 20 0 28 0 4899165 14133010432 67380 33554432000 4194304 4196468 140730715871392 140536289111184 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=555] ppid=542 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/543/task/555/stat : 555 (java) S 542 542 7411 0 -1 1077944384 204 0 0 0 0 0 0 0 20 0 28 0 4899167 14133010432 67380 33554432000 4194304 4196468 140730715871392 140536159651824 140536697784962 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=556] ppid=542 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/543/task/556/stat : 556 (java) S 542 542 7411 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 4899168 14133010432 67380 33554432000 4194304 4196468 140730715871392 140536158598112 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=557] ppid=542 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/543/task/557/stat : 557 (java) S 542 542 7411 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 4899168 14133010432 67380 33554432000 4194304 4196468 140730715871392 140536157545472 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=558] ppid=542 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/543/task/558/stat : 558 (java) S 542 542 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4899172 14133010432 67380 33554432000 4194304 4196468 140730715871392 140536156494032 140536697792411 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=559] ppid=542 vsize=13801768 CPUtime=2.2 cores=1,3,5,7,9,11,13,15
/proc/543/task/559/stat : 559 (java) R 542 542 7411 0 -1 4202560 4210 0 0 0 220 0 0 0 20 0 28 0 4899172 14133010432 67380 33554432000 4194304 4196468 140730715871392 140536155432512 140536679291714 0 4 0 16800975 0 0 0 -1 13 0 0 9 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=560] ppid=542 vsize=13801768 CPUtime=2.02 cores=1,3,5,7,9,11,13,15
/proc/543/task/560/stat : 560 (java) R 542 542 7411 0 -1 4202560 4091 0 0 0 202 0 0 0 20 0 28 0 4899172 14133010432 67380 33554432000 4194304 4196468 140730715871392 140536154370512 140536683930328 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=561] ppid=542 vsize=13801768 CPUtime=2.31 cores=1,3,5,7,9,11,13,15
/proc/543/task/561/stat : 561 (java) R 542 542 7411 0 -1 4202560 3864 0 0 0 231 0 0 0 20 0 28 0 4899172 14133010432 67380 33554432000 4194304 4196468 140730715871392 140536153335696 140536681273896 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=563] ppid=542 vsize=13801768 CPUtime=0.87 cores=1,3,5,7,9,11,13,15
/proc/543/task/563/stat : 563 (java) S 542 542 7411 0 -1 1077944384 3758 0 0 0 86 1 0 0 20 0 28 0 4899172 14133010432 67380 33554432000 4194304 4196468 140730715871392 140536152284016 140536697784962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=564] ppid=542 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/543/task/564/stat : 564 (java) S 542 542 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4899172 14133010432 67380 33554432000 4194304 4196468 140730715871392 140536151230688 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=565] ppid=542 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/543/task/565/stat : 565 (java) S 542 542 7411 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 4899172 14133010432 67380 33554432000 4194304 4196468 140730715871392 140536150178224 140536697784962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=566] ppid=542 vsize=13801768 CPUtime=1.23 cores=1,3,5,7,9,11,13,15
/proc/543/task/566/stat : 566 (java) R 542 542 7411 0 -1 4202560 87 0 0 0 123 0 0 0 20 0 28 0 4899294 14133010432 67380 33554432000 4194304 4196468 140730715871392 140536142662648 140536320836519 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=567] ppid=542 vsize=13801768 CPUtime=1.03 cores=1,3,5,7,9,11,13,15
/proc/543/task/567/stat : 567 (java) R 542 542 7411 0 -1 4202560 131 0 0 0 103 0 0 0 20 0 28 0 4899294 14133010432 67380 33554432000 4194304 4196468 140730715871392 140536141613160 140536320836337 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=568] ppid=542 vsize=13801768 CPUtime=1.07 cores=1,3,5,7,9,11,13,15
/proc/543/task/568/stat : 568 (java) R 542 542 7411 0 -1 4202560 71 0 0 0 107 0 0 0 20 0 28 0 4899294 14133010432 67380 33554432000 4194304 4196468 140730715871392 140536140558840 140536320833850 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=569] ppid=542 vsize=13801768 CPUtime=1.24 cores=1,3,5,7,9,11,13,15
/proc/543/task/569/stat : 569 (java) R 542 542 7411 0 -1 4202560 164 0 0 0 124 0 0 0 20 0 28 0 4899294 14133010432 67380 33554432000 4194304 4196468 140730715871392 140536139509256 140536319388849 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=570] ppid=542 vsize=13801768 CPUtime=1.1 cores=1,3,5,7,9,11,13,15
/proc/543/task/570/stat : 570 (java) R 542 542 7411 0 -1 4202560 63 0 0 0 110 0 0 0 20 0 28 0 4899294 14133010432 67380 33554432000 4194304 4196468 140730715871392 140536138455560 140536320833489 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=571] ppid=542 vsize=13801768 CPUtime=1.21 cores=1,3,5,7,9,11,13,15
/proc/543/task/571/stat : 571 (java) R 542 542 7411 0 -1 4202560 91 0 0 0 121 0 0 0 20 0 28 0 4899294 14133010432 67380 33554432000 4194304 4196468 140730715871392 140536137401064 140536320282874 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=572] ppid=542 vsize=13801768 CPUtime=1.11 cores=1,3,5,7,9,11,13,15
/proc/543/task/572/stat : 572 (java) R 542 542 7411 0 -1 4202560 143 0 0 0 111 0 0 0 20 0 28 0 4899294 14133010432 67380 33554432000 4194304 4196468 140730715871392 140536136347320 140536319679174 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=574] ppid=542 vsize=13801768 CPUtime=1.18 cores=1,3,5,7,9,11,13,15
/proc/543/task/574/stat : 574 (java) R 542 542 7411 0 -1 4202560 56 0 0 0 118 0 0 0 20 0 28 0 4899294 14133010432 67380 33554432000 4194304 4196468 140730715871392 140536135294984 140536319600392 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
Current children cumulated CPU time (s) 18.51
Current children cumulated vsize (KiB) 13811280

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

[startup+3.20208 s]
/proc/loadavg: 7.82 11.37 13.07 11/292 574
/proc/meminfo: memFree=27009140/32770624 swapFree=5860/293364
[pid=542] ppid=539 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/542/stat : 542 (xcsp3-exec) S 539 542 7411 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4899163 9740288 346 33554432000 4194304 5098028 140733286971024 140733286969128 140068944061052 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 31797248 140733286978702 140733286978912 140733286978912 140733286981611 0
/proc/542/statm: 2378 346 289 221 0 87 0
[pid=543] ppid=542 vsize=13801768 CPUtime=19.31 cores=1,3,5,7,9,11,13,15
/proc/543/stat : 543 (java) S 542 542 7411 0 -1 1077944320 27132 0 0 0 1898 33 0 0 20 0 28 0 4899163 14133010432 67389 33554432000 4194304 4196468 140730715871392 140730715853936 140536697773815 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
/proc/543/statm: 3450442 67389 3267 1 0 3437675 0
[pid=543/tid=544] ppid=542 vsize=13801768 CPUtime=1.25 cores=1,3,5,7,9,11,13,15

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

/proc/543/task/556/stat : 556 (java) S 542 542 7411 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 4899168 14133010432 67797 33554432000 4194304 4196468 140730715871392 140536158598112 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=557] ppid=542 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/543/task/557/stat : 557 (java) S 542 542 7411 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 4899168 14133010432 67797 33554432000 4194304 4196468 140730715871392 140536157545472 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=558] ppid=542 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/543/task/558/stat : 558 (java) S 542 542 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4899172 14133010432 67797 33554432000 4194304 4196468 140730715871392 140536156494032 140536697792411 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=559] ppid=542 vsize=13801768 CPUtime=2.91 cores=1,3,5,7,9,11,13,15
/proc/543/task/559/stat : 559 (java) S 542 542 7411 0 -1 1077944384 5235 0 0 0 290 1 0 0 20 0 28 0 4899172 14133010432 67797 33554432000 4194304 4196468 140730715871392 140536155441648 140536697784962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=560] ppid=542 vsize=13801768 CPUtime=2.73 cores=1,3,5,7,9,11,13,15
/proc/543/task/560/stat : 560 (java) S 542 542 7411 0 -1 1077944384 4176 0 0 0 273 0 0 0 20 0 28 0 4899172 14133010432 67797 33554432000 4194304 4196468 140730715871392 140536154389104 140536697784962 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=561] ppid=542 vsize=13801768 CPUtime=3.17 cores=1,3,5,7,9,11,13,15
/proc/543/task/561/stat : 561 (java) S 542 542 7411 0 -1 1077944384 4098 0 0 0 317 0 0 0 20 0 28 0 4899172 14133010432 67797 33554432000 4194304 4196468 140730715871392 140536153336560 140536697784962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=563] ppid=542 vsize=13801768 CPUtime=1.02 cores=1,3,5,7,9,11,13,15
/proc/543/task/563/stat : 563 (java) S 542 542 7411 0 -1 1077944384 5160 0 0 0 100 2 0 0 20 0 28 0 4899172 14133010432 67797 33554432000 4194304 4196468 140730715871392 140536152284016 140536697784962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=564] ppid=542 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/543/task/564/stat : 564 (java) S 542 542 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4899172 14133010432 67797 33554432000 4194304 4196468 140730715871392 140536151230688 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=565] ppid=542 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/543/task/565/stat : 565 (java) S 542 542 7411 0 -1 1077944384 581 0 0 0 0 0 0 0 20 0 28 0 4899172 14133010432 67797 33554432000 4194304 4196468 140730715871392 140536150178224 140536697784962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=566] ppid=542 vsize=13801768 CPUtime=3.05 cores=1,3,5,7,9,11,13,15
/proc/543/task/566/stat : 566 (java) R 542 542 7411 0 -1 4202560 168 0 0 0 305 0 0 0 20 0 28 0 4899294 14133010432 67797 33554432000 4194304 4196468 140730715871392 140536142662392 140536679180114 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=567] ppid=542 vsize=13801768 CPUtime=2.63 cores=1,3,5,7,9,11,13,15
/proc/543/task/567/stat : 567 (java) R 542 542 7411 0 -1 4202560 218 0 0 0 263 0 0 0 20 0 28 0 4899294 14133010432 67797 33554432000 4194304 4196468 140730715871392 140536141610856 140536320833479 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=568] ppid=542 vsize=13801768 CPUtime=2.94 cores=1,3,5,7,9,11,13,15
/proc/543/task/568/stat : 568 (java) R 542 542 7411 0 -1 4202560 291 0 0 0 294 0 0 0 20 0 28 0 4899294 14133010432 67797 33554432000 4194304 4196468 140730715871392 140536140559000 140536319679093 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=569] ppid=542 vsize=13801768 CPUtime=2.91 cores=1,3,5,7,9,11,13,15
/proc/543/task/569/stat : 569 (java) R 542 542 7411 0 -1 4202560 486 0 0 0 291 0 0 0 20 0 28 0 4899294 14133010432 67797 33554432000 4194304 4196468 140730715871392 140536139508344 140536321334892 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=570] ppid=542 vsize=13801768 CPUtime=2.9 cores=1,3,5,7,9,11,13,15
/proc/543/task/570/stat : 570 (java) R 542 542 7411 0 -1 4202560 189 0 0 0 290 0 0 0 20 0 28 0 4899294 14133010432 67797 33554432000 4194304 4196468 140730715871392 140536138453224 140536320833672 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=571] ppid=542 vsize=13801768 CPUtime=2.91 cores=1,3,5,7,9,11,13,15
/proc/543/task/571/stat : 571 (java) R 542 542 7411 0 -1 4202560 177 0 0 0 291 0 0 0 20 0 28 0 4899294 14133010432 67797 33554432000 4194304 4196468 140730715871392 140536137400600 140536320146606 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=572] ppid=542 vsize=13801768 CPUtime=2.98 cores=1,3,5,7,9,11,13,15
/proc/543/task/572/stat : 572 (java) R 542 542 7411 0 -1 4202560 197 0 0 0 298 0 0 0 20 0 28 0 4899294 14133010432 67797 33554432000 4194304 4196468 140730715871392 140536136347448 140536319599992 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=574] ppid=542 vsize=13801768 CPUtime=3.08 cores=1,3,5,7,9,11,13,15
/proc/543/task/574/stat : 574 (java) R 542 542 7411 0 -1 4202560 113 0 0 0 308 0 0 0 20 0 28 0 4899294 14133010432 67797 33554432000 4194304 4196468 140730715871392 140536135296896 140536319600940 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
Current children cumulated CPU time (s) 35.16
Current children cumulated vsize (KiB) 13811280

[startup+5.40152 s]
/proc/loadavg: 8.16 11.38 13.06 12/292 574
/proc/meminfo: memFree=26955616/32770624 swapFree=5860/293372
[pid=542] ppid=539 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/542/stat : 542 (xcsp3-exec) S 539 542 7411 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4899163 9740288 346 33554432000 4194304 5098028 140733286971024 140733286969128 140068944061052 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 31797248 140733286978702 140733286978912 140733286978912 140733286981611 0
/proc/542/statm: 2378 346 289 221 0 87 0
[pid=543] ppid=542 vsize=13801768 CPUtime=36.76 cores=1,3,5,7,9,11,13,15
/proc/543/stat : 543 (java) S 542 542 7411 0 -1 1077944320 31735 0 0 0 3640 36 0 0 20 0 28 0 4899163 14133010432 67803 33554432000 4194304 4196468 140730715871392 140730715853936 140536697773815 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
/proc/543/statm: 3450442 67803 3283 1 0 3437675 0
[pid=543/tid=544] ppid=542 vsize=13801768 CPUtime=1.25 cores=1,3,5,7,9,11,13,15
/proc/543/task/544/stat : 544 (java) S 542 542 7411 0 -1 1077944384 8296 0 0 0 120 5 0 0 20 0 28 0 4899164 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536702014592 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=546] ppid=542 vsize=13801768 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/543/task/546/stat : 546 (java) S 542 542 7411 0 -1 1077944384 47 0 0 0 5 3 0 0 20 0 28 0 4899165 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536636737808 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=547] ppid=542 vsize=13801768 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/543/task/547/stat : 547 (java) S 542 542 7411 0 -1 1077944384 50 0 0 0 2 2 0 0 20 0 28 0 4899165 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536635685264 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=549] ppid=542 vsize=13801768 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/543/task/549/stat : 549 (java) S 542 542 7411 0 -1 1077944384 88 0 0 0 5 3 0 0 20 0 28 0 4899165 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536634632720 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=550] ppid=542 vsize=13801768 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/543/task/550/stat : 550 (java) S 542 542 7411 0 -1 1077944384 41 0 0 0 6 2 0 0 20 0 28 0 4899165 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536633580176 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=551] ppid=542 vsize=13801768 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/543/task/551/stat : 551 (java) S 542 542 7411 0 -1 1077944384 24 0 0 0 3 1 0 0 20 0 28 0 4899165 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536292268816 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=552] ppid=542 vsize=13801768 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/543/task/552/stat : 552 (java) S 542 542 7411 0 -1 1077944384 128 0 0 0 3 2 0 0 20 0 28 0 4899165 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536291216272 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=553] ppid=542 vsize=13801768 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/543/task/553/stat : 553 (java) S 542 542 7411 0 -1 1077944384 81 0 0 0 3 2 0 0 20 0 28 0 4899165 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536290163728 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=554] ppid=542 vsize=13801768 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/543/task/554/stat : 554 (java) S 542 542 7411 0 -1 1077944384 50 0 0 0 4 3 0 0 20 0 28 0 4899165 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536289111184 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=555] ppid=542 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/543/task/555/stat : 555 (java) S 542 542 7411 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 28 0 4899167 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536159651824 140536697784962 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=556] ppid=542 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/543/task/556/stat : 556 (java) S 542 542 7411 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 4899168 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536158598112 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=557] ppid=542 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/543/task/557/stat : 557 (java) S 542 542 7411 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 4899168 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536157545472 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=558] ppid=542 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/543/task/558/stat : 558 (java) S 542 542 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4899172 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536156494032 140536697792411 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=559] ppid=542 vsize=13801768 CPUtime=2.91 cores=1,3,5,7,9,11,13,15
/proc/543/task/559/stat : 559 (java) S 542 542 7411 0 -1 1077944384 5235 0 0 0 290 1 0 0 20 0 28 0 4899172 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536155441648 140536697784962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=560] ppid=542 vsize=13801768 CPUtime=2.74 cores=1,3,5,7,9,11,13,15
/proc/543/task/560/stat : 560 (java) S 542 542 7411 0 -1 1077944384 4195 0 0 0 274 0 0 0 20 0 28 0 4899172 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536154389104 140536697784962 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=561] ppid=542 vsize=13801768 CPUtime=3.17 cores=1,3,5,7,9,11,13,15
/proc/543/task/561/stat : 561 (java) S 542 542 7411 0 -1 1077944384 4098 0 0 0 317 0 0 0 20 0 28 0 4899172 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536153336560 140536697784962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=563] ppid=542 vsize=13801768 CPUtime=1.03 cores=1,3,5,7,9,11,13,15
/proc/543/task/563/stat : 563 (java) S 542 542 7411 0 -1 1077944384 5203 0 0 0 101 2 0 0 20 0 28 0 4899172 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536152284016 140536697784962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=564] ppid=542 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/543/task/564/stat : 564 (java) S 542 542 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4899172 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536151230688 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=565] ppid=542 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/543/task/565/stat : 565 (java) S 542 542 7411 0 -1 1077944384 581 0 0 0 0 0 0 0 20 0 28 0 4899172 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536150178224 140536697784962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=566] ppid=542 vsize=13801768 CPUtime=3.25 cores=1,3,5,7,9,11,13,15
/proc/543/task/566/stat : 566 (java) R 542 542 7411 0 -1 4202560 172 0 0 0 325 0 0 0 20 0 28 0 4899294 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536142662392 140536320834792 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=567] ppid=542 vsize=13801768 CPUtime=2.82 cores=1,3,5,7,9,11,13,15
/proc/543/task/567/stat : 567 (java) R 542 542 7411 0 -1 4202560 220 0 0 0 282 0 0 0 20 0 28 0 4899294 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536141610856 140536319600088 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=568] ppid=542 vsize=13801768 CPUtime=3.14 cores=1,3,5,7,9,11,13,15
/proc/543/task/568/stat : 568 (java) R 542 542 7411 0 -1 4202560 297 0 0 0 314 0 0 0 20 0 28 0 4899294 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536140557960 140536321525300 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=569] ppid=542 vsize=13801768 CPUtime=3.11 cores=1,3,5,7,9,11,13,15
/proc/543/task/569/stat : 569 (java) R 542 542 7411 0 -1 4202560 490 0 0 0 311 0 0 0 20 0 28 0 4899294 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536139508536 140536319600819 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=570] ppid=542 vsize=13801768 CPUtime=3.1 cores=1,3,5,7,9,11,13,15
/proc/543/task/570/stat : 570 (java) R 542 542 7411 0 -1 4202560 197 0 0 0 310 0 0 0 20 0 28 0 4899294 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536138453896 140536321229120 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=571] ppid=542 vsize=13801768 CPUtime=3.11 cores=1,3,5,7,9,11,13,15
/proc/543/task/571/stat : 571 (java) R 542 542 7411 0 -1 4202560 180 0 0 0 311 0 0 0 20 0 28 0 4899294 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536137403328 140536320147017 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=572] ppid=542 vsize=13801768 CPUtime=3.17 cores=1,3,5,7,9,11,13,15
/proc/543/task/572/stat : 572 (java) R 542 542 7411 0 -1 4202560 288 0 0 0 317 0 0 0 20 0 28 0 4899294 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536136347448 140536319677950 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=574] ppid=542 vsize=13801768 CPUtime=3.28 cores=1,3,5,7,9,11,13,15
/proc/543/task/574/stat : 574 (java) R 542 542 7411 0 -1 4202560 122 0 0 0 328 0 0 0 20 0 28 0 4899294 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536135296896 140536319678392 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
Current children cumulated CPU time (s) 36.76
Current children cumulated vsize (KiB) 13811280

[startup+5.50174 s]
/proc/loadavg: 8.16 11.38 13.06 10/292 574
/proc/meminfo: memFree=26955244/32770624 swapFree=5860/293372
[pid=542] ppid=539 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/542/stat : 542 (xcsp3-exec) S 539 542 7411 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4899163 9740288 346 33554432000 4194304 5098028 140733286971024 140733286969128 140068944061052 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 31797248 140733286978702 140733286978912 140733286978912 140733286981611 0
/proc/542/statm: 2378 346 289 221 0 87 0
[pid=543] ppid=542 vsize=13801768 CPUtime=37.61 cores=1,3,5,7,9,11,13,15
/proc/543/stat : 543 (java) S 542 542 7411 0 -1 1077944320 31745 0 0 0 3725 36 0 0 20 0 28 0 4899163 14133010432 67803 33554432000 4194304 4196468 140730715871392 140730715853936 140536697773815 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
/proc/543/statm: 3450442 67803 3283 1 0 3437675 0
[pid=543/tid=544] ppid=542 vsize=13801768 CPUtime=1.25 cores=1,3,5,7,9,11,13,15
/proc/543/task/544/stat : 544 (java) S 542 542 7411 0 -1 1077944384 8296 0 0 0 120 5 0 0 20 0 28 0 4899164 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536702014592 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=546] ppid=542 vsize=13801768 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/543/task/546/stat : 546 (java) S 542 542 7411 0 -1 1077944384 47 0 0 0 5 3 0 0 20 0 28 0 4899165 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536636737808 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=547] ppid=542 vsize=13801768 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/543/task/547/stat : 547 (java) S 542 542 7411 0 -1 1077944384 50 0 0 0 2 2 0 0 20 0 28 0 4899165 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536635685264 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=549] ppid=542 vsize=13801768 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/543/task/549/stat : 549 (java) S 542 542 7411 0 -1 1077944384 88 0 0 0 5 3 0 0 20 0 28 0 4899165 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536634632720 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=550] ppid=542 vsize=13801768 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/543/task/550/stat : 550 (java) S 542 542 7411 0 -1 1077944384 41 0 0 0 6 2 0 0 20 0 28 0 4899165 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536633580176 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=551] ppid=542 vsize=13801768 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/543/task/551/stat : 551 (java) S 542 542 7411 0 -1 1077944384 24 0 0 0 3 1 0 0 20 0 28 0 4899165 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536292268816 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=552] ppid=542 vsize=13801768 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/543/task/552/stat : 552 (java) S 542 542 7411 0 -1 1077944384 128 0 0 0 3 2 0 0 20 0 28 0 4899165 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536291216272 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=553] ppid=542 vsize=13801768 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/543/task/553/stat : 553 (java) S 542 542 7411 0 -1 1077944384 81 0 0 0 3 2 0 0 20 0 28 0 4899165 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536290163728 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=554] ppid=542 vsize=13801768 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/543/task/554/stat : 554 (java) S 542 542 7411 0 -1 1077944384 50 0 0 0 4 3 0 0 20 0 28 0 4899165 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536289111184 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=555] ppid=542 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/543/task/555/stat : 555 (java) S 542 542 7411 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 28 0 4899167 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536159651824 140536697784962 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=556] ppid=542 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/543/task/556/stat : 556 (java) S 542 542 7411 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 4899168 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536158598112 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=557] ppid=542 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/543/task/557/stat : 557 (java) S 542 542 7411 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 4899168 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536157545472 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=558] ppid=542 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/543/task/558/stat : 558 (java) S 542 542 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4899172 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536156494032 140536697792411 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=559] ppid=542 vsize=13801768 CPUtime=2.91 cores=1,3,5,7,9,11,13,15
/proc/543/task/559/stat : 559 (java) S 542 542 7411 0 -1 1077944384 5237 0 0 0 290 1 0 0 20 0 28 0 4899172 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536155441648 140536697784962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=560] ppid=542 vsize=13801768 CPUtime=2.74 cores=1,3,5,7,9,11,13,15
/proc/543/task/560/stat : 560 (java) S 542 542 7411 0 -1 1077944384 4195 0 0 0 274 0 0 0 20 0 28 0 4899172 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536154389104 140536697784962 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=561] ppid=542 vsize=13801768 CPUtime=3.17 cores=1,3,5,7,9,11,13,15
/proc/543/task/561/stat : 561 (java) S 542 542 7411 0 -1 1077944384 4098 0 0 0 317 0 0 0 20 0 28 0 4899172 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536153336560 140536697784962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=563] ppid=542 vsize=13801768 CPUtime=1.03 cores=1,3,5,7,9,11,13,15
/proc/543/task/563/stat : 563 (java) S 542 542 7411 0 -1 1077944384 5205 0 0 0 101 2 0 0 20 0 28 0 4899172 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536152284016 140536697784962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=564] ppid=542 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/543/task/564/stat : 564 (java) S 542 542 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4899172 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536151230688 140536697784021 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=565] ppid=542 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/543/task/565/stat : 565 (java) S 542 542 7411 0 -1 1077944384 581 0 0 0 0 0 0 0 20 0 28 0 4899172 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536150178224 140536697784962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=566] ppid=542 vsize=13801768 CPUtime=3.35 cores=1,3,5,7,9,11,13,15
/proc/543/task/566/stat : 566 (java) R 542 542 7411 0 -1 4202560 172 0 0 0 335 0 0 0 20 0 28 0 4899294 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536142662392 140536319599992 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=567] ppid=542 vsize=13801768 CPUtime=2.94 cores=1,3,5,7,9,11,13,15
/proc/543/task/567/stat : 567 (java) R 542 542 7411 0 -1 4202560 220 0 0 0 294 0 0 0 20 0 28 0 4899294 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536141610856 140536682389345 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=568] ppid=542 vsize=13801768 CPUtime=3.25 cores=1,3,5,7,9,11,13,15
/proc/543/task/568/stat : 568 (java) R 542 542 7411 0 -1 4202560 305 0 0 0 325 0 0 0 20 0 28 0 4899294 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536140557960 140536321525160 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=569] ppid=542 vsize=13801768 CPUtime=3.22 cores=1,3,5,7,9,11,13,15
/proc/543/task/569/stat : 569 (java) R 542 542 7411 0 -1 4202560 494 0 0 0 322 0 0 0 20 0 28 0 4899294 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536139506200 140536320147035 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=570] ppid=542 vsize=13801768 CPUtime=3.21 cores=1,3,5,7,9,11,13,15
/proc/543/task/570/stat : 570 (java) R 542 542 7411 0 -1 4202560 197 0 0 0 321 0 0 0 20 0 28 0 4899294 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536138453896 140536319678100 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=571] ppid=542 vsize=13801768 CPUtime=3.22 cores=1,3,5,7,9,11,13,15
/proc/543/task/571/stat : 571 (java) R 542 542 7411 0 -1 4202560 180 0 0 0 322 0 0 0 20 0 28 0 4899294 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536137403328 140536319831851 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=572] ppid=542 vsize=13801768 CPUtime=3.28 cores=1,3,5,7,9,11,13,15
/proc/543/task/572/stat : 572 (java) R 542 542 7411 0 -1 4202560 290 0 0 0 328 0 0 0 20 0 28 0 4899294 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536136347448 140536321334892 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
[pid=543/tid=574] ppid=542 vsize=13801768 CPUtime=3.39 cores=1,3,5,7,9,11,13,15
/proc/543/task/574/stat : 574 (java) R 542 542 7411 0 -1 4202560 122 0 0 0 339 0 0 0 20 0 28 0 4899294 14133010432 67803 33554432000 4194304 4196468 140730715871392 140536135296896 140536319599992 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 13877248 140730715878588 140730715878764 140730715878764 140730715881423 0
Current children cumulated CPU time (s) 37.61
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 5.5395
CPU time (s): 37.7903
CPU user time (s): 37.4184
CPU system time (s): 0.371896
CPU usage (%): 682.197
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.4184
system time used= 0.371896
maximum resident set size= 271556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33165
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= 4075
involuntary context switches= 3643

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.070425 second user time and 0.084312 second system time

The end

Launcher Data

Begin job on node131 at 2017-07-22 06:05:17
IDJOB=4250061
IDBENCH=138783
IDSOLVER=2626
FILE ID=node131/4250061-1500696317
RUNJOBID= node131-1500682620-7802
PBS_JOBID= 20623041
Free space on /tmp= 62012 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Queens/Queens-m1-s1/Queens-0050-m1.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-4250061-1500696317/watcher-4250061-1500696317 -o /tmp/evaluation-result-4250061-1500696317/solver-4250061-1500696317 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500682620-7802 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1664541129 HOME/instance-4250061-1500696317.xml

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

MD5SUM BENCH= 92365aeced42a91cd8bf53135301f3e3
RANDOM SEED=1664541129

node131.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		: 1600.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.06
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		: 2533.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		: 1600.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.06
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	: 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		: 2667.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.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.06
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	: 5334.06
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	: 5334.06
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		: 1733.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	: 5334.06
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		: 1733.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		: 1600.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.06
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:        27214744 kB
MemAvailable:   27387764 kB
Buffers:          117732 kB
Cached:           337344 kB
SwapCached:            0 kB
Active:          4818960 kB
Inactive:         302016 kB
Active(anon):    4668432 kB
Inactive(anon):     8680 kB
Active(file):     150528 kB
Inactive(file):   293336 kB
Unevictable:        5860 kB
Mlocked:            5860 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7808 kB
Writeback:             0 kB
AnonPages:       4669312 kB
Mapped:            42588 kB
Shmem:              8844 kB
Slab:             124428 kB
SReclaimable:      89980 kB
SUnreclaim:        34448 kB
KernelStack:        4928 kB
PageTables:        14268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5874052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4548608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 62004 MiB
End job on node131 at 2017-07-22 06:05:23