Trace number 4272575

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)SAT 1.09313 0.69447398

General information on the benchmark

NamePrimes/
Primes-m1-p15/Primes-15-20-2-5.xml
MD5SUM5c2f9b3786fd2492c99150ec9cf810b1
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.0079110004
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Number of domains1
Minimum domain size46
Maximum domain size46
Distribution of domain sizes[{"size":46,"count":63}]
Minimum variable degree0
Maximum variable degree4
Distribution of variable degrees[{"degree":0,"count":37},{"degree":1,"count":34},{"degree":2,"count":23},{"degree":3,"count":5},{"degree":4,"count":1}]
Minimum constraint arity3
Maximum constraint arity7
Distribution of constraint arities[{"arity":3,"count":4},{"arity":4,"count":5},{"arity":5,"count":3},{"arity":6,"count":4},{"arity":7,"count":4}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":20}]
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-4272575-1502805669.xml"  -tl '2520s' -p 1 -x 3
0.06/0.29	c [HOME/instance-4272575-1502805669.xml, -tl, 2520s, -p, 1, -x, 3]
0.25/0.35	c simple solver
0.25/0.41	c parse instance...
0.60/0.60	c solve instance...
0.87/0.69	s SATISFIABLE
0.87/0.69	v <instantiation>
0.87/0.69	v 	<list>x[0] x[1] x[5] x[6] x[7] x[8] x[12] x[13] x[14] x[15] x[16] x[17] x[20] x[21] x[22] x[25] x[27] x[28] x[29] x[30] x[31] x[33] x[36] x[38] x[39] x[40] x[42] x[43] x[44] x[46] x[48] x[49] x[50] x[51] x[53] x[56] x[58] x[62] x[64] x[68] x[69] x[70] x[72] x[74] x[76] x[78] x[79] x[81] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[99] </list>
0.87/0.69	v 	<values>31 39 2 11 47 37 12 43 2 2 5 3 46 46 2 47 40 46 6 35 44 2 45 6 39 44 8 44 47 8 44 23 32 4 46 14 41 45 47 39 2 46 46 47 27 36 13 2 11 6 39 41 39 2 40 15 22 2 27 27 3 5 47 </values>
0.87/0.69	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14378 MiB free)
  memory of node 1: 16384 MiB (15213 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272575-1502805669/watcher-4272575-1502805669 -o /tmp/evaluation-result-4272575-1502805669/solver-4272575-1502805669 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1988521057 HOME/instance-4272575-1502805669.xml 

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

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


[startup+0.100159 s]*
/proc/loadavg: 1.73 1.41 1.47 3/199 879
/proc/meminfo: memFree=30301320/32770624 swapFree=67108860/67108860
[pid=877] ppid=874 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/877/stat : 877 (xcsp3-exec) S 874 877 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 34449482 9740288 345 18446744073709551615 4194304 5098028 140723479984640 140723479982744 140242749964924 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 39194624 140723479986553 140723479986758 140723479986758 140723479990251 0
/proc/877/statm: 2378 345 289 221 0 87 0
[pid=879] ppid=877 vsize=356952 memory=7524 CPUtime=0 cores=1,3,5,7
/proc/879/stat : 879 (java) S 877 877 7968 0 -1 1077944320 1674 0 0 0 0 0 0 0 20 0 2 0 34449492 365518848 1881 18446744073709551615 4194304 4196468 140732618683952 140732618666496 140359144865527 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
/proc/879/statm: 89238 1881 1035 1 0 79208 0
[pid=879/tid=880] ppid=877 vsize=13356504 memory=7311146985107750967 CPUtime=0 cores=1,3,5,7
/proc/879/task/880/stat : 880 (java) R 877 877 7968 0 -1 4202560 1235 0 0 0 0 0 0 0 20 0 6 0 34449492 13677060096 2730 18446744073709551615 4194304 4196468 140732618683952 140359149107304 140359130642615 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=881] ppid=877 vsize=13356504 memory=11602 CPUtime=0 cores=1,3,5,7
/proc/879/task/881/stat : 881 (java) S 877 877 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 34449493 13677060096 2730 18446744073709551615 4194304 4196468 140732618683952 140359064279312 140359144875733 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=882] ppid=877 vsize=13356504 memory=288370062655743616 CPUtime=0 cores=1,3,5,7
/proc/879/task/882/stat : 882 (java) S 877 877 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 34449493 13677060096 2730 18446744073709551615 4194304 4196468 140732618683952 140359063226768 140359144875733 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=883] ppid=877 vsize=13356504 memory=0 CPUtime=0 cores=1,3,5,7
/proc/879/task/883/stat : 883 (java) S 877 877 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 34449493 13677060096 2730 18446744073709551615 4194304 4196468 140732618683952 140358742698512 140359144875733 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=884] ppid=877 vsize=13356504 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/879/task/884/stat : 884 (java) S 877 877 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 34449493 13677060096 2730 18446744073709551615 4194304 4196468 140732618683952 140358741645968 140359144875733 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 366464 KiB
Current children cumulated memory: 8904 KiB

[startup+0.210048 s]*
/proc/loadavg: 1.73 1.41 1.47 3/213 894
/proc/meminfo: memFree=30291288/32770624 swapFree=67108860/67108860
[pid=877] ppid=874 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/877/stat : 877 (xcsp3-exec) S 874 877 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 34449482 9740288 345 18446744073709551615 4194304 5098028 140723479984640 140723479982744 140242749964924 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 39194624 140723479986553 140723479986758 140723479986758 140723479990251 0
/proc/877/statm: 2378 345 289 221 0 87 0
[pid=879] ppid=877 vsize=13974352 memory=21732 CPUtime=0.06 cores=1,3,5,7
/proc/879/stat : 879 (java) S 877 877 7968 0 -1 1077944320 4880 0 0 0 6 0 0 0 20 0 15 0 34449492 14309736448 5433 18446744073709551615 4194304 4196468 140732618683952 140732618666496 140359144865527 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
/proc/879/statm: 3493588 5433 2718 1 0 3482964 0
[pid=879/tid=880] ppid=877 vsize=13974352 memory=7311146985107750967 CPUtime=0.05 cores=1,3,5,7
/proc/879/task/880/stat : 880 (java) R 877 877 7968 0 -1 4202560 3087 0 0 0 5 0 0 0 20 0 15 0 34449492 14309736448 5499 18446744073709551615 4194304 4196468 140732618683952 140359149091216 140359144887453 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=881] ppid=877 vsize=13974352 memory=11602 CPUtime=0 cores=1,3,5,7
/proc/879/task/881/stat : 881 (java) S 877 877 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34449493 14309736448 5499 18446744073709551615 4194304 4196468 140732618683952 140359064279312 140359144875733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=882] ppid=877 vsize=13974352 memory=288370062655743616 CPUtime=0 cores=1,3,5,7
/proc/879/task/882/stat : 882 (java) S 877 877 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34449493 14309736448 5499 18446744073709551615 4194304 4196468 140732618683952 140359063226768 140359144875733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=883] ppid=877 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/879/task/883/stat : 883 (java) S 877 877 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34449493 14309736448 5499 18446744073709551615 4194304 4196468 140732618683952 140358742698512 140359144875733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=884] ppid=877 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/879/task/884/stat : 884 (java) S 877 877 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34449493 14309736448 5499 18446744073709551615 4194304 4196468 140732618683952 140358741645968 140359144875733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=885] ppid=877 vsize=13974352 memory=139686504031872 CPUtime=0 cores=1,3,5,7
/proc/879/task/885/stat : 885 (java) S 877 877 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34449494 14309736448 5499 18446744073709551615 4194304 4196468 140732618683952 140358489164272 140359144876674 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=886] ppid=877 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/879/task/886/stat : 886 (java) S 877 877 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 34449494 14309736448 5499 18446744073709551615 4194304 4196468 140732618683952 140358488110496 140359144875733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=887] ppid=877 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/879/task/887/stat : 887 (java) S 877 877 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 34449495 14309736448 5499 18446744073709551615 4194304 4196468 140732618683952 140358487057904 140359144875733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=888] ppid=877 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/879/task/888/stat : 888 (java) S 877 877 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34449497 14309736448 5499 18446744073709551615 4194304 4196468 140732618683952 140358486006480 140359144884123 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=889] ppid=877 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/879/task/889/stat : 889 (java) S 877 877 7968 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 15 0 34449497 14309736448 5499 18446744073709551615 4194304 4196468 140732618683952 140358484953072 140359144876674 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=890] ppid=877 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/879/task/890/stat : 890 (java) S 877 877 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34449497 14309736448 5499 18446744073709551615 4194304 4196468 140732618683952 140358483900528 140359144876674 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=891] ppid=877 vsize=13974352 memory=139686504031872 CPUtime=0 cores=1,3,5,7
/proc/879/task/891/stat : 891 (java) S 877 877 7968 0 -1 1077944384 232 0 0 0 0 0 0 0 20 0 15 0 34449497 14309736448 5499 18446744073709551615 4194304 4196468 140732618683952 140358482847984 140359144876674 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=893] ppid=877 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/879/task/893/stat : 893 (java) S 877 877 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34449497 14309736448 5499 18446744073709551615 4194304 4196468 140732618683952 140358481795680 140359144875733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=894] ppid=877 vsize=13974352 memory=139686504031872 CPUtime=0 cores=1,3,5,7
/proc/879/task/894/stat : 894 (java) S 877 877 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34449502 14309736448 5499 18446744073709551615 4194304 4196468 140732618683952 140358480743216 140359144876674 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 23112 KiB

[startup+0.310083 s]*
/proc/loadavg: 1.73 1.41 1.47 4/213 894
/proc/meminfo: memFree=30274660/32770624 swapFree=67108860/67108860
[pid=877] ppid=874 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/877/stat : 877 (xcsp3-exec) S 874 877 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 34449482 9740288 345 18446744073709551615 4194304 5098028 140723479984640 140723479982744 140242749964924 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 39194624 140723479986553 140723479986758 140723479986758 140723479990251 0
/proc/877/statm: 2378 345 289 221 0 87 0
[pid=879] ppid=877 vsize=13974352 memory=36844 CPUtime=0.25 cores=1,3,5,7
/proc/879/stat : 879 (java) S 877 877 7968 0 -1 1077944320 8783 0 0 0 23 2 0 0 20 0 15 0 34449492 14309736448 9209 18446744073709551615 4194304 4196468 140732618683952 140732618666496 140359144865527 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
/proc/879/statm: 3493588 9209 2975 1 0 3482964 0
[pid=879/tid=880] ppid=877 vsize=13974352 memory=7311146985107750967 CPUtime=0.15 cores=1,3,5,7
/proc/879/task/880/stat : 880 (java) R 877 877 7968 0 -1 4202560 6008 0 0 0 14 1 0 0 20 0 15 0 34449492 14309736448 9211 18446744073709551615 4194304 4196468 140732618683952 140359149087904 140359128946014 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=881] ppid=877 vsize=13974352 memory=11602 CPUtime=0 cores=1,3,5,7
/proc/879/task/881/stat : 881 (java) S 877 877 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34449493 14309736448 9211 18446744073709551615 4194304 4196468 140732618683952 140359064279312 140359144875733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=882] ppid=877 vsize=13974352 memory=300807945156040320 CPUtime=0 cores=1,3,5,7
/proc/879/task/882/stat : 882 (java) S 877 877 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34449493 14309736448 9211 18446744073709551615 4194304 4196468 140732618683952 140359063226768 140359144875733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=883] ppid=877 vsize=13974352 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/879/task/883/stat : 883 (java) S 877 877 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34449493 14309736448 9211 18446744073709551615 4194304 4196468 140732618683952 140358742698512 140359144875733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=884] ppid=877 vsize=13974352 memory=3472328296227680299 CPUtime=0 cores=1,3,5,7
/proc/879/task/884/stat : 884 (java) S 877 877 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34449493 14309736448 9211 18446744073709551615 4194304 4196468 140732618683952 140358741645968 140359144875733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=885] ppid=877 vsize=13974352 memory=7160715151214662901 CPUtime=0 cores=1,3,5,7
/proc/879/task/885/stat : 885 (java) S 877 877 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34449494 14309736448 9211 18446744073709551615 4194304 4196468 140732618683952 140358489164272 140359144876674 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=886] ppid=877 vsize=13974352 memory=4210146916469654281 CPUtime=0 cores=1,3,5,7
/proc/879/task/886/stat : 886 (java) S 877 877 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 34449494 14309736448 9211 18446744073709551615 4194304 4196468 140732618683952 140358488110496 140359144875733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=887] ppid=877 vsize=13974352 memory=-8990767739041718176 CPUtime=0 cores=1,3,5,7
/proc/879/task/887/stat : 887 (java) S 877 877 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 34449495 14309736448 9211 18446744073709551615 4194304 4196468 140732618683952 140358487057904 140359144875733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=888] ppid=877 vsize=13974352 memory=-7361183220417256563 CPUtime=0 cores=1,3,5,7
/proc/879/task/888/stat : 888 (java) S 877 877 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34449497 14309736448 9211 18446744073709551615 4194304 4196468 140732618683952 140358486006480 140359144884123 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=889] ppid=877 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/879/task/889/stat : 889 (java) S 877 877 7968 0 -1 1077944384 484 0 0 0 1 0 0 0 20 0 15 0 34449497 14309736448 9211 18446744073709551615 4194304 4196468 140732618683952 140358484953072 140359144876674 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=890] ppid=877 vsize=13974352 memory=3472328296227680299 CPUtime=0.01 cores=1,3,5,7
/proc/879/task/890/stat : 890 (java) S 877 877 7968 0 -1 1077944384 250 0 0 0 1 0 0 0 20 0 15 0 34449497 14309736448 9211 18446744073709551615 4194304 4196468 140732618683952 140358483900528 140359144876674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=891] ppid=877 vsize=13974352 memory=8607467953180920287 CPUtime=0.05 cores=1,3,5,7
/proc/879/task/891/stat : 891 (java) S 877 877 7968 0 -1 1077944384 760 0 0 0 5 0 0 0 20 0 15 0 34449497 14309736448 9211 18446744073709551615 4194304 4196468 140732618683952 140358482847984 140359144876674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=893] ppid=877 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/879/task/893/stat : 893 (java) S 877 877 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34449497 14309736448 9211 18446744073709551615 4194304 4196468 140732618683952 140358481795680 140359144875733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=894] ppid=877 vsize=13974352 memory=139686504031872 CPUtime=0 cores=1,3,5,7
/proc/879/task/894/stat : 894 (java) S 877 877 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34449502 14309736448 9211 18446744073709551615 4194304 4196468 140732618683952 140358480743216 140359144876674 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38224 KiB

[startup+0.694415 s]
# the end of solver process 877 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.04262 s, system=0.050508 s

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

[startup+0.410326 s]*
/proc/loadavg: 1.73 1.41 1.47 3/213 894
/proc/meminfo: memFree=30269696/32770624 swapFree=67108860/67108860
[pid=877] ppid=874 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/877/stat : 877 (xcsp3-exec) S 874 877 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 34449482 9740288 345 18446744073709551615 4194304 5098028 140723479984640 140723479982744 140242749964924 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 39194624 140723479986553 140723479986758 140723479986758 140723479990251 0
/proc/877/statm: 2378 345 289 221 0 87 0
[pid=879] ppid=877 vsize=13978608 memory=43064 CPUtime=0.43 cores=1,3,5,7
/proc/879/stat : 879 (java) S 877 877 7968 0 -1 1077944320 10140 0 0 0 40 3 0 0 20 0 15 0 34449492 14314094592 10766 18446744073709551615 4194304 4196468 140732618683952 140732618666496 140359144865527 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
/proc/879/statm: 3494652 10766 3018 1 0 3482964 0
[pid=879/tid=880] ppid=877 vsize=13978608 memory=-6871798056524144002 CPUtime=0.26 cores=1,3,5,7
/proc/879/task/880/stat : 880 (java) R 877 877 7968 0 -1 4202560 7181 0 0 0 24 2 0 0 20 0 15 0 34449492 14314094592 10766 18446744073709551615 4194304 4196468 140732618683952 140359149080144 140359144887453 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=881] ppid=877 vsize=13978608 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/879/task/881/stat : 881 (java) S 877 877 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34449493 14314094592 10766 18446744073709551615 4194304 4196468 140732618683952 140359064279312 140359144875733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=882] ppid=877 vsize=13978608 memory=139686504031872 CPUtime=0 cores=1,3,5,7
/proc/879/task/882/stat : 882 (java) S 877 877 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34449493 14314094592 10766 18446744073709551615 4194304 4196468 140732618683952 140359063226768 140359144875733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=883] ppid=877 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/879/task/883/stat : 883 (java) S 877 877 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34449493 14314094592 10766 18446744073709551615 4194304 4196468 140732618683952 140358742698512 140359144875733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=884] ppid=877 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/879/task/884/stat : 884 (java) S 877 877 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34449493 14314094592 10766 18446744073709551615 4194304 4196468 140732618683952 140358741645968 140359144875733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=885] ppid=877 vsize=13978608 memory=139686504031872 CPUtime=0 cores=1,3,5,7
/proc/879/task/885/stat : 885 (java) S 877 877 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34449494 14314094592 10766 18446744073709551615 4194304 4196468 140732618683952 140358489164272 140359144876674 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=886] ppid=877 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/879/task/886/stat : 886 (java) S 877 877 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 34449494 14314094592 10766 18446744073709551615 4194304 4196468 140732618683952 140358488110496 140359144875733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=887] ppid=877 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/879/task/887/stat : 887 (java) S 877 877 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 34449495 14314094592 10766 18446744073709551615 4194304 4196468 140732618683952 140358487057904 140359144875733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=888] ppid=877 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/879/task/888/stat : 888 (java) S 877 877 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34449497 14314094592 10766 18446744073709551615 4194304 4196468 140732618683952 140358486006480 140359144884123 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=889] ppid=877 vsize=13978608 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/879/task/889/stat : 889 (java) S 877 877 7968 0 -1 1077944384 519 0 0 0 2 0 0 0 20 0 15 0 34449497 14314094592 10766 18446744073709551615 4194304 4196468 140732618683952 140358484953072 140359144876674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=890] ppid=877 vsize=13978608 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/879/task/890/stat : 890 (java) S 877 877 7968 0 -1 1077944384 313 0 0 0 3 0 0 0 20 0 15 0 34449497 14314094592 10766 18446744073709551615 4194304 4196468 140732618683952 140358483900528 140359144876674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=891] ppid=877 vsize=13978608 memory=139686504031872 CPUtime=0.1 cores=1,3,5,7
/proc/879/task/891/stat : 891 (java) R 877 877 7968 0 -1 4202560 843 0 0 0 10 0 0 0 20 0 15 0 34449497 14314094592 10766 18446744073709551615 4194304 4196468 140732618683952 140358482847984 140359144886874 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=893] ppid=877 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/879/task/893/stat : 893 (java) S 877 877 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34449497 14314094592 10766 18446744073709551615 4194304 4196468 140732618683952 140358481795680 140359144875733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=894] ppid=877 vsize=13978608 memory=139686504031872 CPUtime=0 cores=1,3,5,7
/proc/879/task/894/stat : 894 (java) S 877 877 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34449502 14314094592 10766 18446744073709551615 4194304 4196468 140732618683952 140358480743216 140359144876674 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 44444 KiB

[startup+0.617712 s]
/proc/loadavg: 1.73 1.41 1.47 3/213 894
/proc/meminfo: memFree=30263708/32770624 swapFree=67108860/67108860
[pid=877] ppid=874 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/877/stat : 877 (xcsp3-exec) S 874 877 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 34449482 9740288 345 18446744073709551615 4194304 5098028 140723479984640 140723479982744 140242749964924 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 39194624 140723479986553 140723479986758 140723479986758 140723479990251 0
/proc/877/statm: 2378 345 289 221 0 87 0
[pid=879] ppid=877 vsize=13980732 memory=58516 CPUtime=0.87 cores=1,3,5,7
/proc/879/stat : 879 (java) S 877 877 7968 0 -1 1077944320 12772 0 0 0 83 4 0 0 20 0 15 0 34449492 14316269568 14629 18446744073709551615 4194304 4196468 140732618683952 140732618666496 140359144865527 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
/proc/879/statm: 3495183 14629 3168 1 0 3483476 0
[pid=879/tid=880] ppid=877 vsize=13980732 memory=3688509913103095585 CPUtime=0.45 cores=1,3,5,7
/proc/879/task/880/stat : 880 (java) R 877 877 7968 0 -1 4202560 8441 0 0 0 42 3 0 0 20 0 15 0 34449492 14316269568 14629 18446744073709551615 4194304 4196468 140732618683952 140359149104672 140359128909157 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=881] ppid=877 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/879/task/881/stat : 881 (java) S 877 877 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34449493 14316269568 14629 18446744073709551615 4194304 4196468 140732618683952 140359064279312 140359144875733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=882] ppid=877 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/879/task/882/stat : 882 (java) S 877 877 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34449493 14316269568 14629 18446744073709551615 4194304 4196468 140732618683952 140359063226768 140359144875733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=883] ppid=877 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/879/task/883/stat : 883 (java) S 877 877 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34449493 14316269568 14629 18446744073709551615 4194304 4196468 140732618683952 140358742698512 140359144875733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=884] ppid=877 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/879/task/884/stat : 884 (java) S 877 877 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34449493 14316269568 14629 18446744073709551615 4194304 4196468 140732618683952 140358741645968 140359144875733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=885] ppid=877 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/879/task/885/stat : 885 (java) S 877 877 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34449494 14316269568 14629 18446744073709551615 4194304 4196468 140732618683952 140358489164272 140359144876674 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=886] ppid=877 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/879/task/886/stat : 886 (java) S 877 877 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 34449494 14316269568 14629 18446744073709551615 4194304 4196468 140732618683952 140358488110496 140359144875733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=887] ppid=877 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/879/task/887/stat : 887 (java) S 877 877 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 34449495 14316269568 14629 18446744073709551615 4194304 4196468 140732618683952 140358487057904 140359144875733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=888] ppid=877 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/879/task/888/stat : 888 (java) S 877 877 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34449497 14316269568 14629 18446744073709551615 4194304 4196468 140732618683952 140358486006480 140359144884123 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=889] ppid=877 vsize=13980732 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/879/task/889/stat : 889 (java) R 877 877 7968 0 -1 4202560 1014 0 0 0 9 0 0 0 20 0 15 0 34449497 14316269568 14629 18446744073709551615 4194304 4196468 140732618683952 140358484953072 140359129989122 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=890] ppid=877 vsize=13980732 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/879/task/890/stat : 890 (java) R 877 877 7968 0 -1 4202560 818 0 0 0 11 0 0 0 20 0 15 0 34449497 14316269568 14629 18446744073709551615 4194304 4196468 140732618683952 140358483887072 140359128252331 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=891] ppid=877 vsize=13980732 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/879/task/891/stat : 891 (java) R 877 877 7968 0 -1 4202560 1194 0 0 0 18 0 0 0 20 0 15 0 34449497 14316269568 14629 18446744073709551615 4194304 4196468 140732618683952 140358482845240 140359128619873 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=893] ppid=877 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/879/task/893/stat : 893 (java) S 877 877 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34449497 14316269568 14629 18446744073709551615 4194304 4196468 140732618683952 140358481795680 140359144875733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
[pid=879/tid=894] ppid=877 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/879/task/894/stat : 894 (java) S 877 877 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34449502 14316269568 14629 18446744073709551615 4194304 4196468 140732618683952 140358480743216 140359144876674 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19103744 140732618690994 140732618691170 140732618691170 140732618694607 0
Current children cumulated CPU time: 0.87 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 59896 KiB

Child status: 0
Real time (s): 0.694474
CPU time (s): 1.09313
CPU user time (s): 1.04262
CPU system time (s): 0.050508
CPU usage (%): 157.404
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 59896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.04262
system time used= 0.050508
maximum resident set size= 62236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13588
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= 1518
involuntary context switches= 5


# summary of solver processes directly reported to runsolver:
#   pid: 877
#   total CPU time (s): 1.09313
#   total CPU user time (s): 1.04262
#   total CPU system time (s): 0.050508

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.027825 second user time and 0.04506 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-15 15:47:11
IDJOB=4272575
IDBENCH=133383
IDSOLVER=2664
FILE ID=node128/4272575-1502805669
RUNJOBID= node128-1502649221-29001
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Primes/Primes-m1-p15/Primes-15-20-2-5.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-4272575-1502805669/watcher-4272575-1502805669 -o /tmp/evaluation-result-4272575-1502805669/solver-4272575-1502805669 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1988521057 HOME/instance-4272575-1502805669.xml

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

MD5SUM BENCH= 5c2f9b3786fd2492c99150ec9cf810b1
RANDOM SEED=1988521057

node128.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.94
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.94
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.94
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.94
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:        30301952 kB
MemAvailable:   31212400 kB
Buffers:          229268 kB
Cached:           964768 kB
SwapCached:            0 kB
Active:          1178228 kB
Inactive:         869728 kB
Active(anon):     854224 kB
Inactive(anon):    16764 kB
Active(file):     324004 kB
Inactive(file):   852964 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7912 kB
Writeback:             4 kB
AnonPages:        853488 kB
Mapped:            50272 kB
Shmem:             17116 kB
Slab:             124104 kB
SReclaimable:      98628 kB
SUnreclaim:        25476 kB
KernelStack:        3456 kB
PageTables:         6760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1492388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    763904 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62016 MiB
End job on node128 at 2017-08-15 15:47:12