Trace number 4395613

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 NameAnswerobjective functionCPU timeWall clock time
PicatSAT 2019-09-12OPT103 333.8 333.812

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-21-01.xml
MD5SUM90855c6c3ff0f3816786e6ae00e0aae6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark103
Best CPU time to get the best result obtained on this benchmark80.7366
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints116
Number of domains2
Minimum domain size1
Maximum domain size332
Distribution of domain sizes[{"size":1,"count":1},{"size":332,"count":61}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":2},{"degree":4,"count":9},{"degree":5,"count":20},{"degree":6,"count":15},{"degree":7,"count":14},{"degree":8,"count":2}]
Minimum constraint arity2
Maximum constraint arity36
Distribution of constraint arities[{"arity":2,"count":112},{"arity":26,"count":1},{"arity":28,"count":1},{"arity":31,"count":1},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints112
Distribution of constraint types[{"type":"intension","count":112},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

60.19/60.20	c xcsp_picat version 2.7b12 (9/12/2019)
60.19/60.20	o 161
145.38/145.46	o 104
333.78/333.81	o 103
333.78/333.81	s OPTIMUM FOUND
333.78/333.81	v <instantiation>
333.78/333.81	v     <list> s[]  </list> 
333.78/333.81	v     <values> 0 4 0 0 3 10 8 24 18 15 32 38 24 40 8 8 32 24 49 70 39 29 38 18 42 49 31 47 44 57 31 57 57 67 48 42 55 49 65 66 57 70 57 77 66 77 90 84 77 87 79 91 94 85 94 80 74 93 99 102 76 103   </values> 
333.78/333.81	v </instantiation>

Verifier Data

OK	103

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395613-1568338279/watcher-4395613-1568338279 -o /tmp/evaluation-result-4395613-1568338279/solver-4395613-1568338279 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568328264-22070 --watchdog 2560 xcsp_picat HOME/instance-4395613-1568338279.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=25890, runsolver pid=25887
Current StackSize limit: 8192 KiB


[startup+0.100166 s]*
/proc/loadavg: 2.00 2.01 2.05 3/201 25891
/proc/meminfo: memFree=26705816/32770624 swapFree=66957012/67108860
[pid=25890] ppid=25887 vsize=2031716 memory=34516 CPUtime=0.1 cores=1,3,5,7
/proc/25890/stat : 25890 (xcsp_picat) R 25887 25890 22038 0 -1 4202496 2181 0 0 0 10 0 0 0 20 0 1 0 409741768 2080477184 8629 33554432000 4194304 5870510 140725889881824 140725889881128 4456161 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 36487168 140725889889311 140725889889389 140725889889389 140725889892298 0
/proc/25890/statm: 507929 8629 882 410 0 503402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 34516 KiB

[startup+0.209982 s]*
/proc/loadavg: 2.00 2.01 2.05 3/201 25891
/proc/meminfo: memFree=26703768/32770624 swapFree=66957012/67108860
[pid=25890] ppid=25887 vsize=2036192 memory=35116 CPUtime=0.21 cores=1,3,5,7
/proc/25890/stat : 25890 (xcsp_picat) R 25887 25890 22038 0 -1 4202496 2306 0 0 0 21 0 0 0 20 0 1 0 409741768 2085060608 8779 33554432000 4194304 5870510 140725889881824 140725889881128 5476854 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 36487168 140725889889311 140725889889389 140725889889389 140725889892298 0
/proc/25890/statm: 509048 8779 972 410 0 504521 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2036192 KiB
Current children cumulated memory: 35116 KiB

[startup+0.309627 s]*
/proc/loadavg: 2.00 2.01 2.05 3/201 25891
/proc/meminfo: memFree=26703396/32770624 swapFree=66957012/67108860
[pid=25890] ppid=25887 vsize=2036252 memory=35128 CPUtime=0.3 cores=1,3,5,7
/proc/25890/stat : 25890 (xcsp_picat) R 25887 25890 22038 0 -1 4202496 2330 0 0 0 30 0 0 0 20 0 1 0 409741768 2085122048 8782 33554432000 4194304 5870510 140725889881824 140725889881128 5562048 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 36487168 140725889889311 140725889889389 140725889889389 140725889892298 0
/proc/25890/statm: 509063 8782 972 410 0 504536 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2036252 KiB
Current children cumulated memory: 35128 KiB

[startup+0.700312 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 25891
/proc/meminfo: memFree=26703396/32770624 swapFree=66957012/67108860
[pid=25890] ppid=25887 vsize=2036296 memory=35176 CPUtime=0.69 cores=1,3,5,7
/proc/25890/stat : 25890 (xcsp_picat) R 25887 25890 22038 0 -1 4202496 2367 0 0 0 69 0 0 0 20 0 1 0 409741768 2085167104 8794 33554432000 4194304 5870510 140725889881824 140725889881128 5575682 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 36487168 140725889889311 140725889889389 140725889889389 140725889892298 0
/proc/25890/statm: 509074 8794 972 410 0 504547 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2036296 KiB
Current children cumulated memory: 35176 KiB

[startup+1.50028 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 25891
/proc/meminfo: memFree=26703396/32770624 swapFree=66957012/67108860
[pid=25890] ppid=25887 vsize=2036388 memory=35464 CPUtime=1.49 cores=1,3,5,7
/proc/25890/stat : 25890 (xcsp_picat) R 25887 25890 22038 0 -1 4202496 2454 0 0 0 149 0 0 0 20 0 1 0 409741768 2085261312 8866 33554432000 4194304 5870510 140725889881824 140725889880920 5478363 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 36487168 140725889889311 140725889889389 140725889889389 140725889892298 0
/proc/25890/statm: 509097 8866 973 410 0 504570 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2036388 KiB
Current children cumulated memory: 35464 KiB

[startup+3.10914 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 25891
/proc/meminfo: memFree=26702776/32770624 swapFree=66957012/67108860
[pid=25890] ppid=25887 vsize=2036776 memory=35840 CPUtime=3.09 cores=1,3,5,7
/proc/25890/stat : 25890 (xcsp_picat) R 25887 25890 22038 0 -1 4202496 2846 0 0 0 309 0 0 0 20 0 1 0 409741768 2085658624 8960 33554432000 4194304 5870510 140725889881824 140725889880520 5476932 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 36487168 140725889889311 140725889889389 140725889889389 140725889892298 0
/proc/25890/statm: 509194 8960 973 410 0 504667 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2036776 KiB
Current children cumulated memory: 35840 KiB

[startup+6.30027 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 25891
/proc/meminfo: memFree=26689044/32770624 swapFree=66957012/67108860
[pid=25890] ppid=25887 vsize=2048140 memory=49544 CPUtime=6.29 cores=1,3,5,7
/proc/25890/stat : 25890 (xcsp_picat) R 25887 25890 22038 0 -1 4202496 6327 0 0 0 628 1 0 0 20 0 1 0 409741768 2097295360 12386 33554432000 4194304 5870510 140725889881824 140725889881064 5562048 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 36487168 140725889889311 140725889889389 140725889889389 140725889892298 0
/proc/25890/statm: 512035 12386 973 410 0 507508 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2048140 KiB
Current children cumulated memory: 49544 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 25891
/proc/meminfo: memFree=26667644/32770624 swapFree=66957012/67108860
[pid=25890] ppid=25887 vsize=2058596 memory=59048 CPUtime=12.69 cores=1,3,5,7
/proc/25890/stat : 25890 (xcsp_picat) R 25887 25890 22038 0 -1 4202496 10259 0 0 0 1267 2 0 0 20 0 1 0 409741768 2108002304 14762 33554432000 4194304 5870510 140725889881824 140725889880920 5476932 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 36487168 140725889889311 140725889889389 140725889889389 140725889892298 0
/proc/25890/statm: 514649 14762 973 410 0 510122 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2058596 KiB
Current children cumulated memory: 59048 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 25891
/proc/meminfo: memFree=26638480/32770624 swapFree=66957012/67108860
[pid=25890] ppid=25887 vsize=2083320 memory=80296 CPUtime=25.5 cores=1,3,5,7
/proc/25890/stat : 25890 (xcsp_picat) R 25887 25890 22038 0 -1 4202496 35673 0 0 0 2542 8 0 0 20 0 1 0 409741768 2133319680 20074 33554432000 4194304 5870510 140725889881824 140725889880840 5479795 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 36487168 140725889889311 140725889889389 140725889889389 140725889892298 0
/proc/25890/statm: 520830 20074 1013 410 0 516303 0
Current children cumulated CPU time: 25.5 s
Current children cumulated vsize: 2083320 KiB
Current children cumulated memory: 80296 KiB

[startup+51.1095 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 25958
/proc/meminfo: memFree=26590524/32770624 swapFree=66957012/67108860
[pid=25890] ppid=25887 vsize=2133560 memory=126332 CPUtime=51.1 cores=1,3,5,7
/proc/25890/stat : 25890 (xcsp_picat) R 25887 25890 22038 0 -1 4202496 46528 0 0 0 5100 10 0 0 20 0 1 0 409741768 2184765440 31583 33554432000 4194304 5870510 140725889881824 140725889879992 5276673 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 36487168 140725889889311 140725889889389 140725889889389 140725889892298 0
/proc/25890/statm: 533390 31583 1013 410 0 528863 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2133560 KiB
Current children cumulated memory: 126332 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 25960
/proc/meminfo: memFree=26424344/32770624 swapFree=66957012/67108860
[pid=25890] ppid=25887 vsize=2075816 memory=77312 CPUtime=102.28 cores=1,3,5,7
/proc/25890/stat : 25890 (xcsp_picat) R 25887 25890 22038 0 -1 4202496 55107 0 0 0 10211 17 0 0 20 0 1 0 409741768 2125635584 19328 33554432000 4194304 5870510 140725889881824 140725889880920 5562064 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 36487168 140725889889311 140725889889389 140725889889389 140725889892298 0
/proc/25890/statm: 518954 19328 1013 410 0 514427 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2075816 KiB
Current children cumulated memory: 77312 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 25964
/proc/meminfo: memFree=26555320/32770624 swapFree=66957012/67108860
[pid=25890] ppid=25887 vsize=2075816 memory=79172 CPUtime=162.28 cores=1,3,5,7
/proc/25890/stat : 25890 (xcsp_picat) R 25887 25890 22038 0 -1 4202496 64336 0 0 0 16203 25 0 0 20 0 1 0 409741768 2125635584 19793 33554432000 4194304 5870510 140725889881824 140725889880920 5406480 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 36487168 140725889889311 140725889889389 140725889889389 140725889892298 0
/proc/25890/statm: 518954 19793 1013 410 0 514427 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2075816 KiB
Current children cumulated memory: 79172 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 25970
/proc/meminfo: memFree=26393896/32770624 swapFree=66957012/67108860
[pid=25890] ppid=25887 vsize=2060052 memory=65840 CPUtime=222.28 cores=1,3,5,7
/proc/25890/stat : 25890 (xcsp_picat) R 25887 25890 22038 0 -1 4202496 69994 0 0 0 22198 30 0 0 20 0 1 0 409741768 2109493248 16460 33554432000 4194304 5870510 140725889881824 140725889881064 5575114 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 36487168 140725889889311 140725889889389 140725889889389 140725889892298 0
/proc/25890/statm: 515013 16460 1013 410 0 510486 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 2060052 KiB
Current children cumulated memory: 65840 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 25974
/proc/meminfo: memFree=26330344/32770624 swapFree=66957012/67108860
[pid=25890] ppid=25887 vsize=2125716 memory=123516 CPUtime=282.27 cores=1,3,5,7
/proc/25890/stat : 25890 (xcsp_picat) R 25887 25890 22038 0 -1 4202496 78254 0 0 0 28190 37 0 0 20 0 1 0 409741768 2176733184 30879 33554432000 4194304 5870510 140725889881824 140725889880632 5282680 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 36487168 140725889889311 140725889889389 140725889889389 140725889892298 0
/proc/25890/statm: 531429 30879 1013 410 0 526902 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 2125716 KiB
Current children cumulated memory: 123516 KiB

[startup+333.812 s]
# the end of solver process 25890 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=333.371 s, system=0.429003 s

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

[startup+307.2 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 25978
/proc/meminfo: memFree=26374456/32770624 swapFree=66957012/67108860
[pid=25890] ppid=25887 vsize=2084716 memory=88764 CPUtime=307.18 cores=1,3,5,7
/proc/25890/stat : 25890 (xcsp_picat) R 25887 25890 22038 0 -1 4202496 79049 0 0 0 30678 40 0 0 20 0 1 0 409741768 2134749184 22191 33554432000 4194304 5870510 140725889881824 140725889880920 5575075 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 36487168 140725889889311 140725889889389 140725889889389 140725889892298 0
/proc/25890/statm: 521179 22191 1013 410 0 516652 0
Current children cumulated CPU time: 307.18 s
Current children cumulated vsize: 2084716 KiB
Current children cumulated memory: 88764 KiB

[startup+320 s]*
/proc/loadavg: 2.00 2.01 2.05 3/199 25978
/proc/meminfo: memFree=26337736/32770624 swapFree=66957012/67108860
[pid=25890] ppid=25887 vsize=2125712 memory=125552 CPUtime=319.98 cores=1,3,5,7
/proc/25890/stat : 25890 (xcsp_picat) R 25887 25890 22038 0 -1 4202496 80232 0 0 0 31957 41 0 0 20 0 1 0 409741768 2176729088 31388 33554432000 4194304 5870510 140725889881824 140725889880632 5308409 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 36487168 140725889889311 140725889889389 140725889889389 140725889892298 0
/proc/25890/statm: 531428 31388 1013 410 0 526901 0
Current children cumulated CPU time: 319.98 s
Current children cumulated vsize: 2125712 KiB
Current children cumulated memory: 125552 KiB

[startup+326.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 25978
/proc/meminfo: memFree=26312728/32770624 swapFree=66957012/67108860
[pid=25890] ppid=25887 vsize=2156060 memory=150592 CPUtime=326.38 cores=1,3,5,7
/proc/25890/stat : 25890 (xcsp_picat) R 25887 25890 22038 0 -1 4202496 80872 0 0 0 32596 42 0 0 20 0 1 0 409741768 2207805440 37648 33554432000 4194304 5870510 140725889881824 140725889880264 5308341 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 36487168 140725889889311 140725889889389 140725889889389 140725889892298 0
/proc/25890/statm: 539015 37648 1013 410 0 534488 0
Current children cumulated CPU time: 326.38 s
Current children cumulated vsize: 2156060 KiB
Current children cumulated memory: 150592 KiB

[startup+329.6 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 25978
/proc/meminfo: memFree=26306428/32770624 swapFree=66957012/67108860
[pid=25890] ppid=25887 vsize=2156060 memory=154688 CPUtime=329.58 cores=1,3,5,7
/proc/25890/stat : 25890 (xcsp_picat) R 25887 25890 22038 0 -1 4202496 80874 0 0 0 32916 42 0 0 20 0 1 0 409741768 2207805440 38672 33554432000 4194304 5870510 140725889881824 140725889880264 5282606 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 36487168 140725889889311 140725889889389 140725889889389 140725889892298 0
/proc/25890/statm: 539015 38672 1013 410 0 534488 0
Current children cumulated CPU time: 329.58 s
Current children cumulated vsize: 2156060 KiB
Current children cumulated memory: 154688 KiB

[startup+331.2 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 25978
/proc/meminfo: memFree=26306428/32770624 swapFree=66957012/67108860
[pid=25890] ppid=25887 vsize=2156060 memory=154688 CPUtime=331.18 cores=1,3,5,7
/proc/25890/stat : 25890 (xcsp_picat) R 25887 25890 22038 0 -1 4202496 80874 0 0 0 33076 42 0 0 20 0 1 0 409741768 2207805440 38672 33554432000 4194304 5870510 140725889881824 140725889880264 5289014 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 36487168 140725889889311 140725889889389 140725889889389 140725889892298 0
/proc/25890/statm: 539015 38672 1013 410 0 534488 0
Current children cumulated CPU time: 331.18 s
Current children cumulated vsize: 2156060 KiB
Current children cumulated memory: 154688 KiB

[startup+332.8 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 25978
/proc/meminfo: memFree=26306428/32770624 swapFree=66957012/67108860
[pid=25890] ppid=25887 vsize=2156060 memory=154688 CPUtime=332.78 cores=1,3,5,7
/proc/25890/stat : 25890 (xcsp_picat) R 25887 25890 22038 0 -1 4202496 80874 0 0 0 33236 42 0 0 20 0 1 0 409741768 2207805440 38672 33554432000 4194304 5870510 140725889881824 140725889880264 5282606 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 36487168 140725889889311 140725889889389 140725889889389 140725889892298 0
/proc/25890/statm: 539015 38672 1013 410 0 534488 0
Current children cumulated CPU time: 332.78 s
Current children cumulated vsize: 2156060 KiB
Current children cumulated memory: 154688 KiB

[startup+333.6 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 25978
/proc/meminfo: memFree=26306428/32770624 swapFree=66957012/67108860
[pid=25890] ppid=25887 vsize=2156060 memory=154688 CPUtime=333.58 cores=1,3,5,7
/proc/25890/stat : 25890 (xcsp_picat) R 25887 25890 22038 0 -1 4202496 80874 0 0 0 33316 42 0 0 20 0 1 0 409741768 2207805440 38672 33554432000 4194304 5870510 140725889881824 140725889880264 5274877 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 36487168 140725889889311 140725889889389 140725889889389 140725889892298 0
/proc/25890/statm: 539015 38672 1013 410 0 534488 0
Current children cumulated CPU time: 333.58 s
Current children cumulated vsize: 2156060 KiB
Current children cumulated memory: 154688 KiB

[startup+333.8 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 25978
/proc/meminfo: memFree=26306428/32770624 swapFree=66957012/67108860
[pid=25890] ppid=25887 vsize=2156060 memory=154688 CPUtime=333.78 cores=1,3,5,7
/proc/25890/stat : 25890 (xcsp_picat) R 25887 25890 22038 0 -1 4202496 80874 0 0 0 33336 42 0 0 20 0 1 0 409741768 2207805440 38672 33554432000 4194304 5870510 140725889881824 140725889880264 5282258 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 36487168 140725889889311 140725889889389 140725889889389 140725889892298 0
/proc/25890/statm: 539015 38672 1013 410 0 534488 0
Current children cumulated CPU time: 333.78 s
Current children cumulated vsize: 2156060 KiB
Current children cumulated memory: 154688 KiB

Child status: 0
Real time (s): 333.812
CPU time (s): 333.8
CPU user time (s): 333.371
CPU system time (s): 0.429003
CPU usage (%): 99.9963
Max. virtual memory (cumulated for all children) (KiB): 2156064
Max. memory (cumulated for all children) (KiB): 154688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 333.371
system time used= 0.429003
maximum resident set size= 154888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80899
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19
involuntary context switches= 201


# summary of solver processes directly reported to runsolver:
#   pid: 25890
#   total CPU time (s): 333.8
#   total CPU user time (s): 333.371
#   total CPU system time (s): 0.429003

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.22706 second user time and 2.37605 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-13 03:30:36
IDJOB=4395613
IDBENCH=128339
IDSOLVER=2845
FILE ID=node147/4395613-1568338279
RUNJOBID= node147-1568328264-22070
PBS_JOBID= 21701153
Free space on /tmp= 56540 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-21-01.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395613-1568338279/watcher-4395613-1568338279 -o /tmp/evaluation-result-4395613-1568338279/solver-4395613-1568338279 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568328264-22070 --watchdog 2560  xcsp_picat HOME/instance-4395613-1568338279.xml

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

MD5SUM BENCH= 90855c6c3ff0f3816786e6ae00e0aae6
RANDOM SEED=765800141

node147.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.52
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.52
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.52
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.52
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:        26734672 kB
MemAvailable:   31728408 kB
Buffers:          142232 kB
Cached:          5069928 kB
SwapCached:        48500 kB
Active:          2162872 kB
Inactive:        3187600 kB
Active(anon):      90356 kB
Inactive(anon):    89348 kB
Active(file):    2072516 kB
Inactive(file):  3098252 kB
Unevictable:      107768 kB
Mlocked:          107768 kB
SwapTotal:      67108860 kB
SwapFree:       66957012 kB
Dirty:              3136 kB
Writeback:             0 kB
AnonPages:        200032 kB
Mapped:            46184 kB
Shmem:             32768 kB
Slab:             280468 kB
SReclaimable:     251428 kB
SUnreclaim:        29040 kB
KernelStack:        3584 kB
PageTables:         6176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2587472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    133120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 56540 MiB
End job on node147 at 2019-09-13 03:36:10