Trace number 4264002

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 NameAnswerobjective functionCPU timeWall clock time
AbsCon-basic 2017-06-11OPT54 3.38467 2.2414401

DiagnosticValue
WRONG_DECISIONS62121

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-dimacs/
Pb-ii08a1.xml
MD5SUMaab50c75b1dbb6e151cbb105b2b246fa
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark54
Best CPU time to get the best result obtained on this benchmark2.2186799
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints252
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":132}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":27},{"degree":4,"count":36},{"degree":5,"count":18},{"degree":6,"count":18},{"degree":7,"count":9},{"degree":8,"count":6},{"degree":10,"count":18}]
Minimum constraint arity2
Maximum constraint arity8
Distribution of constraint arities[{"arity":2,"count":234},{"arity":3,"count":6},{"arity":8,"count":12}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":252}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.23/0.37	
0.23/0.37	AbsCon 2 
0.23/0.37	
0.55/0.60	  Solving XCSP3-instance-4264002-1502306438 as a COP in -infty..+infty
0.55/0.60	  Loading variables...
0.78/0.62	  Loading constraints...
1.07/0.72	  Solver SolverBacktrack being built...
1.07/0.72	
1.07/0.75	  Preprocessing : gac=true, ccks=0, filters=0, revisions=0 (useless=0), AC=0, removals=0, inconsistent=false
1.07/0.75	
1.07/0.76	o 60
1.07/0.78	o 59
1.07/0.79	o 58
1.07/0.80	o 55
1.07/0.80	o 54
3.33/2.23	
3.33/2.23	v <instantiation id='sol5' type='solution' cost='54'>  <list> x[] </list>  <values> 0 0 1 0 0 1 1 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 0 0 1 1 0 1 0 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 </values>  </instantiation>
3.33/2.23	s OPTIMUM FOUND
3.33/2.23	
3.33/2.23	d WRONG_DECISIONS 62121

Verifier Data

OK	54

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4264002-1502306438/watcher-4264002-1502306438 -o /tmp/evaluation-result-4264002-1502306438/solver-4264002-1502306438 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502259017-17571 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4264002-1502306438.xml 

pid=27381
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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.63 1.65 1.81 2/200 27384
/proc/meminfo: memFree=31152908/32770624 swapFree=0/416888
[pid=27384] ppid=27381 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/27384/stat : 27384 (runsolver) D 27381 27384 9153 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 72554905 24240128 107 18446744073709551615 4194304 4338465 140731932533888 140731932531528 139912892207831 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 30433280 140731932536991 140731932537417 140731932537417 140731932540874 0
/proc/27384/statm: 5918 107 54 36 0 2156 0

[startup+0.10015 s]
/proc/loadavg: 1.63 1.65 1.81 2/200 27384
/proc/meminfo: memFree=31152908/32770624 swapFree=0/416888
[pid=27384] ppid=27381 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/27384/stat : 27384 (runsolver) D 27381 27384 9153 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 72554905 24240128 107 18446744073709551615 4194304 4338465 140731932533888 140731932531528 139912892207831 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 30433280 140731932536991 140731932537417 140731932537417 140731932540874 0
/proc/27384/statm: 5918 107 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200303 s]
/proc/loadavg: 1.63 1.65 1.81 2/200 27384
/proc/meminfo: memFree=31152908/32770624 swapFree=0/416888
[pid=27384] ppid=27381 vsize=10484492 CPUtime=0.05 cores=1,3,5,7
/proc/27384/stat : 27384 (java) S 27381 27384 9153 0 -1 1077944320 4584 0 0 0 4 1 0 0 20 0 14 0 72554905 10736119808 5632 18446744073709551615 4194304 4196468 140728803624256 140728803606800 139628510605047 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
/proc/27384/statm: 2621123 5632 2582 1 0 2610620 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.30501 s]
/proc/loadavg: 1.63 1.65 1.81 2/200 27384
/proc/meminfo: memFree=31152908/32770624 swapFree=0/416888
[pid=27384] ppid=27381 vsize=10551180 CPUtime=0.23 cores=1,3,5,7
/proc/27384/stat : 27384 (java) S 27381 27384 9153 0 -1 1077944320 8577 0 0 0 20 3 0 0 20 0 15 0 72554905 10804408320 8916 18446744073709551615 4194304 4196468 140728803624256 140728803606800 139628510605047 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
/proc/27384/statm: 2637795 8916 2892 1 0 2627261 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 10551180

[startup+0.710822 s]
/proc/loadavg: 1.63 1.65 1.81 2/200 27384
/proc/meminfo: memFree=31152908/32770624 swapFree=0/416888
[pid=27384] ppid=27381 vsize=10621952 CPUtime=1.07 cores=1,3,5,7
/proc/27384/stat : 27384 (java) S 27381 27384 9153 0 -1 1077944320 12917 0 0 0 101 6 0 0 20 0 16 0 72554905 10876878848 18271 18446744073709551615 4194304 4196468 140728803624256 140728803606800 139628510605047 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
/proc/27384/statm: 2655488 18271 3069 1 0 2644414 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 10621952

[startup+1.50682 s]
/proc/loadavg: 1.82 1.68 1.82 3/216 27400
/proc/meminfo: memFree=31059248/32770624 swapFree=0/416916
[pid=27384] ppid=27381 vsize=10624000 CPUtime=2.63 cores=1,3,5,7
/proc/27384/stat : 27384 (java) S 27381 27384 9153 0 -1 1077944320 18078 0 0 0 255 8 0 0 20 0 16 0 72554905 10878976000 29268 18446744073709551615 4194304 4196468 140728803624256 140728803606800 139628510605047 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
/proc/27384/statm: 2656000 29268 3090 1 0 2644926 0
[pid=27384/tid=27386] ppid=27381 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/27384/task/27386/stat : 27386 (java) S 27381 27384 9153 0 -1 1077944384 6177 0 0 0 18 2 0 0 20 0 16 0 72554915 10878976000 29268 18446744073709551615 4194304 4196468 140728803624256 139628514847920 139628510615253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27387] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27387/stat : 27387 (java) S 27381 27384 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 72554916 10878976000 29268 18446744073709551615 4194304 4196468 140728803624256 139628451642512 139628510615253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27388] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27388/stat : 27388 (java) S 27381 27384 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 72554916 10878976000 29268 18446744073709551615 4194304 4196468 140728803624256 139628450589712 139628510615253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27389] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27389/stat : 27389 (java) S 27381 27384 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 72554916 10878976000 29268 18446744073709551615 4194304 4196468 140728803624256 139628449536912 139628510615253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27390] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27390/stat : 27390 (java) S 27381 27384 9153 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 72554916 10878976000 29268 18446744073709551615 4194304 4196468 140728803624256 139628448484112 139628510615253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27391] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27391/stat : 27391 (java) S 27381 27384 9153 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 72554917 10878976000 29268 18446744073709551615 4194304 4196468 140728803624256 139627617589616 139628510616194 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27392] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27392/stat : 27392 (java) S 27381 27384 9153 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 72554918 10878976000 29268 18446744073709551615 4194304 4196468 140728803624256 139627616535584 139628510615253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27393] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27393/stat : 27393 (java) S 27381 27384 9153 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 72554918 10878976000 29268 18446744073709551615 4194304 4196468 140728803624256 139627615482736 139628510615253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27394] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27394/stat : 27394 (java) S 27381 27384 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 72554920 10878976000 29268 18446744073709551615 4194304 4196468 140728803624256 139627614431056 139628510623643 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27395] ppid=27381 vsize=10624000 CPUtime=0.44 cores=1,3,5,7
/proc/27384/task/27395/stat : 27395 (java) S 27381 27384 9153 0 -1 1077944384 1738 0 0 0 44 0 0 0 20 0 16 0 72554920 10878976000 29268 18446744073709551615 4194304 4196468 140728803624256 139627613379440 139628510616194 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27396] ppid=27381 vsize=10624000 CPUtime=0.45 cores=1,3,5,7
/proc/27384/task/27396/stat : 27396 (java) S 27381 27384 9153 0 -1 1077944384 1058 0 0 0 45 0 0 0 20 0 16 0 72554920 10878976000 29268 18446744073709551615 4194304 4196468 140728803624256 139627612326640 139628510616194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27397] ppid=27381 vsize=10624000 CPUtime=0.38 cores=1,3,5,7
/proc/27384/task/27397/stat : 27397 (java) S 27381 27384 9153 0 -1 1077944384 2190 0 0 0 38 0 0 0 20 0 16 0 72554920 10878976000 29268 18446744073709551615 4194304 4196468 140728803624256 139627611273840 139628510616194 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27398] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27398/stat : 27398 (java) S 27381 27384 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 72554920 10878976000 29268 18446744073709551615 4194304 4196468 140728803624256 139627610221280 139628510615253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27399] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27399/stat : 27399 (java) S 27381 27384 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 72554925 10878976000 29268 18446744073709551615 4194304 4196468 140728803624256 139627609168560 139628510616194 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27400] ppid=27381 vsize=10624000 CPUtime=1.12 cores=1,3,5,7
/proc/27384/task/27400/stat : 27400 (java) R 27381 27384 9153 0 -1 4202560 5546 0 0 0 108 4 0 0 20 0 16 0 72554942 10878976000 29268 18446744073709551615 4194304 4196468 140728803624256 139627605963720 139628132847158 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 10624000

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

[startup+1.60086 s]
/proc/loadavg: 1.82 1.68 1.82 3/216 27400
/proc/meminfo: memFree=31059248/32770624 swapFree=0/416916
[pid=27384] ppid=27381 vsize=10624000 CPUtime=2.72 cores=1,3,5,7
/proc/27384/stat : 27384 (java) S 27381 27384 9153 0 -1 1077944320 18080 0 0 0 264 8 0 0 20 0 16 0 72554905 10878976000 29780 18446744073709551615 4194304 4196468 140728803624256 140728803606800 139628510605047 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
/proc/27384/statm: 2656000 29780 3090 1 0 2644926 0
[pid=27384/tid=27386] ppid=27381 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/27384/task/27386/stat : 27386 (java) S 27381 27384 9153 0 -1 1077944384 6177 0 0 0 18 2 0 0 20 0 16 0 72554915 10878976000 29780 18446744073709551615 4194304 4196468 140728803624256 139628514847920 139628510615253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27387] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27387/stat : 27387 (java) S 27381 27384 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 72554916 10878976000 29780 18446744073709551615 4194304 4196468 140728803624256 139628451642512 139628510615253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27388] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27388/stat : 27388 (java) S 27381 27384 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 72554916 10878976000 29780 18446744073709551615 4194304 4196468 140728803624256 139628450589712 139628510615253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27389] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27389/stat : 27389 (java) S 27381 27384 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 72554916 10878976000 29780 18446744073709551615 4194304 4196468 140728803624256 139628449536912 139628510615253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27390] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27390/stat : 27390 (java) S 27381 27384 9153 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 72554916 10878976000 29780 18446744073709551615 4194304 4196468 140728803624256 139628448484112 139628510615253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27391] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27391/stat : 27391 (java) S 27381 27384 9153 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 72554917 10878976000 29780 18446744073709551615 4194304 4196468 140728803624256 139627617589616 139628510616194 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27392] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27392/stat : 27392 (java) S 27381 27384 9153 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 72554918 10878976000 29780 18446744073709551615 4194304 4196468 140728803624256 139627616535584 139628510615253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27393] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27393/stat : 27393 (java) S 27381 27384 9153 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 72554918 10878976000 29780 18446744073709551615 4194304 4196468 140728803624256 139627615482736 139628510615253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27394] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27394/stat : 27394 (java) S 27381 27384 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 72554920 10878976000 29780 18446744073709551615 4194304 4196468 140728803624256 139627614431056 139628510623643 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27395] ppid=27381 vsize=10624000 CPUtime=0.44 cores=1,3,5,7
/proc/27384/task/27395/stat : 27395 (java) S 27381 27384 9153 0 -1 1077944384 1738 0 0 0 44 0 0 0 20 0 16 0 72554920 10878976000 29780 18446744073709551615 4194304 4196468 140728803624256 139627613379440 139628510616194 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27396] ppid=27381 vsize=10624000 CPUtime=0.45 cores=1,3,5,7
/proc/27384/task/27396/stat : 27396 (java) S 27381 27384 9153 0 -1 1077944384 1058 0 0 0 45 0 0 0 20 0 16 0 72554920 10878976000 29780 18446744073709551615 4194304 4196468 140728803624256 139627612326640 139628510616194 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27397] ppid=27381 vsize=10624000 CPUtime=0.38 cores=1,3,5,7
/proc/27384/task/27397/stat : 27397 (java) S 27381 27384 9153 0 -1 1077944384 2191 0 0 0 38 0 0 0 20 0 16 0 72554920 10878976000 29780 18446744073709551615 4194304 4196468 140728803624256 139627611273840 139628510616194 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27398] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27398/stat : 27398 (java) S 27381 27384 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 72554920 10878976000 29780 18446744073709551615 4194304 4196468 140728803624256 139627610221280 139628510615253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27399] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27399/stat : 27399 (java) S 27381 27384 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 72554925 10878976000 29780 18446744073709551615 4194304 4196468 140728803624256 139627609168560 139628510616194 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27400] ppid=27381 vsize=10624000 CPUtime=1.21 cores=1,3,5,7
/proc/27384/task/27400/stat : 27400 (java) R 27381 27384 9153 0 -1 4202560 5547 0 0 0 117 4 0 0 20 0 16 0 72554942 10878976000 29780 18446744073709551615 4194304 4196468 140728803624256 139627605976152 139628132847189 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 10624000

[startup+2.00059 s]
/proc/loadavg: 1.82 1.68 1.82 3/216 27400
/proc/meminfo: memFree=31059248/32770624 swapFree=0/416916
[pid=27384] ppid=27381 vsize=10624000 CPUtime=3.13 cores=1,3,5,7
/proc/27384/stat : 27384 (java) S 27381 27384 9153 0 -1 1077944320 18209 0 0 0 305 8 0 0 20 0 16 0 72554905 10878976000 32859 18446744073709551615 4194304 4196468 140728803624256 140728803606800 139628510605047 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
/proc/27384/statm: 2656000 32859 3091 1 0 2644926 0
[pid=27384/tid=27386] ppid=27381 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/27384/task/27386/stat : 27386 (java) S 27381 27384 9153 0 -1 1077944384 6177 0 0 0 18 2 0 0 20 0 16 0 72554915 10878976000 32859 18446744073709551615 4194304 4196468 140728803624256 139628514847920 139628510615253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27387] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27387/stat : 27387 (java) S 27381 27384 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 72554916 10878976000 32859 18446744073709551615 4194304 4196468 140728803624256 139628451642512 139628510615253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27388] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27388/stat : 27388 (java) S 27381 27384 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 72554916 10878976000 32859 18446744073709551615 4194304 4196468 140728803624256 139628450589712 139628510615253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27389] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27389/stat : 27389 (java) S 27381 27384 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 72554916 10878976000 32859 18446744073709551615 4194304 4196468 140728803624256 139628449536912 139628510615253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27390] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27390/stat : 27390 (java) S 27381 27384 9153 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 72554916 10878976000 32859 18446744073709551615 4194304 4196468 140728803624256 139628448484112 139628510615253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27391] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27391/stat : 27391 (java) S 27381 27384 9153 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 16 0 72554917 10878976000 32859 18446744073709551615 4194304 4196468 140728803624256 139627617589616 139628510616194 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27392] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27392/stat : 27392 (java) S 27381 27384 9153 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 72554918 10878976000 32859 18446744073709551615 4194304 4196468 140728803624256 139627616535584 139628510615253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27393] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27393/stat : 27393 (java) S 27381 27384 9153 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 72554918 10878976000 32859 18446744073709551615 4194304 4196468 140728803624256 139627615482736 139628510615253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27394] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27394/stat : 27394 (java) S 27381 27384 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 72554920 10878976000 32859 18446744073709551615 4194304 4196468 140728803624256 139627614431056 139628510623643 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27395] ppid=27381 vsize=10624000 CPUtime=0.44 cores=1,3,5,7
/proc/27384/task/27395/stat : 27395 (java) S 27381 27384 9153 0 -1 1077944384 1738 0 0 0 44 0 0 0 20 0 16 0 72554920 10878976000 32859 18446744073709551615 4194304 4196468 140728803624256 139627613379440 139628510616194 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27396] ppid=27381 vsize=10624000 CPUtime=0.45 cores=1,3,5,7
/proc/27384/task/27396/stat : 27396 (java) S 27381 27384 9153 0 -1 1077944384 1058 0 0 0 45 0 0 0 20 0 16 0 72554920 10878976000 32859 18446744073709551615 4194304 4196468 140728803624256 139627612326640 139628510616194 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27397] ppid=27381 vsize=10624000 CPUtime=0.39 cores=1,3,5,7
/proc/27384/task/27397/stat : 27397 (java) S 27381 27384 9153 0 -1 1077944384 2295 0 0 0 39 0 0 0 20 0 16 0 72554920 10878976000 32859 18446744073709551615 4194304 4196468 140728803624256 139627611273840 139628510616194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27398] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27398/stat : 27398 (java) S 27381 27384 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 72554920 10878976000 32859 18446744073709551615 4194304 4196468 140728803624256 139627610221280 139628510615253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27399] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27399/stat : 27399 (java) S 27381 27384 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 72554925 10878976000 32859 18446744073709551615 4194304 4196468 140728803624256 139627609168560 139628510616194 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27400] ppid=27381 vsize=10624000 CPUtime=1.61 cores=1,3,5,7
/proc/27384/task/27400/stat : 27400 (java) R 27381 27384 9153 0 -1 4202560 5561 0 0 0 157 4 0 0 20 0 16 0 72554942 10878976000 32859 18446744073709551615 4194304 4196468 140728803624256 139627605975504 139628132848341 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 10624000

[startup+2.20062 s]
/proc/loadavg: 1.82 1.68 1.82 3/216 27400
/proc/meminfo: memFree=31026352/32770624 swapFree=0/416916
[pid=27384] ppid=27381 vsize=10624000 CPUtime=3.33 cores=1,3,5,7
/proc/27384/stat : 27384 (java) S 27381 27384 9153 0 -1 1077944320 18212 0 0 0 325 8 0 0 20 0 16 0 72554905 10878976000 34395 18446744073709551615 4194304 4196468 140728803624256 140728803606800 139628510605047 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
/proc/27384/statm: 2656000 34395 3091 1 0 2644926 0
[pid=27384/tid=27386] ppid=27381 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/27384/task/27386/stat : 27386 (java) S 27381 27384 9153 0 -1 1077944384 6177 0 0 0 18 2 0 0 20 0 16 0 72554915 10878976000 34395 18446744073709551615 4194304 4196468 140728803624256 139628514847920 139628510615253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27387] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27387/stat : 27387 (java) S 27381 27384 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 72554916 10878976000 34395 18446744073709551615 4194304 4196468 140728803624256 139628451642512 139628510615253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27388] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27388/stat : 27388 (java) S 27381 27384 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 72554916 10878976000 34395 18446744073709551615 4194304 4196468 140728803624256 139628450589712 139628510615253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27389] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27389/stat : 27389 (java) S 27381 27384 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 72554916 10878976000 34395 18446744073709551615 4194304 4196468 140728803624256 139628449536912 139628510615253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27390] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27390/stat : 27390 (java) S 27381 27384 9153 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 72554916 10878976000 34395 18446744073709551615 4194304 4196468 140728803624256 139628448484112 139628510615253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27391] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27391/stat : 27391 (java) S 27381 27384 9153 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 16 0 72554917 10878976000 34395 18446744073709551615 4194304 4196468 140728803624256 139627617589616 139628510616194 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27392] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27392/stat : 27392 (java) S 27381 27384 9153 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 72554918 10878976000 34395 18446744073709551615 4194304 4196468 140728803624256 139627616535584 139628510615253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27393] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27393/stat : 27393 (java) S 27381 27384 9153 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 72554918 10878976000 34395 18446744073709551615 4194304 4196468 140728803624256 139627615482736 139628510615253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27394] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27394/stat : 27394 (java) S 27381 27384 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 72554920 10878976000 34395 18446744073709551615 4194304 4196468 140728803624256 139627614431056 139628510623643 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27395] ppid=27381 vsize=10624000 CPUtime=0.44 cores=1,3,5,7
/proc/27384/task/27395/stat : 27395 (java) S 27381 27384 9153 0 -1 1077944384 1738 0 0 0 44 0 0 0 20 0 16 0 72554920 10878976000 34395 18446744073709551615 4194304 4196468 140728803624256 139627613379440 139628510616194 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27396] ppid=27381 vsize=10624000 CPUtime=0.45 cores=1,3,5,7
/proc/27384/task/27396/stat : 27396 (java) S 27381 27384 9153 0 -1 1077944384 1058 0 0 0 45 0 0 0 20 0 16 0 72554920 10878976000 34395 18446744073709551615 4194304 4196468 140728803624256 139627612326640 139628510616194 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27397] ppid=27381 vsize=10624000 CPUtime=0.39 cores=1,3,5,7
/proc/27384/task/27397/stat : 27397 (java) S 27381 27384 9153 0 -1 1077944384 2295 0 0 0 39 0 0 0 20 0 16 0 72554920 10878976000 34395 18446744073709551615 4194304 4196468 140728803624256 139627611273840 139628510616194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27398] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27398/stat : 27398 (java) S 27381 27384 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 72554920 10878976000 34395 18446744073709551615 4194304 4196468 140728803624256 139627610221280 139628510615253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27399] ppid=27381 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/27384/task/27399/stat : 27399 (java) S 27381 27384 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 72554925 10878976000 34395 18446744073709551615 4194304 4196468 140728803624256 139627609168560 139628510616194 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
[pid=27384/tid=27400] ppid=27381 vsize=10624000 CPUtime=1.81 cores=1,3,5,7
/proc/27384/task/27400/stat : 27400 (java) R 27381 27384 9153 0 -1 4202560 5564 0 0 0 177 4 0 0 20 0 16 0 72554942 10878976000 34395 18446744073709551615 4194304 4196468 140728803624256 139627605975504 139628132847217 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11710464 140728803627469 140728803627598 140728803627598 140728803631055 0
Current children cumulated CPU time (s) 3.33
Current children cumulated vsize (KiB) 10624000

Child status: 0
Real time (s): 2.24144
CPU time (s): 3.38467
CPU user time (s): 3.29125
CPU system time (s): 0.093426
CPU usage (%): 151.004
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.29125
system time used= 0.093426
maximum resident set size= 139840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18477
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= 2103
involuntary context switches= 16

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.010911 second user time and 0.018846 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-09 21:06:42
IDJOB=4264002
IDBENCH=134887
IDSOLVER=2652
FILE ID=node135/4264002-1502306438
RUNJOBID= node135-1502259017-17571
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-dimacs/Pb-ii08a1.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4264002-1502306438/watcher-4264002-1502306438 -o /tmp/evaluation-result-4264002-1502306438/solver-4264002-1502306438 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502259017-17571 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4264002-1502306438.xml

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

MD5SUM BENCH= aab50c75b1dbb6e151cbb105b2b246fa
RANDOM SEED=1961844060

node135.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.21
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.21
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.21
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.21
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:        31153000 kB
MemAvailable:   31849940 kB
Buffers:          265244 kB
Cached:           725148 kB
SwapCached:            0 kB
Active:           730372 kB
Inactive:         450028 kB
Active(anon):     190456 kB
Inactive(anon):    33140 kB
Active(file):     539916 kB
Inactive(file):   416888 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7820 kB
Writeback:             4 kB
AnonPages:        190164 kB
Mapped:            57472 kB
Shmem:             33464 kB
Slab:             139104 kB
SReclaimable:     111944 kB
SUnreclaim:        27160 kB
KernelStack:        3536 kB
PageTables:         5756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1044396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    122880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62016 MiB
End job on node135 at 2017-08-09 21:06:45