Trace number 4283958

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 3.2623799 1.62126

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-4283958-1503223531.xml"  -tl '2520s' -p 1 -x 3
0.09/0.27	c [HOME/instance-4283958-1503223531.xml, -tl, 2520s, -p, 1, -x, 3]
0.29/0.33	c simple solver
0.29/0.40	c parse instance...
2.73/1.49	c solve instance...
3.22/1.60	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 (14929 MiB free)
  memory of node 1: 16384 MiB (15122 MiB free)
  node distances:
     10  21
     21  10

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

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

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


[startup+0.102478 s]*
/proc/loadavg: 1.52 1.69 1.74 3/205 21925
/proc/meminfo: memFree=30766416/32770624 swapFree=67108860/67108860
[pid=21918] ppid=21915 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21918/stat : 21918 (xcsp3-exec) S 21915 21918 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124546029 9740288 345 18446744073709551615 4194304 5098028 140723461694416 140723461692520 140481575703164 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 37814272 140723461702008 140723461702213 140723461702213 140723461705707 0
/proc/21918/statm: 2378 345 289 221 0 87 0
[pid=21920] ppid=21918 vsize=13358712 memory=16412 CPUtime=0.01 cores=0,2,4,6
/proc/21920/stat : 21920 (java) S 21918 21918 28892 0 -1 1077944320 3357 0 0 0 1 0 0 0 20 0 6 0 124546038 13679321088 4103 18446744073709551615 4194304 4196468 140726494687600 140726494670144 140583427944183 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
/proc/21920/statm: 3339678 4103 1905 1 0 3329175 0
[pid=21920/tid=21921] ppid=21918 vsize=13358712 memory=4206751525541407381 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21921/stat : 21921 (java) R 21918 21918 28892 0 -1 4202560 2134 0 0 0 0 0 0 0 20 0 6 0 124546038 13679321088 4103 18446744073709551615 4194304 4196468 140726494687600 140583432180304 140583412381068 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21922] ppid=21918 vsize=13358712 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21922/stat : 21922 (java) S 21918 21918 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 124546039 13679321088 4103 18446744073709551615 4194304 4196468 140726494687600 140583347358864 140583427954389 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21923] ppid=21918 vsize=13358712 memory=140235708995200 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21923/stat : 21923 (java) S 21918 21918 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 124546039 13679321088 4103 18446744073709551615 4194304 4196468 140726494687600 140583346306064 140583427954389 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21924] ppid=21918 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21924/stat : 21924 (java) S 21918 21918 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 124546039 13679321088 4103 18446744073709551615 4194304 4196468 140726494687600 140583345253264 140583427954389 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21925] ppid=21918 vsize=13358712 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21925/stat : 21925 (java) S 21918 21918 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 124546039 13679321088 4103 18446744073709551615 4194304 4196468 140726494687600 140583344200464 140583427954389 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 17792 KiB

[startup+0.209996 s]*
/proc/loadavg: 1.52 1.69 1.74 3/214 21934
/proc/meminfo: memFree=30756708/32770624 swapFree=67108860/67108860
[pid=21918] ppid=21915 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21918/stat : 21918 (xcsp3-exec) S 21915 21918 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124546029 9740288 345 18446744073709551615 4194304 5098028 140723461694416 140723461692520 140481575703164 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 37814272 140723461702008 140723461702213 140723461702213 140723461705707 0
/proc/21918/statm: 2378 345 289 221 0 87 0
[pid=21920] ppid=21918 vsize=13974352 memory=28192 CPUtime=0.09 cores=0,2,4,6
/proc/21920/stat : 21920 (java) S 21918 21918 28892 0 -1 1077944320 4941 0 0 0 8 1 0 0 20 0 15 0 124546038 14309736448 7048 18446744073709551615 4194304 4196468 140726494687600 140726494670144 140583427944183 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
/proc/21920/statm: 3493588 7048 2756 1 0 3482964 0
[pid=21920/tid=21921] ppid=21918 vsize=13974352 memory=8390339637985935414 CPUtime=0.08 cores=0,2,4,6
/proc/21920/task/21921/stat : 21921 (java) R 21918 21918 28892 0 -1 4202560 3087 0 0 0 7 1 0 0 20 0 15 0 124546038 14309736448 7048 18446744073709551615 4194304 4196468 140726494687600 140583432140368 140583427966109 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21922] ppid=21918 vsize=13974352 memory=288230604708001210 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21922/stat : 21922 (java) S 21918 21918 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124546039 14309736448 7048 18446744073709551615 4194304 4196468 140726494687600 140583347358864 140583427954389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21923] ppid=21918 vsize=13974352 memory=4121840137969768096 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21923/stat : 21923 (java) S 21918 21918 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124546039 14309736448 7048 18446744073709551615 4194304 4196468 140726494687600 140583346306064 140583427954389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21924] ppid=21918 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21924/stat : 21924 (java) S 21918 21918 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124546039 14309736448 7048 18446744073709551615 4194304 4196468 140726494687600 140583345253264 140583427954389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21925] ppid=21918 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21925/stat : 21925 (java) S 21918 21918 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124546039 14309736448 7048 18446744073709551615 4194304 4196468 140726494687600 140583344200464 140583427954389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21926] ppid=21918 vsize=13974352 memory=140235708995200 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21926/stat : 21926 (java) S 21918 21918 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124546040 14309736448 7048 18446744073709551615 4194304 4196468 140726494687600 140582905686384 140583427955330 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21927] ppid=21918 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21927/stat : 21927 (java) S 21918 21918 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124546040 14309736448 7048 18446744073709551615 4194304 4196468 140726494687600 140582904632352 140583427954389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21928] ppid=21918 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21928/stat : 21928 (java) S 21918 21918 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 124546041 14309736448 7048 18446744073709551615 4194304 4196468 140726494687600 140582903579504 140583427954389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21929] ppid=21918 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21929/stat : 21929 (java) S 21918 21918 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124546043 14309736448 7048 18446744073709551615 4194304 4196468 140726494687600 140582902527824 140583427962779 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21930] ppid=21918 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21930/stat : 21930 (java) S 21918 21918 28892 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 124546043 14309736448 7048 18446744073709551615 4194304 4196468 140726494687600 140582901476208 140583427955330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21931] ppid=21918 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21931/stat : 21931 (java) S 21918 21918 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124546043 14309736448 7048 18446744073709551615 4194304 4196468 140726494687600 140582900423408 140583427955330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21932] ppid=21918 vsize=13974352 memory=140235708995200 CPUtime=0.01 cores=0,2,4,6
/proc/21920/task/21932/stat : 21932 (java) R 21918 21918 28892 0 -1 4202560 239 0 0 0 1 0 0 0 20 0 15 0 124546043 14309736448 7048 18446744073709551615 4194304 4196468 140726494687600 140582899370608 140583427965530 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21933] ppid=21918 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21933/stat : 21933 (java) S 21918 21918 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124546043 14309736448 7048 18446744073709551615 4194304 4196468 140726494687600 140582898318048 140583427954389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21934] ppid=21918 vsize=13974352 memory=140235708995200 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21934/stat : 21934 (java) S 21918 21918 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124546047 14309736448 7048 18446744073709551615 4194304 4196468 140726494687600 140582897265328 140583427955330 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29572 KiB

[startup+0.310679 s]*
/proc/loadavg: 1.52 1.69 1.74 7/214 21934
/proc/meminfo: memFree=30745960/32770624 swapFree=67108860/67108860
[pid=21918] ppid=21915 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21918/stat : 21918 (xcsp3-exec) S 21915 21918 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124546029 9740288 345 18446744073709551615 4194304 5098028 140723461694416 140723461692520 140481575703164 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 37814272 140723461702008 140723461702213 140723461702213 140723461705707 0
/proc/21918/statm: 2378 345 289 221 0 87 0
[pid=21920] ppid=21918 vsize=13974352 memory=37548 CPUtime=0.29 cores=0,2,4,6
/proc/21920/stat : 21920 (java) S 21918 21918 28892 0 -1 1077944320 8480 0 0 0 26 3 0 0 20 0 15 0 124546038 14309736448 9387 18446744073709551615 4194304 4196468 140726494687600 140726494670144 140583427944183 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
/proc/21920/statm: 3493588 9387 2980 1 0 3482964 0
[pid=21920/tid=21921] ppid=21918 vsize=13974352 memory=8390339637985935414 CPUtime=0.17 cores=0,2,4,6
/proc/21920/task/21921/stat : 21921 (java) R 21918 21918 28892 0 -1 4202560 5699 0 0 0 15 2 0 0 20 0 15 0 124546038 14309736448 9387 18446744073709551615 4194304 4196468 140726494687600 140583432182240 140583427954389 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21922] ppid=21918 vsize=13974352 memory=301741403590112698 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21922/stat : 21922 (java) S 21918 21918 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124546039 14309736448 9387 18446744073709551615 4194304 4196468 140726494687600 140583347358864 140583427954389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21923] ppid=21918 vsize=13974352 memory=4121840137969768096 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21923/stat : 21923 (java) S 21918 21918 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124546039 14309736448 9387 18446744073709551615 4194304 4196468 140726494687600 140583346306064 140583427954389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21924] ppid=21918 vsize=13974352 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21924/stat : 21924 (java) S 21918 21918 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124546039 14309736448 9387 18446744073709551615 4194304 4196468 140726494687600 140583345253264 140583427954389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21925] ppid=21918 vsize=13974352 memory=3472328296227418159 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21925/stat : 21925 (java) S 21918 21918 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124546039 14309736448 9387 18446744073709551615 4194304 4196468 140726494687600 140583344200464 140583427954389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21926] ppid=21918 vsize=13974352 memory=7813734330908057778 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21926/stat : 21926 (java) S 21918 21918 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124546040 14309736448 9387 18446744073709551615 4194304 4196468 140726494687600 140582905686384 140583427955330 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21927] ppid=21918 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21927/stat : 21927 (java) S 21918 21918 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124546040 14309736448 9387 18446744073709551615 4194304 4196468 140726494687600 140582904632352 140583427954389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21928] ppid=21918 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21928/stat : 21928 (java) S 21918 21918 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 124546041 14309736448 9387 18446744073709551615 4194304 4196468 140726494687600 140582903579504 140583427954389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21929] ppid=21918 vsize=13974352 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21929/stat : 21929 (java) S 21918 21918 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124546043 14309736448 9387 18446744073709551615 4194304 4196468 140726494687600 140582902527824 140583427962779 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21930] ppid=21918 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/21920/task/21930/stat : 21930 (java) R 21918 21918 28892 0 -1 1077944384 554 0 0 0 2 0 0 0 20 0 15 0 124546043 14309736448 9387 18446744073709551615 4194304 4196468 140726494687600 140582901476208 140583427955330 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21931] ppid=21918 vsize=13974352 memory=3472328296227680303 CPUtime=0.01 cores=0,2,4,6
/proc/21920/task/21931/stat : 21931 (java) R 21918 21918 28892 0 -1 4202560 207 0 0 0 1 0 0 0 20 0 15 0 124546043 14309736448 9387 18446744073709551615 4194304 4196468 140726494687600 140582900423408 140583412855768 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21932] ppid=21918 vsize=13974352 memory=140235708995200 CPUtime=0.06 cores=0,2,4,6
/proc/21920/task/21932/stat : 21932 (java) R 21918 21918 28892 0 -1 4202560 716 0 0 0 6 0 0 0 20 0 15 0 124546043 14309736448 9387 18446744073709551615 4194304 4196468 140726494687600 140582899370608 140583427956118 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21933] ppid=21918 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21933/stat : 21933 (java) S 21918 21918 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124546043 14309736448 9387 18446744073709551615 4194304 4196468 140726494687600 140582898318048 140583427954389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21934] ppid=21918 vsize=13974352 memory=140235708995200 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21934/stat : 21934 (java) S 21918 21918 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124546047 14309736448 9387 18446744073709551615 4194304 4196468 140726494687600 140582897265328 140583427955330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38928 KiB

[startup+0.70155 s]
/proc/loadavg: 1.52 1.69 1.74 5/214 21934
/proc/meminfo: memFree=30731896/32770624 swapFree=67108860/67108860
[pid=21918] ppid=21915 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21918/stat : 21918 (xcsp3-exec) S 21915 21918 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124546029 9740288 345 18446744073709551615 4194304 5098028 140723461694416 140723461692520 140481575703164 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 37814272 140723461702008 140723461702213 140723461702213 140723461705707 0
/proc/21918/statm: 2378 345 289 221 0 87 0
[pid=21920] ppid=21918 vsize=13978684 memory=99456 CPUtime=1.24 cores=0,2,4,6
/proc/21920/stat : 21920 (java) S 21918 21918 28892 0 -1 1077944320 12868 0 0 0 119 5 0 0 20 0 15 0 124546038 14314172416 24864 18446744073709551615 4194304 4196468 140726494687600 140726494670144 140583427944183 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
/proc/21920/statm: 3494671 24864 3159 1 0 3482964 0
[pid=21920/tid=21921] ppid=21918 vsize=13978684 memory=6811895185499135200 CPUtime=0.56 cores=0,2,4,6
/proc/21920/task/21921/stat : 21921 (java) R 21918 21918 28892 0 -1 4202560 7409 0 0 0 52 4 0 0 20 0 15 0 124546038 14314172416 24864 18446744073709551615 4194304 4196468 140726494687600 140583432180736 140583023362503 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21922] ppid=21918 vsize=13978684 memory=-7453528518462155811 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21922/stat : 21922 (java) S 21918 21918 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124546039 14314172416 24864 18446744073709551615 4194304 4196468 140726494687600 140583347358864 140583427954389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21923] ppid=21918 vsize=13978684 memory=5937556773821310550 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21923/stat : 21923 (java) S 21918 21918 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124546039 14314172416 24864 18446744073709551615 4194304 4196468 140726494687600 140583346306064 140583427954389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21924] ppid=21918 vsize=13978684 memory=6083073847998109799 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21924/stat : 21924 (java) S 21918 21918 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124546039 14314172416 24864 18446744073709551615 4194304 4196468 140726494687600 140583345253264 140583427954389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21925] ppid=21918 vsize=13978684 memory=562 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21925/stat : 21925 (java) S 21918 21918 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124546039 14314172416 24864 18446744073709551615 4194304 4196468 140726494687600 140583344200464 140583427954389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21926] ppid=21918 vsize=13978684 memory=1586 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21926/stat : 21926 (java) S 21918 21918 28892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 124546040 14314172416 24864 18446744073709551615 4194304 4196468 140726494687600 140582905686384 140583427955330 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21927] ppid=21918 vsize=13978684 memory=115 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21927/stat : 21927 (java) S 21918 21918 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124546040 14314172416 24864 18446744073709551615 4194304 4196468 140726494687600 140582904632352 140583427954389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21928] ppid=21918 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21928/stat : 21928 (java) S 21918 21918 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 124546041 14314172416 24864 18446744073709551615 4194304 4196468 140726494687600 140582903579504 140583427954389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21929] ppid=21918 vsize=13978684 memory=214 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21929/stat : 21929 (java) S 21918 21918 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124546043 14314172416 24864 18446744073709551615 4194304 4196468 140726494687600 140582902527824 140583427962779 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21930] ppid=21918 vsize=13978684 memory=409 CPUtime=0.2 cores=0,2,4,6
/proc/21920/task/21930/stat : 21930 (java) R 21918 21918 28892 0 -1 4202560 1240 0 0 0 20 0 0 0 20 0 15 0 124546043 14314172416 24864 18446744073709551615 4194304 4196468 140726494687600 140582901465888 140583412866434 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21931] ppid=21918 vsize=13978684 memory=3908 CPUtime=0.2 cores=0,2,4,6
/proc/21920/task/21931/stat : 21931 (java) R 21918 21918 28892 0 -1 4202560 1503 0 0 0 20 0 0 0 20 0 15 0 124546043 14314172416 24864 18446744073709551615 4194304 4196468 140726494687600 140582900404424 140583409461612 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21932] ppid=21918 vsize=13978684 memory=-7677926825137650786 CPUtime=0.26 cores=0,2,4,6
/proc/21920/task/21932/stat : 21932 (java) S 21918 21918 28892 0 -1 1077944384 1408 0 0 0 26 0 0 0 20 0 15 0 124546043 14314172416 24864 18446744073709551615 4194304 4196468 140726494687600 140582899370608 140583427955330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21933] ppid=21918 vsize=13978684 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21933/stat : 21933 (java) S 21918 21918 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124546043 14314172416 24864 18446744073709551615 4194304 4196468 140726494687600 140582898318048 140583427954389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21934] ppid=21918 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21934/stat : 21934 (java) S 21918 21918 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124546047 14314172416 24864 18446744073709551615 4194304 4196468 140726494687600 140582897265328 140583427955330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 100836 KiB

[startup+1.50154 s]
/proc/loadavg: 1.52 1.69 1.74 5/214 21934
/proc/meminfo: memFree=30572472/32770624 swapFree=67108860/67108860
[pid=21918] ppid=21915 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21918/stat : 21918 (xcsp3-exec) S 21915 21918 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124546029 9740288 345 18446744073709551615 4194304 5098028 140723461694416 140723461692520 140481575703164 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 37814272 140723461702008 140723461702213 140723461702213 140723461705707 0
/proc/21918/statm: 2378 345 289 221 0 87 0
[pid=21920] ppid=21918 vsize=13980732 memory=217388 CPUtime=2.91 cores=0,2,4,6
/proc/21920/stat : 21920 (java) S 21918 21918 28892 0 -1 1077944320 14259 0 0 0 281 10 0 0 20 0 15 0 124546038 14316269568 54347 18446744073709551615 4194304 4196468 140726494687600 140726494670144 140583427944183 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
/proc/21920/statm: 3495183 54347 3198 1 0 3483476 0
[pid=21920/tid=21921] ppid=21918 vsize=13980732 memory=70548 CPUtime=1.32 cores=0,2,4,6
/proc/21920/task/21921/stat : 21921 (java) R 21918 21918 28892 0 -1 4202560 8114 0 0 0 127 5 0 0 20 0 15 0 124546038 14316269568 54347 18446744073709551615 4194304 4196468 140726494687600 140583432166656 140583427966109 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21922] ppid=21918 vsize=13980732 memory=8881 CPUtime=0.01 cores=0,2,4,6
/proc/21920/task/21922/stat : 21922 (java) S 21918 21918 28892 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 15 0 124546039 14316269568 54347 18446744073709551615 4194304 4196468 140726494687600 140583347358864 140583427954389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21923] ppid=21918 vsize=13980732 memory=4420 CPUtime=0.01 cores=0,2,4,6
/proc/21920/task/21923/stat : 21923 (java) S 21918 21918 28892 0 -1 1077944384 30 0 0 0 1 0 0 0 20 0 15 0 124546039 14316269568 54347 18446744073709551615 4194304 4196468 140726494687600 140583346306064 140583427954389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21924] ppid=21918 vsize=13980732 memory=6628 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21924/stat : 21924 (java) S 21918 21918 28892 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 124546039 14316269568 54347 18446744073709551615 4194304 4196468 140726494687600 140583345253264 140583427954389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21925] ppid=21918 vsize=13980732 memory=8836 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21925/stat : 21925 (java) S 21918 21918 28892 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 124546039 14316269568 54347 18446744073709551615 4194304 4196468 140726494687600 140583344200464 140583427954389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21926] ppid=21918 vsize=13980732 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21926/stat : 21926 (java) S 21918 21918 28892 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 124546040 14316269568 54347 18446744073709551615 4194304 4196468 140726494687600 140582905686384 140583427955330 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21927] ppid=21918 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21927/stat : 21927 (java) S 21918 21918 28892 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 124546040 14316269568 54347 18446744073709551615 4194304 4196468 140726494687600 140582904632352 140583427954389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21928] ppid=21918 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21928/stat : 21928 (java) S 21918 21918 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 124546041 14316269568 54347 18446744073709551615 4194304 4196468 140726494687600 140582903579504 140583427954389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21929] ppid=21918 vsize=13980732 memory=-1088251628401078322 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21929/stat : 21929 (java) S 21918 21918 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124546043 14316269568 54347 18446744073709551615 4194304 4196468 140726494687600 140582902527824 140583427962779 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21930] ppid=21918 vsize=13980732 memory=6944656592455360604 CPUtime=0.55 cores=0,2,4,6
/proc/21920/task/21930/stat : 21930 (java) R 21918 21918 28892 0 -1 4202560 1450 0 0 0 55 0 0 0 20 0 15 0 124546043 14316269568 54347 18446744073709551615 4194304 4196468 140726494687600 140582901462176 140583409465362 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21931] ppid=21918 vsize=13980732 memory=6944656575208382560 CPUtime=0.56 cores=0,2,4,6
/proc/21920/task/21931/stat : 21931 (java) R 21918 21918 28892 0 -1 4202560 1601 0 0 0 56 0 0 0 20 0 15 0 124546043 14316269568 54347 18446744073709551615 4194304 4196468 140726494687600 140582900410224 140583407187954 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21932] ppid=21918 vsize=13980732 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/21920/task/21932/stat : 21932 (java) R 21918 21918 28892 0 -1 4202560 1623 0 0 0 36 0 0 0 20 0 15 0 124546043 14316269568 54347 18446744073709551615 4194304 4196468 140726494687600 140582899370608 140583406899792 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21933] ppid=21918 vsize=13980732 memory=6944656592455360608 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21933/stat : 21933 (java) S 21918 21918 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124546043 14316269568 54347 18446744073709551615 4194304 4196468 140726494687600 140582898318048 140583427954389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21934] ppid=21918 vsize=13980732 memory=-7022074515825631275 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21934/stat : 21934 (java) S 21918 21918 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124546047 14316269568 54347 18446744073709551615 4194304 4196468 140726494687600 140582897265328 140583427955330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
Current children cumulated CPU time: 2.91 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 218768 KiB

[startup+1.62121 s]
# the end of solver process 21918 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.15048 s, system=0.111901 s

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

[startup+1.60085 s]
/proc/loadavg: 1.52 1.69 1.74 5/214 21934
/proc/meminfo: memFree=30572472/32770624 swapFree=67108860/67108860
[pid=21918] ppid=21915 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/21918/stat : 21918 (xcsp3-exec) S 21915 21918 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124546029 9740288 345 18446744073709551615 4194304 5098028 140723461694416 140723461692520 140481575703164 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 8 0 0 7196144 7232144 37814272 140723461702008 140723461702213 140723461702213 140723461705707 0
/proc/21918/statm: 2378 345 289 221 0 87 0
[pid=21920] ppid=21918 vsize=13980732 memory=218536 CPUtime=3.22 cores=0,2,4,6
/proc/21920/stat : 21920 (java) S 21918 21918 28892 0 -1 1077944320 14605 0 0 0 312 10 0 0 20 0 15 0 124546038 14316269568 54634 18446744073709551615 4194304 4196468 140726494687600 140726494670144 140583427944183 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
/proc/21920/statm: 3495183 54634 3204 1 0 3483476 0
[pid=21920/tid=21921] ppid=21918 vsize=13980732 memory=7598824234097836114 CPUtime=1.42 cores=0,2,4,6
/proc/21920/task/21921/stat : 21921 (java) R 21918 21918 28892 0 -1 4202560 8174 0 0 0 137 5 0 0 20 0 15 0 124546038 14316269568 54634 18446744073709551615 4194304 4196468 140726494687600 140583432183056 140583427956118 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21922] ppid=21918 vsize=13980732 memory=-8774313645642428999 CPUtime=0.01 cores=0,2,4,6
/proc/21920/task/21922/stat : 21922 (java) S 21918 21918 28892 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 15 0 124546039 14316269568 54634 18446744073709551615 4194304 4196468 140726494687600 140583347358864 140583427954389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21923] ppid=21918 vsize=13980732 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/21920/task/21923/stat : 21923 (java) S 21918 21918 28892 0 -1 1077944384 30 0 0 0 1 0 0 0 20 0 15 0 124546039 14316269568 54634 18446744073709551615 4194304 4196468 140726494687600 140583346306064 140583427954389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21924] ppid=21918 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21924/stat : 21924 (java) S 21918 21918 28892 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 124546039 14316269568 54634 18446744073709551615 4194304 4196468 140726494687600 140583345253264 140583427954389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21925] ppid=21918 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21925/stat : 21925 (java) S 21918 21918 28892 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 124546039 14316269568 54634 18446744073709551615 4194304 4196468 140726494687600 140583344200464 140583427954389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21926] ppid=21918 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21926/stat : 21926 (java) S 21918 21918 28892 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 124546040 14316269568 54634 18446744073709551615 4194304 4196468 140726494687600 140582905686384 140583427955330 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21927] ppid=21918 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21927/stat : 21927 (java) S 21918 21918 28892 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 124546040 14316269568 54634 18446744073709551615 4194304 4196468 140726494687600 140582904632352 140583427954389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21928] ppid=21918 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21928/stat : 21928 (java) S 21918 21918 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 124546041 14316269568 54634 18446744073709551615 4194304 4196468 140726494687600 140582903579504 140583427954389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21929] ppid=21918 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21929/stat : 21929 (java) S 21918 21918 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124546043 14316269568 54634 18446744073709551615 4194304 4196468 140726494687600 140582902527824 140583427962779 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21930] ppid=21918 vsize=13980732 memory=0 CPUtime=0.61 cores=0,2,4,6
/proc/21920/task/21930/stat : 21930 (java) R 21918 21918 28892 0 -1 1077944384 1501 0 0 0 61 0 0 0 20 0 15 0 124546043 14316269568 54634 18446744073709551615 4194304 4196468 140726494687600 140582901476208 140583427955330 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21931] ppid=21918 vsize=13980732 memory=6018850184838354070 CPUtime=0.63 cores=0,2,4,6
/proc/21920/task/21931/stat : 21931 (java) R 21918 21918 28892 0 -1 4202560 1628 0 0 0 63 0 0 0 20 0 15 0 124546043 14316269568 54634 18446744073709551615 4194304 4196468 140726494687600 140582900423504 140583427956118 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21932] ppid=21918 vsize=13980732 memory=45224811 CPUtime=0.45 cores=0,2,4,6
/proc/21920/task/21932/stat : 21932 (java) R 21918 21918 28892 0 -1 4202560 1836 0 0 0 45 0 0 0 20 0 15 0 124546043 14316269568 54634 18446744073709551615 4194304 4196468 140726494687600 140582899364960 140583427956118 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21933] ppid=21918 vsize=13980732 memory=280471162455024 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21933/stat : 21933 (java) S 21918 21918 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124546043 14316269568 54634 18446744073709551615 4194304 4196468 140726494687600 140582898318048 140583427954389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
[pid=21920/tid=21934] ppid=21918 vsize=13980732 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/21920/task/21934/stat : 21934 (java) S 21918 21918 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124546047 14316269568 54634 18446744073709551615 4194304 4196468 140726494687600 140582897265328 140583427955330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9351168 140726494695857 140726494696033 140726494696033 140726494699471 0
Current children cumulated CPU time: 3.22 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 219916 KiB

Child status: 0
Real time (s): 1.62126
CPU time (s): 3.26238
CPU user time (s): 3.15048
CPU system time (s): 0.111901
CPU usage (%): 201.225
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 219916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.15048
system time used= 0.111901
maximum resident set size= 219652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15181
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= 2096
involuntary context switches= 16


# summary of solver processes directly reported to runsolver:
#   pid: 21918
#   total CPU time (s): 3.26238
#   total CPU user time (s): 3.15048
#   total CPU system time (s): 0.111901

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.034222 second user time and 0.056302 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-20 11:51:19
IDJOB=4283958
IDBENCH=139308
IDSOLVER=2679
FILE ID=node127/4283958-1503223531
RUNJOBID= node127-1503172133-9102
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= choco-solver 5a
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-4283958-1503223531/watcher-4283958-1503223531 -o /tmp/evaluation-result-4283958-1503223531/solver-4283958-1503223531 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503172133-9102 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1376734949 HOME/instance-4283958-1503223531.xml

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

MD5SUM BENCH= a557c5b210af073d1486c8e4c563afe6
RANDOM SEED=1376734949

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:        30774192 kB
MemAvailable:   31652908 kB
Buffers:          306068 kB
Cached:           873880 kB
SwapCached:            0 kB
Active:          1154556 kB
Inactive:         388960 kB
Active(anon):     314012 kB
Inactive(anon):    99148 kB
Active(file):     840544 kB
Inactive(file):   289812 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             10412 kB
Writeback:             0 kB
AnonPages:        363316 kB
Mapped:            76796 kB
Shmem:             49828 kB
Slab:             154816 kB
SReclaimable:     128392 kB
SUnreclaim:        26424 kB
KernelStack:        3536 kB
PageTables:         6548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1000836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    249856 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 11:51:20