Trace number 4283810

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 5a (2017-08-18)SAT 14.2091 10.7123

General information on the benchmark

NameMultiKnapsack/MultiKnapsack-m1-gp/
MultiKnapsack-2-16.xml
MD5SUM67961b7ea87b4668bb1c5673d941fd25
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.035452999
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints6
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":40}]
Minimum variable degree6
Maximum variable degree6
Distribution of variable degrees[{"degree":6,"count":40}]
Minimum constraint arity40
Maximum constraint arity40
Distribution of constraint arities[{"arity":40,"count":6}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":6}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283810-1503187766.xml"  -tl '2520s' -p 1 -x 3
0.10/0.26	c [HOME/instance-4283810-1503187766.xml, -tl, 2520s, -p, 1, -x, 3]
0.30/0.32	c simple solver
0.30/0.39	c parse instance...
0.67/0.54	c solve instance...
14.18/10.70	s SATISFIABLE
14.18/10.70	v <instantiation>
14.18/10.70	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] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] </list>
14.18/10.70	v 	<values>1 1 0 1 1 0 1 0 0 0 1 1 1 0 1 1 1 1 0 0 1 0 1 0 0 0 0 1 0 1 1 0 1 0 1 0 0 0 0 1 </values>
14.18/10.70	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 (14819 MiB free)
  memory of node 1: 16384 MiB (14741 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283810-1503187766/watcher-4283810-1503187766 -o /tmp/evaluation-result-4283810-1503187766/solver-4283810-1503187766 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503171261-25500 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 530894909 HOME/instance-4283810-1503187766.xml 

running on 4 cores: 0,2,4,6

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
solver pid=28366, runsolver pid=28363
Current StackSize limit: 8192 KiB


[startup+0.100091 s]*
/proc/loadavg: 1.38 1.45 1.46 3/202 28373
/proc/meminfo: memFree=30261748/32770624 swapFree=67108860/67108860
[pid=28366] ppid=28363 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28366/stat : 28366 (xcsp3-exec) S 28363 28366 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 120997030 9740288 345 18446744073709551615 4194304 5098028 140725830162496 140725830160600 140618027340412 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 10186752 140725830164857 140725830165061 140725830165061 140725830168555 0
/proc/28366/statm: 2378 345 289 221 0 87 0
[pid=28368] ppid=28366 vsize=13507920 memory=17204 CPUtime=0.01 cores=0,2,4,6
/proc/28368/stat : 28368 (java) S 28366 28366 8563 0 -1 1077944320 3594 0 0 0 1 0 0 0 20 0 8 0 120997038 13832110080 4301 18446744073709551615 4194304 4196468 140725383837808 140725383820352 139928506810103 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
/proc/28368/statm: 3376980 4301 2030 1 0 3366477 0
[pid=28368/tid=28369] ppid=28366 vsize=13507920 memory=-8713483618642589535 CPUtime=0.01 cores=0,2,4,6
/proc/28368/task/28369/stat : 28369 (java) R 28366 28366 8563 0 -1 4202560 2329 0 0 0 1 0 0 0 20 0 8 0 120997038 13832110080 4301 18446744073709551615 4194304 4196468 140725383837808 139928511043240 139928489026128 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28370] ppid=28366 vsize=13507920 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28370/stat : 28370 (java) S 28366 28366 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 120997039 13832110080 4301 18446744073709551615 4194304 4196468 140725383837808 139928426224784 139928506820309 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28371] ppid=28366 vsize=13507920 memory=140495733790336 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28371/stat : 28371 (java) S 28366 28366 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 120997039 13832110080 4301 18446744073709551615 4194304 4196468 140725383837808 139928425171984 139928506820309 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28372] ppid=28366 vsize=13507920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28372/stat : 28372 (java) S 28366 28366 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 120997039 13832110080 4301 18446744073709551615 4194304 4196468 140725383837808 139928105118608 139928506820309 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28373] ppid=28366 vsize=13507920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28373/stat : 28373 (java) S 28366 28366 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 120997039 13832110080 4301 18446744073709551615 4194304 4196468 140725383837808 139928104065808 139928506820309 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28374] ppid=28366 vsize=13507920 memory=140495733790336 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28374/stat : 28374 (java) S 28366 28366 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 120997040 13832110080 4301 18446744073709551615 4194304 4196468 140725383837808 139927985396080 139928506821250 0 0 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28375] ppid=28366 vsize=13507920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28375/stat : 28375 (java) S 28366 28366 8563 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 8 0 120997041 13832110080 4301 18446744073709551615 4194304 4196468 140725383837808 139927984340944 139928506820309 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13517432 KiB
Current children cumulated memory: 18584 KiB

[startup+0.210237 s]*
/proc/loadavg: 1.38 1.45 1.46 4/211 28382
/proc/meminfo: memFree=30253368/32770624 swapFree=67108860/67108860
[pid=28366] ppid=28363 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28366/stat : 28366 (xcsp3-exec) S 28363 28366 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 120997030 9740288 345 18446744073709551615 4194304 5098028 140725830162496 140725830160600 140618027340412 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 10186752 140725830164857 140725830165061 140725830165061 140725830168555 0
/proc/28366/statm: 2378 345 289 221 0 87 0
[pid=28368] ppid=28366 vsize=13974352 memory=26936 CPUtime=0.1 cores=0,2,4,6
/proc/28368/stat : 28368 (java) S 28366 28366 8563 0 -1 1077944320 5166 0 0 0 9 1 0 0 20 0 15 0 120997038 14309736448 6734 18446744073709551615 4194304 4196468 140725383837808 140725383820352 139928506810103 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
/proc/28368/statm: 3493588 6734 2755 1 0 3482964 0
[pid=28368/tid=28369] ppid=28366 vsize=13974352 memory=-6871798056524144002 CPUtime=0.07 cores=0,2,4,6
/proc/28368/task/28369/stat : 28369 (java) R 28366 28366 8563 0 -1 4202560 3313 0 0 0 7 0 0 0 20 0 15 0 120997038 14309736448 6734 18446744073709551615 4194304 4196468 140725383837808 139928511043440 139928490890590 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28370] ppid=28366 vsize=13974352 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28370/stat : 28370 (java) S 28366 28366 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120997039 14309736448 6734 18446744073709551615 4194304 4196468 140725383837808 139928426224784 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28371] ppid=28366 vsize=13974352 memory=140495733790336 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28371/stat : 28371 (java) S 28366 28366 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120997039 14309736448 6734 18446744073709551615 4194304 4196468 140725383837808 139928425171984 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28372] ppid=28366 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28372/stat : 28372 (java) S 28366 28366 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120997039 14309736448 6734 18446744073709551615 4194304 4196468 140725383837808 139928105118608 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28373] ppid=28366 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28373/stat : 28373 (java) S 28366 28366 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120997039 14309736448 6734 18446744073709551615 4194304 4196468 140725383837808 139928104065808 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28374] ppid=28366 vsize=13974352 memory=140495733790336 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28374/stat : 28374 (java) S 28366 28366 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120997040 14309736448 6734 18446744073709551615 4194304 4196468 140725383837808 139927985396080 139928506821250 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28375] ppid=28366 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28375/stat : 28375 (java) S 28366 28366 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 120997041 14309736448 6734 18446744073709551615 4194304 4196468 140725383837808 139927984342048 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28376] ppid=28366 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28376/stat : 28376 (java) S 28366 28366 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 120997041 14309736448 6734 18446744073709551615 4194304 4196468 140725383837808 139927983289200 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28377] ppid=28366 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28377/stat : 28377 (java) S 28366 28366 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120997043 14309736448 6734 18446744073709551615 4194304 4196468 140725383837808 139927982237520 139928506828699 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28378] ppid=28366 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28378/stat : 28378 (java) S 28366 28366 8563 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 15 0 120997043 14309736448 6734 18446744073709551615 4194304 4196468 140725383837808 139927981185904 139928506821250 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28379] ppid=28366 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28379/stat : 28379 (java) S 28366 28366 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120997043 14309736448 6734 18446744073709551615 4194304 4196468 140725383837808 139927980133104 139928506821250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28380] ppid=28366 vsize=13974352 memory=140495733790336 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28380/stat : 28380 (java) S 28366 28366 8563 0 -1 1077944384 240 0 0 0 0 0 0 0 20 0 15 0 120997043 14309736448 6734 18446744073709551615 4194304 4196468 140725383837808 139927979080304 139928506821250 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28381] ppid=28366 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28381/stat : 28381 (java) S 28366 28366 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120997043 14309736448 6734 18446744073709551615 4194304 4196468 140725383837808 139927978027744 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28382] ppid=28366 vsize=13974352 memory=140495733790336 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28382/stat : 28382 (java) S 28366 28366 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120997048 14309736448 6734 18446744073709551615 4194304 4196468 140725383837808 139927976975024 139928506821250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28316 KiB

[startup+0.310242 s]*
/proc/loadavg: 1.38 1.45 1.46 4/211 28382
/proc/meminfo: memFree=30242348/32770624 swapFree=67108860/67108860
[pid=28366] ppid=28363 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28366/stat : 28366 (xcsp3-exec) S 28363 28366 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 120997030 9740288 345 18446744073709551615 4194304 5098028 140725830162496 140725830160600 140618027340412 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 10186752 140725830164857 140725830165061 140725830165061 140725830168555 0
/proc/28366/statm: 2378 345 289 221 0 87 0
[pid=28368] ppid=28366 vsize=13974352 memory=39856 CPUtime=0.3 cores=0,2,4,6
/proc/28368/stat : 28368 (java) S 28366 28366 8563 0 -1 1077944320 9110 0 0 0 27 3 0 0 20 0 15 0 120997038 14309736448 9964 18446744073709551615 4194304 4196468 140725383837808 140725383820352 139928506810103 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
/proc/28368/statm: 3493588 9964 3013 1 0 3482964 0
[pid=28368/tid=28369] ppid=28366 vsize=13974352 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/28368/task/28369/stat : 28369 (java) R 28366 28366 8563 0 -1 4202560 6227 0 0 0 16 2 0 0 20 0 15 0 120997038 14309736448 9964 18446744073709551615 4194304 4196468 140725383837808 139928511028192 139928506822038 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28370] ppid=28366 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28370/stat : 28370 (java) S 28366 28366 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120997039 14309736448 9964 18446744073709551615 4194304 4196468 140725383837808 139928426224784 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28371] ppid=28366 vsize=13974352 memory=4132769004644038186 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28371/stat : 28371 (java) S 28366 28366 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120997039 14309736448 9964 18446744073709551615 4194304 4196468 140725383837808 139928425171984 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28372] ppid=28366 vsize=13974352 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28372/stat : 28372 (java) S 28366 28366 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120997039 14309736448 9964 18446744073709551615 4194304 4196468 140725383837808 139928105118608 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28373] ppid=28366 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28373/stat : 28373 (java) S 28366 28366 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120997039 14309736448 9964 18446744073709551615 4194304 4196468 140725383837808 139928104065808 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28374] ppid=28366 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28374/stat : 28374 (java) S 28366 28366 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120997040 14309736448 9964 18446744073709551615 4194304 4196468 140725383837808 139927985396080 139928506821250 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28375] ppid=28366 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28375/stat : 28375 (java) S 28366 28366 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 120997041 14309736448 9964 18446744073709551615 4194304 4196468 140725383837808 139927984342048 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28376] ppid=28366 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28376/stat : 28376 (java) S 28366 28366 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 120997041 14309736448 9964 18446744073709551615 4194304 4196468 140725383837808 139927983289200 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28377] ppid=28366 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28377/stat : 28377 (java) S 28366 28366 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120997043 14309736448 9964 18446744073709551615 4194304 4196468 140725383837808 139927982237520 139928506828699 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28378] ppid=28366 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28368/task/28378/stat : 28378 (java) S 28366 28366 8563 0 -1 1077944384 633 0 0 0 2 0 0 0 20 0 15 0 120997043 14309736448 9964 18446744073709551615 4194304 4196468 140725383837808 139927981185904 139928506821250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28379] ppid=28366 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28368/task/28379/stat : 28379 (java) R 28366 28366 8563 0 -1 1077944384 205 0 0 0 2 0 0 0 20 0 15 0 120997043 14309736448 9964 18446744073709551615 4194304 4196468 140725383837808 139927980133104 139928506821250 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28380] ppid=28366 vsize=13974352 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/28368/task/28380/stat : 28380 (java) R 28366 28366 8563 0 -1 4202560 747 0 0 0 6 0 0 0 20 0 15 0 120997043 14309736448 9964 18446744073709551615 4194304 4196468 140725383837808 139927979080304 139928484034256 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28381] ppid=28366 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28381/stat : 28381 (java) S 28366 28366 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120997043 14309736448 9964 18446744073709551615 4194304 4196468 140725383837808 139927978027744 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28382] ppid=28366 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28382/stat : 28382 (java) S 28366 28366 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120997048 14309736448 9964 18446744073709551615 4194304 4196468 140725383837808 139927976975024 139928506821250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 41236 KiB

[startup+0.70125 s]
/proc/loadavg: 1.38 1.45 1.46 4/211 28382
/proc/meminfo: memFree=30230380/32770624 swapFree=67108860/67108860
[pid=28366] ppid=28363 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28366/stat : 28366 (xcsp3-exec) S 28363 28366 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 120997030 9740288 345 18446744073709551615 4194304 5098028 140725830162496 140725830160600 140618027340412 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 10186752 140725830164857 140725830165061 140725830165061 140725830168555 0
/proc/28366/statm: 2378 345 289 221 0 87 0
[pid=28368] ppid=28366 vsize=13980732 memory=65640 CPUtime=1.3 cores=0,2,4,6
/proc/28368/stat : 28368 (java) S 28366 28366 8563 0 -1 1077944320 13540 0 0 0 126 4 0 0 20 0 15 0 120997038 14316269568 16410 18446744073709551615 4194304 4196468 140725383837808 140725383820352 139928506810103 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
/proc/28368/statm: 3495183 16410 3172 1 0 3483476 0
[pid=28368/tid=28369] ppid=28366 vsize=13980732 memory=8458433173657303093 CPUtime=0.56 cores=0,2,4,6
/proc/28368/task/28369/stat : 28369 (java) R 28366 28366 8563 0 -1 4202560 8441 0 0 0 53 3 0 0 20 0 15 0 120997038 14316269568 16410 18446744073709551615 4194304 4196468 140725383837808 139928511049248 139928107757738 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28370] ppid=28366 vsize=13980732 memory=8387336310921831882 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28370/stat : 28370 (java) S 28366 28366 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120997039 14316269568 16410 18446744073709551615 4194304 4196468 140725383837808 139928426224784 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28371] ppid=28366 vsize=13980732 memory=7374469921005131344 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28371/stat : 28371 (java) S 28366 28366 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120997039 14316269568 16410 18446744073709551615 4194304 4196468 140725383837808 139928425171984 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28372] ppid=28366 vsize=13980732 memory=6935649255776346432 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28372/stat : 28372 (java) S 28366 28366 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120997039 14316269568 16410 18446744073709551615 4194304 4196468 140725383837808 139928105118608 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28373] ppid=28366 vsize=13980732 memory=4638778398332698720 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28373/stat : 28373 (java) S 28366 28366 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120997039 14316269568 16410 18446744073709551615 4194304 4196468 140725383837808 139928104065808 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28374] ppid=28366 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28374/stat : 28374 (java) S 28366 28366 8563 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 120997040 14316269568 16410 18446744073709551615 4194304 4196468 140725383837808 139927985396080 139928506821250 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28375] ppid=28366 vsize=13980732 memory=4116 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28375/stat : 28375 (java) S 28366 28366 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 120997041 14316269568 16410 18446744073709551615 4194304 4196468 140725383837808 139927984342048 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28376] ppid=28366 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28376/stat : 28376 (java) S 28366 28366 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 120997041 14316269568 16410 18446744073709551615 4194304 4196468 140725383837808 139927983289200 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28377] ppid=28366 vsize=13980732 memory=140495628018288 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28377/stat : 28377 (java) S 28366 28366 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120997043 14316269568 16410 18446744073709551615 4194304 4196468 140725383837808 139927982237520 139928506828699 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28378] ppid=28366 vsize=13980732 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/28368/task/28378/stat : 28378 (java) R 28366 28366 8563 0 -1 4202560 1135 0 0 0 23 0 0 0 20 0 15 0 120997043 14316269568 16410 18446744073709551615 4194304 4196468 140725383837808 139927981172472 139928491100347 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28379] ppid=28366 vsize=13980732 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/28368/task/28379/stat : 28379 (java) R 28366 28366 8563 0 -1 4202560 1187 0 0 0 22 0 0 0 20 0 15 0 120997043 14316269568 16410 18446744073709551615 4194304 4196468 140725383837808 139927980114120 139928486059767 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28380] ppid=28366 vsize=13980732 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/28368/task/28380/stat : 28380 (java) S 28366 28366 8563 0 -1 1077944384 1469 0 0 0 27 0 0 0 20 0 15 0 120997043 14316269568 16410 18446744073709551615 4194304 4196468 140725383837808 139927979080304 139928506821250 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28381] ppid=28366 vsize=13980732 memory=7809523229951467568 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28381/stat : 28381 (java) S 28366 28366 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120997043 14316269568 16410 18446744073709551615 4194304 4196468 140725383837808 139927978027744 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28382] ppid=28366 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28382/stat : 28382 (java) S 28366 28366 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120997048 14316269568 16410 18446744073709551615 4194304 4196468 140725383837808 139927976975024 139928506821250 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 67020 KiB

[startup+1.50084 s]
/proc/loadavg: 1.38 1.45 1.46 5/211 28382
/proc/meminfo: memFree=30188012/32770624 swapFree=67108860/67108860
[pid=28366] ppid=28363 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28366/stat : 28366 (xcsp3-exec) S 28363 28366 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 120997030 9740288 345 18446744073709551615 4194304 5098028 140725830162496 140725830160600 140618027340412 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 10186752 140725830164857 140725830165061 140725830165061 140725830168555 0
/proc/28366/statm: 2378 345 289 221 0 87 0
[pid=28368] ppid=28366 vsize=13980732 memory=148464 CPUtime=3.6 cores=0,2,4,6
/proc/28368/stat : 28368 (java) S 28366 28366 8563 0 -1 1077944320 21256 0 0 0 353 7 0 0 20 0 15 0 120997038 14316269568 37116 18446744073709551615 4194304 4196468 140725383837808 140725383820352 139928506810103 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
/proc/28368/statm: 3495183 37116 3195 1 0 3483476 0
[pid=28368/tid=28369] ppid=28366 vsize=13980732 memory=6944652177228980320 CPUtime=1.36 cores=0,2,4,6
/proc/28368/task/28369/stat : 28369 (java) R 28366 28366 8563 0 -1 4202560 9217 0 0 0 132 4 0 0 20 0 15 0 120997038 14316269568 37116 18446744073709551615 4194304 4196468 140725383837808 139928511047080 139928105273151 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28370] ppid=28366 vsize=13980732 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28370/stat : 28370 (java) S 28366 28366 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120997039 14316269568 37116 18446744073709551615 4194304 4196468 140725383837808 139928426224784 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28371] ppid=28366 vsize=13980732 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28371/stat : 28371 (java) S 28366 28366 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120997039 14316269568 37116 18446744073709551615 4194304 4196468 140725383837808 139928425171984 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28372] ppid=28366 vsize=13980732 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28372/stat : 28372 (java) S 28366 28366 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120997039 14316269568 37116 18446744073709551615 4194304 4196468 140725383837808 139928105118608 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28373] ppid=28366 vsize=13980732 memory=56 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28373/stat : 28373 (java) S 28366 28366 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120997039 14316269568 37116 18446744073709551615 4194304 4196468 140725383837808 139928104065808 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28374] ppid=28366 vsize=13980732 memory=12848 CPUtime=0 cores=0,2,4,6

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

/proc/28366/stat : 28366 (xcsp3-exec) S 28363 28366 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 120997030 9740288 345 18446744073709551615 4194304 5098028 140725830162496 140725830160600 140618027340412 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 10186752 140725830164857 140725830165061 140725830165061 140725830168555 0
/proc/28366/statm: 2378 345 289 221 0 87 0
[pid=28368] ppid=28366 vsize=13980732 memory=203400 CPUtime=13.03 cores=0,2,4,6
/proc/28368/stat : 28368 (java) S 28366 28366 8563 0 -1 1077944320 28772 0 0 0 1293 10 0 0 20 0 15 0 120997038 14316269568 50850 18446744073709551615 4194304 4196468 140725383837808 140725383820352 139928506810103 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
/proc/28368/statm: 3495183 50850 3237 1 0 3483476 0
[pid=28368/tid=28369] ppid=28366 vsize=13980732 memory=4294975910 CPUtime=9.42 cores=0,2,4,6
/proc/28368/task/28369/stat : 28369 (java) R 28366 28366 8563 0 -1 4202560 10246 0 0 0 937 5 0 0 20 0 15 0 120997038 14316269568 50850 18446744073709551615 4194304 4196468 140725383837808 139928511047240 139928109481014 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28370] ppid=28366 vsize=13980732 memory=1380 CPUtime=0.02 cores=0,2,4,6
/proc/28368/task/28370/stat : 28370 (java) S 28366 28366 8563 0 -1 1077944384 694 0 0 0 2 0 0 0 20 0 15 0 120997039 14316269568 50850 18446744073709551615 4194304 4196468 140725383837808 139928426224784 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28371] ppid=28366 vsize=13980732 memory=197248 CPUtime=0.02 cores=0,2,4,6
/proc/28368/task/28371/stat : 28371 (java) S 28366 28366 8563 0 -1 1077944384 286 0 0 0 2 0 0 0 20 0 15 0 120997039 14316269568 50850 18446744073709551615 4194304 4196468 140725383837808 139928425171984 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28372] ppid=28366 vsize=13980732 memory=280991256019184 CPUtime=0.02 cores=0,2,4,6
/proc/28368/task/28372/stat : 28372 (java) S 28366 28366 8563 0 -1 1077944384 110 0 0 0 2 0 0 0 20 0 15 0 120997039 14316269568 50850 18446744073709551615 4194304 4196468 140725383837808 139928105118608 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28373] ppid=28366 vsize=13980732 memory=280991256019184 CPUtime=0.02 cores=0,2,4,6
/proc/28368/task/28373/stat : 28373 (java) S 28366 28366 8563 0 -1 1077944384 317 0 0 0 2 0 0 0 20 0 15 0 120997039 14316269568 50850 18446744073709551615 4194304 4196468 140725383837808 139928104065808 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28374] ppid=28366 vsize=13980732 memory=576574510189602056 CPUtime=0.01 cores=0,2,4,6
/proc/28368/task/28374/stat : 28374 (java) S 28366 28366 8563 0 -1 1077944384 346 0 0 0 1 0 0 0 20 0 15 0 120997040 14316269568 50850 18446744073709551615 4194304 4196468 140725383837808 139927985396080 139928506821250 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28375] ppid=28366 vsize=13980732 memory=15134 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28375/stat : 28375 (java) S 28366 28366 8563 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 120997041 14316269568 50850 18446744073709551615 4194304 4196468 140725383837808 139927984342048 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28376] ppid=28366 vsize=13980732 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28376/stat : 28376 (java) S 28366 28366 8563 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 120997041 14316269568 50850 18446744073709551615 4194304 4196468 140725383837808 139927983289200 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28377] ppid=28366 vsize=13980732 memory=4116 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28377/stat : 28377 (java) S 28366 28366 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120997043 14316269568 50850 18446744073709551615 4194304 4196468 140725383837808 139927982237520 139928506828699 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28378] ppid=28366 vsize=13980732 memory=65160 CPUtime=1.59 cores=0,2,4,6
/proc/28368/task/28378/stat : 28378 (java) S 28366 28366 8563 0 -1 1077944384 5644 0 0 0 159 0 0 0 20 0 15 0 120997043 14316269568 50850 18446744073709551615 4194304 4196468 140725383837808 139927981185904 139928506821250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28379] ppid=28366 vsize=13980732 memory=1292 CPUtime=1.33 cores=0,2,4,6
/proc/28368/task/28379/stat : 28379 (java) S 28366 28366 8563 0 -1 1077944384 5715 0 0 0 133 0 0 0 20 0 15 0 120997043 14316269568 50850 18446744073709551615 4194304 4196468 140725383837808 139927980133104 139928506821250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28380] ppid=28366 vsize=13980732 memory=2316 CPUtime=0.5 cores=0,2,4,6
/proc/28368/task/28380/stat : 28380 (java) S 28366 28366 8563 0 -1 1077944384 3968 0 0 0 49 1 0 0 20 0 15 0 120997043 14316269568 50850 18446744073709551615 4194304 4196468 140725383837808 139927979080304 139928506821250 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28381] ppid=28366 vsize=13980732 memory=1836 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28381/stat : 28381 (java) S 28366 28366 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120997043 14316269568 50850 18446744073709551615 4194304 4196468 140725383837808 139927978027744 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28382] ppid=28366 vsize=13980732 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28382/stat : 28382 (java) S 28366 28366 8563 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 15 0 120997048 14316269568 50850 18446744073709551615 4194304 4196468 140725383837808 139927976975024 139928506821250 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
Current children cumulated CPU time: 13.03 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 204780 KiB

[startup+10.4008 s]
/proc/loadavg: 1.48 1.47 1.47 3/211 28382
/proc/meminfo: memFree=30085012/32770624 swapFree=67108860/67108860
[pid=28366] ppid=28363 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28366/stat : 28366 (xcsp3-exec) S 28363 28366 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 120997030 9740288 345 18446744073709551615 4194304 5098028 140725830162496 140725830160600 140618027340412 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 10186752 140725830164857 140725830165061 140725830165061 140725830168555 0
/proc/28366/statm: 2378 345 289 221 0 87 0
[pid=28368] ppid=28366 vsize=13980732 memory=206020 CPUtime=13.87 cores=0,2,4,6
/proc/28368/stat : 28368 (java) S 28366 28366 8563 0 -1 1077944320 29234 0 0 0 1377 10 0 0 20 0 15 0 120997038 14316269568 51505 18446744073709551615 4194304 4196468 140725383837808 140725383820352 139928506810103 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
/proc/28368/statm: 3495183 51505 3237 1 0 3483476 0
[pid=28368/tid=28369] ppid=28366 vsize=13980732 memory=205996 CPUtime=10.21 cores=0,2,4,6
/proc/28368/task/28369/stat : 28369 (java) R 28366 28366 8563 0 -1 4202560 10250 0 0 0 1016 5 0 0 20 0 15 0 120997038 14316269568 51505 18446744073709551615 4194304 4196468 140725383837808 139928511049320 139928109209320 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28370] ppid=28366 vsize=13980732 memory=1720 CPUtime=0.03 cores=0,2,4,6
/proc/28368/task/28370/stat : 28370 (java) S 28366 28366 8563 0 -1 1077944384 701 0 0 0 3 0 0 0 20 0 15 0 120997039 14316269568 51505 18446744073709551615 4194304 4196468 140725383837808 139928426224784 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28371] ppid=28366 vsize=13980732 memory=4616 CPUtime=0.03 cores=0,2,4,6
/proc/28368/task/28371/stat : 28371 (java) S 28366 28366 8563 0 -1 1077944384 290 0 0 0 3 0 0 0 20 0 15 0 120997039 14316269568 51505 18446744073709551615 4194304 4196468 140725383837808 139928425171984 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28372] ppid=28366 vsize=13980732 memory=1 CPUtime=0.03 cores=0,2,4,6
/proc/28368/task/28372/stat : 28372 (java) S 28366 28366 8563 0 -1 1077944384 112 0 0 0 3 0 0 0 20 0 15 0 120997039 14316269568 51505 18446744073709551615 4194304 4196468 140725383837808 139928105118608 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28373] ppid=28366 vsize=13980732 memory=1 CPUtime=0.03 cores=0,2,4,6
/proc/28368/task/28373/stat : 28373 (java) S 28366 28366 8563 0 -1 1077944384 320 0 0 0 3 0 0 0 20 0 15 0 120997039 14316269568 51505 18446744073709551615 4194304 4196468 140725383837808 139928104065808 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28374] ppid=28366 vsize=13980732 memory=1 CPUtime=0.01 cores=0,2,4,6
/proc/28368/task/28374/stat : 28374 (java) S 28366 28366 8563 0 -1 1077944384 348 0 0 0 1 0 0 0 20 0 15 0 120997040 14316269568 51505 18446744073709551615 4194304 4196468 140725383837808 139927985396080 139928506821250 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28375] ppid=28366 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28375/stat : 28375 (java) S 28366 28366 8563 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 120997041 14316269568 51505 18446744073709551615 4194304 4196468 140725383837808 139927984342048 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28376] ppid=28366 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28376/stat : 28376 (java) S 28366 28366 8563 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 120997041 14316269568 51505 18446744073709551615 4194304 4196468 140725383837808 139927983289200 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28377] ppid=28366 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28377/stat : 28377 (java) S 28366 28366 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120997043 14316269568 51505 18446744073709551615 4194304 4196468 140725383837808 139927982237520 139928506828699 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28378] ppid=28366 vsize=13980732 memory=0 CPUtime=1.59 cores=0,2,4,6
/proc/28368/task/28378/stat : 28378 (java) S 28366 28366 8563 0 -1 1077944384 5644 0 0 0 159 0 0 0 20 0 15 0 120997043 14316269568 51505 18446744073709551615 4194304 4196468 140725383837808 139927981185904 139928506821250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28379] ppid=28366 vsize=13980732 memory=151 CPUtime=1.35 cores=0,2,4,6
/proc/28368/task/28379/stat : 28379 (java) S 28366 28366 8563 0 -1 1077944384 5737 0 0 0 135 0 0 0 20 0 15 0 120997043 14316269568 51505 18446744073709551615 4194304 4196468 140725383837808 139927980133104 139928506821250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28380] ppid=28366 vsize=13980732 memory=114 CPUtime=0.51 cores=0,2,4,6
/proc/28368/task/28380/stat : 28380 (java) S 28366 28366 8563 0 -1 1077944384 4384 0 0 0 50 1 0 0 20 0 15 0 120997043 14316269568 51505 18446744073709551615 4194304 4196468 140725383837808 139927979080304 139928506821250 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28381] ppid=28366 vsize=13980732 memory=49 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28381/stat : 28381 (java) S 28366 28366 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120997043 14316269568 51505 18446744073709551615 4194304 4196468 140725383837808 139927978027744 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28382] ppid=28366 vsize=13980732 memory=206020 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28382/stat : 28382 (java) S 28366 28366 8563 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 15 0 120997048 14316269568 51505 18446744073709551615 4194304 4196468 140725383837808 139927976975024 139928506821250 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
Current children cumulated CPU time: 13.87 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 207400 KiB

[startup+10.6008 s]
/proc/loadavg: 1.48 1.47 1.47 3/211 28382
/proc/meminfo: memFree=30085012/32770624 swapFree=67108860/67108860
[pid=28366] ppid=28363 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28366/stat : 28366 (xcsp3-exec) S 28363 28366 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 120997030 9740288 345 18446744073709551615 4194304 5098028 140725830162496 140725830160600 140618027340412 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 10186752 140725830164857 140725830165061 140725830165061 140725830168555 0
/proc/28366/statm: 2378 345 289 221 0 87 0
[pid=28368] ppid=28366 vsize=13980732 memory=206020 CPUtime=14.07 cores=0,2,4,6
/proc/28368/stat : 28368 (java) S 28366 28366 8563 0 -1 1077944320 29234 0 0 0 1397 10 0 0 20 0 15 0 120997038 14316269568 51505 18446744073709551615 4194304 4196468 140725383837808 140725383820352 139928506810103 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
/proc/28368/statm: 3495183 51505 3237 1 0 3483476 0
[pid=28368/tid=28369] ppid=28366 vsize=13980732 memory=203400 CPUtime=10.41 cores=0,2,4,6
/proc/28368/task/28369/stat : 28369 (java) R 28366 28366 8563 0 -1 4202560 10250 0 0 0 1036 5 0 0 20 0 15 0 120997038 14316269568 51505 18446744073709551615 4194304 4196468 140725383837808 139928511049320 139928111095217 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28370] ppid=28366 vsize=13980732 memory=2752 CPUtime=0.03 cores=0,2,4,6
/proc/28368/task/28370/stat : 28370 (java) S 28366 28366 8563 0 -1 1077944384 701 0 0 0 3 0 0 0 20 0 15 0 120997039 14316269568 51505 18446744073709551615 4194304 4196468 140725383837808 139928426224784 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28371] ppid=28366 vsize=13980732 memory=1156 CPUtime=0.03 cores=0,2,4,6
/proc/28368/task/28371/stat : 28371 (java) S 28366 28366 8563 0 -1 1077944384 290 0 0 0 3 0 0 0 20 0 15 0 120997039 14316269568 51505 18446744073709551615 4194304 4196468 140725383837808 139928425171984 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28372] ppid=28366 vsize=13980732 memory=3264 CPUtime=0.03 cores=0,2,4,6
/proc/28368/task/28372/stat : 28372 (java) S 28366 28366 8563 0 -1 1077944384 112 0 0 0 3 0 0 0 20 0 15 0 120997039 14316269568 51505 18446744073709551615 4194304 4196468 140725383837808 139928105118608 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28373] ppid=28366 vsize=13980732 memory=1380 CPUtime=0.03 cores=0,2,4,6
/proc/28368/task/28373/stat : 28373 (java) S 28366 28366 8563 0 -1 1077944384 320 0 0 0 3 0 0 0 20 0 15 0 120997039 14316269568 51505 18446744073709551615 4194304 4196468 140725383837808 139928104065808 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28374] ppid=28366 vsize=13980732 memory=526300 CPUtime=0.01 cores=0,2,4,6
/proc/28368/task/28374/stat : 28374 (java) S 28366 28366 8563 0 -1 1077944384 348 0 0 0 1 0 0 0 20 0 15 0 120997040 14316269568 51505 18446744073709551615 4194304 4196468 140725383837808 139927985396080 139928506821250 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28375] ppid=28366 vsize=13980732 memory=4064 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28375/stat : 28375 (java) S 28366 28366 8563 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 120997041 14316269568 51505 18446744073709551615 4194304 4196468 140725383837808 139927984342048 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28376] ppid=28366 vsize=13980732 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28376/stat : 28376 (java) S 28366 28366 8563 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 120997041 14316269568 51505 18446744073709551615 4194304 4196468 140725383837808 139927983289200 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28377] ppid=28366 vsize=13980732 memory=2528 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28377/stat : 28377 (java) S 28366 28366 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120997043 14316269568 51505 18446744073709551615 4194304 4196468 140725383837808 139927982237520 139928506828699 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28378] ppid=28366 vsize=13980732 memory=1380 CPUtime=1.59 cores=0,2,4,6
/proc/28368/task/28378/stat : 28378 (java) S 28366 28366 8563 0 -1 1077944384 5644 0 0 0 159 0 0 0 20 0 15 0 120997043 14316269568 51505 18446744073709551615 4194304 4196468 140725383837808 139927981185904 139928506821250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28379] ppid=28366 vsize=13980732 memory=197248 CPUtime=1.35 cores=0,2,4,6
/proc/28368/task/28379/stat : 28379 (java) S 28366 28366 8563 0 -1 1077944384 5737 0 0 0 135 0 0 0 20 0 15 0 120997043 14316269568 51505 18446744073709551615 4194304 4196468 140725383837808 139927980133104 139928506821250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28380] ppid=28366 vsize=13980732 memory=65 CPUtime=0.51 cores=0,2,4,6
/proc/28368/task/28380/stat : 28380 (java) S 28366 28366 8563 0 -1 1077944384 4384 0 0 0 50 1 0 0 20 0 15 0 120997043 14316269568 51505 18446744073709551615 4194304 4196468 140725383837808 139927979080304 139928506821250 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28381] ppid=28366 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28381/stat : 28381 (java) S 28366 28366 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120997043 14316269568 51505 18446744073709551615 4194304 4196468 140725383837808 139927978027744 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28382] ppid=28366 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28382/stat : 28382 (java) S 28366 28366 8563 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 15 0 120997048 14316269568 51505 18446744073709551615 4194304 4196468 140725383837808 139927976975024 139928506821250 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
Current children cumulated CPU time: 14.07 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 207400 KiB

[startup+10.7008 s]
/proc/loadavg: 1.48 1.47 1.47 3/211 28382
/proc/meminfo: memFree=30085012/32770624 swapFree=67108860/67108860
[pid=28366] ppid=28363 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28366/stat : 28366 (xcsp3-exec) S 28363 28366 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 120997030 9740288 345 18446744073709551615 4194304 5098028 140725830162496 140725830160600 140618027340412 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 10186752 140725830164857 140725830165061 140725830165061 140725830168555 0
/proc/28366/statm: 2378 345 289 221 0 87 0
[pid=28368] ppid=28366 vsize=13980732 memory=203456 CPUtime=14.18 cores=0,2,4,6
/proc/28368/stat : 28368 (java) S 28366 28366 8563 0 -1 1077944320 29258 0 0 0 1408 10 0 0 20 0 15 0 120997038 14316269568 50864 18446744073709551615 4194304 4196468 140725383837808 140725383820352 139928506810103 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
/proc/28368/statm: 3495183 50864 3237 1 0 3483476 0
[pid=28368/tid=28369] ppid=28366 vsize=13980732 memory=205996 CPUtime=10.51 cores=0,2,4,6
/proc/28368/task/28369/stat : 28369 (java) R 28366 28366 8563 0 -1 4202560 10252 0 0 0 1046 5 0 0 20 0 15 0 120997038 14316269568 50864 18446744073709551615 4194304 4196468 140725383837808 139928511049712 139928110362212 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28370] ppid=28366 vsize=13980732 memory=203400 CPUtime=0.03 cores=0,2,4,6
/proc/28368/task/28370/stat : 28370 (java) S 28366 28366 8563 0 -1 1077944384 705 0 0 0 3 0 0 0 20 0 15 0 120997039 14316269568 50864 18446744073709551615 4194304 4196468 140725383837808 139928426224784 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28371] ppid=28366 vsize=13980732 memory=280991256999744 CPUtime=0.03 cores=0,2,4,6
/proc/28368/task/28371/stat : 28371 (java) S 28366 28366 8563 0 -1 1077944384 290 0 0 0 3 0 0 0 20 0 15 0 120997039 14316269568 50864 18446744073709551615 4194304 4196468 140725383837808 139928425171984 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28372] ppid=28366 vsize=13980732 memory=576460758282499373 CPUtime=0.03 cores=0,2,4,6
/proc/28368/task/28372/stat : 28372 (java) S 28366 28366 8563 0 -1 1077944384 112 0 0 0 3 0 0 0 20 0 15 0 120997039 14316269568 50864 18446744073709551615 4194304 4196468 140725383837808 139928105118608 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28373] ppid=28366 vsize=13980732 memory=56 CPUtime=0.03 cores=0,2,4,6
/proc/28368/task/28373/stat : 28373 (java) S 28366 28366 8563 0 -1 1077944384 320 0 0 0 3 0 0 0 20 0 15 0 120997039 14316269568 50864 18446744073709551615 4194304 4196468 140725383837808 139928104065808 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28374] ppid=28366 vsize=13980732 memory=12848 CPUtime=0.01 cores=0,2,4,6
/proc/28368/task/28374/stat : 28374 (java) S 28366 28366 8563 0 -1 1077944384 348 0 0 0 1 0 0 0 20 0 15 0 120997040 14316269568 50864 18446744073709551615 4194304 4196468 140725383837808 139927985396080 139928506821250 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28375] ppid=28366 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28375/stat : 28375 (java) S 28366 28366 8563 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 120997041 14316269568 50864 18446744073709551615 4194304 4196468 140725383837808 139927984342048 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28376] ppid=28366 vsize=13980732 memory=195136 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28376/stat : 28376 (java) S 28366 28366 8563 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 120997041 14316269568 50864 18446744073709551615 4194304 4196468 140725383837808 139927983289200 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28377] ppid=28366 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28377/stat : 28377 (java) S 28366 28366 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120997043 14316269568 50864 18446744073709551615 4194304 4196468 140725383837808 139927982237520 139928506828699 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28378] ppid=28366 vsize=13980732 memory=202372 CPUtime=1.6 cores=0,2,4,6
/proc/28368/task/28378/stat : 28378 (java) S 28366 28366 8563 0 -1 1077944384 5662 0 0 0 160 0 0 0 20 0 15 0 120997043 14316269568 50864 18446744073709551615 4194304 4196468 140725383837808 139927981185904 139928506821250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28379] ppid=28366 vsize=13980732 memory=1380 CPUtime=1.35 cores=0,2,4,6
/proc/28368/task/28379/stat : 28379 (java) S 28366 28366 8563 0 -1 1077944384 5737 0 0 0 135 0 0 0 20 0 15 0 120997043 14316269568 50864 18446744073709551615 4194304 4196468 140725383837808 139927980133104 139928506821250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28380] ppid=28366 vsize=13980732 memory=202372 CPUtime=0.51 cores=0,2,4,6
/proc/28368/task/28380/stat : 28380 (java) S 28366 28366 8563 0 -1 1077944384 4384 0 0 0 50 1 0 0 20 0 15 0 120997043 14316269568 50864 18446744073709551615 4194304 4196468 140725383837808 139927979080304 139928506821250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28381] ppid=28366 vsize=13980732 memory=56 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28381/stat : 28381 (java) S 28366 28366 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120997043 14316269568 50864 18446744073709551615 4194304 4196468 140725383837808 139927978027744 139928506820309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
[pid=28368/tid=28382] ppid=28366 vsize=13980732 memory=280991256514728 CPUtime=0 cores=0,2,4,6
/proc/28368/task/28382/stat : 28382 (java) S 28366 28366 8563 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 15 0 120997048 14316269568 50864 18446744073709551615 4194304 4196468 140725383837808 139927976975024 139928506821250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140725383840177 140725383840353 140725383840353 140725383843791 0
Current children cumulated CPU time: 14.18 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 204836 KiB

Child status: 0
Real time (s): 10.7123
CPU time (s): 14.2091
CPU user time (s): 14.0994
CPU system time (s): 0.10968
CPU usage (%): 132.642
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 207400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.0994
system time used= 0.10968
maximum resident set size= 208528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30173
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2466
involuntary context switches= 31


# summary of solver processes directly reported to runsolver:
#   pid: 28366
#   total CPU time (s): 14.2091
#   total CPU user time (s): 14.0994
#   total CPU system time (s): 0.10968

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.075062 second user time and 0.156532 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-20 01:55:18
IDJOB=4283810
IDBENCH=120875
IDSOLVER=2679
FILE ID=node125/4283810-1503187766
RUNJOBID= node125-1503171261-25500
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/MultiKnapsack/MultiKnapsack-m1-gp/MultiKnapsack-2-16.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-4283810-1503187766/watcher-4283810-1503187766 -o /tmp/evaluation-result-4283810-1503187766/solver-4283810-1503187766 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503171261-25500 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 530894909 HOME/instance-4283810-1503187766.xml

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

MD5SUM BENCH= 67961b7ea87b4668bb1c5673d941fd25
RANDOM SEED=530894909

node125.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.07
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.07
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.07
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.07
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:        30270124 kB
MemAvailable:   31448276 kB
Buffers:          327960 kB
Cached:          1156664 kB
SwapCached:            0 kB
Active:          1376136 kB
Inactive:         685192 kB
Active(anon):     576844 kB
Inactive(anon):    49484 kB
Active(file):     799292 kB
Inactive(file):   635708 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8180 kB
Writeback:             0 kB
AnonPages:        576960 kB
Mapped:            74716 kB
Shmem:             49828 kB
Slab:             144504 kB
SReclaimable:     117972 kB
SUnreclaim:        26532 kB
KernelStack:        3472 kB
PageTables:         6424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1221112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    493568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node125 at 2017-08-20 01:55:28