Trace number 4395633

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-12OPT56 303.793 303.805

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-7.xml
MD5SUMd869450afe9c29c5d3a1d31c4402b074
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark56
Best CPU time to get the best result obtained on this benchmark22.6671
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains24
Minimum domain size3
Maximum domain size25
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":8},{"size":5,"count":12},{"size":6,"count":3},{"size":25,"count":48}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":24},{"degree":25,"count":23},{"degree":26,"count":1},{"degree":27,"count":24}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":24},{"arity":25,"count":24}]
Number of extensional constraints48
Number of intensional constraints25
Distribution of constraint types[{"type":"extension","count":48},{"type":"intension","count":25},{"type":"count","count":24}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

189.58/189.65	c xcsp_picat version 2.7b12 (9/12/2019)
189.58/189.65	o -3000
303.77/303.80	o 1
303.77/303.80	o 56
303.77/303.80	s OPTIMUM FOUND
303.77/303.80	v <instantiation>
303.77/303.80	v     <list> s[] g[] p[]  </list> 
303.77/303.80	v     <values> 1 7 -1 4 5 11 0 8 9 3 16 10 6 12 13 21 15 -1 -1 -1 14 20 -1 -1  7 0 0 -2 5 7 1 8 2 4 2 6 2 0 -2 0 5 0 0 0 6 5 0 0  0 1 -1 5 6 7 17 2 3 4 9 8 16 15 14 11 10 -1 -1 -1 13 12 -1 -1   </values> 
303.77/303.80	v </instantiation>

Verifier Data

OK	56

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395633-1568337873/watcher-4395633-1568337873 -o /tmp/evaluation-result-4395633-1568337873/solver-4395633-1568337873 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568337054-3912 --watchdog 2560 xcsp_picat HOME/instance-4395633-1568337873.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
Current StackSize limit: 8192 KiB

solver pid=4390, runsolver pid=4387

[startup+0.100113 s]*
/proc/loadavg: 2.00 2.48 4.80 3/201 4391
/proc/meminfo: memFree=22280700/32770624 swapFree=66939828/67108860
[pid=4390] ppid=4387 vsize=2031716 memory=20856 CPUtime=0.1 cores=1,3,5,7
/proc/4390/stat : 4390 (xcsp_picat) R 4387 4390 3880 0 -1 4202496 1293 0 0 0 10 0 0 0 20 0 1 0 409702174 2080477184 5214 33554432000 4194304 5870510 140723023777632 140723023774776 140068958055424 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19992576 140723023778847 140723023778925 140723023778925 140723023781834 0
/proc/4390/statm: 507929 5214 843 410 0 503402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 20856 KiB

[startup+0.209805 s]*
/proc/loadavg: 2.00 2.48 4.80 4/201 4391
/proc/meminfo: memFree=22262144/32770624 swapFree=66939828/67108860
[pid=4390] ppid=4387 vsize=2031716 memory=39528 CPUtime=0.2 cores=1,3,5,7
/proc/4390/stat : 4390 (xcsp_picat) R 4387 4390 3880 0 -1 4202496 1367 0 0 0 20 0 0 0 20 0 1 0 409702174 2080477184 9882 33554432000 4194304 5870510 140723023777632 140723023774776 4491331 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19992576 140723023778847 140723023778925 140723023778925 140723023781834 0
/proc/4390/statm: 507929 9882 881 410 0 503402 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 39528 KiB

[startup+0.309484 s]*
/proc/loadavg: 2.00 2.48 4.80 3/201 4391
/proc/meminfo: memFree=22248032/32770624 swapFree=66939828/67108860
[pid=4390] ppid=4387 vsize=2044324 memory=53856 CPUtime=0.31 cores=1,3,5,7
/proc/4390/stat : 4390 (xcsp_picat) R 4387 4390 3880 0 -1 4202496 3529 0 0 0 30 1 0 0 20 0 1 0 409702174 2093387776 13464 33554432000 4194304 5870510 140723023777632 140723023774776 5406328 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19992576 140723023778847 140723023778925 140723023778925 140723023781834 0
/proc/4390/statm: 511081 13464 961 410 0 506554 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2044324 KiB
Current children cumulated memory: 53856 KiB

[startup+0.700233 s]
/proc/loadavg: 2.00 2.48 4.80 3/201 4391
/proc/meminfo: memFree=22248032/32770624 swapFree=66939828/67108860
[pid=4390] ppid=4387 vsize=2044324 memory=53856 CPUtime=0.69 cores=1,3,5,7
/proc/4390/stat : 4390 (xcsp_picat) R 4387 4390 3880 0 -1 4202496 3539 0 0 0 68 1 0 0 20 0 1 0 409702174 2093387776 13464 33554432000 4194304 5870510 140723023777632 140723023774776 5562032 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19992576 140723023778847 140723023778925 140723023778925 140723023781834 0
/proc/4390/statm: 511081 13464 961 410 0 506554 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2044324 KiB
Current children cumulated memory: 53856 KiB

[startup+1.50032 s]
/proc/loadavg: 2.00 2.48 4.80 3/200 4391
/proc/meminfo: memFree=22246264/32770624 swapFree=66939828/67108860
[pid=4390] ppid=4387 vsize=2042620 memory=52192 CPUtime=1.49 cores=1,3,5,7
/proc/4390/stat : 4390 (xcsp_picat) R 4387 4390 3880 0 -1 4202496 3998 0 0 0 148 1 0 0 20 0 1 0 409702174 2091642880 13048 33554432000 4194304 5870510 140723023777632 140723023774776 5268440 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19992576 140723023778847 140723023778925 140723023778925 140723023781834 0
/proc/4390/statm: 510655 13048 976 410 0 506128 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2042620 KiB
Current children cumulated memory: 52192 KiB

[startup+3.10958 s]
/proc/loadavg: 2.00 2.47 4.79 3/200 4391
/proc/meminfo: memFree=22227076/32770624 swapFree=66939828/67108860
[pid=4390] ppid=4387 vsize=2051436 memory=60984 CPUtime=3.1 cores=1,3,5,7
/proc/4390/stat : 4390 (xcsp_picat) R 4387 4390 3880 0 -1 4202496 8109 0 0 0 309 1 0 0 20 0 1 0 409702174 2100670464 15246 33554432000 4194304 5870510 140723023777632 140723023776584 5262806 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19992576 140723023778847 140723023778925 140723023778925 140723023781834 0
/proc/4390/statm: 512859 15246 996 410 0 508332 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2051436 KiB
Current children cumulated memory: 60984 KiB

[startup+6.3003 s]
/proc/loadavg: 2.00 2.47 4.79 3/200 4391
/proc/meminfo: memFree=22194688/32770624 swapFree=66939828/67108860
[pid=4390] ppid=4387 vsize=2070292 memory=76600 CPUtime=6.3 cores=1,3,5,7
/proc/4390/stat : 4390 (xcsp_picat) R 4387 4390 3880 0 -1 4202496 9891 0 0 0 628 2 0 0 20 0 1 0 409702174 2119979008 19150 33554432000 4194304 5870510 140723023777632 140723023776584 5262777 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19992576 140723023778847 140723023778925 140723023778925 140723023781834 0
/proc/4390/statm: 517573 19150 996 410 0 513046 0
Current children cumulated CPU time: 6.3 s
Current children cumulated vsize: 2070292 KiB
Current children cumulated memory: 76600 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.47 4.77 3/200 4391
/proc/meminfo: memFree=22157052/32770624 swapFree=66939828/67108860
[pid=4390] ppid=4387 vsize=2120396 memory=111872 CPUtime=12.69 cores=1,3,5,7
/proc/4390/stat : 4390 (xcsp_picat) R 4387 4390 3880 0 -1 4202496 24732 0 0 0 1266 3 0 0 20 0 1 0 409702174 2171285504 27968 33554432000 4194304 5870510 140723023777632 140723023775992 5276639 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19992576 140723023778847 140723023778925 140723023778925 140723023781834 0
/proc/4390/statm: 530099 27968 998 410 0 525572 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2120396 KiB
Current children cumulated memory: 111872 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.44 4.73 3/200 4455
/proc/meminfo: memFree=22097256/32770624 swapFree=66939828/67108860
[pid=4390] ppid=4387 vsize=2170628 memory=153292 CPUtime=25.49 cores=1,3,5,7
/proc/4390/stat : 4390 (xcsp_picat) R 4387 4390 3880 0 -1 4202496 34637 0 0 0 2544 5 0 0 20 0 1 0 409702174 2222723072 38323 33554432000 4194304 5870510 140723023777632 140723023775992 5262806 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19992576 140723023778847 140723023778925 140723023778925 140723023781834 0
/proc/4390/statm: 542657 38323 998 410 0 538130 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2170628 KiB
Current children cumulated memory: 153292 KiB

[startup+51.1096 s]
/proc/loadavg: 2.00 2.41 4.66 3/200 4458
/proc/meminfo: memFree=21981376/32770624 swapFree=66939828/67108860
[pid=4390] ppid=4387 vsize=2252356 memory=193380 CPUtime=51.1 cores=1,3,5,7
/proc/4390/stat : 4390 (xcsp_picat) R 4387 4390 3880 0 -1 4202496 58388 0 0 0 5099 11 0 0 20 0 1 0 409702174 2306412544 48345 33554432000 4194304 5870510 140723023777632 140723023776584 5274967 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19992576 140723023778847 140723023778925 140723023778925 140723023781834 0
/proc/4390/statm: 563089 48345 998 410 0 558562 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2252356 KiB
Current children cumulated memory: 193380 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.34 4.52 3/201 4506
/proc/meminfo: memFree=22005420/32770624 swapFree=66939828/67108860
[pid=4390] ppid=4387 vsize=2059380 memory=73452 CPUtime=102.28 cores=1,3,5,7
/proc/4390/stat : 4390 (xcsp_picat) R 4387 4390 3880 0 -1 4202496 94264 0 0 0 10206 22 0 0 20 0 1 0 409702174 2108805120 18363 33554432000 4194304 5870510 140723023777632 140723023776072 5262976 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19992576 140723023778847 140723023778925 140723023778925 140723023781834 0
/proc/4390/statm: 514845 18363 1005 410 0 510318 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2059380 KiB
Current children cumulated memory: 73452 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.28 4.36 3/201 4510
/proc/meminfo: memFree=21849220/32770624 swapFree=66939828/67108860
[pid=4390] ppid=4387 vsize=2391760 memory=283500 CPUtime=162.28 cores=1,3,5,7
/proc/4390/stat : 4390 (xcsp_picat) R 4387 4390 3880 0 -1 4202496 118507 0 0 0 16194 34 0 0 20 0 1 0 409702174 2449162240 70875 33554432000 4194304 5870510 140723023777632 140723023776584 5278144 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19992576 140723023778847 140723023778925 140723023778925 140723023781834 0
/proc/4390/statm: 597940 70875 1005 410 0 593413 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2391760 KiB
Current children cumulated memory: 283500 KiB

[startup+222.3 s]
/proc/loadavg: 2.07 2.25 4.22 3/201 4516
/proc/meminfo: memFree=22035516/32770624 swapFree=66939828/67108860
[pid=4390] ppid=4387 vsize=2045000 memory=59592 CPUtime=222.27 cores=1,3,5,7
/proc/4390/stat : 4390 (xcsp_picat) R 4387 4390 3880 0 -1 4202496 134250 0 0 0 22183 44 0 0 20 0 1 0 409702174 2094080000 14898 33554432000 4194304 5870510 140723023777632 140723023776888 140068957616613 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19992576 140723023778847 140723023778925 140723023778925 140723023781834 0
/proc/4390/statm: 511250 14898 1005 410 0 506723 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 2045000 KiB
Current children cumulated memory: 59592 KiB

[startup+282.3 s]
/proc/loadavg: 2.16 2.23 4.09 3/201 4521
/proc/meminfo: memFree=22147604/32770624 swapFree=66939828/67108860
[pid=4390] ppid=4387 vsize=2093484 memory=109016 CPUtime=282.28 cores=1,3,5,7
/proc/4390/stat : 4390 (xcsp_picat) R 4387 4390 3880 0 -1 4202496 146583 0 0 0 28179 49 0 0 20 0 1 0 409702174 2143727616 27254 33554432000 4194304 5870510 140723023777632 140723023776808 5262639 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19992576 140723023778847 140723023778925 140723023778925 140723023781834 0
/proc/4390/statm: 523371 27254 1005 410 0 518844 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 2093484 KiB
Current children cumulated memory: 109016 KiB

[startup+303.805 s]
# the end of solver process 4390 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=303.281 s, system=0.511983 s

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

[startup+294.4 s]
/proc/loadavg: 2.35 2.27 4.07 3/201 4521
/proc/meminfo: memFree=22178676/32770624 swapFree=66939828/67108860
[pid=4390] ppid=4387 vsize=2063028 memory=78552 CPUtime=294.38 cores=1,3,5,7
/proc/4390/stat : 4390 (xcsp_picat) R 4387 4390 3880 0 -1 4202496 148017 0 0 0 29388 50 0 0 20 0 1 0 409702174 2112540672 19638 33554432000 4194304 5870510 140723023777632 140723023776200 5275580 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19992576 140723023778847 140723023778925 140723023778925 140723023781834 0
/proc/4390/statm: 515757 19638 1005 410 0 511230 0
Current children cumulated CPU time: 294.38 s
Current children cumulated vsize: 2063028 KiB
Current children cumulated memory: 78552 KiB

[startup+300.8 s]
/proc/loadavg: 2.40 2.28 4.06 3/201 4521
/proc/meminfo: memFree=22140272/32770624 swapFree=66939828/67108860
[pid=4390] ppid=4387 vsize=2093484 memory=107240 CPUtime=300.78 cores=1,3,5,7
/proc/4390/stat : 4390 (xcsp_picat) R 4387 4390 3880 0 -1 4202496 148538 0 0 0 30028 50 0 0 20 0 1 0 409702174 2143727616 26810 33554432000 4194304 5870510 140723023777632 140723023776072 5289011 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19992576 140723023778847 140723023778925 140723023778925 140723023781834 0
/proc/4390/statm: 523371 26810 1005 410 0 518844 0
Current children cumulated CPU time: 300.78 s
Current children cumulated vsize: 2093484 KiB
Current children cumulated memory: 107240 KiB

[startup+302.4 s]
/proc/loadavg: 2.40 2.28 4.06 3/201 4521
/proc/meminfo: memFree=22132084/32770624 swapFree=66939828/67108860
[pid=4390] ppid=4387 vsize=2123832 memory=115208 CPUtime=302.37 cores=1,3,5,7
/proc/4390/stat : 4390 (xcsp_picat) R 4387 4390 3880 0 -1 4202496 149055 0 0 0 30187 50 0 0 20 0 1 0 409702174 2174803968 28802 33554432000 4194304 5870510 140723023777632 140723023776072 5282203 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19992576 140723023778847 140723023778925 140723023778925 140723023781834 0
/proc/4390/statm: 530958 28802 1005 410 0 526431 0
Current children cumulated CPU time: 302.37 s
Current children cumulated vsize: 2123832 KiB
Current children cumulated memory: 115208 KiB

[startup+303.2 s]
/proc/loadavg: 2.45 2.29 4.06 3/201 4521
/proc/meminfo: memFree=22172168/32770624 swapFree=66939828/67108860
[pid=4390] ppid=4387 vsize=2057424 memory=72844 CPUtime=303.17 cores=1,3,5,7
/proc/4390/stat : 4390 (xcsp_picat) R 4387 4390 3880 0 -1 4202496 149108 0 0 0 30267 50 0 0 20 0 1 0 409702174 2106802176 18211 33554432000 4194304 5870510 140723023777632 140723023775992 5272920 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19992576 140723023778847 140723023778925 140723023778925 140723023781834 0
/proc/4390/statm: 514356 18211 1005 410 0 509829 0
Current children cumulated CPU time: 303.17 s
Current children cumulated vsize: 2057424 KiB
Current children cumulated memory: 72844 KiB

[startup+303.6 s]
/proc/loadavg: 2.45 2.29 4.06 3/201 4521
/proc/meminfo: memFree=22172168/32770624 swapFree=66939828/67108860
[pid=4390] ppid=4387 vsize=2057556 memory=73104 CPUtime=303.57 cores=1,3,5,7
/proc/4390/stat : 4390 (xcsp_picat) R 4387 4390 3880 0 -1 4202496 149138 0 0 0 30307 50 0 0 20 0 1 0 409702174 2106937344 18276 33554432000 4194304 5870510 140723023777632 140723023775992 5272699 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19992576 140723023778847 140723023778925 140723023778925 140723023781834 0
/proc/4390/statm: 514389 18276 1005 410 0 509862 0
Current children cumulated CPU time: 303.57 s
Current children cumulated vsize: 2057556 KiB
Current children cumulated memory: 73104 KiB

[startup+303.8 s]
/proc/loadavg: 2.45 2.29 4.06 3/201 4521
/proc/meminfo: memFree=22172168/32770624 swapFree=66939828/67108860
[pid=4390] ppid=4387 vsize=2057688 memory=73104 CPUtime=303.77 cores=1,3,5,7
/proc/4390/stat : 4390 (xcsp_picat) R 4387 4390 3880 0 -1 4202496 149159 0 0 0 30327 50 0 0 20 0 1 0 409702174 2107072512 18276 33554432000 4194304 5870510 140723023777632 140723023775992 5308383 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 19992576 140723023778847 140723023778925 140723023778925 140723023781834 0
/proc/4390/statm: 514422 18276 1005 410 0 509895 0
Current children cumulated CPU time: 303.77 s
Current children cumulated vsize: 2057688 KiB
Current children cumulated memory: 73104 KiB

Child status: 0
Real time (s): 303.805
CPU time (s): 303.793
CPU user time (s): 303.281
CPU system time (s): 0.511983
CPU usage (%): 99.996
Max. virtual memory (cumulated for all children) (KiB): 2596768
Max. memory (cumulated for all children) (KiB): 412536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 303.281
system time used= 0.511983
maximum resident set size= 482380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149183
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= 7
involuntary context switches= 346


# summary of solver processes directly reported to runsolver:
#   pid: 4390
#   total CPU time (s): 303.793
#   total CPU user time (s): 303.281
#   total CPU system time (s): 0.511983

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.16269 second user time and 2.27259 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-13 03:23:53
IDJOB=4395633
IDBENCH=128019
IDSOLVER=2845
FILE ID=node119/4395633-1568337873
RUNJOBID= node119-1568337054-3912
PBS_JOBID= 21701164
Free space on /tmp= 57264 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-7.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395633-1568337873/watcher-4395633-1568337873 -o /tmp/evaluation-result-4395633-1568337873/solver-4395633-1568337873 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568337054-3912 --watchdog 2560  xcsp_picat HOME/instance-4395633-1568337873.xml

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

MD5SUM BENCH= d869450afe9c29c5d3a1d31c4402b074
RANDOM SEED=1290345059

node119.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.47
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.47
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.47
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.47
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:        22299756 kB
MemAvailable:   31746436 kB
Buffers:          175708 kB
Cached:          9487904 kB
SwapCached:        61088 kB
Active:          2316184 kB
Inactive:        7467460 kB
Active(anon):      59028 kB
Inactive(anon):   102700 kB
Active(file):    2257156 kB
Inactive(file):  7364760 kB
Unevictable:      107476 kB
Mlocked:          107476 kB
SwapTotal:      67108860 kB
SwapFree:       66939828 kB
Dirty:              3864 kB
Writeback:           132 kB
AnonPages:        231728 kB
Mapped:            46064 kB
Shmem:             32840 kB
Slab:             282084 kB
SReclaimable:     253224 kB
SUnreclaim:        28860 kB
KernelStack:        3664 kB
PageTables:         5980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2559060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 57264 MiB
End job on node119 at 2019-09-13 03:28:57