Trace number 4282328

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 4.0.5 seq (2017-08-18)SAT 4.3073602 2.03144

General information on the benchmark

NameMarketSplit/MarketSplit-m1-gp/
MarketSplit-05.xml
MD5SUMea540cd06a6319d4cfbd19a531a1ad9c
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.56077999
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints4
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree4
Maximum variable degree4
Distribution of variable degrees[{"degree":4,"count":30}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"count":4}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282328-1503136976.xml"  -tl '2520s' -p 1 -x 0
0.09/0.27	c [HOME/instance-4282328-1503136976.xml, -tl, 2520s, -p, 1, -x, 0]
0.29/0.33	c simple solver
0.29/0.40	c parse instance...
0.67/0.53	c solve instance...
4.27/2.02	s SATISFIABLE
4.27/2.02	v <instantiation>
4.27/2.02	v 	<list>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] x[25] x[26] x[27] x[28] x[29] </list>
4.27/2.02	v 	<values>0 1 1 0 0 1 0 0 1 1 0 1 1 0 1 0 1 0 1 0 0 0 1 0 0 1 0 1 0 1 </values>
4.27/2.02	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 (14357 MiB free)
  memory of node 1: 16384 MiB (15511 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282328-1503136976/watcher-4282328-1503136976 -o /tmp/evaluation-result-4282328-1503136976/solver-4282328-1503136976 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1503095780-14042 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 365687348 HOME/instance-4282328-1503136976.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=21592, runsolver pid=21589

[startup+0.100091 s]*
/proc/loadavg: 1.97 1.88 1.85 3/199 21595
/proc/meminfo: memFree=30582544/32770624 swapFree=67108860/67108860
[pid=21592] ppid=21589 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/21592/stat : 21592 (xcsp3-exec) S 21589 21592 13977 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 102038252 9740288 344 18446744073709551615 4194304 5098028 140729354910848 140729354908952 140273218450044 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 11771904 140729354916217 140729354916421 140729354916421 140729354919915 0
/proc/21592/statm: 2378 344 289 221 0 87 0
[pid=21594] ppid=21592 vsize=13358712 memory=14368 CPUtime=0 cores=1,3,5,7
/proc/21594/stat : 21594 (java) S 21592 21592 13977 0 -1 1077944320 3372 0 0 0 0 0 0 0 20 0 6 0 102038261 13679321088 3592 18446744073709551615 4194304 4196468 140727886521360 140727886503904 139640796622583 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
/proc/21594/statm: 3339678 3592 1903 1 0 3329175 0
[pid=21594/tid=21595] ppid=21592 vsize=13358712 memory=4206989191851631162 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21595/stat : 21595 (java) R 21592 21592 13977 0 -1 4202560 2139 0 0 0 0 0 0 0 20 0 6 0 102038261 13679321088 3592 18446744073709551615 4194304 4196468 140727886521360 139640800858704 139640782305109 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21596] ppid=21592 vsize=13358712 memory=3461490466211030665 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21596/stat : 21596 (java) S 21592 21592 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 102038262 13679321088 3592 18446744073709551615 4194304 4196468 140727886521360 139640731057040 139640796632789 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21597] ppid=21592 vsize=13358712 memory=139861581346432 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21597/stat : 21597 (java) S 21592 21592 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 102038262 13679321088 3592 18446744073709551615 4194304 4196468 140727886521360 139640730004240 139640796632789 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21598] ppid=21592 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21598/stat : 21598 (java) S 21592 21592 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 102038262 13679321088 3592 18446744073709551615 4194304 4196468 140727886521360 139640394398864 139640796632789 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21599] ppid=21592 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21599/stat : 21599 (java) S 21592 21592 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 102038262 13679321088 3592 18446744073709551615 4194304 4196468 140727886521360 139640393346064 139640796632789 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 15744 KiB

[startup+0.210026 s]*
/proc/loadavg: 1.97 1.88 1.85 3/212 21608
/proc/meminfo: memFree=30570784/32770624 swapFree=67108860/67108860
[pid=21592] ppid=21589 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/21592/stat : 21592 (xcsp3-exec) S 21589 21592 13977 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 102038252 9740288 344 18446744073709551615 4194304 5098028 140729354910848 140729354908952 140273218450044 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 11771904 140729354916217 140729354916421 140729354916421 140729354919915 0
/proc/21592/statm: 2378 344 289 221 0 87 0
[pid=21594] ppid=21592 vsize=13974352 memory=27980 CPUtime=0.09 cores=1,3,5,7
/proc/21594/stat : 21594 (java) S 21592 21592 13977 0 -1 1077944320 5397 0 0 0 8 1 0 0 20 0 15 0 102038261 14309736448 6995 18446744073709551615 4194304 4196468 140727886521360 140727886503904 139640796622583 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
/proc/21594/statm: 3493588 6995 2753 1 0 3482964 0
[pid=21594/tid=21595] ppid=21592 vsize=13974352 memory=-6081384985656398181 CPUtime=0.08 cores=1,3,5,7
/proc/21594/task/21595/stat : 21595 (java) R 21592 21592 13977 0 -1 4202560 3541 0 0 0 7 1 0 0 20 0 15 0 102038261 14309736448 6995 18446744073709551615 4194304 4196468 140727886521360 139640800861376 139640782346288 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21596] ppid=21592 vsize=13974352 memory=3461490466211030665 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21596/stat : 21596 (java) S 21592 21592 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102038262 14309736448 6995 18446744073709551615 4194304 4196468 140727886521360 139640731057040 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21597] ppid=21592 vsize=13974352 memory=139861581346432 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21597/stat : 21597 (java) S 21592 21592 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102038262 14309736448 6995 18446744073709551615 4194304 4196468 140727886521360 139640730004240 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21598] ppid=21592 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21598/stat : 21598 (java) S 21592 21592 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102038262 14309736448 6995 18446744073709551615 4194304 4196468 140727886521360 139640394398864 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21599] ppid=21592 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21599/stat : 21599 (java) S 21592 21592 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102038262 14309736448 6995 18446744073709551615 4194304 4196468 140727886521360 139640393346064 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21600] ppid=21592 vsize=13974352 memory=139861581346432 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21600/stat : 21600 (java) S 21592 21592 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102038263 14309736448 6995 18446744073709551615 4194304 4196468 140727886521360 139640342300784 139640796633730 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21601] ppid=21592 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21601/stat : 21601 (java) S 21592 21592 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 102038264 14309736448 6995 18446744073709551615 4194304 4196468 140727886521360 139640341246752 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21602] ppid=21592 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21602/stat : 21602 (java) S 21592 21592 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 102038264 14309736448 6995 18446744073709551615 4194304 4196468 140727886521360 139640340194416 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21603] ppid=21592 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21603/stat : 21603 (java) S 21592 21592 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102038266 14309736448 6995 18446744073709551615 4194304 4196468 140727886521360 139640339142736 139640796641179 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21604] ppid=21592 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21604/stat : 21604 (java) S 21592 21592 13977 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 102038266 14309736448 6995 18446744073709551615 4194304 4196468 140727886521360 139640338090608 139640796633730 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21605] ppid=21592 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21605/stat : 21605 (java) S 21592 21592 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102038266 14309736448 6995 18446744073709551615 4194304 4196468 140727886521360 139640337037808 139640796633730 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21606] ppid=21592 vsize=13974352 memory=139861581346432 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21606/stat : 21606 (java) S 21592 21592 13977 0 -1 1077944384 250 0 0 0 0 0 0 0 20 0 15 0 102038266 14309736448 6995 18446744073709551615 4194304 4196468 140727886521360 139640335985520 139640796633730 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21607] ppid=21592 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21607/stat : 21607 (java) S 21592 21592 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102038266 14309736448 6995 18446744073709551615 4194304 4196468 140727886521360 139640334932960 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21608] ppid=21592 vsize=13974352 memory=139861581346432 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21608/stat : 21608 (java) S 21592 21592 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102038271 14309736448 6995 18446744073709551615 4194304 4196468 140727886521360 139640333879728 139640796633730 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29356 KiB

[startup+0.310391 s]*
/proc/loadavg: 1.97 1.88 1.85 5/212 21608
/proc/meminfo: memFree=30558428/32770624 swapFree=67108860/67108860
[pid=21592] ppid=21589 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/21592/stat : 21592 (xcsp3-exec) S 21589 21592 13977 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 102038252 9740288 344 18446744073709551615 4194304 5098028 140729354910848 140729354908952 140273218450044 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 11771904 140729354916217 140729354916421 140729354916421 140729354919915 0
/proc/21592/statm: 2378 344 289 221 0 87 0
[pid=21594] ppid=21592 vsize=13974352 memory=36812 CPUtime=0.29 cores=1,3,5,7
/proc/21594/stat : 21594 (java) S 21592 21592 13977 0 -1 1077944320 8853 0 0 0 26 3 0 0 20 0 15 0 102038261 14309736448 9203 18446744073709551615 4194304 4196468 140727886521360 140727886503904 139640796622583 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
/proc/21594/statm: 3493588 9203 2963 1 0 3482964 0
[pid=21594/tid=21595] ppid=21592 vsize=13974352 memory=-8774313645642428999 CPUtime=0.18 cores=1,3,5,7
/proc/21594/task/21595/stat : 21595 (java) R 21592 21592 13977 0 -1 4202560 6156 0 0 0 16 2 0 0 20 0 15 0 102038261 14309736448 9203 18446744073709551615 4194304 4196468 140727886521360 139640800852320 139640796644509 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21596] ppid=21592 vsize=13974352 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21596/stat : 21596 (java) S 21592 21592 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102038262 14309736448 9203 18446744073709551615 4194304 4196468 140727886521360 139640731057040 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21597] ppid=21592 vsize=13974352 memory=139861581353425 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21597/stat : 21597 (java) S 21592 21592 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102038262 14309736448 9203 18446744073709551615 4194304 4196468 140727886521360 139640730004240 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21598] ppid=21592 vsize=13974352 memory=5933045464796326759 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21598/stat : 21598 (java) S 21592 21592 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102038262 14309736448 9203 18446744073709551615 4194304 4196468 140727886521360 139640394398864 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21599] ppid=21592 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21599/stat : 21599 (java) S 21592 21592 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102038262 14309736448 9203 18446744073709551615 4194304 4196468 140727886521360 139640393346064 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21600] ppid=21592 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21600/stat : 21600 (java) S 21592 21592 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102038263 14309736448 9269 18446744073709551615 4194304 4196468 140727886521360 139640342300784 139640796633730 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21601] ppid=21592 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21601/stat : 21601 (java) S 21592 21592 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 102038264 14309736448 9269 18446744073709551615 4194304 4196468 140727886521360 139640341246752 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21602] ppid=21592 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21602/stat : 21602 (java) S 21592 21592 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 102038264 14309736448 9269 18446744073709551615 4194304 4196468 140727886521360 139640340194416 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21603] ppid=21592 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21603/stat : 21603 (java) S 21592 21592 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102038266 14309736448 9269 18446744073709551615 4194304 4196468 140727886521360 139640339142736 139640796641179 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21604] ppid=21592 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/21594/task/21604/stat : 21604 (java) R 21592 21592 13977 0 -1 4202560 529 0 0 0 2 0 0 0 20 0 15 0 102038266 14309736448 9269 18446744073709551615 4194304 4196468 140727886521360 139640338090608 139640777366656 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21605] ppid=21592 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/21594/task/21605/stat : 21605 (java) R 21592 21592 13977 0 -1 1077944384 166 0 0 0 1 0 0 0 20 0 15 0 102038266 14309736448 9269 18446744073709551615 4194304 4196468 140727886521360 139640337037808 139640796633730 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21606] ppid=21592 vsize=13974352 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/21594/task/21606/stat : 21606 (java) R 21592 21592 13977 0 -1 4202560 706 0 0 0 6 0 0 0 20 0 15 0 102038266 14309736448 9269 18446744073709551615 4194304 4196468 140727886521360 139640335985520 139640788859710 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21607] ppid=21592 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21607/stat : 21607 (java) S 21592 21592 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102038266 14309736448 9269 18446744073709551615 4194304 4196468 140727886521360 139640334932960 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21608] ppid=21592 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21608/stat : 21608 (java) S 21592 21592 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102038271 14309736448 9269 18446744073709551615 4194304 4196468 140727886521360 139640333879728 139640796633730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38188 KiB

[startup+0.702675 s]
/proc/loadavg: 1.97 1.88 1.85 6/212 21608
/proc/meminfo: memFree=30547488/32770624 swapFree=67108860/67108860
[pid=21592] ppid=21589 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/21592/stat : 21592 (xcsp3-exec) S 21589 21592 13977 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 102038252 9740288 344 18446744073709551615 4194304 5098028 140729354910848 140729354908952 140273218450044 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 11771904 140729354916217 140729354916421 140729354916421 140729354919915 0
/proc/21592/statm: 2378 344 289 221 0 87 0
[pid=21594] ppid=21592 vsize=13980732 memory=67412 CPUtime=1.25 cores=1,3,5,7
/proc/21594/stat : 21594 (java) S 21592 21592 13977 0 -1 1077944320 14575 0 0 0 121 4 0 0 20 0 15 0 102038261 14316269568 16853 18446744073709551615 4194304 4196468 140727886521360 140727886503904 139640796622583 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
/proc/21594/statm: 3495183 16853 3176 1 0 3483476 0
[pid=21594/tid=21595] ppid=21592 vsize=13980732 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/21594/task/21595/stat : 21595 (java) R 21592 21592 13977 0 -1 4202560 8361 0 0 0 53 2 0 0 20 0 15 0 102038261 14316269568 16853 18446744073709551615 4194304 4196468 140727886521360 139640800859984 139640412036399 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21596] ppid=21592 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21596/stat : 21596 (java) S 21592 21592 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102038262 14316269568 16853 18446744073709551615 4194304 4196468 140727886521360 139640731057040 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21597] ppid=21592 vsize=13980732 memory=4120 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21597/stat : 21597 (java) S 21592 21592 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102038262 14316269568 16853 18446744073709551615 4194304 4196468 140727886521360 139640730004240 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21598] ppid=21592 vsize=13980732 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21598/stat : 21598 (java) S 21592 21592 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102038262 14316269568 16853 18446744073709551615 4194304 4196468 140727886521360 139640394398864 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21599] ppid=21592 vsize=13980732 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21599/stat : 21599 (java) S 21592 21592 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102038262 14316269568 16853 18446744073709551615 4194304 4196468 140727886521360 139640393346064 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21600] ppid=21592 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21600/stat : 21600 (java) S 21592 21592 13977 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 102038263 14316269568 16853 18446744073709551615 4194304 4196468 140727886521360 139640342300784 139640796633730 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21601] ppid=21592 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21601/stat : 21601 (java) S 21592 21592 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 102038264 14316269568 16853 18446744073709551615 4194304 4196468 140727886521360 139640341246752 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21602] ppid=21592 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21602/stat : 21602 (java) S 21592 21592 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 102038264 14316269568 16853 18446744073709551615 4194304 4196468 140727886521360 139640340194416 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21603] ppid=21592 vsize=13980732 memory=19265 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21603/stat : 21603 (java) S 21592 21592 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102038266 14316269568 16853 18446744073709551615 4194304 4196468 140727886521360 139640339142736 139640796641179 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21604] ppid=21592 vsize=13980732 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/21594/task/21604/stat : 21604 (java) R 21592 21592 13977 0 -1 4202560 1661 0 0 0 25 0 0 0 20 0 15 0 102038266 14316269568 16853 18446744073709551615 4194304 4196468 140727886521360 139640338076744 139640775026628 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21605] ppid=21592 vsize=13980732 memory=-5921431000321636112 CPUtime=0.2 cores=1,3,5,7
/proc/21594/task/21605/stat : 21605 (java) R 21592 21592 13977 0 -1 4202560 1889 0 0 0 20 0 0 0 20 0 15 0 102038266 14316269568 16853 18446744073709551615 4194304 4196468 140727886521360 139640337018824 139640781014560 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21606] ppid=21592 vsize=13980732 memory=6656426216303648864 CPUtime=0.22 cores=1,3,5,7
/proc/21594/task/21606/stat : 21606 (java) S 21592 21592 13977 0 -1 1077944384 1357 0 0 0 22 0 0 0 20 0 15 0 102038266 14316269568 16853 18446744073709551615 4194304 4196468 140727886521360 139640335985520 139640796633730 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21607] ppid=21592 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21607/stat : 21607 (java) S 21592 21592 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102038266 14316269568 16853 18446744073709551615 4194304 4196468 140727886521360 139640334932960 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21608] ppid=21592 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21608/stat : 21608 (java) S 21592 21592 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102038271 14316269568 16853 18446744073709551615 4194304 4196468 140727886521360 139640333879728 139640796633730 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 68788 KiB

[startup+1.50083 s]
/proc/loadavg: 1.97 1.88 1.85 5/212 21608
/proc/meminfo: memFree=30506856/32770624 swapFree=67108860/67108860
[pid=21592] ppid=21589 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/21592/stat : 21592 (xcsp3-exec) S 21589 21592 13977 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 102038252 9740288 344 18446744073709551615 4194304 5098028 140729354910848 140729354908952 140273218450044 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 11771904 140729354916217 140729354916421 140729354916421 140729354919915 0
/proc/21592/statm: 2378 344 289 221 0 87 0
[pid=21594] ppid=21592 vsize=13980732 memory=114536 CPUtime=3.69 cores=1,3,5,7
/proc/21594/stat : 21594 (java) S 21592 21592 13977 0 -1 1077944320 28569 0 0 0 364 5 0 0 20 0 15 0 102038261 14316269568 28634 18446744073709551615 4194304 4196468 140727886521360 140727886503904 139640796622583 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
/proc/21594/statm: 3495183 28634 3191 1 0 3483476 0
[pid=21594/tid=21595] ppid=21592 vsize=13980732 memory=0 CPUtime=1.35 cores=1,3,5,7
/proc/21594/task/21595/stat : 21595 (java) R 21592 21592 13977 0 -1 4202560 8554 0 0 0 132 3 0 0 20 0 15 0 102038261 14316269568 28634 18446744073709551615 4194304 4196468 140727886521360 139640800860008 139640412502334 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21596] ppid=21592 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21596/stat : 21596 (java) S 21592 21592 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102038262 14316269568 28634 18446744073709551615 4194304 4196468 140727886521360 139640731057040 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21597] ppid=21592 vsize=13980732 memory=4120 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21597/stat : 21597 (java) S 21592 21592 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102038262 14316269568 28634 18446744073709551615 4194304 4196468 140727886521360 139640730004240 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21598] ppid=21592 vsize=13980732 memory=55536 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21598/stat : 21598 (java) S 21592 21592 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102038262 14316269568 28634 18446744073709551615 4194304 4196468 140727886521360 139640394398864 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21599] ppid=21592 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21599/stat : 21599 (java) S 21592 21592 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102038262 14316269568 28634 18446744073709551615 4194304 4196468 140727886521360 139640393346064 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21600] ppid=21592 vsize=13980732 memory=104020 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21600/stat : 21600 (java) S 21592 21592 13977 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 102038263 14316269568 28634 18446744073709551615 4194304 4196468 140727886521360 139640342300784 139640796633730 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21601] ppid=21592 vsize=13980732 memory=3184097919267525759 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21601/stat : 21601 (java) S 21592 21592 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 102038264 14316269568 28634 18446744073709551615 4194304 4196468 140727886521360 139640341246752 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21602] ppid=21592 vsize=13980732 memory=-7161732098441943118 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21602/stat : 21602 (java) S 21592 21592 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 102038264 14316269568 28634 18446744073709551615 4194304 4196468 140727886521360 139640340194416 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21603] ppid=21592 vsize=13980732 memory=-6737208495982354336 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21603/stat : 21603 (java) S 21592 21592 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102038266 14316269568 28634 18446744073709551615 4194304 4196468 140727886521360 139640339142736 139640796641179 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21604] ppid=21592 vsize=13980732 memory=-7161732098442470212 CPUtime=1.04 cores=1,3,5,7
/proc/21594/task/21604/stat : 21604 (java) R 21592 21592 13977 0 -1 4202560 9552 0 0 0 104 0 0 0 20 0 15 0 102038266 14316269568 28634 18446744073709551615 4194304 4196468 140727886521360 139640338076488 139640780533389 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21605] ppid=21592 vsize=13980732 memory=-8774313645642428999 CPUtime=1 cores=1,3,5,7
/proc/21594/task/21605/stat : 21605 (java) S 21592 21592 13977 0 -1 1077944384 7258 0 0 0 99 1 0 0 20 0 15 0 102038266 14316269568 28634 18446744073709551615 4194304 4196468 140727886521360 139640337037808 139640796633730 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21606] ppid=21592 vsize=13980732 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/21594/task/21606/stat : 21606 (java) S 21592 21592 13977 0 -1 1077944384 1896 0 0 0 27 0 0 0 20 0 15 0 102038266 14316269568 28634 18446744073709551615 4194304 4196468 140727886521360 139640335985520 139640796633730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21607] ppid=21592 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21607/stat : 21607 (java) S 21592 21592 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102038266 14316269568 28634 18446744073709551615 4194304 4196468 140727886521360 139640334932960 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21608] ppid=21592 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21608/stat : 21608 (java) S 21592 21592 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102038271 14316269568 28634 18446744073709551615 4194304 4196468 140727886521360 139640333879728 139640796633730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
Current children cumulated CPU time: 3.69 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 115912 KiB

[startup+2.03138 s]
# the end of solver process 21592 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.23252 s, system=0.074839 s

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

[startup+1.60094 s]
/proc/loadavg: 1.97 1.88 1.85 5/212 21608
/proc/meminfo: memFree=30506856/32770624 swapFree=67108860/67108860
[pid=21592] ppid=21589 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/21592/stat : 21592 (xcsp3-exec) S 21589 21592 13977 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 102038252 9740288 344 18446744073709551615 4194304 5098028 140729354910848 140729354908952 140273218450044 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 11771904 140729354916217 140729354916421 140729354916421 140729354919915 0
/proc/21592/statm: 2378 344 289 221 0 87 0
[pid=21594] ppid=21592 vsize=13980732 memory=118704 CPUtime=3.81 cores=1,3,5,7
/proc/21594/stat : 21594 (java) S 21592 21592 13977 0 -1 1077944320 28589 0 0 0 375 6 0 0 20 0 15 0 102038261 14316269568 29676 18446744073709551615 4194304 4196468 140727886521360 140727886503904 139640796622583 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
/proc/21594/statm: 3495183 29676 3191 1 0 3483476 0
[pid=21594/tid=21595] ppid=21592 vsize=13980732 memory=0 CPUtime=1.45 cores=1,3,5,7
/proc/21594/task/21595/stat : 21595 (java) R 21592 21592 13977 0 -1 4202560 8557 0 0 0 142 3 0 0 20 0 15 0 102038261 14316269568 29676 18446744073709551615 4194304 4196468 140727886521360 139640800859808 139640413072472 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21596] ppid=21592 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21596/stat : 21596 (java) S 21592 21592 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102038262 14316269568 29676 18446744073709551615 4194304 4196468 140727886521360 139640731057040 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21597] ppid=21592 vsize=13980732 memory=4137282616176187523 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21597/stat : 21597 (java) S 21592 21592 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102038262 14316269568 29676 18446744073709551615 4194304 4196468 140727886521360 139640730004240 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21598] ppid=21592 vsize=13980732 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21598/stat : 21598 (java) S 21592 21592 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102038262 14316269568 29676 18446744073709551615 4194304 4196468 140727886521360 139640394398864 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21599] ppid=21592 vsize=13980732 memory=6944656592455360569 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21599/stat : 21599 (java) S 21592 21592 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102038262 14316269568 29676 18446744073709551615 4194304 4196468 140727886521360 139640393346064 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21600] ppid=21592 vsize=13980732 memory=6944656592452807316 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21600/stat : 21600 (java) S 21592 21592 13977 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 102038263 14316269568 29676 18446744073709551615 4194304 4196468 140727886521360 139640342300784 139640796633730 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21601] ppid=21592 vsize=13980732 memory=-8990767739041718176 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21601/stat : 21601 (java) S 21592 21592 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 102038264 14316269568 29676 18446744073709551615 4194304 4196468 140727886521360 139640341246752 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21602] ppid=21592 vsize=13980732 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21602/stat : 21602 (java) S 21592 21592 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 102038264 14316269568 29676 18446744073709551615 4194304 4196468 140727886521360 139640340194416 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21603] ppid=21592 vsize=13980732 memory=6944656592455360569 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21603/stat : 21603 (java) S 21592 21592 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102038266 14316269568 29676 18446744073709551615 4194304 4196468 140727886521360 139640339142736 139640796641179 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21604] ppid=21592 vsize=13980732 memory=6944656592452807316 CPUtime=1.05 cores=1,3,5,7
/proc/21594/task/21604/stat : 21604 (java) S 21592 21592 13977 0 -1 1077944384 9557 0 0 0 105 0 0 0 20 0 15 0 102038266 14316269568 29676 18446744073709551615 4194304 4196468 140727886521360 139640338090608 139640796633730 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21605] ppid=21592 vsize=13980732 memory=-8990820678809656474 CPUtime=1 cores=1,3,5,7
/proc/21594/task/21605/stat : 21605 (java) S 21592 21592 13977 0 -1 1077944384 7258 0 0 0 99 1 0 0 20 0 15 0 102038266 14316269568 29676 18446744073709551615 4194304 4196468 140727886521360 139640337037808 139640796633730 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21606] ppid=21592 vsize=13980732 memory=8172742958239016792 CPUtime=0.27 cores=1,3,5,7
/proc/21594/task/21606/stat : 21606 (java) S 21592 21592 13977 0 -1 1077944384 1898 0 0 0 27 0 0 0 20 0 15 0 102038266 14316269568 29676 18446744073709551615 4194304 4196468 140727886521360 139640335985520 139640796633730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21607] ppid=21592 vsize=13980732 memory=7524508259875776103 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21607/stat : 21607 (java) S 21592 21592 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102038266 14316269568 29676 18446744073709551615 4194304 4196468 140727886521360 139640334932960 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21608] ppid=21592 vsize=13980732 memory=2384 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21608/stat : 21608 (java) S 21592 21592 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102038271 14316269568 29676 18446744073709551615 4194304 4196468 140727886521360 139640333879728 139640796633730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
Current children cumulated CPU time: 3.81 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 120080 KiB

[startup+2.00075 s]*
/proc/loadavg: 1.89 1.87 1.84 3/212 21608
/proc/meminfo: memFree=30439056/32770624 swapFree=67108860/67108860
[pid=21592] ppid=21589 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/21592/stat : 21592 (xcsp3-exec) S 21589 21592 13977 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 102038252 9740288 344 18446744073709551615 4194304 5098028 140729354910848 140729354908952 140273218450044 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 11771904 140729354916217 140729354916421 140729354916421 140729354919915 0
/proc/21592/statm: 2378 344 289 221 0 87 0
[pid=21594] ppid=21592 vsize=13980732 memory=159824 CPUtime=4.27 cores=1,3,5,7
/proc/21594/stat : 21594 (java) S 21592 21592 13977 0 -1 1077944320 28645 0 0 0 421 6 0 0 20 0 15 0 102038261 14316269568 39956 18446744073709551615 4194304 4196468 140727886521360 140727886503904 139640796622583 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
/proc/21594/statm: 3495183 39956 3192 1 0 3483476 0
[pid=21594/tid=21595] ppid=21592 vsize=13980732 memory=109732 CPUtime=1.86 cores=1,3,5,7
/proc/21594/task/21595/stat : 21595 (java) R 21592 21592 13977 0 -1 4202560 8578 0 0 0 182 4 0 0 20 0 15 0 102038261 14316269568 39956 18446744073709551615 4194304 4196468 140727886521360 139640800859808 139640413017448 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21596] ppid=21592 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21596/stat : 21596 (java) S 21592 21592 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102038262 14316269568 39956 18446744073709551615 4194304 4196468 140727886521360 139640731057040 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21597] ppid=21592 vsize=13980732 memory=114148 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21597/stat : 21597 (java) S 21592 21592 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102038262 14316269568 39956 18446744073709551615 4194304 4196468 140727886521360 139640730004240 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21598] ppid=21592 vsize=13980732 memory=116356 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21598/stat : 21598 (java) S 21592 21592 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102038262 14316269568 39956 18446744073709551615 4194304 4196468 140727886521360 139640394398864 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21599] ppid=21592 vsize=13980732 memory=118564 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21599/stat : 21599 (java) S 21592 21592 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102038262 14316269568 39956 18446744073709551615 4194304 4196468 140727886521360 139640393346064 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21600] ppid=21592 vsize=13980732 memory=279722899153184 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21600/stat : 21600 (java) S 21592 21592 13977 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 102038263 14316269568 39956 18446744073709551615 4194304 4196468 140727886521360 139640342300784 139640796633730 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21601] ppid=21592 vsize=13980732 memory=-2605811476043407915 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21601/stat : 21601 (java) S 21592 21592 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 102038264 14316269568 39956 18446744073709551615 4194304 4196468 140727886521360 139640341246752 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21602] ppid=21592 vsize=13980732 memory=5495740422247797458 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21602/stat : 21602 (java) S 21592 21592 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 102038264 14316269568 39956 18446744073709551615 4194304 4196468 140727886521360 139640340194416 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21603] ppid=21592 vsize=13980732 memory=-4051592751533505334 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21603/stat : 21603 (java) S 21592 21592 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102038266 14316269568 39956 18446744073709551615 4194304 4196468 140727886521360 139640339142736 139640796641179 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21604] ppid=21592 vsize=13980732 memory=-2605811476043407915 CPUtime=1.05 cores=1,3,5,7
/proc/21594/task/21604/stat : 21604 (java) S 21592 21592 13977 0 -1 1077944384 9558 0 0 0 105 0 0 0 20 0 15 0 102038266 14316269568 39956 18446744073709551615 4194304 4196468 140727886521360 139640338090608 139640796633730 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21605] ppid=21592 vsize=13980732 memory=-3258418265892434876 CPUtime=1.05 cores=1,3,5,7
/proc/21594/task/21605/stat : 21605 (java) S 21592 21592 13977 0 -1 1077944384 7263 0 0 0 104 1 0 0 20 0 15 0 102038266 14316269568 39956 18446744073709551615 4194304 4196468 140727886521360 139640337037808 139640796633730 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21606] ppid=21592 vsize=13980732 memory=-3833726747341067623 CPUtime=0.28 cores=1,3,5,7
/proc/21594/task/21606/stat : 21606 (java) S 21592 21592 13977 0 -1 1077944384 1927 0 0 0 28 0 0 0 20 0 15 0 102038266 14316269568 39956 18446744073709551615 4194304 4196468 140727886521360 139640335985520 139640796633730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21607] ppid=21592 vsize=13980732 memory=-7361174377247368086 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21607/stat : 21607 (java) S 21592 21592 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102038266 14316269568 39956 18446744073709551615 4194304 4196468 140727886521360 139640334932960 139640796632789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
[pid=21594/tid=21608] ppid=21592 vsize=13980732 memory=-3833726747341067623 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21608/stat : 21608 (java) S 21592 21592 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102038271 14316269568 39956 18446744073709551615 4194304 4196468 140727886521360 139640333879728 139640796633730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13934592 140727886524849 140727886525025 140727886525025 140727886528463 0
Current children cumulated CPU time: 4.27 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 161200 KiB

Child status: 0
Real time (s): 2.03144
CPU time (s): 4.30736
CPU user time (s): 4.23252
CPU system time (s): 0.074839
CPU usage (%): 212.035
Max. virtual memory (cumulated for all children) (KiB): 13992448
Max. memory (cumulated for all children) (KiB): 161200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.23252
system time used= 0.074839
maximum resident set size= 164272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29552
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= 1470
involuntary context switches= 14


# summary of solver processes directly reported to runsolver:
#   pid: 21592
#   total CPU time (s): 4.30736
#   total CPU user time (s): 4.23252
#   total CPU system time (s): 0.074839

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.027402 second user time and 0.074246 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-19 11:48:40
IDJOB=4282328
IDBENCH=133092
IDSOLVER=2677
FILE ID=node124/4282328-1503136976
RUNJOBID= node124-1503095780-14042
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/MarketSplit/MarketSplit-m1-gp/MarketSplit-05.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-4282328-1503136976/watcher-4282328-1503136976 -o /tmp/evaluation-result-4282328-1503136976/solver-4282328-1503136976 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1503095780-14042 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 365687348 HOME/instance-4282328-1503136976.xml

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

MD5SUM BENCH= ea540cd06a6319d4cfbd19a531a1ad9c
RANDOM SEED=365687348

node124.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.51
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.51
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.51
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.51
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:        30586204 kB
MemAvailable:   31200584 kB
Buffers:          289148 kB
Cached:           618596 kB
SwapCached:            0 kB
Active:          1366640 kB
Inactive:         364028 kB
Active(anon):     775448 kB
Inactive(anon):    89140 kB
Active(file):     591192 kB
Inactive(file):   274888 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7812 kB
Writeback:             4 kB
AnonPages:        822888 kB
Mapped:            69180 kB
Shmem:             41704 kB
Slab:             155108 kB
SReclaimable:     128268 kB
SUnreclaim:        26840 kB
KernelStack:        3440 kB
PageTables:         6592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1552264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    759808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node124 at 2017-08-19 11:48:42