Trace number 4269738

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-09)UNSAT 3.19384 1.58919

General information on the benchmark

NameRenaultMod/RenaultMod-m1-s1/
RenaultMod-12.xml
MD5SUMa557c5b210af073d1486c8e4c563afe6
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 benchmark0.99824297
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints260
Number of domains1
Minimum domain size42
Maximum domain size42
Distribution of domain sizes[{"size":42,"count":111}]
Minimum variable degree2
Maximum variable degree81
Distribution of variable degrees[{"degree":2,"count":46},{"degree":3,"count":18},{"degree":4,"count":21},{"degree":5,"count":5},{"degree":6,"count":8},{"degree":7,"count":3},{"degree":10,"count":1},{"degree":11,"count":1},{"degree":19,"count":1},{"degree":32,"count":1},{"degree":38,"count":1},{"degree":56,"count":1},{"degree":57,"count":1},{"degree":59,"count":1},{"degree":73,"count":1},{"degree":81,"count":1}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":111},{"arity":2,"count":42},{"arity":3,"count":21},{"arity":4,"count":18},{"arity":5,"count":9},{"arity":6,"count":38},{"arity":7,"count":14},{"arity":8,"count":5},{"arity":9,"count":1},{"arity":10,"count":1}]
Number of extensional constraints149
Number of intensional constraints111
Distribution of constraint types[{"type":"extension","count":149},{"type":"intension","count":111}]
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-4269738-1502851567.xml"  -tl '2520s' -p 1 -x 0
0.12/0.25	c [HOME/instance-4269738-1502851567.xml, -tl, 2520s, -p, 1, -x, 0]
0.12/0.31	c simple solver
0.32/0.38	c parse instance...
2.72/1.47	c solve instance...
2.92/1.57	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 (15226 MiB free)
  memory of node 1: 16384 MiB (13324 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269738-1502851567/watcher-4269738-1502851567 -o /tmp/evaluation-result-4269738-1502851567/solver-4269738-1502851567 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14689 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1854245820 HOME/instance-4269738-1502851567.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
Current StackSize limit: 8192 KiB

solver pid=16582, runsolver pid=16579

[startup+0.10008 s]*
/proc/loadavg: 2.11 2.04 2.12 3/203 16589
/proc/meminfo: memFree=29231092/32770624 swapFree=67108860/67108860
[pid=16582] ppid=16579 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16582/stat : 16582 (xcsp3-exec) S 16579 16582 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73497353 9740288 345 18446744073709551615 4194304 5098028 140725616347744 140725616345848 140492458762876 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 13393920 140725616349560 140725616349765 140725616349765 140725616353259 0
/proc/16582/statm: 2378 345 289 221 0 87 0
[pid=16584] ppid=16582 vsize=13441356 memory=16088 CPUtime=0.01 cores=0,2,4,6
/proc/16584/stat : 16584 (java) S 16582 16582 11586 0 -1 1077944320 3798 0 0 0 1 0 0 0 20 0 7 0 73497361 13763948544 4022 18446744073709551615 4194304 4196468 140723707204736 140723707187280 140481839267575 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
/proc/16584/statm: 3360339 4022 2025 1 0 3349836 0
[pid=16584/tid=16585] ppid=16582 vsize=13441356 memory=4206989191851631162 CPUtime=0.01 cores=0,2,4,6
/proc/16584/task/16585/stat : 16585 (java) R 16582 16582 11586 0 -1 4202560 2560 0 0 0 1 0 0 0 20 0 7 0 73497362 13763948544 4022 18446744073709551615 4194304 4196468 140723707204736 140481843510032 140481823348062 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16586] ppid=16582 vsize=13441356 memory=3461491227108755081 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16586/stat : 16586 (java) S 16582 16582 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 73497362 13763948544 4022 18446744073709551615 4194304 4196468 140723707204736 140481438944400 140481839277781 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16587] ppid=16582 vsize=13441356 memory=140622479070848 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16587/stat : 16587 (java) S 16582 16582 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 73497362 13763948544 4022 18446744073709551615 4194304 4196468 140723707204736 140481437891600 140481839277781 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16588] ppid=16582 vsize=13441356 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16588/stat : 16588 (java) S 16582 16582 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 73497362 13763948544 4022 18446744073709551615 4194304 4196468 140723707204736 140481436838800 140481839277781 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16589] ppid=16582 vsize=13441356 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16589/stat : 16589 (java) S 16582 16582 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 73497362 13763948544 4022 18446744073709551615 4194304 4196468 140723707204736 140481435786000 140481839277781 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16590] ppid=16582 vsize=13441356 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16590/stat : 16590 (java) S 16582 16582 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 73497364 13763948544 4022 18446744073709551615 4194304 4196468 140723707204736 140480823089520 140481839278722 0 0 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13450868 KiB
Current children cumulated memory: 17468 KiB

[startup+0.209964 s]*
/proc/loadavg: 2.11 2.04 2.12 5/212 16598
/proc/meminfo: memFree=29221448/32770624 swapFree=67108860/67108860
[pid=16582] ppid=16579 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16582/stat : 16582 (xcsp3-exec) S 16579 16582 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73497353 9740288 345 18446744073709551615 4194304 5098028 140725616347744 140725616345848 140492458762876 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 13393920 140725616349560 140725616349765 140725616349765 140725616353259 0
/proc/16582/statm: 2378 345 289 221 0 87 0
[pid=16584] ppid=16582 vsize=13974352 memory=27796 CPUtime=0.12 cores=0,2,4,6
/proc/16584/stat : 16584 (java) S 16582 16582 11586 0 -1 1077944320 5465 0 0 0 11 1 0 0 20 0 15 0 73497361 14309736448 6949 18446744073709551615 4194304 4196468 140723707204736 140723707187280 140481839267575 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
/proc/16584/statm: 3493588 6949 2812 1 0 3482964 0
[pid=16584/tid=16585] ppid=16582 vsize=13974352 memory=-6153437086431154533 CPUtime=0.08 cores=0,2,4,6
/proc/16584/task/16585/stat : 16585 (java) R 16582 16582 11586 0 -1 4202560 3476 0 0 0 8 0 0 0 20 0 15 0 73497362 14309736448 6949 18446744073709551615 4194304 4196468 140723707204736 140481843500848 140481839288922 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16586] ppid=16582 vsize=13974352 memory=3461491227108755081 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16586/stat : 16586 (java) S 16582 16582 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73497362 14309736448 6949 18446744073709551615 4194304 4196468 140723707204736 140481438944400 140481839277781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16587] ppid=16582 vsize=13974352 memory=140622479070848 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16587/stat : 16587 (java) S 16582 16582 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73497362 14309736448 6949 18446744073709551615 4194304 4196468 140723707204736 140481437891600 140481839277781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16588] ppid=16582 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16588/stat : 16588 (java) S 16582 16582 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73497362 14309736448 6949 18446744073709551615 4194304 4196468 140723707204736 140481436838800 140481839277781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16589] ppid=16582 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16589/stat : 16589 (java) S 16582 16582 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73497362 14309736448 6949 18446744073709551615 4194304 4196468 140723707204736 140481435786000 140481839277781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16590] ppid=16582 vsize=13974352 memory=140622479070848 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16590/stat : 16590 (java) S 16582 16582 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73497364 14309736448 6949 18446744073709551615 4194304 4196468 140723707204736 140480823089520 140481839278722 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16591] ppid=16582 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16591/stat : 16591 (java) S 16582 16582 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73497364 14309736448 6949 18446744073709551615 4194304 4196468 140723707204736 140480822035488 140481839277781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16592] ppid=16582 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16592/stat : 16592 (java) S 16582 16582 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 73497364 14309736448 6949 18446744073709551615 4194304 4196468 140723707204736 140480820982640 140481839277781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16593] ppid=16582 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16593/stat : 16593 (java) S 16582 16582 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73497367 14309736448 6949 18446744073709551615 4194304 4196468 140723707204736 140480819930960 140481839286171 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16594] ppid=16582 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16594/stat : 16594 (java) S 16582 16582 11586 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 73497367 14309736448 6949 18446744073709551615 4194304 4196468 140723707204736 140480818879344 140481839278722 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16595] ppid=16582 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16595/stat : 16595 (java) S 16582 16582 11586 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 73497367 14309736448 6949 18446744073709551615 4194304 4196468 140723707204736 140480817826544 140481839278722 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16596] ppid=16582 vsize=13974352 memory=140622479070848 CPUtime=0.01 cores=0,2,4,6
/proc/16584/task/16596/stat : 16596 (java) S 16582 16582 11586 0 -1 1077944384 253 0 0 0 1 0 0 0 20 0 15 0 73497367 14309736448 6949 18446744073709551615 4194304 4196468 140723707204736 140480816773744 140481839278722 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16597] ppid=16582 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16597/stat : 16597 (java) S 16582 16582 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73497367 14309736448 6949 18446744073709551615 4194304 4196468 140723707204736 140480815721184 140481839277781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16598] ppid=16582 vsize=13974352 memory=140622479070848 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16598/stat : 16598 (java) S 16582 16582 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73497370 14309736448 6949 18446744073709551615 4194304 4196468 140723707204736 140480814668464 140481839278722 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29176 KiB

[startup+0.31031 s]*
/proc/loadavg: 2.11 2.04 2.12 5/212 16598
/proc/meminfo: memFree=29208352/32770624 swapFree=67108860/67108860
[pid=16582] ppid=16579 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16582/stat : 16582 (xcsp3-exec) S 16579 16582 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73497353 9740288 345 18446744073709551615 4194304 5098028 140725616347744 140725616345848 140492458762876 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 13393920 140725616349560 140725616349765 140725616349765 140725616353259 0
/proc/16582/statm: 2378 345 289 221 0 87 0
[pid=16584] ppid=16582 vsize=13974352 memory=39896 CPUtime=0.32 cores=0,2,4,6
/proc/16584/stat : 16584 (java) S 16582 16582 11586 0 -1 1077944320 9206 0 0 0 30 2 0 0 20 0 15 0 73497361 14309736448 9974 18446744073709551615 4194304 4196468 140723707204736 140723707187280 140481839267575 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
/proc/16584/statm: 3493588 9974 3029 1 0 3482964 0
[pid=16584/tid=16585] ppid=16582 vsize=13974352 memory=-8774313645642428999 CPUtime=0.19 cores=0,2,4,6
/proc/16584/task/16585/stat : 16585 (java) R 16582 16582 11586 0 -1 4202560 6333 0 0 0 17 2 0 0 20 0 15 0 73497362 14309736448 9974 18446744073709551615 4194304 4196468 140723707204736 140481843494208 140481823348062 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16586] ppid=16582 vsize=13974352 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16586/stat : 16586 (java) S 16582 16582 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73497362 14309736448 9974 18446744073709551615 4194304 4196468 140723707204736 140481438944400 140481839277781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16587] ppid=16582 vsize=13974352 memory=8248408006974860141 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16587/stat : 16587 (java) S 16582 16582 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73497362 14309736448 9974 18446744073709551615 4194304 4196468 140723707204736 140481437891600 140481839277781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16588] ppid=16582 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16588/stat : 16588 (java) S 16582 16582 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73497362 14309736448 9974 18446744073709551615 4194304 4196468 140723707204736 140481436838800 140481839277781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16589] ppid=16582 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16589/stat : 16589 (java) S 16582 16582 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73497362 14309736448 9974 18446744073709551615 4194304 4196468 140723707204736 140481435786000 140481839277781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16590] ppid=16582 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16590/stat : 16590 (java) S 16582 16582 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73497364 14309736448 9974 18446744073709551615 4194304 4196468 140723707204736 140480823089520 140481839278722 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16591] ppid=16582 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16591/stat : 16591 (java) S 16582 16582 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73497364 14309736448 9974 18446744073709551615 4194304 4196468 140723707204736 140480822035488 140481839277781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16592] ppid=16582 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16592/stat : 16592 (java) S 16582 16582 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 73497364 14309736448 9974 18446744073709551615 4194304 4196468 140723707204736 140480820982640 140481839277781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16593] ppid=16582 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16593/stat : 16593 (java) S 16582 16582 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73497367 14309736448 9974 18446744073709551615 4194304 4196468 140723707204736 140480819930960 140481839286171 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16594] ppid=16582 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/16584/task/16594/stat : 16594 (java) S 16582 16582 11586 0 -1 1077944384 581 0 0 0 1 0 0 0 20 0 15 0 73497367 14309736448 9974 18446744073709551615 4194304 4196468 140723707204736 140480818879344 140481839278722 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16595] ppid=16582 vsize=13974352 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/16584/task/16595/stat : 16595 (java) S 16582 16582 11586 0 -1 1077944384 289 0 0 0 3 0 0 0 20 0 15 0 73497367 14309736448 9974 18446744073709551615 4194304 4196468 140723707204736 140480817826544 140481839278722 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16596] ppid=16582 vsize=13974352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16584/task/16596/stat : 16596 (java) S 16582 16582 11586 0 -1 1077944384 706 0 0 0 7 0 0 0 20 0 15 0 73497367 14309736448 9974 18446744073709551615 4194304 4196468 140723707204736 140480816773744 140481839278722 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16597] ppid=16582 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16597/stat : 16597 (java) S 16582 16582 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73497367 14309736448 9974 18446744073709551615 4194304 4196468 140723707204736 140480815721184 140481839277781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16598] ppid=16582 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16598/stat : 16598 (java) S 16582 16582 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73497370 14309736448 9974 18446744073709551615 4194304 4196468 140723707204736 140480814668464 140481839278722 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 41276 KiB

[startup+0.701165 s]
/proc/loadavg: 2.11 2.04 2.12 4/212 16598
/proc/meminfo: memFree=29195208/32770624 swapFree=67108860/67108860
[pid=16582] ppid=16579 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16582/stat : 16582 (xcsp3-exec) S 16579 16582 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73497353 9740288 345 18446744073709551615 4194304 5098028 140725616347744 140725616345848 140492458762876 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 13393920 140725616349560 140725616349765 140725616349765 140725616353259 0
/proc/16582/statm: 2378 345 289 221 0 87 0
[pid=16584] ppid=16582 vsize=13978684 memory=106596 CPUtime=1.28 cores=0,2,4,6
/proc/16584/stat : 16584 (java) S 16582 16582 11586 0 -1 1077944320 13136 0 0 0 123 5 0 0 20 0 15 0 73497361 14314172416 26649 18446744073709551615 4194304 4196468 140723707204736 140723707187280 140481839267575 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
/proc/16584/statm: 3494671 26649 3155 1 0 3482964 0
[pid=16584/tid=16585] ppid=16582 vsize=13978684 memory=8242257093008635445 CPUtime=0.57 cores=0,2,4,6
/proc/16584/task/16585/stat : 16585 (java) R 16582 16582 11586 0 -1 4202560 7919 0 0 0 53 4 0 0 20 0 15 0 73497362 14314172416 26649 18446744073709551615 4194304 4196468 140723707204736 140481843503600 140481483626868 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16586] ppid=16582 vsize=13978684 memory=5789207322964678759 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16586/stat : 16586 (java) S 16582 16582 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73497362 14314172416 26649 18446744073709551615 4194304 4196468 140723707204736 140481438944400 140481839277781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16587] ppid=16582 vsize=13978684 memory=7666631141572832339 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16587/stat : 16587 (java) S 16582 16582 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73497362 14314172416 26649 18446744073709551615 4194304 4196468 140723707204736 140481437891600 140481839277781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16588] ppid=16582 vsize=13978684 memory=734122130331934768 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16588/stat : 16588 (java) S 16582 16582 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73497362 14314172416 26649 18446744073709551615 4194304 4196468 140723707204736 140481436838800 140481839277781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16589] ppid=16582 vsize=13978684 memory=4120 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16589/stat : 16589 (java) S 16582 16582 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73497362 14314172416 26649 18446744073709551615 4194304 4196468 140723707204736 140481435786000 140481839277781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16590] ppid=16582 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16590/stat : 16590 (java) S 16582 16582 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73497364 14314172416 26649 18446744073709551615 4194304 4196468 140723707204736 140480823089520 140481839278722 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16591] ppid=16582 vsize=13978684 memory=140622329553520 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16591/stat : 16591 (java) S 16582 16582 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73497364 14314172416 26649 18446744073709551615 4194304 4196468 140723707204736 140480822035488 140481839277781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16592] ppid=16582 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16592/stat : 16592 (java) S 16582 16582 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 73497364 14314172416 26649 18446744073709551615 4194304 4196468 140723707204736 140480820982640 140481839277781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16593] ppid=16582 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16593/stat : 16593 (java) S 16582 16582 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73497367 14314172416 26649 18446744073709551615 4194304 4196468 140723707204736 140480819930960 140481839286171 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16594] ppid=16582 vsize=13978684 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/16584/task/16594/stat : 16594 (java) R 16582 16582 11586 0 -1 4202560 1640 0 0 0 20 0 0 0 20 0 15 0 73497367 14314172416 26649 18446744073709551615 4194304 4196468 140723707204736 140480818869728 140481831557029 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16595] ppid=16582 vsize=13978684 memory=7809523229951467568 CPUtime=0.23 cores=0,2,4,6
/proc/16584/task/16595/stat : 16595 (java) R 16582 16582 11586 0 -1 4202560 955 0 0 0 23 0 0 0 20 0 15 0 73497367 14314172416 26649 18446744073709551615 4194304 4196468 140723707204736 140480817819736 140481839281439 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16596] ppid=16582 vsize=13978684 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/16584/task/16596/stat : 16596 (java) S 16582 16582 11586 0 -1 1077944384 1314 0 0 0 26 0 0 0 20 0 15 0 73497367 14314172416 26649 18446744073709551615 4194304 4196468 140723707204736 140480816773744 140481839278722 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16597] ppid=16582 vsize=13978684 memory=-6007378943880339241 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16597/stat : 16597 (java) S 16582 16582 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73497367 14314172416 26649 18446744073709551615 4194304 4196468 140723707204736 140480815721184 140481839277781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16598] ppid=16582 vsize=13978684 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16598/stat : 16598 (java) S 16582 16582 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73497370 14314172416 26649 18446744073709551615 4194304 4196468 140723707204736 140480814668464 140481839278722 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 107976 KiB

[startup+1.50118 s]
/proc/loadavg: 2.11 2.04 2.12 3/212 16598
/proc/meminfo: memFree=29035536/32770624 swapFree=67108860/67108860
[pid=16582] ppid=16579 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16582/stat : 16582 (xcsp3-exec) S 16579 16582 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73497353 9740288 345 18446744073709551615 4194304 5098028 140725616347744 140725616345848 140492458762876 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 13393920 140725616349560 140725616349765 140725616349765 140725616353259 0
/proc/16582/statm: 2378 345 289 221 0 87 0
[pid=16584] ppid=16582 vsize=13980732 memory=216360 CPUtime=2.92 cores=0,2,4,6
/proc/16584/stat : 16584 (java) S 16582 16582 11586 0 -1 1077944320 14568 0 0 0 281 11 0 0 20 0 15 0 73497361 14316269568 54090 18446744073709551615 4194304 4196468 140723707204736 140723707187280 140481839267575 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
/proc/16584/statm: 3495183 54090 3195 1 0 3483476 0
[pid=16584/tid=16585] ppid=16582 vsize=13980732 memory=0 CPUtime=1.34 cores=0,2,4,6
/proc/16584/task/16585/stat : 16585 (java) R 16582 16582 11586 0 -1 4202560 8572 0 0 0 129 5 0 0 20 0 15 0 73497362 14316269568 54090 18446744073709551615 4194304 4196468 140723707204736 140481843506336 140481839279510 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16586] ppid=16582 vsize=13980732 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/16584/task/16586/stat : 16586 (java) S 16582 16582 11586 0 -1 1077944384 27 0 0 0 1 1 0 0 20 0 15 0 73497362 14316269568 54090 18446744073709551615 4194304 4196468 140723707204736 140481438944400 140481839277781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16587] ppid=16582 vsize=13980732 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/16584/task/16587/stat : 16587 (java) S 16582 16582 11586 0 -1 1077944384 25 0 0 0 1 1 0 0 20 0 15 0 73497362 14316269568 54090 18446744073709551615 4194304 4196468 140723707204736 140481437891600 140481839277781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16588] ppid=16582 vsize=13980732 memory=-1624781813439352349 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16588/stat : 16588 (java) S 16582 16582 11586 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 73497362 14316269568 54090 18446744073709551615 4194304 4196468 140723707204736 140481436838800 140481839277781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16589] ppid=16582 vsize=13980732 memory=-7880843606118635149 CPUtime=0.02 cores=0,2,4,6
/proc/16584/task/16589/stat : 16589 (java) S 16582 16582 11586 0 -1 1077944384 30 0 0 0 1 1 0 0 20 0 15 0 73497362 14316269568 54090 18446744073709551615 4194304 4196468 140723707204736 140481435786000 140481839277781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16590] ppid=16582 vsize=13980732 memory=8976414709404591081 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16590/stat : 16590 (java) S 16582 16582 11586 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 73497364 14316269568 54090 18446744073709551615 4194304 4196468 140723707204736 140480823089520 140481839278722 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16591] ppid=16582 vsize=13980732 memory=7230638415855315031 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16591/stat : 16591 (java) S 16582 16582 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73497364 14316269568 54090 18446744073709551615 4194304 4196468 140723707204736 140480822035488 140481839277781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16592] ppid=16582 vsize=13980732 memory=13837445906 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16592/stat : 16592 (java) S 16582 16582 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 73497364 14316269568 54090 18446744073709551615 4194304 4196468 140723707204736 140480820982640 140481839277781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16593] ppid=16582 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16593/stat : 16593 (java) S 16582 16582 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73497367 14316269568 54090 18446744073709551615 4194304 4196468 140723707204736 140480819930960 140481839286171 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16594] ppid=16582 vsize=13980732 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/16584/task/16594/stat : 16594 (java) R 16582 16582 11586 0 -1 4202560 1717 0 0 0 52 0 0 0 20 0 15 0 73497367 14316269568 54090 18446744073709551615 4194304 4196468 140723707204736 140480818865440 140481818513374 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16595] ppid=16582 vsize=13980732 memory=0 CPUtime=0.56 cores=0,2,4,6
/proc/16584/task/16595/stat : 16595 (java) R 16582 16582 11586 0 -1 4202560 1222 0 0 0 56 0 0 0 20 0 15 0 73497367 14316269568 54090 18446744073709551615 4194304 4196468 140723707204736 140480817816336 140481820788975 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16596] ppid=16582 vsize=13980732 memory=0 CPUtime=0.38 cores=0,2,4,6
/proc/16584/task/16596/stat : 16596 (java) R 16582 16582 11586 0 -1 4202560 1578 0 0 0 38 0 0 0 20 0 15 0 73497367 14316269568 54090 18446744073709551615 4194304 4196468 140723707204736 140480816773744 140481832364411 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16597] ppid=16582 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16597/stat : 16597 (java) S 16582 16582 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73497367 14316269568 54090 18446744073709551615 4194304 4196468 140723707204736 140480815721184 140481839277781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16598] ppid=16582 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16598/stat : 16598 (java) S 16582 16582 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73497370 14316269568 54090 18446744073709551615 4194304 4196468 140723707204736 140480814668464 140481839278722 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
Current children cumulated CPU time: 2.92 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 217740 KiB

[startup+1.58913 s]
# the end of solver process 16582 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.0715 s, system=0.122333 s

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

[startup+1.50118 s]
/proc/loadavg: 2.11 2.04 2.12 3/212 16598
/proc/meminfo: memFree=29035536/32770624 swapFree=67108860/67108860
[pid=16582] ppid=16579 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16582/stat : 16582 (xcsp3-exec) S 16579 16582 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73497353 9740288 345 18446744073709551615 4194304 5098028 140725616347744 140725616345848 140492458762876 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 13393920 140725616349560 140725616349765 140725616349765 140725616353259 0
/proc/16582/statm: 2378 345 289 221 0 87 0
[pid=16584] ppid=16582 vsize=13980732 memory=216360 CPUtime=2.92 cores=0,2,4,6
/proc/16584/stat : 16584 (java) S 16582 16582 11586 0 -1 1077944320 14568 0 0 0 281 11 0 0 20 0 15 0 73497361 14316269568 54090 18446744073709551615 4194304 4196468 140723707204736 140723707187280 140481839267575 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
/proc/16584/statm: 3495183 54090 3195 1 0 3483476 0
[pid=16584/tid=16585] ppid=16582 vsize=13980732 memory=0 CPUtime=1.34 cores=0,2,4,6
/proc/16584/task/16585/stat : 16585 (java) R 16582 16582 11586 0 -1 4202560 8572 0 0 0 129 5 0 0 20 0 15 0 73497362 14316269568 54090 18446744073709551615 4194304 4196468 140723707204736 140481843506336 140481839279510 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16586] ppid=16582 vsize=13980732 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/16584/task/16586/stat : 16586 (java) S 16582 16582 11586 0 -1 1077944384 27 0 0 0 1 1 0 0 20 0 15 0 73497362 14316269568 54090 18446744073709551615 4194304 4196468 140723707204736 140481438944400 140481839277781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16587] ppid=16582 vsize=13980732 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/16584/task/16587/stat : 16587 (java) S 16582 16582 11586 0 -1 1077944384 25 0 0 0 1 1 0 0 20 0 15 0 73497362 14316269568 54090 18446744073709551615 4194304 4196468 140723707204736 140481437891600 140481839277781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16588] ppid=16582 vsize=13980732 memory=-1624781813439352349 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16588/stat : 16588 (java) S 16582 16582 11586 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 73497362 14316269568 54090 18446744073709551615 4194304 4196468 140723707204736 140481436838800 140481839277781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16589] ppid=16582 vsize=13980732 memory=-7880843606118635149 CPUtime=0.02 cores=0,2,4,6
/proc/16584/task/16589/stat : 16589 (java) S 16582 16582 11586 0 -1 1077944384 30 0 0 0 1 1 0 0 20 0 15 0 73497362 14316269568 54090 18446744073709551615 4194304 4196468 140723707204736 140481435786000 140481839277781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16590] ppid=16582 vsize=13980732 memory=8976414709404591081 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16590/stat : 16590 (java) S 16582 16582 11586 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 73497364 14316269568 54090 18446744073709551615 4194304 4196468 140723707204736 140480823089520 140481839278722 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16591] ppid=16582 vsize=13980732 memory=7230638415855315031 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16591/stat : 16591 (java) S 16582 16582 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73497364 14316269568 54090 18446744073709551615 4194304 4196468 140723707204736 140480822035488 140481839277781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16592] ppid=16582 vsize=13980732 memory=13837445906 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16592/stat : 16592 (java) S 16582 16582 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 73497364 14316269568 54090 18446744073709551615 4194304 4196468 140723707204736 140480820982640 140481839277781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16593] ppid=16582 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16593/stat : 16593 (java) S 16582 16582 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73497367 14316269568 54090 18446744073709551615 4194304 4196468 140723707204736 140480819930960 140481839286171 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16594] ppid=16582 vsize=13980732 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/16584/task/16594/stat : 16594 (java) R 16582 16582 11586 0 -1 4202560 1717 0 0 0 52 0 0 0 20 0 15 0 73497367 14316269568 54090 18446744073709551615 4194304 4196468 140723707204736 140480818865440 140481818513374 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16595] ppid=16582 vsize=13980732 memory=0 CPUtime=0.56 cores=0,2,4,6
/proc/16584/task/16595/stat : 16595 (java) R 16582 16582 11586 0 -1 4202560 1222 0 0 0 56 0 0 0 20 0 15 0 73497367 14316269568 54090 18446744073709551615 4194304 4196468 140723707204736 140480817816336 140481820788975 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16596] ppid=16582 vsize=13980732 memory=0 CPUtime=0.38 cores=0,2,4,6
/proc/16584/task/16596/stat : 16596 (java) R 16582 16582 11586 0 -1 4202560 1578 0 0 0 38 0 0 0 20 0 15 0 73497367 14316269568 54090 18446744073709551615 4194304 4196468 140723707204736 140480816773744 140481832364411 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16597] ppid=16582 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16597/stat : 16597 (java) S 16582 16582 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73497367 14316269568 54090 18446744073709551615 4194304 4196468 140723707204736 140480815721184 140481839277781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
[pid=16584/tid=16598] ppid=16582 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16584/task/16598/stat : 16598 (java) S 16582 16582 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73497370 14316269568 54090 18446744073709551615 4194304 4196468 140723707204736 140480814668464 140481839278722 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35921920 140723707212209 140723707212385 140723707212385 140723707215823 0
Current children cumulated CPU time: 2.92 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 217740 KiB

Child status: 0
Real time (s): 1.58919
CPU time (s): 3.19384
CPU user time (s): 3.0715
CPU system time (s): 0.122333
CPU usage (%): 200.973
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 217740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.0715
system time used= 0.122333
maximum resident set size= 218128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15291
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= 1924
involuntary context switches= 13


# summary of solver processes directly reported to runsolver:
#   pid: 16582
#   total CPU time (s): 3.19384
#   total CPU user time (s): 3.0715
#   total CPU system time (s): 0.122333

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.041003 second user time and 0.048389 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-16 04:31:51
IDJOB=4269738
IDBENCH=139308
IDSOLVER=2660
FILE ID=node124/4269738-1502851567
RUNJOBID= node124-1502673801-14689
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/RenaultMod/RenaultMod-m1-s1/RenaultMod-12.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-4269738-1502851567/watcher-4269738-1502851567 -o /tmp/evaluation-result-4269738-1502851567/solver-4269738-1502851567 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14689 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1854245820 HOME/instance-4269738-1502851567.xml

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

MD5SUM BENCH= a557c5b210af073d1486c8e4c563afe6
RANDOM SEED=1854245820

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29237548 kB
MemAvailable:   29696748 kB
Buffers:          253548 kB
Cached:           492012 kB
SwapCached:            0 kB
Active:          2772812 kB
Inactive:         306560 kB
Active(anon):    2285096 kB
Inactive(anon):    81944 kB
Active(file):     487716 kB
Inactive(file):   224616 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             10652 kB
Writeback:             4 kB
AnonPages:       2337724 kB
Mapped:            61252 kB
Shmem:             33512 kB
Slab:             151972 kB
SReclaimable:     125404 kB
SUnreclaim:        26568 kB
KernelStack:        3712 kB
PageTables:         9440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3587992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2207744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62012 MiB
End job on node124 at 2017-08-16 04:31:53