Trace number 4272625

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 5a (2017-07-26)SAT 5.2999101 2.02706

General information on the benchmark

NameQueenAttacking/QueenAttacking-xcsp2-s1/
QueenAttacking-05_X2.xml
MD5SUMe93f9383432bfdcdac2c998bf48e4532
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 benchmark0.119231
Satisfiable
(Un)Satisfiability was proved
Number of variables26
Number of constraints309
Number of domains2
Minimum domain size6
Maximum domain size25
Distribution of domain sizes[{"size":6,"count":1},{"size":25,"count":25}]
Minimum variable degree9
Maximum variable degree25
Distribution of variable degrees[{"degree":9,"count":1},{"degree":24,"count":16},{"degree":25,"count":9}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":309}]
Number of extensional constraints0
Number of intensional constraints309
Distribution of constraint types[{"type":"intension","count":309}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.10	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272625-1502798261.xml"  -tl '2520s' -p 1 -x 3
0.08/0.28	c [HOME/instance-4272625-1502798261.xml, -tl, 2520s, -p, 1, -x, 3]
0.26/0.34	c simple solver
0.26/0.41	c parse instance...
1.15/0.73	c solve instance...
4.95/2.00	s SATISFIABLE
4.95/2.00	v <instantiation>
4.95/2.00	v 	<list>w0 x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] </list>
4.95/2.00	v 	<values>12 24 13 4 7 0 11 20 17 6 15 22 19 8 1 10 21 18 9 2 5 12 3 14 23 16 </values>
4.95/2.00	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14805 MiB free)
  memory of node 1: 16384 MiB (15216 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272625-1502798261/watcher-4272625-1502798261 -o /tmp/evaluation-result-4272625-1502798261/solver-4272625-1502798261 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1825523759 HOME/instance-4272625-1502798261.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=31421, runsolver pid=31418

[startup+0.100119 s]*
/proc/loadavg: 1.47 1.38 1.34 4/199 31422
/proc/meminfo: memFree=30742420/32770624 swapFree=67108860/67108860
[pid=31421] ppid=31418 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/31421/stat : 31421 (xcsp3-exec) S 31418 31421 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 33708649 9740288 345 18446744073709551615 4194304 5098028 140737285628048 140737285626152 140020497224316 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 15527936 140737285632377 140737285632582 140737285632582 140737285636075 0
/proc/31421/statm: 2378 345 289 221 0 87 0
[pid=31423] ppid=31421 vsize=11657624 memory=9628 CPUtime=0 cores=1,3,5,7
/proc/31423/stat : 31423 (java) S 31421 31421 7968 0 -1 1077944320 2167 0 0 0 0 0 0 0 20 0 2 0 33708659 11937406976 2407 18446744073709551615 4194304 4196468 140733440413792 140733440396336 140650903613175 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
/proc/31423/statm: 2914406 2407 1151 1 0 2904376 0
[pid=31423/tid=31424] ppid=31421 vsize=11658652 memory=-8713483618642721373 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31424/stat : 31424 (java) R 31421 31421 7968 0 -1 4202560 950 0 0 0 0 0 0 0 20 0 3 0 33708660 11938459648 2407 18446744073709551615 4194304 4196468 140733440413792 140650907854544 140650895854565 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31425] ppid=31421 vsize=11659680 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31425/stat : 31425 (java) S 31421 31421 7968 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 4 0 33708660 11939512320 2407 18446744073709551615 4194304 4196468 140733440413792 140650860579424 140650903623381 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31426] ppid=31421 vsize=11660708 memory=139953839810176 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31426/stat : 31426 (java) S 31421 31421 7968 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 4 0 33708660 11940564992 2407 18446744073709551615 4194304 4196468 140733440413792 140650859526880 140650903623381 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31427] ppid=31421 vsize=11660708 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31427/stat : 31427 (java) R 31421 31421 7968 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 5 0 33708660 11940564992 2407 18446744073709551615 4194304 4196468 140733440413792 140650907854544 140650896353025 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 11667136 KiB
Current children cumulated memory: 11008 KiB

[startup+0.209875 s]*
/proc/loadavg: 1.47 1.38 1.34 3/214 31437
/proc/meminfo: memFree=30730684/32770624 swapFree=67108860/67108860
[pid=31421] ppid=31418 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/31421/stat : 31421 (xcsp3-exec) S 31418 31421 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 33708649 9740288 345 18446744073709551615 4194304 5098028 140737285628048 140737285626152 140020497224316 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 15527936 140737285632377 140737285632582 140737285632582 140737285636075 0
/proc/31421/statm: 2378 345 289 221 0 87 0
[pid=31423] ppid=31421 vsize=13974352 memory=25148 CPUtime=0.08 cores=1,3,5,7
/proc/31423/stat : 31423 (java) S 31421 31421 7968 0 -1 1077944320 5205 0 0 0 7 1 0 0 20 0 15 0 33708659 14309736448 6287 18446744073709551615 4194304 4196468 140733440413792 140733440396336 140650903613175 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
/proc/31423/statm: 3493588 6287 2727 1 0 3482964 0
[pid=31423/tid=31424] ppid=31421 vsize=13974352 memory=7311146985107750967 CPUtime=0.06 cores=1,3,5,7
/proc/31423/task/31424/stat : 31424 (java) R 31421 31421 7968 0 -1 4202560 3356 0 0 0 6 0 0 0 20 0 15 0 33708660 14309736448 6287 18446744073709551615 4194304 4196468 140733440413792 140650907838864 140650533141235 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31425] ppid=31421 vsize=13974352 memory=11602 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31425/stat : 31425 (java) S 31421 31421 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 33708660 14309736448 6287 18446744073709551615 4194304 4196468 140733440413792 140650860579088 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31426] ppid=31421 vsize=13974352 memory=3544809552495781536 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31426/stat : 31426 (java) S 31421 31421 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 33708660 14309736448 6287 18446744073709551615 4194304 4196468 140733440413792 140650859526544 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31427] ppid=31421 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31427/stat : 31427 (java) S 31421 31421 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 33708660 14309736448 6287 18446744073709551615 4194304 4196468 140733440413792 140650858474000 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31428] ppid=31421 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31428/stat : 31428 (java) S 31421 31421 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 33708660 14309736448 6287 18446744073709551615 4194304 4196468 140733440413792 140650857421456 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31429] ppid=31421 vsize=13974352 memory=139953839810176 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31429/stat : 31429 (java) S 31421 31421 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 33708662 14309736448 6287 18446744073709551615 4194304 4196468 140733440413792 140650449345008 140650903624322 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31430] ppid=31421 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31430/stat : 31430 (java) S 31421 31421 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 33708662 14309736448 6287 18446744073709551615 4194304 4196468 140733440413792 140650381043104 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31431] ppid=31421 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31431/stat : 31431 (java) S 31421 31421 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 33708662 14309736448 6287 18446744073709551615 4194304 4196468 140733440413792 140650379990512 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31432] ppid=31421 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31432/stat : 31432 (java) S 31421 31421 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 33708665 14309736448 6287 18446744073709551615 4194304 4196468 140733440413792 140650378939088 140650903631771 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31433] ppid=31421 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31433/stat : 31433 (java) S 31421 31421 7968 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 33708665 14309736448 6799 18446744073709551615 4194304 4196468 140733440413792 140650377885680 140650903624322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31434] ppid=31421 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31434/stat : 31434 (java) S 31421 31421 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 33708665 14309736448 6799 18446744073709551615 4194304 4196468 140733440413792 140650376833136 140650903624322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31435] ppid=31421 vsize=13974352 memory=139953839810176 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31435/stat : 31435 (java) S 31421 31421 7968 0 -1 1077944384 239 0 0 0 0 0 0 0 20 0 15 0 33708665 14309736448 6799 18446744073709551615 4194304 4196468 140733440413792 140650375780592 140650903624322 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31436] ppid=31421 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31436/stat : 31436 (java) S 31421 31421 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 33708665 14309736448 6799 18446744073709551615 4194304 4196468 140733440413792 140650374728288 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31437] ppid=31421 vsize=13974352 memory=139953839810176 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31437/stat : 31437 (java) S 31421 31421 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 33708669 14309736448 6799 18446744073709551615 4194304 4196468 140733440413792 140650373675824 140650903624322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 26528 KiB

[startup+0.310414 s]*
/proc/loadavg: 1.47 1.38 1.34 8/214 31437
/proc/meminfo: memFree=30715656/32770624 swapFree=67108860/67108860
[pid=31421] ppid=31418 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/31421/stat : 31421 (xcsp3-exec) S 31418 31421 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 33708649 9740288 345 18446744073709551615 4194304 5098028 140737285628048 140737285626152 140020497224316 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 15527936 140737285632377 140737285632582 140737285632582 140737285636075 0
/proc/31421/statm: 2378 345 289 221 0 87 0
[pid=31423] ppid=31421 vsize=13974352 memory=36644 CPUtime=0.26 cores=1,3,5,7
/proc/31423/stat : 31423 (java) S 31421 31421 7968 0 -1 1077944320 8774 0 0 0 24 2 0 0 20 0 15 0 33708659 14309736448 9161 18446744073709551615 4194304 4196468 140733440413792 140733440396336 140650903613175 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
/proc/31423/statm: 3493588 9161 2970 1 0 3482964 0
[pid=31423/tid=31424] ppid=31421 vsize=13974352 memory=7311146985107750967 CPUtime=0.16 cores=1,3,5,7
/proc/31423/task/31424/stat : 31424 (java) R 31421 31421 7968 0 -1 4202560 6075 0 0 0 15 1 0 0 20 0 15 0 33708660 14309736448 9161 18446744073709551615 4194304 4196468 140733440413792 140650907835552 140650903625110 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31425] ppid=31421 vsize=13974352 memory=11602 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31425/stat : 31425 (java) S 31421 31421 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 33708660 14309736448 9161 18446744073709551615 4194304 4196468 140733440413792 140650860579088 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31426] ppid=31421 vsize=13974352 memory=3544809552495781536 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31426/stat : 31426 (java) S 31421 31421 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 33708660 14309736448 9161 18446744073709551615 4194304 4196468 140733440413792 140650859526544 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31427] ppid=31421 vsize=13974352 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31427/stat : 31427 (java) S 31421 31421 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 33708660 14309736448 9161 18446744073709551615 4194304 4196468 140733440413792 140650858474000 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31428] ppid=31421 vsize=13974352 memory=3472328296160571439 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31428/stat : 31428 (java) S 31421 31421 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 33708660 14309736448 9161 18446744073709551615 4194304 4196468 140733440413792 140650857421456 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31429] ppid=31421 vsize=13974352 memory=4049494155656782067 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31429/stat : 31429 (java) S 31421 31421 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 33708662 14309736448 9161 18446744073709551615 4194304 4196468 140733440413792 140650449345008 140650903624322 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31430] ppid=31421 vsize=13974352 memory=8237207281499516975 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31430/stat : 31430 (java) S 31421 31421 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 33708662 14309736448 9161 18446744073709551615 4194304 4196468 140733440413792 140650381043104 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31431] ppid=31421 vsize=13974352 memory=-6873162000112450758 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31431/stat : 31431 (java) S 31421 31421 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 33708662 14309736448 9161 18446744073709551615 4194304 4196468 140733440413792 140650379990512 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31432] ppid=31421 vsize=13974352 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31432/stat : 31432 (java) S 31421 31421 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 33708665 14309736448 9161 18446744073709551615 4194304 4196468 140733440413792 140650378939088 140650903631771 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31433] ppid=31421 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/31423/task/31433/stat : 31433 (java) R 31421 31421 7968 0 -1 1077944384 434 0 0 0 1 0 0 0 20 0 15 0 33708665 14309736448 9161 18446744073709551615 4194304 4196468 140733440413792 140650377885680 140650903624322 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31434] ppid=31421 vsize=13974352 memory=3472328296227418159 CPUtime=0.02 cores=1,3,5,7
/proc/31423/task/31434/stat : 31434 (java) R 31421 31421 7968 0 -1 4202560 257 0 0 0 2 0 0 0 20 0 15 0 33708665 14309736448 9161 18446744073709551615 4194304 4196468 140733440413792 140650376833136 140650895902624 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31435] ppid=31421 vsize=13974352 memory=139953839810176 CPUtime=0.05 cores=1,3,5,7
/proc/31423/task/31435/stat : 31435 (java) R 31421 31421 7968 0 -1 4202560 703 0 0 0 5 0 0 0 20 0 15 0 33708665 14309736448 9161 18446744073709551615 4194304 4196468 140733440413792 140650375780592 140650903634522 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31436] ppid=31421 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31436/stat : 31436 (java) S 31421 31421 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 33708665 14309736448 9161 18446744073709551615 4194304 4196468 140733440413792 140650374728288 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31437] ppid=31421 vsize=13974352 memory=139953839810176 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31437/stat : 31437 (java) S 31421 31421 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 33708669 14309736448 9161 18446744073709551615 4194304 4196468 140733440413792 140650373675824 140650903624322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38024 KiB

[startup+0.701589 s]
/proc/loadavg: 1.47 1.38 1.34 4/214 31437
/proc/meminfo: memFree=30706264/32770624 swapFree=67108860/67108860
[pid=31421] ppid=31418 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/31421/stat : 31421 (xcsp3-exec) S 31418 31421 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 33708649 9740288 345 18446744073709551615 4194304 5098028 140737285628048 140737285626152 140020497224316 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 15527936 140737285632377 140737285632582 140737285632582 140737285636075 0
/proc/31421/statm: 2378 345 289 221 0 87 0
[pid=31423] ppid=31421 vsize=13980732 memory=66032 CPUtime=1.15 cores=1,3,5,7
/proc/31423/stat : 31423 (java) S 31421 31421 7968 0 -1 1077944320 13656 0 0 0 110 5 0 0 20 0 15 0 33708659 14316269568 16508 18446744073709551615 4194304 4196468 140733440413792 140733440396336 140650903613175 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
/proc/31423/statm: 3495183 16508 3165 1 0 3483476 0
[pid=31423/tid=31424] ppid=31421 vsize=13980732 memory=6154820267226784105 CPUtime=0.53 cores=1,3,5,7
/proc/31423/task/31424/stat : 31424 (java) R 31421 31421 7968 0 -1 4202560 8469 0 0 0 51 2 0 0 20 0 15 0 33708660 14316269568 16508 18446744073709551615 4194304 4196468 140733440413792 140650907854304 140650887693662 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31425] ppid=31421 vsize=13980732 memory=6935650355287975249 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31425/stat : 31425 (java) S 31421 31421 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 33708660 14316269568 16508 18446744073709551615 4194304 4196468 140733440413792 140650860579088 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31426] ppid=31421 vsize=13980732 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31426/stat : 31426 (java) S 31421 31421 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 33708660 14316269568 16508 18446744073709551615 4194304 4196468 140733440413792 140650859526544 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31427] ppid=31421 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31427/stat : 31427 (java) S 31421 31421 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 33708660 14316269568 16508 18446744073709551615 4194304 4196468 140733440413792 140650858474000 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31428] ppid=31421 vsize=13980732 memory=139953723941472 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31428/stat : 31428 (java) S 31421 31421 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 33708660 14316269568 16508 18446744073709551615 4194304 4196468 140733440413792 140650857421456 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31429] ppid=31421 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31429/stat : 31429 (java) S 31421 31421 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 33708662 14316269568 16508 18446744073709551615 4194304 4196468 140733440413792 140650449345008 140650903624322 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31430] ppid=31421 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31430/stat : 31430 (java) S 31421 31421 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 33708662 14316269568 16508 18446744073709551615 4194304 4196468 140733440413792 140650381043104 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31431] ppid=31421 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31431/stat : 31431 (java) S 31421 31421 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 33708662 14316269568 16508 18446744073709551615 4194304 4196468 140733440413792 140650379990512 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31432] ppid=31421 vsize=13980732 memory=7809523229951467568 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31432/stat : 31432 (java) S 31421 31421 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 33708665 14316269568 16508 18446744073709551615 4194304 4196468 140733440413792 140650378939088 140650903631771 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31433] ppid=31421 vsize=13980732 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/31423/task/31433/stat : 31433 (java) R 31421 31421 7968 0 -1 1077944384 1086 0 0 0 13 0 0 0 20 0 15 0 33708665 14316269568 16508 18446744073709551615 4194304 4196468 140733440413792 140650377866512 140650903623381 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31434] ppid=31421 vsize=13980732 memory=-6437436652754461544 CPUtime=0.15 cores=1,3,5,7
/proc/31423/task/31434/stat : 31434 (java) R 31421 31421 7968 0 -1 4202560 1046 0 0 0 15 0 0 0 20 0 15 0 33708665 14316269568 16508 18446744073709551615 4194304 4196468 140733440413792 140650376833264 140650884789015 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31435] ppid=31421 vsize=13980732 memory=-1189914978686163229 CPUtime=0.29 cores=1,3,5,7
/proc/31423/task/31435/stat : 31435 (java) R 31421 31421 7968 0 -1 4202560 1748 0 0 0 29 0 0 0 20 0 15 0 33708665 14316269568 16508 18446744073709551615 4194304 4196468 140733440413792 140650375775952 140650882281346 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31436] ppid=31421 vsize=13980732 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31436/stat : 31436 (java) S 31421 31421 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 33708665 14316269568 16508 18446744073709551615 4194304 4196468 140733440413792 140650374728288 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31437] ppid=31421 vsize=13980732 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31437/stat : 31437 (java) S 31421 31421 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 33708669 14316269568 16508 18446744073709551615 4194304 4196468 140733440413792 140650373675824 140650903624322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 67412 KiB

[startup+1.50087 s]
/proc/loadavg: 1.59 1.41 1.35 5/214 31437
/proc/meminfo: memFree=30655388/32770624 swapFree=67108860/67108860
[pid=31421] ppid=31418 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/31421/stat : 31421 (xcsp3-exec) S 31418 31421 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 33708649 9740288 345 18446744073709551615 4194304 5098028 140737285628048 140737285626152 140020497224316 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 15527936 140737285632377 140737285632582 140737285632582 140737285636075 0
/proc/31421/statm: 2378 345 289 221 0 87 0
[pid=31423] ppid=31421 vsize=13980732 memory=120420 CPUtime=3.73 cores=1,3,5,7
/proc/31423/stat : 31423 (java) S 31421 31421 7968 0 -1 1077944320 30452 0 0 0 366 7 0 0 20 0 15 0 33708659 14316269568 30105 18446744073709551615 4194304 4196468 140733440413792 140733440396336 140650903613175 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
/proc/31423/statm: 3495183 30105 3199 1 0 3483476 0
[pid=31423/tid=31424] ppid=31421 vsize=13980732 memory=0 CPUtime=1.33 cores=1,3,5,7
/proc/31423/task/31424/stat : 31424 (java) R 31421 31421 7968 0 -1 4202560 10460 0 0 0 130 3 0 0 20 0 15 0 33708660 14316269568 30105 18446744073709551615 4194304 4196468 140733440413792 140650907848272 140650537611942 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31425] ppid=31421 vsize=13980732 memory=-7812736537705029536 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31425/stat : 31425 (java) S 31421 31421 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 33708660 14316269568 30105 18446744073709551615 4194304 4196468 140733440413792 140650860579088 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31426] ppid=31421 vsize=13980732 memory=4639930699739322727 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31426/stat : 31426 (java) S 31421 31421 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 33708660 14316269568 30105 18446744073709551615 4194304 4196468 140733440413792 140650859526544 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31427] ppid=31421 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31427/stat : 31427 (java) S 31421 31421 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 33708660 14316269568 30105 18446744073709551615 4194304 4196468 140733440413792 140650858474000 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31428] ppid=31421 vsize=13980732 memory=279907448042496 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31428/stat : 31428 (java) S 31421 31421 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 33708660 14316269568 30105 18446744073709551615 4194304 4196468 140733440413792 140650857421456 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31429] ppid=31421 vsize=13980732 memory=138856292711098 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31429/stat : 31429 (java) S 31421 31421 7968 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 33708662 14316269568 30105 18446744073709551615 4194304 4196468 140733440413792 140650449345008 140650903624322 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31430] ppid=31421 vsize=13980732 memory=1788920989441 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31430/stat : 31430 (java) S 31421 31421 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 33708662 14316269568 30105 18446744073709551615 4194304 4196468 140733440413792 140650381043104 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31431] ppid=31421 vsize=13980732 memory=139953724002656 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31431/stat : 31431 (java) S 31421 31421 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 33708662 14316269568 30105 18446744073709551615 4194304 4196468 140733440413792 140650379990512 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31432] ppid=31421 vsize=13980732 memory=279907448013552 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31432/stat : 31432 (java) S 31421 31421 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 33708665 14316269568 30105 18446744073709551615 4194304 4196468 140733440413792 140650378939088 140650903631771 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31433] ppid=31421 vsize=13980732 memory=2110304331112788 CPUtime=0.92 cores=1,3,5,7
/proc/31423/task/31433/stat : 31433 (java) R 31421 31421 7968 0 -1 4202560 7766 0 0 0 92 0 0 0 20 0 15 0 33708665 14316269568 30105 18446744073709551615 4194304 4196468 140733440413792 140650377872640 140650887509187 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31434] ppid=31421 vsize=13980732 memory=279907448022752 CPUtime=0.92 cores=1,3,5,7
/proc/31423/task/31434/stat : 31434 (java) R 31421 31421 7968 0 -1 4202560 6471 0 0 0 91 1 0 0 20 0 15 0 33708665 14316269568 30105 18446744073709551615 4194304 4196468 140733440413792 140650376811760 140650885157393 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31435] ppid=31421 vsize=13980732 memory=3760561988245228913 CPUtime=0.53 cores=1,3,5,7
/proc/31423/task/31435/stat : 31435 (java) S 31421 31421 7968 0 -1 1077944384 4402 0 0 0 52 1 0 0 20 0 15 0 33708665 14316269568 30105 18446744073709551615 4194304 4196468 140733440413792 140650375780592 140650903624322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31436] ppid=31421 vsize=13980732 memory=7444878170464168594 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31436/stat : 31436 (java) S 31421 31421 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 33708665 14316269568 30105 18446744073709551615 4194304 4196468 140733440413792 140650374728288 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31437] ppid=31421 vsize=13980732 memory=7444878170464168594 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31437/stat : 31437 (java) S 31421 31421 7968 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 33708669 14316269568 30105 18446744073709551615 4194304 4196468 140733440413792 140650373675824 140650903624322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
Current children cumulated CPU time: 3.73 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 121800 KiB

[startup+2.027 s]
# the end of solver process 31421 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.20705 s, system=0.092859 s

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

[startup+1.60105 s]
/proc/loadavg: 1.59 1.41 1.35 5/214 31437
/proc/meminfo: memFree=30655388/32770624 swapFree=67108860/67108860
[pid=31421] ppid=31418 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/31421/stat : 31421 (xcsp3-exec) S 31418 31421 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 33708649 9740288 345 18446744073709551615 4194304 5098028 140737285628048 140737285626152 140020497224316 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 15527936 140737285632377 140737285632582 140737285632582 140737285636075 0
/proc/31421/statm: 2378 345 289 221 0 87 0
[pid=31423] ppid=31421 vsize=13980732 memory=122896 CPUtime=4.04 cores=1,3,5,7
/proc/31423/stat : 31423 (java) S 31421 31421 7968 0 -1 1077944320 31436 0 0 0 396 8 0 0 20 0 15 0 33708659 14316269568 30724 18446744073709551615 4194304 4196468 140733440413792 140733440396336 140650903613175 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
/proc/31423/statm: 3495183 30724 3199 1 0 3483476 0
[pid=31423/tid=31424] ppid=31421 vsize=13980732 memory=-7595761213668167008 CPUtime=1.44 cores=1,3,5,7
/proc/31423/task/31424/stat : 31424 (java) R 31421 31421 7968 0 -1 4202560 10468 0 0 0 140 4 0 0 20 0 15 0 33708660 14316269568 30724 18446744073709551615 4194304 4196468 140733440413792 140650907848272 140650537303495 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31425] ppid=31421 vsize=13980732 memory=8546823402028195750 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31425/stat : 31425 (java) S 31421 31421 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 33708660 14316269568 30724 18446744073709551615 4194304 4196468 140733440413792 140650860579088 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31426] ppid=31421 vsize=13980732 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31426/stat : 31426 (java) S 31421 31421 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 33708660 14316269568 30724 18446744073709551615 4194304 4196468 140733440413792 140650859526544 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31427] ppid=31421 vsize=13980732 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31427/stat : 31427 (java) S 31421 31421 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 33708660 14316269568 30724 18446744073709551615 4194304 4196468 140733440413792 140650858474000 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31428] ppid=31421 vsize=13980732 memory=16724602654207 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31428/stat : 31428 (java) S 31421 31421 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 33708660 14316269568 30724 18446744073709551615 4194304 4196468 140733440413792 140650857421456 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31429] ppid=31421 vsize=13980732 memory=112685776 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31429/stat : 31429 (java) S 31421 31421 7968 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 33708662 14316269568 30724 18446744073709551615 4194304 4196468 140733440413792 140650449345008 140650903624322 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31430] ppid=31421 vsize=13980732 memory=139953724148698 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31430/stat : 31430 (java) S 31421 31421 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 33708662 14316269568 30724 18446744073709551615 4194304 4196468 140733440413792 140650381043104 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31431] ppid=31421 vsize=13980732 memory=279907448301632 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31431/stat : 31431 (java) S 31421 31421 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 33708662 14316269568 30724 18446744073709551615 4194304 4196468 140733440413792 140650379990512 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31432] ppid=31421 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31432/stat : 31432 (java) S 31421 31421 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 33708665 14316269568 30724 18446744073709551615 4194304 4196468 140733440413792 140650378939088 140650903631771 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31433] ppid=31421 vsize=13980732 memory=0 CPUtime=1.02 cores=1,3,5,7
/proc/31423/task/31433/stat : 31433 (java) R 31421 31421 7968 0 -1 4202560 8324 0 0 0 102 0 0 0 20 0 15 0 33708665 14316269568 30724 18446744073709551615 4194304 4196468 140733440413792 140650377872208 140650882028993 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31434] ppid=31421 vsize=13980732 memory=0 CPUtime=1.02 cores=1,3,5,7
/proc/31423/task/31434/stat : 31434 (java) R 31421 31421 7968 0 -1 4202560 6829 0 0 0 101 1 0 0 20 0 15 0 33708665 14316269568 30724 18446744073709551615 4194304 4196468 140733440413792 140650376811760 140650885157409 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31435] ppid=31421 vsize=13980732 memory=-7452431979323206951 CPUtime=0.53 cores=1,3,5,7
/proc/31423/task/31435/stat : 31435 (java) S 31421 31421 7968 0 -1 1077944384 4459 0 0 0 52 1 0 0 20 0 15 0 33708665 14316269568 30724 18446744073709551615 4194304 4196468 140733440413792 140650375780592 140650903624322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31436] ppid=31421 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31436/stat : 31436 (java) S 31421 31421 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 33708665 14316269568 30724 18446744073709551615 4194304 4196468 140733440413792 140650374728288 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31437] ppid=31421 vsize=13980732 memory=-6595327170299138647 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31437/stat : 31437 (java) S 31421 31421 7968 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 33708669 14316269568 30724 18446744073709551615 4194304 4196468 140733440413792 140650373675824 140650903624322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
Current children cumulated CPU time: 4.04 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 124276 KiB

[startup+2.00083 s]*
/proc/loadavg: 1.59 1.41 1.35 5/214 31437
/proc/meminfo: memFree=30621948/32770624 swapFree=67108860/67108860
[pid=31421] ppid=31418 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/31421/stat : 31421 (xcsp3-exec) S 31418 31421 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 33708649 9740288 345 18446744073709551615 4194304 5098028 140737285628048 140737285626152 140020497224316 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 15527936 140737285632377 140737285632582 140737285632582 140737285636075 0
/proc/31421/statm: 2378 345 289 221 0 87 0
[pid=31423] ppid=31421 vsize=13980732 memory=133272 CPUtime=5.28 cores=1,3,5,7
/proc/31423/stat : 31423 (java) S 31421 31421 7968 0 -1 1077944320 32853 0 0 0 520 8 0 0 20 0 15 0 33708659 14316269568 33318 18446744073709551615 4194304 4196468 140733440413792 140733440396336 140650903613175 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
/proc/31423/statm: 3495183 33318 3202 1 0 3483476 0
[pid=31423/tid=31424] ppid=31421 vsize=13980732 memory=7022364594140610616 CPUtime=1.84 cores=1,3,5,7
/proc/31423/task/31424/stat : 31424 (java) R 31421 31421 7968 0 -1 1077944384 10802 0 0 0 180 4 0 0 20 0 15 0 33708660 14316269568 33318 18446744073709551615 4194304 4196468 140733440413792 140650907855888 140650903623381 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31425] ppid=31421 vsize=13980732 memory=331 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31425/stat : 31425 (java) S 31421 31421 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 33708660 14316269568 33320 18446744073709551615 4194304 4196468 140733440413792 140650860579088 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31426] ppid=31421 vsize=13980732 memory=3545374701472458400 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31426/stat : 31426 (java) S 31421 31421 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 33708660 14316269568 33322 18446744073709551615 4194304 4196468 140733440413792 140650859526544 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31427] ppid=31421 vsize=13980732 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31427/stat : 31427 (java) S 31421 31421 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 33708660 14316269568 33322 18446744073709551615 4194304 4196468 140733440413792 140650858474000 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31428] ppid=31421 vsize=13980732 memory=3472328296160571439 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31428/stat : 31428 (java) S 31421 31421 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 33708660 14316269568 33322 18446744073709551615 4194304 4196468 140733440413792 140650857421456 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31429] ppid=31421 vsize=13980732 memory=7166608822650772216 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31429/stat : 31429 (java) R 31421 31421 7968 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 14 0 33708662 14316269568 33325 18446744073709551615 4194304 4196468 140733440413792 140650449345008 140650903624322 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31430] ppid=31421 vsize=13980732 memory=3472328296227679279 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31430/stat : 31430 (java) S 31421 31421 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 13 0 33708662 14316269568 33325 18446744073709551615 4194304 4196468 140733440413792 140650381043104 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31431] ppid=31421 vsize=13980732 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31431/stat : 31431 (java) S 31421 31421 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 33708662 14316269568 33325 18446744073709551615 4194304 4196468 140733440413792 140650379990512 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31433] ppid=31421 vsize=13980732 memory=6944656592387989600 CPUtime=1.43 cores=1,3,5,7
/proc/31423/task/31433/stat : 31433 (java) S 31421 31421 7968 0 -1 1077944384 8448 0 0 0 143 0 0 0 20 0 13 0 33708665 14316269568 33325 18446744073709551615 4194304 4196468 140733440413792 140650377876960 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31434] ppid=31421 vsize=13980732 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/31423/task/31434/stat : 31434 (java) R 31421 31421 7968 0 -1 4202560 7653 0 0 0 141 1 0 0 20 0 13 0 33708665 14316269568 33325 18446744073709551615 4194304 4196468 140733440413792 140650376819160 140650885136880 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31435] ppid=31421 vsize=13980732 memory=3472328279047811119 CPUtime=0.55 cores=1,3,5,7
/proc/31423/task/31435/stat : 31435 (java) S 31421 31421 7968 0 -1 1077944384 4595 0 0 0 54 1 0 0 20 0 13 0 33708665 14316269568 33325 18446744073709551615 4194304 4196468 140733440413792 140650375780352 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
[pid=31423/tid=31436] ppid=31421 vsize=13980732 memory=139953839810176 CPUtime=0 cores=1,3,5,7
/proc/31423/task/31436/stat : 31436 (java) S 31421 31421 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 33708665 14316269568 33325 18446744073709551615 4194304 4196468 140733440413792 140650374728288 140650903623381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8626176 140733440418226 140733440418402 140733440418402 140733440421839 0
Current children cumulated CPU time: 5.28 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 134652 KiB

Child status: 0
Real time (s): 2.02706
CPU time (s): 5.29991
CPU user time (s): 5.20705
CPU system time (s): 0.092859
CPU usage (%): 261.458
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 134652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.20705
system time used= 0.092859
maximum resident set size= 133956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33441
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2163
involuntary context switches= 14


# summary of solver processes directly reported to runsolver:
#   pid: 31421
#   total CPU time (s): 5.29991
#   total CPU user time (s): 5.20705
#   total CPU system time (s): 0.092859

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.03644 second user time and 0.066935 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-15 13:43:43
IDJOB=4272625
IDBENCH=130607
IDSOLVER=2664
FILE ID=node128/4272625-1502798261
RUNJOBID= node128-1502649221-29001
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-xcsp2-s1/QueenAttacking-05_X2.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4272625-1502798261/watcher-4272625-1502798261 -o /tmp/evaluation-result-4272625-1502798261/solver-4272625-1502798261 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1825523759 HOME/instance-4272625-1502798261.xml

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

MD5SUM BENCH= e93f9383432bfdcdac2c998bf48e4532
RANDOM SEED=1825523759

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30742756 kB
MemAvailable:   31644296 kB
Buffers:          227536 kB
Cached:           957744 kB
SwapCached:            0 kB
Active:           743176 kB
Inactive:         865296 kB
Active(anon):     423500 kB
Inactive(anon):    16764 kB
Active(file):     319676 kB
Inactive(file):   848532 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7808 kB
Writeback:             0 kB
AnonPages:        422940 kB
Mapped:            50072 kB
Shmem:             17116 kB
Slab:             123632 kB
SReclaimable:      98332 kB
SUnreclaim:        25300 kB
KernelStack:        3456 kB
PageTables:         6148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     914060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    354304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62016 MiB
End job on node128 at 2017-08-15 13:43:45