Trace number 4272706

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-07-26)UNSAT 1.8310601 0.96193898

General information on the benchmark

NameSat/Sat-m1-jnh/
jnh-302.xml
MD5SUMea94c10d7a80a09e57dbab6713253f8e
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.020729
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints898
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":100}]
Minimum variable degree31
Maximum variable degree65
Distribution of variable degrees[{"degree":31,"count":2},{"degree":32,"count":5},{"degree":33,"count":1},{"degree":34,"count":2},{"degree":36,"count":3},{"degree":37,"count":1},{"degree":38,"count":3},{"degree":39,"count":5},{"degree":40,"count":5},{"degree":42,"count":8},{"degree":43,"count":7},{"degree":44,"count":9},{"degree":45,"count":3},{"degree":46,"count":4},{"degree":47,"count":9},{"degree":48,"count":9},{"degree":49,"count":5},{"degree":50,"count":3},{"degree":51,"count":5},{"degree":52,"count":4},{"degree":53,"count":1},{"degree":54,"count":1},{"degree":55,"count":1},{"degree":56,"count":3},{"degree":65,"count":1}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":81},{"arity":3,"count":164},{"arity":4,"count":155},{"arity":5,"count":175},{"arity":6,"count":129},{"arity":7,"count":93},{"arity":8,"count":54},{"arity":9,"count":39},{"arity":10,"count":8}]
Number of extensional constraints898
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":898}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272706-1502737019.xml"  -tl '2520s' -p 1 -x 3
0.10/0.27	c [HOME/instance-4272706-1502737019.xml, -tl, 2520s, -p, 1, -x, 3]
0.27/0.33	c simple solver
0.27/0.40	c parse instance...
1.66/0.90	c solve instance...
1.66/0.94	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 (14946 MiB free)
  memory of node 1: 16384 MiB (14674 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272706-1502737019/watcher-4272706-1502737019 -o /tmp/evaluation-result-4272706-1502737019/solver-4272706-1502737019 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11628 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 2019345524 HOME/instance-4272706-1502737019.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=24884, runsolver pid=24881
Current StackSize limit: 8192 KiB


[startup+0.100115 s]*
/proc/loadavg: 1.99 1.93 1.80 3/198 24887
/proc/meminfo: memFree=30327956/32770624 swapFree=67108860/67108860
[pid=24884] ppid=24881 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/24884/stat : 24884 (xcsp3-exec) S 24881 24884 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 75922504 9740288 345 18446744073709551615 4194304 5098028 140735617460288 140735617458392 140407115514492 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 8638464 140735617466744 140735617466949 140735617466949 140735617470443 0
/proc/24884/statm: 2378 345 289 221 0 87 0
[pid=24886] ppid=24884 vsize=13358712 memory=14368 CPUtime=0.01 cores=0,2,4,6
/proc/24886/stat : 24886 (java) S 24884 24884 897 0 -1 1077944320 3368 0 0 0 1 0 0 0 20 0 6 0 75922513 13679321088 3592 18446744073709551615 4194304 4196468 140734732335856 140734732318400 139769497140983 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
/proc/24886/statm: 3339678 3592 1903 1 0 3329175 0
[pid=24886/tid=24887] ppid=24884 vsize=13358712 memory=7311146985107750967 CPUtime=0.01 cores=0,2,4,6
/proc/24886/task/24887/stat : 24887 (java) R 24884 24884 897 0 -1 4202560 2135 0 0 0 1 0 0 0 20 0 6 0 75922513 13679321088 3592 18446744073709551615 4194304 4196468 140734732335856 139769501377104 139769481221470 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24888] ppid=24884 vsize=13358712 memory=12619 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24888/stat : 24888 (java) S 24884 24884 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 75922514 13679321088 3592 18446744073709551615 4194304 4196468 140734732335856 139769454107024 139769497151189 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24889] ppid=24884 vsize=13358712 memory=139772603789427 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24889/stat : 24889 (java) S 24884 24884 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 75922514 13679321088 3592 18446744073709551615 4194304 4196468 140734732335856 139769453054224 139769497151189 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24890] ppid=24884 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24890/stat : 24890 (java) S 24884 24884 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 75922514 13679321088 3592 18446744073709551615 4194304 4196468 140734732335856 139769452001936 139769497151189 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24891] ppid=24884 vsize=13358712 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24891/stat : 24891 (java) S 24884 24884 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 75922514 13679321088 3592 18446744073709551615 4194304 4196468 140734732335856 139769450949136 139769497151189 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 15748 KiB

[startup+0.212822 s]*
/proc/loadavg: 1.99 1.93 1.80 4/211 24900
/proc/meminfo: memFree=30315376/32770624 swapFree=67108860/67108860
[pid=24884] ppid=24881 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/24884/stat : 24884 (xcsp3-exec) S 24881 24884 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 75922504 9740288 345 18446744073709551615 4194304 5098028 140735617460288 140735617458392 140407115514492 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 8638464 140735617466744 140735617466949 140735617466949 140735617470443 0
/proc/24884/statm: 2378 345 289 221 0 87 0
[pid=24886] ppid=24884 vsize=13974352 memory=27488 CPUtime=0.1 cores=0,2,4,6
/proc/24886/stat : 24886 (java) S 24884 24884 897 0 -1 1077944320 5271 0 0 0 9 1 0 0 20 0 15 0 75922513 14309736448 6872 18446744073709551615 4194304 4196468 140734732335856 140734732318400 139769497140983 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
/proc/24886/statm: 3493588 6872 2756 1 0 3482964 0
[pid=24886/tid=24887] ppid=24884 vsize=13974352 memory=7311146985107750967 CPUtime=0.07 cores=0,2,4,6
/proc/24886/task/24887/stat : 24887 (java) R 24884 24884 897 0 -1 4202560 3419 0 0 0 7 0 0 0 20 0 15 0 75922513 14309736448 6872 18446744073709551615 4194304 4196468 140734732335856 139769501345120 139769497162909 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24888] ppid=24884 vsize=13974352 memory=12619 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24888/stat : 24888 (java) S 24884 24884 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75922514 14309736448 6872 18446744073709551615 4194304 4196468 140734732335856 139769454107024 139769497151189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24889] ppid=24884 vsize=13974352 memory=139772603789427 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24889/stat : 24889 (java) S 24884 24884 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75922514 14309736448 6872 18446744073709551615 4194304 4196468 140734732335856 139769453054224 139769497151189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24890] ppid=24884 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24890/stat : 24890 (java) S 24884 24884 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75922514 14309736448 6872 18446744073709551615 4194304 4196468 140734732335856 139769452001936 139769497151189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24891] ppid=24884 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24891/stat : 24891 (java) S 24884 24884 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75922514 14309736448 6872 18446744073709551615 4194304 4196468 140734732335856 139769450949136 139769497151189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24892] ppid=24884 vsize=13974352 memory=139772603766400 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24892/stat : 24892 (java) S 24884 24884 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75922515 14309736448 6872 18446744073709551615 4194304 4196468 140734732335856 139769042848368 139769497152130 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24893] ppid=24884 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24893/stat : 24893 (java) S 24884 24884 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75922515 14309736448 6872 18446744073709551615 4194304 4196468 140734732335856 139769041794336 139769497151189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24894] ppid=24884 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24894/stat : 24894 (java) S 24884 24884 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75922516 14309736448 6872 18446744073709551615 4194304 4196468 140734732335856 139768973223536 139769497151189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24895] ppid=24884 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24895/stat : 24895 (java) S 24884 24884 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75922518 14309736448 6872 18446744073709551615 4194304 4196468 140734732335856 139768972171856 139769497159579 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24896] ppid=24884 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24896/stat : 24896 (java) S 24884 24884 897 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 75922518 14309736448 6872 18446744073709551615 4194304 4196468 140734732335856 139768971118704 139769497152130 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24897] ppid=24884 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24897/stat : 24897 (java) S 24884 24884 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75922518 14309736448 6872 18446744073709551615 4194304 4196468 140734732335856 139768970065904 139769497152130 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24898] ppid=24884 vsize=13974352 memory=139772603766400 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24898/stat : 24898 (java) S 24884 24884 897 0 -1 1077944384 241 0 0 0 0 0 0 0 20 0 15 0 75922518 14309736448 6872 18446744073709551615 4194304 4196468 140734732335856 139768969013616 139769497152130 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24899] ppid=24884 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24899/stat : 24899 (java) S 24884 24884 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75922518 14309736448 6872 18446744073709551615 4194304 4196468 140734732335856 139768967961056 139769497151189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24900] ppid=24884 vsize=13974352 memory=139772603766400 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24900/stat : 24900 (java) S 24884 24884 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75922522 14309736448 6872 18446744073709551615 4194304 4196468 140734732335856 139768966908848 139769497152130 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28868 KiB

[startup+0.310221 s]*
/proc/loadavg: 1.99 1.93 1.80 7/211 24900
/proc/meminfo: memFree=30303860/32770624 swapFree=67108860/67108860
[pid=24884] ppid=24881 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/24884/stat : 24884 (xcsp3-exec) S 24881 24884 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 75922504 9740288 345 18446744073709551615 4194304 5098028 140735617460288 140735617458392 140407115514492 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 8638464 140735617466744 140735617466949 140735617466949 140735617470443 0
/proc/24884/statm: 2378 345 289 221 0 87 0
[pid=24886] ppid=24884 vsize=13974352 memory=36968 CPUtime=0.27 cores=0,2,4,6
/proc/24886/stat : 24886 (java) S 24884 24884 897 0 -1 1077944320 8794 0 0 0 25 2 0 0 20 0 15 0 75922513 14309736448 9242 18446744073709551615 4194304 4196468 140734732335856 140734732318400 139769497140983 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
/proc/24886/statm: 3493588 9242 2975 1 0 3482964 0
[pid=24886/tid=24887] ppid=24884 vsize=13974352 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/24886/task/24887/stat : 24887 (java) R 24884 24884 897 0 -1 4202560 6099 0 0 0 16 1 0 0 20 0 15 0 75922513 14309736448 9242 18446744073709551615 4194304 4196468 140734732335856 139769501363360 139769481221470 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24888] ppid=24884 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24888/stat : 24888 (java) S 24884 24884 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75922514 14309736448 9242 18446744073709551615 4194304 4196468 140734732335856 139769454107024 139769497151189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24889] ppid=24884 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24889/stat : 24889 (java) S 24884 24884 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75922514 14309736448 9242 18446744073709551615 4194304 4196468 140734732335856 139769453054224 139769497151189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24890] ppid=24884 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24890/stat : 24890 (java) S 24884 24884 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75922514 14309736448 9242 18446744073709551615 4194304 4196468 140734732335856 139769452001936 139769497151189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24891] ppid=24884 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24891/stat : 24891 (java) S 24884 24884 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75922514 14309736448 9242 18446744073709551615 4194304 4196468 140734732335856 139769450949136 139769497151189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24892] ppid=24884 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24892/stat : 24892 (java) S 24884 24884 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75922515 14309736448 9242 18446744073709551615 4194304 4196468 140734732335856 139769042848368 139769497152130 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24893] ppid=24884 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24893/stat : 24893 (java) S 24884 24884 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75922515 14309736448 9242 18446744073709551615 4194304 4196468 140734732335856 139769041794336 139769497151189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24894] ppid=24884 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24894/stat : 24894 (java) S 24884 24884 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75922516 14309736448 9242 18446744073709551615 4194304 4196468 140734732335856 139768973223536 139769497151189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24895] ppid=24884 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24895/stat : 24895 (java) S 24884 24884 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75922518 14309736448 9242 18446744073709551615 4194304 4196468 140734732335856 139768972171856 139769497159579 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24896] ppid=24884 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/24886/task/24896/stat : 24896 (java) S 24884 24884 897 0 -1 1077944384 369 0 0 0 1 0 0 0 20 0 15 0 75922518 14309736448 9242 18446744073709551615 4194304 4196468 140734732335856 139768971118704 139769497152130 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24897] ppid=24884 vsize=13974352 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/24886/task/24897/stat : 24897 (java) S 24884 24884 897 0 -1 1077944384 330 0 0 0 2 0 0 0 20 0 15 0 75922518 14309736448 9242 18446744073709551615 4194304 4196468 140734732335856 139768970065904 139769497152130 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24898] ppid=24884 vsize=13974352 memory=139772603766400 CPUtime=0.05 cores=0,2,4,6
/proc/24886/task/24898/stat : 24898 (java) R 24884 24884 897 0 -1 4202560 692 0 0 0 5 0 0 0 20 0 15 0 75922518 14309736448 9242 18446744073709551615 4194304 4196468 140734732335856 139768969009984 139769475661134 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24899] ppid=24884 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24899/stat : 24899 (java) S 24884 24884 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75922518 14309736448 9242 18446744073709551615 4194304 4196468 140734732335856 139768967961056 139769497151189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24900] ppid=24884 vsize=13974352 memory=139772603766400 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24900/stat : 24900 (java) S 24884 24884 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75922522 14309736448 9242 18446744073709551615 4194304 4196468 140734732335856 139768966908848 139769497152130 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38348 KiB

[startup+0.700767 s]
/proc/loadavg: 1.99 1.93 1.80 4/211 24900
/proc/meminfo: memFree=30290084/32770624 swapFree=67108860/67108860
[pid=24884] ppid=24881 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/24884/stat : 24884 (xcsp3-exec) S 24881 24884 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 75922504 9740288 345 18446744073709551615 4194304 5098028 140735617460288 140735617458392 140407115514492 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 8638464 140735617466744 140735617466949 140735617466949 140735617470443 0
/proc/24884/statm: 2378 345 289 221 0 87 0
[pid=24886] ppid=24884 vsize=13978684 memory=71572 CPUtime=1.27 cores=0,2,4,6
/proc/24886/stat : 24886 (java) S 24884 24884 897 0 -1 1077944320 13660 0 0 0 122 5 0 0 20 0 15 0 75922513 14314172416 17893 18446744073709551615 4194304 4196468 140734732335856 140734732318400 139769497140983 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
/proc/24886/statm: 3494671 17893 3159 1 0 3482964 0
[pid=24886/tid=24887] ppid=24884 vsize=13978684 memory=41628 CPUtime=0.51 cores=0,2,4,6
/proc/24886/task/24887/stat : 24887 (java) D 24884 24884 897 0 -1 4202560 7904 0 0 0 48 3 0 0 20 0 15 0 75922513 14314172416 17893 18446744073709551615 4194304 4196468 140734732335856 139769501378488 139769476746681 0 4 1 16800974 18446744072100686981 0 0 -1 6 0 0 3 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24888] ppid=24884 vsize=13978684 memory=2372 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24888/stat : 24888 (java) S 24884 24884 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75922514 14314172416 17893 18446744073709551615 4194304 4196468 140734732335856 139769454107024 139769497151189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24889] ppid=24884 vsize=13978684 memory=25332 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24889/stat : 24889 (java) S 24884 24884 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75922514 14314172416 17893 18446744073709551615 4194304 4196468 140734732335856 139769453054224 139769497151189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24890] ppid=24884 vsize=13978684 memory=4116 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24890/stat : 24890 (java) S 24884 24884 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75922514 14314172416 17893 18446744073709551615 4194304 4196468 140734732335856 139769452001936 139769497151189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24891] ppid=24884 vsize=13978684 memory=6657 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24891/stat : 24891 (java) S 24884 24884 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75922514 14314172416 17893 18446744073709551615 4194304 4196468 140734732335856 139769450949136 139769497151189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24892] ppid=24884 vsize=13978684 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24892/stat : 24892 (java) S 24884 24884 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 75922515 14314172416 17893 18446744073709551615 4194304 4196468 140734732335856 139769042848368 139769497152130 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24893] ppid=24884 vsize=13978684 memory=6628 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24893/stat : 24893 (java) S 24884 24884 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75922515 14314172416 17893 18446744073709551615 4194304 4196468 140734732335856 139769041794336 139769497151189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24894] ppid=24884 vsize=13978684 memory=6660 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24894/stat : 24894 (java) S 24884 24884 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75922516 14314172416 17893 18446744073709551615 4194304 4196468 140734732335856 139768973223536 139769497151189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24895] ppid=24884 vsize=13978684 memory=346 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24895/stat : 24895 (java) S 24884 24884 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75922518 14314172416 17893 18446744073709551615 4194304 4196468 140734732335856 139768972171856 139769497159579 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24896] ppid=24884 vsize=13978684 memory=290 CPUtime=0.24 cores=0,2,4,6
/proc/24886/task/24896/stat : 24896 (java) D 24884 24884 897 0 -1 4202560 1587 0 0 0 24 0 0 0 20 0 15 0 75922518 14314172416 17893 18446744073709551615 4194304 4196468 140734732335856 139768971105272 139769489857946 0 4 1 16800974 18446744071582151463 0 0 -1 4 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24897] ppid=24884 vsize=13978684 memory=976 CPUtime=0.2 cores=0,2,4,6
/proc/24886/task/24897/stat : 24897 (java) D 24884 24884 897 0 -1 4202560 1223 0 0 0 20 0 0 0 20 0 15 0 75922518 14314172416 17893 18446744073709551615 4194304 4196468 140734732335856 139768970064976 139769477048119 0 4 1 16800974 18446744072100686981 0 0 -1 2 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24898] ppid=24884 vsize=13978684 memory=258 CPUtime=0.3 cores=0,2,4,6
/proc/24886/task/24898/stat : 24898 (java) D 24884 24884 897 0 -1 4202560 1637 0 0 0 30 0 0 0 20 0 15 0 75922518 14314172416 17893 18446744073709551615 4194304 4196468 140734732335856 139768969013536 139769477065119 0 4 1 16800974 18446744072100686981 0 0 -1 0 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24899] ppid=24884 vsize=13978684 memory=67 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24899/stat : 24899 (java) S 24884 24884 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75922518 14314172416 17893 18446744073709551615 4194304 4196468 140734732335856 139768967961056 139769497151189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24900] ppid=24884 vsize=13978684 memory=5 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24900/stat : 24900 (java) D 24884 24884 897 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 15 0 75922522 14314172416 17893 18446744073709551615 4194304 4196468 140734732335856 139768966908768 139769481997070 0 4 1 16800974 18446744071582151416 0 0 -1 4 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 72952 KiB

[startup+0.961902 s]
# the end of solver process 24884 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.76555 s, system=0.06551 s

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

[startup+0.885984 s]
/proc/loadavg: 1.99 1.93 1.80 4/211 24900
/proc/meminfo: memFree=30290084/32770624 swapFree=67108860/67108860
[pid=24884] ppid=24881 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/24884/stat : 24884 (xcsp3-exec) S 24881 24884 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 75922504 9740288 345 18446744073709551615 4194304 5098028 140735617460288 140735617458392 140407115514492 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 8638464 140735617466744 140735617466949 140735617466949 140735617470443 0
/proc/24884/statm: 2378 345 289 221 0 87 0
[pid=24886] ppid=24884 vsize=13980732 memory=79792 CPUtime=1.63 cores=0,2,4,6
/proc/24886/stat : 24886 (java) S 24884 24884 897 0 -1 1077944320 14125 0 0 0 158 5 0 0 20 0 15 0 75922513 14316269568 19948 18446744073709551615 4194304 4196468 140734732335856 140734732318400 139769497140983 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
/proc/24886/statm: 3495183 19948 3170 1 0 3483476 0
[pid=24886/tid=24887] ppid=24884 vsize=13981756 memory=0 CPUtime=0.6 cores=0,2,4,6
/proc/24886/task/24887/stat : 24887 (java) R 24884 24884 897 0 -1 4202560 8110 0 0 0 57 3 0 0 20 0 15 0 75922513 14317318144 19948 18446744073709551615 4194304 4196468 140734732335856 139769501359984 139769489820701 0 4 1 16800974 0 0 0 -1 2 0 0 16 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24888] ppid=24884 vsize=13981756 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24888/stat : 24888 (java) S 24884 24884 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75922514 14317318144 19948 18446744073709551615 4194304 4196468 140734732335856 139769454107024 139769497151189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24889] ppid=24884 vsize=13981756 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24889/stat : 24889 (java) S 24884 24884 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75922514 14317318144 19948 18446744073709551615 4194304 4196468 140734732335856 139769453054224 139769497151189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24890] ppid=24884 vsize=13980732 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24890/stat : 24890 (java) S 24884 24884 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75922514 14316269568 19948 18446744073709551615 4194304 4196468 140734732335856 139769452001936 139769497151189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24891] ppid=24884 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24891/stat : 24891 (java) S 24884 24884 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75922514 14316269568 19948 18446744073709551615 4194304 4196468 140734732335856 139769450949136 139769497151189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24892] ppid=24884 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24892/stat : 24892 (java) S 24884 24884 897 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 75922515 14316269568 19948 18446744073709551615 4194304 4196468 140734732335856 139769042848368 139769497152130 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24893] ppid=24884 vsize=13981756 memory=56964 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24893/stat : 24893 (java) S 24884 24884 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75922515 14317318144 19948 18446744073709551615 4194304 4196468 140734732335856 139769041794336 139769497151189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24894] ppid=24884 vsize=13981756 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24894/stat : 24894 (java) S 24884 24884 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75922516 14317318144 19948 18446744073709551615 4194304 4196468 140734732335856 139768973223536 139769497151189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24895] ppid=24884 vsize=13981756 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24895/stat : 24895 (java) S 24884 24884 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75922518 14317318144 19948 18446744073709551615 4194304 4196468 140734732335856 139768972171856 139769497159579 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24896] ppid=24884 vsize=13980732 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/24886/task/24896/stat : 24896 (java) R 24884 24884 897 0 -1 4202560 1637 0 0 0 33 0 0 0 20 0 15 0 75922518 14316269568 19948 18446744073709551615 4194304 4196468 140734732335856 139768971118704 139769482267391 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24897] ppid=24884 vsize=13980732 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/24886/task/24897/stat : 24897 (java) S 24884 24884 897 0 -1 1077944384 1277 0 0 0 29 0 0 0 20 0 15 0 75922518 14316269568 19948 18446744073709551615 4194304 4196468 140734732335856 139768970065904 139769497152130 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24898] ppid=24884 vsize=13980732 memory=6656426216303648864 CPUtime=0.38 cores=0,2,4,6
/proc/24886/task/24898/stat : 24898 (java) S 24884 24884 897 0 -1 1077944384 1811 0 0 0 37 1 0 0 20 0 15 0 75922518 14316269568 19948 18446744073709551615 4194304 4196468 140734732335856 139768969013616 139769497152130 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24899] ppid=24884 vsize=13981756 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24899/stat : 24899 (java) S 24884 24884 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75922518 14317318144 19948 18446744073709551615 4194304 4196468 140734732335856 139768967961056 139769497151189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24900] ppid=24884 vsize=13981756 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24900/stat : 24900 (java) S 24884 24884 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75922522 14317318144 19948 18446744073709551615 4194304 4196468 140734732335856 139768966908848 139769497152130 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 81172 KiB

[startup+0.904771 s]
/proc/loadavg: 1.99 1.93 1.80 4/211 24900
/proc/meminfo: memFree=30290084/32770624 swapFree=67108860/67108860
[pid=24884] ppid=24881 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/24884/stat : 24884 (xcsp3-exec) S 24881 24884 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 75922504 9740288 345 18446744073709551615 4194304 5098028 140735617460288 140735617458392 140407115514492 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 8638464 140735617466744 140735617466949 140735617466949 140735617470443 0
/proc/24884/statm: 2378 345 289 221 0 87 0
[pid=24886] ppid=24884 vsize=13980732 memory=82044 CPUtime=1.66 cores=0,2,4,6
/proc/24886/stat : 24886 (java) S 24884 24884 897 0 -1 1077944320 14565 0 0 0 161 5 0 0 20 0 15 0 75922513 14316269568 20511 18446744073709551615 4194304 4196468 140734732335856 140734732318400 139769497140983 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
/proc/24886/statm: 3495183 20511 3170 1 0 3483476 0
[pid=24886/tid=24887] ppid=24884 vsize=13980732 memory=41628 CPUtime=0.62 cores=0,2,4,6
/proc/24886/task/24887/stat : 24887 (java) R 24884 24884 897 0 -1 4202560 8499 0 0 0 59 3 0 0 20 0 15 0 75922513 14316269568 20511 18446744073709551615 4194304 4196468 140734732335856 139769501379880 139769124356639 0 4 1 16800974 0 0 0 -1 6 0 0 16 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24888] ppid=24884 vsize=13980732 memory=2372 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24888/stat : 24888 (java) S 24884 24884 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75922514 14316269568 20511 18446744073709551615 4194304 4196468 140734732335856 139769454107024 139769497151189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24889] ppid=24884 vsize=13980732 memory=25332 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24889/stat : 24889 (java) S 24884 24884 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75922514 14316269568 20511 18446744073709551615 4194304 4196468 140734732335856 139769453054224 139769497151189 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24890] ppid=24884 vsize=13980732 memory=4116 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24890/stat : 24890 (java) S 24884 24884 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75922514 14316269568 20511 18446744073709551615 4194304 4196468 140734732335856 139769452001936 139769497151189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24891] ppid=24884 vsize=13980732 memory=6657 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24891/stat : 24891 (java) S 24884 24884 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75922514 14316269568 20511 18446744073709551615 4194304 4196468 140734732335856 139769450949136 139769497151189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24892] ppid=24884 vsize=13980732 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24892/stat : 24892 (java) S 24884 24884 897 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 75922515 14316269568 20511 18446744073709551615 4194304 4196468 140734732335856 139769042848368 139769497152130 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24893] ppid=24884 vsize=13980732 memory=6628 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24893/stat : 24893 (java) S 24884 24884 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75922515 14316269568 20511 18446744073709551615 4194304 4196468 140734732335856 139769041794336 139769497151189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24894] ppid=24884 vsize=13980732 memory=6660 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24894/stat : 24894 (java) S 24884 24884 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75922516 14316269568 20511 18446744073709551615 4194304 4196468 140734732335856 139768973223536 139769497151189 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24895] ppid=24884 vsize=13980732 memory=346 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24895/stat : 24895 (java) S 24884 24884 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75922518 14316269568 20511 18446744073709551615 4194304 4196468 140734732335856 139768972171856 139769497159579 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24896] ppid=24884 vsize=13980732 memory=290 CPUtime=0.33 cores=0,2,4,6
/proc/24886/task/24896/stat : 24896 (java) R 24884 24884 897 0 -1 4202560 1639 0 0 0 33 0 0 0 20 0 15 0 75922518 14316269568 20511 18446744073709551615 4194304 4196468 140734732335856 139768971118704 139769476858119 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24897] ppid=24884 vsize=13980732 memory=976 CPUtime=0.3 cores=0,2,4,6
/proc/24886/task/24897/stat : 24897 (java) S 24884 24884 897 0 -1 1077944384 1279 0 0 0 30 0 0 0 20 0 15 0 75922518 14316269568 20511 18446744073709551615 4194304 4196468 140734732335856 139768970065904 139769497152130 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24898] ppid=24884 vsize=13980732 memory=258 CPUtime=0.39 cores=0,2,4,6
/proc/24886/task/24898/stat : 24898 (java) S 24884 24884 897 0 -1 1077944384 1837 0 0 0 38 1 0 0 20 0 15 0 75922518 14316269568 20511 18446744073709551615 4194304 4196468 140734732335856 139768969013616 139769497152130 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24899] ppid=24884 vsize=13980732 memory=67 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24899/stat : 24899 (java) S 24884 24884 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75922518 14316269568 20511 18446744073709551615 4194304 4196468 140734732335856 139768967961056 139769497151189 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
[pid=24886/tid=24900] ppid=24884 vsize=13980732 memory=5 CPUtime=0 cores=0,2,4,6
/proc/24886/task/24900/stat : 24900 (java) S 24884 24884 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75922522 14316269568 20511 18446744073709551615 4194304 4196468 140734732335856 139768966908848 139769497152130 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17596416 140734732341681 140734732341857 140734732341857 140734732345295 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 83424 KiB

Child status: 0
Real time (s): 0.961939
CPU time (s): 1.83106
CPU user time (s): 1.76555
CPU system time (s): 0.06551
CPU usage (%): 190.351
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 83424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.76555
system time used= 0.06551
maximum resident set size= 87360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15259
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1467
involuntary context switches= 13


# summary of solver processes directly reported to runsolver:
#   pid: 24884
#   total CPU time (s): 1.83106
#   total CPU user time (s): 1.76555
#   total CPU system time (s): 0.06551

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.02357 second user time and 0.051194 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-14 20:42:52
IDJOB=4272706
IDBENCH=123406
IDSOLVER=2664
FILE ID=node125/4272706-1502737019
RUNJOBID= node125-1502662595-11628
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Sat/Sat-m1-jnh/jnh-302.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-4272706-1502737019/watcher-4272706-1502737019 -o /tmp/evaluation-result-4272706-1502737019/solver-4272706-1502737019 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11628 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 2019345524 HOME/instance-4272706-1502737019.xml

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

MD5SUM BENCH= ea94c10d7a80a09e57dbab6713253f8e
RANDOM SEED=2019345524

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30332040 kB
MemAvailable:   31295328 kB
Buffers:          297332 kB
Cached:           960312 kB
SwapCached:            0 kB
Active:          1409228 kB
Inactive:         599172 kB
Active(anon):     751448 kB
Inactive(anon):    33100 kB
Active(file):     657780 kB
Inactive(file):   566072 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8240 kB
Writeback:             0 kB
AnonPages:        750996 kB
Mapped:            62084 kB
Shmem:             33444 kB
Slab:             136712 kB
SReclaimable:     110540 kB
SUnreclaim:        26172 kB
KernelStack:        3440 kB
PageTables:         6488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1387664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    616448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node125 at 2017-08-14 20:42:53