Trace number 4283997

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)UNSAT 7.70718 2.7271399

General information on the benchmark

NameSat/Sat-xcsp2-bmc/
bmc-ibm-7-02_X2.xml
MD5SUM69e4f2d1840ee6c3ffd4a60a6361deb1
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark7.70718
Satisfiable
(Un)Satisfiability was proved
Number of variables8710
Number of constraints48484
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":8710}]
Minimum variable degree1
Maximum variable degree351
Distribution of variable degrees[{"degree":1,"count":80},{"degree":3,"count":130},{"degree":5,"count":38},{"degree":6,"count":1113},{"degree":7,"count":845},{"degree":8,"count":2310},{"degree":9,"count":982},{"degree":10,"count":398},{"degree":11,"count":355},{"degree":12,"count":309},{"degree":13,"count":256},{"degree":14,"count":153},{"degree":15,"count":50},{"degree":16,"count":123},{"degree":17,"count":53},{"degree":18,"count":29},{"degree":19,"count":97},{"degree":20,"count":271},{"degree":21,"count":131},{"degree":22,"count":230},{"degree":23,"count":114},{"degree":24,"count":12},{"degree":25,"count":9},{"degree":26,"count":6},{"degree":27,"count":9},{"degree":28,"count":16},{"degree":29,"count":80},{"degree":32,"count":16},{"degree":33,"count":80},{"degree":36,"count":26},{"degree":37,"count":125},{"degree":38,"count":61},{"degree":41,"count":5},{"degree":42,"count":48},{"degree":43,"count":40},{"degree":54,"count":12},{"degree":70,"count":6},{"degree":72,"count":6},{"degree":74,"count":6},{"degree":82,"count":4},{"degree":83,"count":16},{"degree":86,"count":6},{"degree":88,"count":6},{"degree":103,"count":12},{"degree":104,"count":6},{"degree":141,"count":6},{"degree":146,"count":12},{"degree":179,"count":6},{"degree":350,"count":1},{"degree":351,"count":5}]
Minimum constraint arity1
Maximum constraint arity33
Distribution of constraint arities[{"arity":1,"count":8912},{"arity":2,"count":32425},{"arity":3,"count":2423},{"arity":4,"count":885},{"arity":5,"count":1429},{"arity":6,"count":1209},{"arity":7,"count":251},{"arity":8,"count":411},{"arity":9,"count":201},{"arity":10,"count":18},{"arity":11,"count":129},{"arity":12,"count":9},{"arity":13,"count":109},{"arity":16,"count":9},{"arity":17,"count":50},{"arity":33,"count":14}]
Number of extensional constraints0
Number of intensional constraints8912
Distribution of constraint types[{"type":"intension","count":8912},{"type":"sum","count":39572}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.10	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283997-1503192335.xml"  -tl '2520s' -p 1 -x 3
0.06/0.29	c [HOME/instance-4283997-1503192335.xml, -tl, 2520s, -p, 1, -x, 3]
0.24/0.36	c simple solver
0.42/0.42	c parse instance...
7.31/2.61	c solve instance...
7.66/2.70	s UNSATISFIABLE

Verifier Data


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 (14250 MiB free)
  memory of node 1: 16384 MiB (15426 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283997-1503192335/watcher-4283997-1503192335 -o /tmp/evaluation-result-4283997-1503192335/solver-4283997-1503192335 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503172133-9103 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 146555367 HOME/instance-4283997-1503192335.xml 

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

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

Current StackSize limit: 8192 KiB


[startup+0.100105 s]*
/proc/loadavg: 2.21 1.83 1.69 2/201 14666
/proc/meminfo: memFree=30389532/32770624 swapFree=67108860/67108860
[pid=14665] ppid=14662 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14665/stat : 14665 (xcsp3-exec) S 14662 14665 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 121426496 9740288 345 18446744073709551615 4194304 5098028 140731673085296 140731673083400 139878912770684 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 10 0 0 7196144 7232144 33476608 140731673092473 140731673092677 140731673092677 140731673096171 0
/proc/14665/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

[startup+0.209571 s]*
/proc/loadavg: 2.21 1.83 1.69 2/215 14680
/proc/meminfo: memFree=30377228/32770624 swapFree=67108860/67108860
[pid=14665] ppid=14662 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14665/stat : 14665 (xcsp3-exec) S 14662 14665 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 121426496 9740288 345 18446744073709551615 4194304 5098028 140731673085296 140731673083400 139878912770684 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 10 0 0 7196144 7232144 33476608 140731673092473 140731673092677 140731673092677 140731673096171 0
/proc/14665/statm: 2378 345 289 221 0 87 0
[pid=14667] ppid=14665 vsize=13974352 memory=23156 CPUtime=0.06 cores=1,3,5,7
/proc/14667/stat : 14667 (java) S 14665 14665 28892 0 -1 1077944320 5239 0 0 0 6 0 0 0 20 0 15 0 121426506 14309736448 5789 18446744073709551615 4194304 4196468 140735374052288 140735374034832 140675243392759 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
/proc/14667/statm: 3493588 5789 2660 1 0 3482964 0
[pid=14667/tid=14668] ppid=14665 vsize=13974352 memory=8390339637985935414 CPUtime=0.05 cores=1,3,5,7
/proc/14667/task/14668/stat : 14668 (java) R 14665 14665 28892 0 -1 4202560 3419 0 0 0 5 0 0 0 20 0 15 0 121426507 14309736448 5855 18446744073709551615 4194304 4196468 140735374052288 140675247623664 140675227473246 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14669] ppid=14665 vsize=13974352 memory=288230604708001210 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14669/stat : 14669 (java) S 14665 14665 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121426507 14309736448 5855 18446744073709551615 4194304 4196468 140735374052288 140675213105936 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14670] ppid=14665 vsize=13974352 memory=3473036156236052128 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14670/stat : 14670 (java) S 14665 14665 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121426507 14309736448 5855 18446744073709551615 4194304 4196468 140735374052288 140674842258320 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14671] ppid=14665 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14671/stat : 14671 (java) S 14665 14665 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121426507 14309736448 5855 18446744073709551615 4194304 4196468 140735374052288 140674841205776 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14672] ppid=14665 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14672/stat : 14672 (java) S 14665 14665 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121426507 14309736448 5855 18446744073709551615 4194304 4196468 140735374052288 140674840153232 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14673] ppid=14665 vsize=13974352 memory=140503404623488 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14673/stat : 14673 (java) S 14665 14665 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121426509 14309736448 5855 18446744073709551615 4194304 4196468 140735374052288 140674226927600 140675243403906 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14674] ppid=14665 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14674/stat : 14674 (java) S 14665 14665 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 121426509 14309736448 5855 18446744073709551615 4194304 4196468 140735374052288 140674225873824 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14675] ppid=14665 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14675/stat : 14675 (java) S 14665 14665 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 121426509 14309736448 5855 18446744073709551615 4194304 4196468 140735374052288 140674224821232 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14676] ppid=14665 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14676/stat : 14676 (java) S 14665 14665 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121426512 14309736448 5855 18446744073709551615 4194304 4196468 140735374052288 140674223769808 140675243411355 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14677] ppid=14665 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14677/stat : 14677 (java) S 14665 14665 28892 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 15 0 121426512 14309736448 5855 18446744073709551615 4194304 4196468 140735374052288 140674222717424 140675243403906 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14678] ppid=14665 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14678/stat : 14678 (java) S 14665 14665 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121426512 14309736448 5855 18446744073709551615 4194304 4196468 140735374052288 140674221664880 140675243403906 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14679] ppid=14665 vsize=13974352 memory=140503404623488 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14679/stat : 14679 (java) S 14665 14665 28892 0 -1 1077944384 227 0 0 0 0 0 0 0 20 0 15 0 121426512 14309736448 5855 18446744073709551615 4194304 4196468 140735374052288 140674220612336 140675243403906 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14680] ppid=14665 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14680/stat : 14680 (java) S 14665 14665 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121426512 14309736448 5855 18446744073709551615 4194304 4196468 140735374052288 140674219560032 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14681] ppid=14665 vsize=13974352 memory=140503404623488 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14681/stat : 14681 (java) S 14665 14665 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121426517 14309736448 5855 18446744073709551615 4194304 4196468 140735374052288 140674218506544 140675243403906 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 24536 KiB

[startup+0.310606 s]*
/proc/loadavg: 2.21 1.83 1.69 3/216 14681
/proc/meminfo: memFree=30363584/32770624 swapFree=67108860/67108860
[pid=14665] ppid=14662 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14665/stat : 14665 (xcsp3-exec) S 14662 14665 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 121426496 9740288 345 18446744073709551615 4194304 5098028 140731673085296 140731673083400 139878912770684 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 10 0 0 7196144 7232144 33476608 140731673092473 140731673092677 140731673092677 140731673096171 0
/proc/14665/statm: 2378 345 289 221 0 87 0
[pid=14667] ppid=14665 vsize=13974352 memory=36988 CPUtime=0.24 cores=1,3,5,7
/proc/14667/stat : 14667 (java) S 14665 14665 28892 0 -1 1077944320 8859 0 0 0 22 2 0 0 20 0 15 0 121426506 14309736448 9247 18446744073709551615 4194304 4196468 140735374052288 140735374034832 140675243392759 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
/proc/14667/statm: 3493588 9247 2973 1 0 3482964 0
[pid=14667/tid=14668] ppid=14665 vsize=13974352 memory=-7677926825137650786 CPUtime=0.14 cores=1,3,5,7
/proc/14667/task/14668/stat : 14668 (java) R 14665 14665 28892 0 -1 4202560 6107 0 0 0 13 1 0 0 20 0 15 0 121426507 14309736448 9247 18446744073709551615 4194304 4196468 140735374052288 140675247620528 140675243414685 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14669] ppid=14665 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14669/stat : 14669 (java) S 14665 14665 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121426507 14309736448 9247 18446744073709551615 4194304 4196468 140735374052288 140675213105936 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14670] ppid=14665 vsize=13974352 memory=140503404623488 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14670/stat : 14670 (java) S 14665 14665 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121426507 14309736448 9247 18446744073709551615 4194304 4196468 140735374052288 140674842258320 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14671] ppid=14665 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14671/stat : 14671 (java) S 14665 14665 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121426507 14309736448 9247 18446744073709551615 4194304 4196468 140735374052288 140674841205776 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14672] ppid=14665 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14672/stat : 14672 (java) S 14665 14665 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121426507 14309736448 9247 18446744073709551615 4194304 4196468 140735374052288 140674840153232 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14673] ppid=14665 vsize=13974352 memory=140503404623488 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14673/stat : 14673 (java) S 14665 14665 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121426509 14309736448 9247 18446744073709551615 4194304 4196468 140735374052288 140674226927600 140675243403906 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14674] ppid=14665 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14674/stat : 14674 (java) S 14665 14665 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 121426509 14309736448 9247 18446744073709551615 4194304 4196468 140735374052288 140674225873824 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14675] ppid=14665 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14675/stat : 14675 (java) S 14665 14665 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 121426509 14309736448 9247 18446744073709551615 4194304 4196468 140735374052288 140674224821232 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14676] ppid=14665 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14676/stat : 14676 (java) S 14665 14665 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121426512 14309736448 9247 18446744073709551615 4194304 4196468 140735374052288 140674223769808 140675243411355 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14677] ppid=14665 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/14667/task/14677/stat : 14677 (java) S 14665 14665 28892 0 -1 1077944384 557 0 0 0 1 0 0 0 20 0 15 0 121426512 14309736448 9247 18446744073709551615 4194304 4196468 140735374052288 140674222717424 140675243403906 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14678] ppid=14665 vsize=13974352 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/14667/task/14678/stat : 14678 (java) S 14665 14665 28892 0 -1 1077944384 176 0 0 0 1 0 0 0 20 0 15 0 121426512 14309736448 9247 18446744073709551615 4194304 4196468 140735374052288 140674221664880 140675243403906 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14679] ppid=14665 vsize=13974352 memory=140503404623488 CPUtime=0.05 cores=1,3,5,7
/proc/14667/task/14679/stat : 14679 (java) S 14665 14665 28892 0 -1 1077944384 716 0 0 0 5 0 0 0 20 0 15 0 121426512 14309736448 9247 18446744073709551615 4194304 4196468 140735374052288 140674220612336 140675243403906 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14680] ppid=14665 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14680/stat : 14680 (java) S 14665 14665 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121426512 14309736448 9247 18446744073709551615 4194304 4196468 140735374052288 140674219560032 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14681] ppid=14665 vsize=13974352 memory=140503404623488 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14681/stat : 14681 (java) S 14665 14665 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121426517 14309736448 9247 18446744073709551615 4194304 4196468 140735374052288 140674218506544 140675243403906 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38368 KiB

[startup+0.700814 s]
/proc/loadavg: 2.21 1.83 1.69 5/216 14681
/proc/meminfo: memFree=30348476/32770624 swapFree=67108860/67108860
[pid=14665] ppid=14662 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14665/stat : 14665 (xcsp3-exec) S 14662 14665 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 121426496 9740288 345 18446744073709551615 4194304 5098028 140731673085296 140731673083400 139878912770684 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 10 0 0 7196144 7232144 33476608 140731673092473 140731673092677 140731673092677 140731673096171 0
/proc/14665/statm: 2378 345 289 221 0 87 0
[pid=14667] ppid=14665 vsize=13978684 memory=89028 CPUtime=1.2 cores=1,3,5,7
/proc/14667/stat : 14667 (java) S 14665 14665 28892 0 -1 1077944320 12837 0 0 0 116 4 0 0 20 0 15 0 121426506 14314172416 22257 18446744073709551615 4194304 4196468 140735374052288 140735374034832 140675243392759 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
/proc/14667/statm: 3494671 22257 3144 1 0 3482964 0
[pid=14667/tid=14668] ppid=14665 vsize=13978684 memory=4048 CPUtime=0.53 cores=1,3,5,7
/proc/14667/task/14668/stat : 14668 (java) R 14665 14665 28892 0 -1 4202560 7841 0 0 0 50 3 0 0 20 0 15 0 121426507 14314172416 22257 18446744073709551615 4194304 4196468 140735374052288 140675247619632 140674883898085 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14669] ppid=14665 vsize=13978684 memory=37220 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14669/stat : 14669 (java) S 14665 14665 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121426507 14314172416 22257 18446744073709551615 4194304 4196468 140735374052288 140675213105936 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14670] ppid=14665 vsize=13978684 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14670/stat : 14670 (java) S 14665 14665 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121426507 14314172416 22257 18446744073709551615 4194304 4196468 140735374052288 140674842258320 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14671] ppid=14665 vsize=13978684 memory=640 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14671/stat : 14671 (java) S 14665 14665 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121426507 14314172416 22257 18446744073709551615 4194304 4196468 140735374052288 140674841205776 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14672] ppid=14665 vsize=13978684 memory=960 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14672/stat : 14672 (java) S 14665 14665 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121426507 14314172416 22257 18446744073709551615 4194304 4196468 140735374052288 140674840153232 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14673] ppid=14665 vsize=13978684 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14673/stat : 14673 (java) S 14665 14665 28892 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 121426509 14314172416 22257 18446744073709551615 4194304 4196468 140735374052288 140674226927600 140675243403906 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14674] ppid=14665 vsize=13978684 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14674/stat : 14674 (java) S 14665 14665 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 121426509 14314172416 22257 18446744073709551615 4194304 4196468 140735374052288 140674225873824 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14675] ppid=14665 vsize=13978684 memory=4300 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14675/stat : 14675 (java) S 14665 14665 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 121426509 14314172416 22257 18446744073709551615 4194304 4196468 140735374052288 140674224821232 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14676] ppid=14665 vsize=13978684 memory=932 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14676/stat : 14676 (java) S 14665 14665 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121426512 14314172416 22257 18446744073709551615 4194304 4196468 140735374052288 140674223769808 140675243411355 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14677] ppid=14665 vsize=13978684 memory=1624 CPUtime=0.23 cores=1,3,5,7
/proc/14667/task/14677/stat : 14677 (java) S 14665 14665 28892 0 -1 1077944384 1585 0 0 0 23 0 0 0 20 0 15 0 121426512 14314172416 22257 18446744073709551615 4194304 4196468 140735374052288 140674222717424 140675243403906 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14678] ppid=14665 vsize=13978684 memory=2160 CPUtime=0.24 cores=1,3,5,7
/proc/14667/task/14678/stat : 14678 (java) S 14665 14665 28892 0 -1 1077944384 891 0 0 0 24 0 0 0 20 0 15 0 121426512 14314172416 22257 18446744073709551615 4194304 4196468 140735374052288 140674221664880 140675243403906 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14679] ppid=14665 vsize=13978684 memory=844 CPUtime=0.18 cores=1,3,5,7
/proc/14667/task/14679/stat : 14679 (java) R 14665 14665 28892 0 -1 4202560 1213 0 0 0 18 0 0 0 20 0 15 0 121426512 14314172416 22257 18446744073709551615 4194304 4196468 140735374052288 140674220612336 140675236489595 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14680] ppid=14665 vsize=13978684 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14680/stat : 14680 (java) S 14665 14665 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121426512 14314172416 22257 18446744073709551615 4194304 4196468 140735374052288 140674219560032 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14681] ppid=14665 vsize=13978684 memory=3908 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14681/stat : 14681 (java) S 14665 14665 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121426517 14314172416 22257 18446744073709551615 4194304 4196468 140735374052288 140674218506544 140675243403906 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 90408 KiB

[startup+1.50086 s]
/proc/loadavg: 2.21 1.83 1.69 5/216 14681
/proc/meminfo: memFree=30269856/32770624 swapFree=67108860/67108860
[pid=14665] ppid=14662 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14665/stat : 14665 (xcsp3-exec) S 14662 14665 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 121426496 9740288 345 18446744073709551615 4194304 5098028 140731673085296 140731673083400 139878912770684 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 10 0 0 7196144 7232144 33476608 140731673092473 140731673092677 140731673092677 140731673096171 0
/proc/14665/statm: 2378 345 289 221 0 87 0
[pid=14667] ppid=14665 vsize=13978684 memory=268660 CPUtime=3.8 cores=1,3,5,7
/proc/14667/stat : 14667 (java) S 14665 14665 28892 0 -1 1077944320 21613 0 0 0 366 14 0 0 20 0 15 0 121426506 14314172416 67165 18446744073709551615 4194304 4196468 140735374052288 140735374034832 140675243392759 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
/proc/14667/statm: 3494671 67165 3206 1 0 3482964 0
[pid=14667/tid=14668] ppid=14665 vsize=13978684 memory=281006557189696 CPUtime=1.25 cores=1,3,5,7
/proc/14667/task/14668/stat : 14668 (java) R 14665 14665 28892 0 -1 4202560 8228 0 0 0 121 4 0 0 20 0 15 0 121426507 14314172416 67165 18446744073709551615 4194304 4196468 140735374052288 140675247628560 140674888137589 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14669] ppid=14665 vsize=13978684 memory=7523097616807453264 CPUtime=0.05 cores=1,3,5,7
/proc/14667/task/14669/stat : 14669 (java) S 14665 14665 28892 0 -1 1077944384 94 0 0 0 4 1 0 0 20 0 15 0 121426507 14314172416 67165 18446744073709551615 4194304 4196468 140735374052288 140675213105936 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14670] ppid=14665 vsize=13978684 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14667/task/14670/stat : 14670 (java) S 14665 14665 28892 0 -1 1077944384 245 0 0 0 5 2 0 0 20 0 15 0 121426507 14314172416 67165 18446744073709551615 4194304 4196468 140735374052288 140674842258320 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14671] ppid=14665 vsize=13978684 memory=2276 CPUtime=0.04 cores=1,3,5,7
/proc/14667/task/14671/stat : 14671 (java) S 14665 14665 28892 0 -1 1077944384 210 0 0 0 3 1 0 0 20 0 15 0 121426507 14314172416 67165 18446744073709551615 4194304 4196468 140735374052288 140674841205776 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14672] ppid=14665 vsize=13978684 memory=4028 CPUtime=0.06 cores=1,3,5,7
/proc/14667/task/14672/stat : 14672 (java) S 14665 14665 28892 0 -1 1077944384 128 0 0 0 5 1 0 0 20 0 15 0 121426507 14314172416 67165 18446744073709551615 4194304 4196468 140735374052288 140674840153232 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14673] ppid=14665 vsize=13978684 memory=65076 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14673/stat : 14673 (java) S 14665 14665 28892 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 15 0 121426509 14314172416 67165 18446744073709551615 4194304 4196468 140735374052288 140674226927600 140675243403906 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14674] ppid=14665 vsize=13978684 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14674/stat : 14674 (java) S 14665 14665 28892 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 121426509 14314172416 67165 18446744073709551615 4194304 4196468 140735374052288 140674225873824 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14675] ppid=14665 vsize=13978684 memory=2420 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14675/stat : 14675 (java) S 14665 14665 28892 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 121426509 14314172416 67165 18446744073709551615 4194304 4196468 140735374052288 140674224821232 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14676] ppid=14665 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14676/stat : 14676 (java) S 14665 14665 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121426512 14314172416 67165 18446744073709551615 4194304 4196468 140735374052288 140674223769808 140675243411355 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14677] ppid=14665 vsize=13978684 memory=0 CPUtime=0.94 cores=1,3,5,7
/proc/14667/task/14677/stat : 14677 (java) R 14665 14665 28892 0 -1 4202560 4743 0 0 0 93 1 0 0 20 0 15 0 121426512 14314172416 67165 18446744073709551615 4194304 4196468 140735374052288 140674222698440 140675228518870 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14678] ppid=14665 vsize=13978684 memory=0 CPUtime=0.91 cores=1,3,5,7
/proc/14667/task/14678/stat : 14678 (java) R 14665 14665 28892 0 -1 4202560 3888 0 0 0 91 0 0 0 20 0 15 0 121426512 14314172416 67165 18446744073709551615 4194304 4196468 140735374052288 140674221656160 140675236492459 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14679] ppid=14665 vsize=13978684 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/14667/task/14679/stat : 14679 (java) S 14665 14665 28892 0 -1 1077944384 2607 0 0 0 40 1 0 0 20 0 15 0 121426512 14314172416 67165 18446744073709551615 4194304 4196468 140735374052288 140674220612336 140675243403906 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14680] ppid=14665 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7

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

/proc/14665/stat : 14665 (xcsp3-exec) S 14662 14665 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 121426496 9740288 345 18446744073709551615 4194304 5098028 140731673085296 140731673083400 139878912770684 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 10 0 0 7196144 7232144 33476608 140731673092473 140731673092677 140731673092677 140731673096171 0
/proc/14665/statm: 2378 345 289 221 0 87 0
[pid=14667] ppid=14665 vsize=13978684 memory=272340 CPUtime=4.1 cores=1,3,5,7
/proc/14667/stat : 14667 (java) S 14665 14665 28892 0 -1 1077944320 22620 0 0 0 396 14 0 0 20 0 15 0 121426506 14314172416 68085 18446744073709551615 4194304 4196468 140735374052288 140735374034832 140675243392759 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
/proc/14667/statm: 3494671 68085 3207 1 0 3482964 0
[pid=14667/tid=14668] ppid=14665 vsize=13978684 memory=7301857172715104592 CPUtime=1.35 cores=1,3,5,7
/proc/14667/task/14668/stat : 14668 (java) R 14665 14665 28892 0 -1 4202560 8228 0 0 0 131 4 0 0 20 0 15 0 121426507 14314172416 68085 18446744073709551615 4194304 4196468 140735374052288 140675247625728 140674888163339 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14669] ppid=14665 vsize=13978684 memory=6153395269873979984 CPUtime=0.05 cores=1,3,5,7
/proc/14667/task/14669/stat : 14669 (java) S 14665 14665 28892 0 -1 1077944384 94 0 0 0 4 1 0 0 20 0 15 0 121426507 14314172416 68085 18446744073709551615 4194304 4196468 140735374052288 140675213105936 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14670] ppid=14665 vsize=13978684 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14667/task/14670/stat : 14670 (java) S 14665 14665 28892 0 -1 1077944384 245 0 0 0 5 2 0 0 20 0 15 0 121426507 14314172416 68085 18446744073709551615 4194304 4196468 140735374052288 140674842258320 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14671] ppid=14665 vsize=13978684 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/14667/task/14671/stat : 14671 (java) S 14665 14665 28892 0 -1 1077944384 210 0 0 0 3 1 0 0 20 0 15 0 121426507 14314172416 68085 18446744073709551615 4194304 4196468 140735374052288 140674841205776 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14672] ppid=14665 vsize=13978684 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/14667/task/14672/stat : 14672 (java) S 14665 14665 28892 0 -1 1077944384 128 0 0 0 5 1 0 0 20 0 15 0 121426507 14314172416 68085 18446744073709551615 4194304 4196468 140735374052288 140674840153232 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14673] ppid=14665 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14673/stat : 14673 (java) S 14665 14665 28892 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 15 0 121426509 14314172416 68085 18446744073709551615 4194304 4196468 140735374052288 140674226927600 140675243403906 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14674] ppid=14665 vsize=13978684 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14674/stat : 14674 (java) S 14665 14665 28892 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 121426509 14314172416 68085 18446744073709551615 4194304 4196468 140735374052288 140674225873824 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14675] ppid=14665 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14675/stat : 14675 (java) S 14665 14665 28892 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 121426509 14314172416 68085 18446744073709551615 4194304 4196468 140735374052288 140674224821232 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14676] ppid=14665 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14676/stat : 14676 (java) S 14665 14665 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121426512 14314172416 68085 18446744073709551615 4194304 4196468 140735374052288 140674223769808 140675243411355 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14677] ppid=14665 vsize=13978684 memory=0 CPUtime=1.03 cores=1,3,5,7
/proc/14667/task/14677/stat : 14677 (java) R 14665 14665 28892 0 -1 4202560 5097 0 0 0 102 1 0 0 20 0 15 0 121426512 14314172416 68085 18446744073709551615 4194304 4196468 140735374052288 140674222703480 140675222795892 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14678] ppid=14665 vsize=13978684 memory=6944656592455097440 CPUtime=1.01 cores=1,3,5,7
/proc/14667/task/14678/stat : 14678 (java) R 14665 14665 28892 0 -1 4202560 4542 0 0 0 101 0 0 0 20 0 15 0 121426512 14314172416 68085 18446744073709551615 4194304 4196468 140735374052288 140674221646584 140675229423898 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14679] ppid=14665 vsize=13978684 memory=13922 CPUtime=0.41 cores=1,3,5,7
/proc/14667/task/14679/stat : 14679 (java) S 14665 14665 28892 0 -1 1077944384 2607 0 0 0 40 1 0 0 20 0 15 0 121426512 14314172416 68085 18446744073709551615 4194304 4196468 140735374052288 140674220612336 140675243403906 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14680] ppid=14665 vsize=13978684 memory=140503404622340 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14680/stat : 14680 (java) S 14665 14665 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121426512 14314172416 68085 18446744073709551615 4194304 4196468 140735374052288 140674219560032 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14681] ppid=14665 vsize=13978684 memory=281006557465824 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14681/stat : 14681 (java) S 14665 14665 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121426517 14314172416 68085 18446744073709551615 4194304 4196468 140735374052288 140674218506544 140675243403906 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
Current children cumulated CPU time: 4.1 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 273720 KiB

[startup+2.40438 s]
/proc/loadavg: 2.21 1.83 1.69 6/216 14681
/proc/meminfo: memFree=30070408/32770624 swapFree=67108860/67108860
[pid=14665] ppid=14662 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14665/stat : 14665 (xcsp3-exec) S 14662 14665 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 121426496 9740288 345 18446744073709551615 4194304 5098028 140731673085296 140731673083400 139878912770684 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 10 0 0 7196144 7232144 33476608 140731673092473 140731673092677 140731673092677 140731673096171 0
/proc/14665/statm: 2378 345 289 221 0 87 0
[pid=14667] ppid=14665 vsize=13980732 memory=430072 CPUtime=6.68 cores=1,3,5,7
/proc/14667/stat : 14667 (java) S 14665 14665 28892 0 -1 1077944320 26190 0 0 0 645 23 0 0 20 0 15 0 121426506 14316269568 107518 18446744073709551615 4194304 4196468 140735374052288 140735374034832 140675243392759 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
/proc/14667/statm: 3495183 107518 3225 1 0 3483476 0
[pid=14667/tid=14668] ppid=14665 vsize=13980732 memory=281006556957168 CPUtime=2.09 cores=1,3,5,7
/proc/14667/task/14668/stat : 14668 (java) R 14665 14665 28892 0 -1 4202560 9682 0 0 0 203 6 0 0 20 0 15 0 121426507 14316269568 107518 18446744073709551615 4194304 4196468 140735374052288 140675247613440 140675229083441 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14669] ppid=14665 vsize=13980732 memory=-7749694995119233653 CPUtime=0.11 cores=1,3,5,7
/proc/14667/task/14669/stat : 14669 (java) S 14665 14665 28892 0 -1 1077944384 164 0 0 0 8 3 0 0 20 0 15 0 121426507 14316269568 107518 18446744073709551615 4194304 4196468 140735374052288 140675213105936 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14670] ppid=14665 vsize=13980732 memory=-5874771483550381248 CPUtime=0.11 cores=1,3,5,7
/proc/14667/task/14670/stat : 14670 (java) S 14665 14665 28892 0 -1 1077944384 275 0 0 0 8 3 0 0 20 0 15 0 121426507 14316269568 107518 18446744073709551615 4194304 4196468 140735374052288 140674842258320 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14671] ppid=14665 vsize=13980732 memory=1380 CPUtime=0.09 cores=1,3,5,7
/proc/14667/task/14671/stat : 14671 (java) S 14665 14665 28892 0 -1 1077944384 233 0 0 0 7 2 0 0 20 0 15 0 121426507 14316269568 107518 18446744073709551615 4194304 4196468 140735374052288 140674841205776 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14672] ppid=14665 vsize=13980732 memory=1380 CPUtime=0.12 cores=1,3,5,7
/proc/14667/task/14672/stat : 14672 (java) S 14665 14665 28892 0 -1 1077944384 149 0 0 0 9 3 0 0 20 0 15 0 121426507 14316269568 107518 18446744073709551615 4194304 4196468 140735374052288 140674840153232 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14673] ppid=14665 vsize=13980732 memory=217500 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14673/stat : 14673 (java) S 14665 14665 28892 0 -1 1077944384 243 0 0 0 0 0 0 0 20 0 15 0 121426509 14316269568 107518 18446744073709551615 4194304 4196468 140735374052288 140674226927600 140675243403906 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14674] ppid=14665 vsize=13980732 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14674/stat : 14674 (java) S 14665 14665 28892 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 121426509 14316269568 107518 18446744073709551615 4194304 4196468 140735374052288 140674225873888 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14675] ppid=14665 vsize=13980732 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14675/stat : 14675 (java) S 14665 14665 28892 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 121426509 14316269568 107518 18446744073709551615 4194304 4196468 140735374052288 140674224821248 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14676] ppid=14665 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14676/stat : 14676 (java) S 14665 14665 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121426512 14316269568 107518 18446744073709551615 4194304 4196468 140735374052288 140674223769808 140675243411355 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14677] ppid=14665 vsize=13980732 memory=0 CPUtime=1.76 cores=1,3,5,7
/proc/14667/task/14677/stat : 14677 (java) R 14665 14665 28892 0 -1 4202560 5628 0 0 0 175 1 0 0 20 0 15 0 121426512 14316269568 107518 18446744073709551615 4194304 4196468 140735374052288 140674222697232 140675243414106 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14678] ppid=14665 vsize=13980732 memory=0 CPUtime=1.74 cores=1,3,5,7
/proc/14667/task/14678/stat : 14678 (java) R 14665 14665 28892 0 -1 4202560 5361 0 0 0 174 0 0 0 20 0 15 0 121426512 14316269568 107518 18446744073709551615 4194304 4196468 140735374052288 140674221656160 140675226889543 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14679] ppid=14665 vsize=13980732 memory=0 CPUtime=0.56 cores=1,3,5,7
/proc/14667/task/14679/stat : 14679 (java) S 14665 14665 28892 0 -1 1077944384 3094 0 0 0 55 1 0 0 20 0 15 0 121426512 14316269568 107518 18446744073709551615 4194304 4196468 140735374052288 140674220612336 140675243403906 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14680] ppid=14665 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14680/stat : 14680 (java) S 14665 14665 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121426512 14316269568 107518 18446744073709551615 4194304 4196468 140735374052288 140674219560032 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14681] ppid=14665 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14681/stat : 14681 (java) S 14665 14665 28892 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 121426517 14316269568 107518 18446744073709551615 4194304 4196468 140735374052288 140674218506544 140675243403906 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
Current children cumulated CPU time: 6.68 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 431452 KiB

[startup+2.60076 s]
/proc/loadavg: 2.21 1.83 1.69 6/216 14681
/proc/meminfo: memFree=30070408/32770624 swapFree=67108860/67108860
[pid=14665] ppid=14662 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14665/stat : 14665 (xcsp3-exec) S 14662 14665 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 121426496 9740288 345 18446744073709551615 4194304 5098028 140731673085296 140731673083400 139878912770684 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 10 0 0 7196144 7232144 33476608 140731673092473 140731673092677 140731673092677 140731673096171 0
/proc/14665/statm: 2378 345 289 221 0 87 0
[pid=14667] ppid=14665 vsize=13980732 memory=431760 CPUtime=7.31 cores=1,3,5,7
/proc/14667/stat : 14667 (java) S 14665 14665 28892 0 -1 1077944320 27360 0 0 0 708 23 0 0 20 0 15 0 121426506 14316269568 107940 18446744073709551615 4194304 4196468 140735374052288 140735374034832 140675243392759 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
/proc/14667/statm: 3495183 107940 3227 1 0 3483476 0
[pid=14667/tid=14668] ppid=14665 vsize=13980732 memory=-8774313645642428999 CPUtime=2.29 cores=1,3,5,7
/proc/14667/task/14668/stat : 14668 (java) R 14665 14665 28892 0 -1 4202560 10193 0 0 0 223 6 0 0 20 0 15 0 121426507 14316269568 107940 18446744073709551615 4194304 4196468 140735374052288 140675247622704 140674890351488 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14669] ppid=14665 vsize=13980732 memory=65076 CPUtime=0.11 cores=1,3,5,7
/proc/14667/task/14669/stat : 14669 (java) S 14665 14665 28892 0 -1 1077944384 164 0 0 0 8 3 0 0 20 0 15 0 121426507 14316269568 107940 18446744073709551615 4194304 4196468 140735374052288 140675213105936 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14670] ppid=14665 vsize=13980732 memory=1296 CPUtime=0.11 cores=1,3,5,7
/proc/14667/task/14670/stat : 14670 (java) S 14665 14665 28892 0 -1 1077944384 275 0 0 0 8 3 0 0 20 0 15 0 121426507 14316269568 107940 18446744073709551615 4194304 4196468 140735374052288 140674842258320 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14671] ppid=14665 vsize=13980732 memory=2420 CPUtime=0.09 cores=1,3,5,7
/proc/14667/task/14671/stat : 14671 (java) S 14665 14665 28892 0 -1 1077944384 233 0 0 0 7 2 0 0 20 0 15 0 121426507 14316269568 107940 18446744073709551615 4194304 4196468 140735374052288 140674841205776 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14672] ppid=14665 vsize=13980732 memory=288230574492221466 CPUtime=0.12 cores=1,3,5,7
/proc/14667/task/14672/stat : 14672 (java) S 14665 14665 28892 0 -1 1077944384 149 0 0 0 9 3 0 0 20 0 15 0 121426507 14316269568 107940 18446744073709551615 4194304 4196468 140735374052288 140674840153232 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14673] ppid=14665 vsize=13980732 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14673/stat : 14673 (java) S 14665 14665 28892 0 -1 1077944384 611 0 0 0 0 0 0 0 20 0 15 0 121426509 14316269568 107940 18446744073709551615 4194304 4196468 140735374052288 140674226927600 140675243403906 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14674] ppid=14665 vsize=13980732 memory=15825486446070293 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14674/stat : 14674 (java) S 14665 14665 28892 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 121426509 14316269568 107940 18446744073709551615 4194304 4196468 140735374052288 140674225873888 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14675] ppid=14665 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14675/stat : 14675 (java) S 14665 14665 28892 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 121426509 14316269568 107940 18446744073709551615 4194304 4196468 140735374052288 140674224821248 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14676] ppid=14665 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14676/stat : 14676 (java) S 14665 14665 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121426512 14316269568 107940 18446744073709551615 4194304 4196468 140735374052288 140674223769808 140675243411355 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14677] ppid=14665 vsize=13980732 memory=0 CPUtime=1.94 cores=1,3,5,7
/proc/14667/task/14677/stat : 14677 (java) R 14665 14665 28892 0 -1 4202560 5680 0 0 0 193 1 0 0 20 0 15 0 121426512 14316269568 107940 18446744073709551615 4194304 4196468 140735374052288 140674222717424 140675222610624 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14678] ppid=14665 vsize=13980732 memory=0 CPUtime=1.92 cores=1,3,5,7
/proc/14667/task/14678/stat : 14678 (java) R 14665 14665 28892 0 -1 4202560 5437 0 0 0 192 0 0 0 20 0 15 0 121426512 14316269568 107940 18446744073709551615 4194304 4196468 140735374052288 140674221664880 140675224802909 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14679] ppid=14665 vsize=13980732 memory=0 CPUtime=0.64 cores=1,3,5,7
/proc/14667/task/14679/stat : 14679 (java) R 14665 14665 28892 0 -1 1077944384 3254 0 0 0 63 1 0 0 20 0 15 0 121426512 14316269568 107940 18446744073709551615 4194304 4196468 140735374052288 140674220612336 140675243403906 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14680] ppid=14665 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14680/stat : 14680 (java) S 14665 14665 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121426512 14316269568 107940 18446744073709551615 4194304 4196468 140735374052288 140674219560032 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14681] ppid=14665 vsize=13980732 memory=7165057014041110629 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14681/stat : 14681 (java) S 14665 14665 28892 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 121426517 14316269568 107940 18446744073709551615 4194304 4196468 140735374052288 140674218506544 140675243403906 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
Current children cumulated CPU time: 7.31 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 433140 KiB

[startup+2.70081 s]
/proc/loadavg: 2.21 1.83 1.69 6/216 14681
/proc/meminfo: memFree=30070408/32770624 swapFree=67108860/67108860
[pid=14665] ppid=14662 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/14665/stat : 14665 (xcsp3-exec) S 14662 14665 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 121426496 9740288 345 18446744073709551615 4194304 5098028 140731673085296 140731673083400 139878912770684 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 10 0 0 7196144 7232144 33476608 140731673092473 140731673092677 140731673092677 140731673096171 0
/proc/14665/statm: 2378 345 289 221 0 87 0
[pid=14667] ppid=14665 vsize=13980732 memory=432480 CPUtime=7.66 cores=1,3,5,7
/proc/14667/stat : 14667 (java) S 14665 14665 28892 0 -1 1077944320 27778 0 0 0 742 24 0 0 20 0 15 0 121426506 14316269568 108120 18446744073709551615 4194304 4196468 140735374052288 140735374034832 140675243392759 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
/proc/14667/statm: 3495183 108120 3237 1 0 3483476 0
[pid=14667/tid=14668] ppid=14665 vsize=13980732 memory=7523097616807453264 CPUtime=2.39 cores=1,3,5,7
/proc/14667/task/14668/stat : 14668 (java) R 14665 14665 28892 0 -1 4202560 10287 0 0 0 233 6 0 0 20 0 15 0 121426507 14316269568 108120 18446744073709551615 4194304 4196468 140735374052288 140675247633392 140674891801396 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14669] ppid=14665 vsize=13980732 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/14667/task/14669/stat : 14669 (java) S 14665 14665 28892 0 -1 1077944384 164 0 0 0 8 3 0 0 20 0 15 0 121426507 14316269568 108120 18446744073709551615 4194304 4196468 140735374052288 140675213105936 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14670] ppid=14665 vsize=13980732 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/14667/task/14670/stat : 14670 (java) S 14665 14665 28892 0 -1 1077944384 275 0 0 0 8 3 0 0 20 0 15 0 121426507 14316269568 108120 18446744073709551615 4194304 4196468 140735374052288 140674842258320 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14671] ppid=14665 vsize=13980732 memory=430904 CPUtime=0.09 cores=1,3,5,7
/proc/14667/task/14671/stat : 14671 (java) S 14665 14665 28892 0 -1 1077944384 233 0 0 0 7 2 0 0 20 0 15 0 121426507 14316269568 108120 18446744073709551615 4194304 4196468 140735374052288 140674841205776 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14672] ppid=14665 vsize=13980732 memory=7660742144744843625 CPUtime=0.12 cores=1,3,5,7
/proc/14667/task/14672/stat : 14672 (java) S 14665 14665 28892 0 -1 1077944384 149 0 0 0 9 3 0 0 20 0 15 0 121426507 14316269568 108120 18446744073709551615 4194304 4196468 140735374052288 140674840153232 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14673] ppid=14665 vsize=13980732 memory=7 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14673/stat : 14673 (java) S 14665 14665 28892 0 -1 1077944384 611 0 0 0 0 0 0 0 20 0 15 0 121426509 14316269568 108120 18446744073709551615 4194304 4196468 140735374052288 140674226927600 140675243403906 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14674] ppid=14665 vsize=13980732 memory=4 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14674/stat : 14674 (java) S 14665 14665 28892 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 121426509 14316269568 108120 18446744073709551615 4194304 4196468 140735374052288 140674225873888 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14675] ppid=14665 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14675/stat : 14675 (java) S 14665 14665 28892 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 121426509 14316269568 108120 18446744073709551615 4194304 4196468 140735374052288 140674224821248 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14676] ppid=14665 vsize=13980732 memory=281006556912736 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14676/stat : 14676 (java) S 14665 14665 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121426512 14316269568 108120 18446744073709551615 4194304 4196468 140735374052288 140674223769808 140675243411355 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14677] ppid=14665 vsize=13980732 memory=185 CPUtime=2.04 cores=1,3,5,7
/proc/14667/task/14677/stat : 14677 (java) R 14665 14665 28892 0 -1 4202560 5751 0 0 0 203 1 0 0 20 0 15 0 121426512 14316269568 108120 18446744073709551615 4194304 4196468 140735374052288 140674222708400 140675227716096 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14678] ppid=14665 vsize=13980732 memory=184 CPUtime=2.01 cores=1,3,5,7
/proc/14667/task/14678/stat : 14678 (java) R 14665 14665 28892 0 -1 4202560 5455 0 0 0 201 0 0 0 20 0 15 0 121426512 14316269568 108120 18446744073709551615 4194304 4196468 140735374052288 140674221665008 140675223054976 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14679] ppid=14665 vsize=13980732 memory=61 CPUtime=0.69 cores=1,3,5,7
/proc/14667/task/14679/stat : 14679 (java) S 14665 14665 28892 0 -1 1077944384 3528 0 0 0 68 1 0 0 20 0 15 0 121426512 14316269568 108120 18446744073709551615 4194304 4196468 140735374052288 140674220612336 140675243403906 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14680] ppid=14665 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14680/stat : 14680 (java) S 14665 14665 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121426512 14316269568 108120 18446744073709551615 4194304 4196468 140735374052288 140674219560032 140675243402965 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
[pid=14667/tid=14681] ppid=14665 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14667/task/14681/stat : 14681 (java) S 14665 14665 28892 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 121426517 14316269568 108120 18446744073709551615 4194304 4196468 140735374052288 140674218506544 140675243403906 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16457728 140735374057905 140735374058081 140735374058081 140735374061519 0
Current children cumulated CPU time: 7.66 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 433860 KiB

Child status: 0
Real time (s): 2.72714
CPU time (s): 7.70718
CPU user time (s): 7.45473
CPU system time (s): 0.252452
CPU usage (%): 282.611
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 433860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.45473
system time used= 0.252452
maximum resident set size= 433112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28424
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= 2252
involuntary context switches= 22


# summary of solver processes directly reported to runsolver:
#   pid: 14665
#   total CPU time (s): 7.70718
#   total CPU user time (s): 7.45473
#   total CPU system time (s): 0.252452

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.041673 second user time and 0.069101 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-20 03:11:23
IDJOB=4283997
IDBENCH=123440
IDSOLVER=2679
FILE ID=node127/4283997-1503192335
RUNJOBID= node127-1503172133-9103
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Sat/Sat-xcsp2-bmc/bmc-ibm-7-02_X2.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4283997-1503192335/watcher-4283997-1503192335 -o /tmp/evaluation-result-4283997-1503192335/solver-4283997-1503192335 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503172133-9103 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 146555367 HOME/instance-4283997-1503192335.xml

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

MD5SUM BENCH= 69e4f2d1840ee6c3ffd4a60a6361deb1
RANDOM SEED=146555367

node127.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.92
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.92
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.92
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.92
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:        30389644 kB
MemAvailable:   31255780 kB
Buffers:          302828 kB
Cached:           864688 kB
SwapCached:            0 kB
Active:          1545804 kB
Inactive:         382268 kB
Active(anon):     711204 kB
Inactive(anon):    99168 kB
Active(file):     834600 kB
Inactive(file):   283100 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             11916 kB
Writeback:             4 kB
AnonPages:        760264 kB
Mapped:            75992 kB
Shmem:             49860 kB
Slab:             155380 kB
SReclaimable:     128540 kB
SUnreclaim:        26840 kB
KernelStack:        3504 kB
PageTables:         7204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1382744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    688128 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= 62012 MiB
End job on node127 at 2017-08-20 03:11:26