Trace number 4309443

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 2018-08-14? (TO) 2519.91 2520.02

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc32a_c18.xml
MD5SUMca8832984a17c67db3e889c6d91adcf4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark69
Best CPU time to get the best result obtained on this benchmark2520.02
Satisfiable
(Un)Satisfiability was proved
Number of variables1056
Number of constraints75
Number of domains2
Minimum domain size5
Maximum domain size32
Distribution of domain sizes[{"size":5,"count":74},{"size":32,"count":32}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":950},{"degree":1,"count":7},{"degree":2,"count":75},{"degree":4,"count":1},{"degree":5,"count":2},{"degree":6,"count":4},{"degree":7,"count":8},{"degree":8,"count":6},{"degree":9,"count":2},{"degree":11,"count":1}]
Minimum constraint arity3
Maximum constraint arity32
Distribution of constraint arities[{"arity":3,"count":74},{"arity":32,"count":1}]
Number of extensional constraints74
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":74},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data


Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309443-1534303136/watcher-4309443-1534303136 -o /tmp/evaluation-result-4309443-1534303136/solver-4309443-1534303136 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534293053-324 --watchdog 2580 xcsp_picat HOME/instance-4309443-1534303136.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=1512, runsolver pid=1509
Current StackSize limit: 8192 KiB


[startup+0.100155 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 1513
/proc/meminfo: memFree=23537096/32770624 swapFree=67108196/67108860
[pid=1512] ppid=1509 vsize=2026668 memory=19964 CPUtime=0.1 cores=1,3,5,7
/proc/1512/stat : 1512 (xcsp_picat) R 1509 1512 32759 0 -1 4202496 1624 0 0 0 10 0 0 0 20 0 1 0 247876781 2075308032 4991 33554432000 4194304 5849940 140730445161456 140730445161456 140363041558407 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 34181120 140730445165750 140730445165828 140730445165828 140730445168586 0
/proc/1512/statm: 506667 4991 691 405 0 503611 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2026668 KiB
Current children cumulated memory: 19964 KiB

[startup+0.209596 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 1513
/proc/meminfo: memFree=23536724/32770624 swapFree=67108196/67108860
[pid=1512] ppid=1509 vsize=2027692 memory=20992 CPUtime=0.2 cores=1,3,5,7
/proc/1512/stat : 1512 (xcsp_picat) R 1509 1512 32759 0 -1 4202496 1880 0 0 0 20 0 0 0 20 0 1 0 247876781 2076356608 5248 33554432000 4194304 5849940 140730445161456 140730445161456 140363041558407 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 34181120 140730445165750 140730445165828 140730445165828 140730445168586 0
/proc/1512/statm: 506923 5248 691 405 0 503867 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2027692 KiB
Current children cumulated memory: 20992 KiB

[startup+0.308777 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 1513
/proc/meminfo: memFree=23535320/32770624 swapFree=67108196/67108860
[pid=1512] ppid=1509 vsize=2028204 memory=21520 CPUtime=0.3 cores=1,3,5,7
/proc/1512/stat : 1512 (xcsp_picat) R 1509 1512 32759 0 -1 4202496 2008 0 0 0 30 0 0 0 20 0 1 0 247876781 2076880896 5380 33554432000 4194304 5849940 140730445161456 140730445160568 140363041558407 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 34181120 140730445165750 140730445165828 140730445165828 140730445168586 0
/proc/1512/statm: 507051 5380 691 405 0 503995 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2028204 KiB
Current children cumulated memory: 21520 KiB

[startup+0.700285 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1513
/proc/meminfo: memFree=23534576/32770624 swapFree=67108196/67108860
[pid=1512] ppid=1509 vsize=2032300 memory=25648 CPUtime=0.69 cores=1,3,5,7
/proc/1512/stat : 1512 (xcsp_picat) R 1509 1512 32759 0 -1 4202496 3032 0 0 0 67 2 0 0 20 0 1 0 247876781 2081075200 6412 33554432000 4194304 5849940 140730445161456 140730445160568 140363041558407 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 34181120 140730445165750 140730445165828 140730445165828 140730445168586 0
/proc/1512/statm: 508075 6412 691 405 0 505019 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2032300 KiB
Current children cumulated memory: 25648 KiB

[startup+1.50032 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1513
/proc/meminfo: memFree=23529368/32770624 swapFree=67108196/67108860
[pid=1512] ppid=1509 vsize=2035064 memory=28620 CPUtime=1.49 cores=1,3,5,7
/proc/1512/stat : 1512 (xcsp_picat) R 1509 1512 32759 0 -1 4202496 4125 0 0 0 145 4 0 0 20 0 1 0 247876781 2083905536 7155 33554432000 4194304 5849940 140730445161456 140730445160632 5375384 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 34181120 140730445165750 140730445165828 140730445165828 140730445168586 0
/proc/1512/statm: 508766 7155 692 405 0 505710 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2035064 KiB
Current children cumulated memory: 28620 KiB

[startup+3.10941 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1513
/proc/meminfo: memFree=23536456/32770624 swapFree=67108196/67108860
[pid=1512] ppid=1509 vsize=2027556 memory=21152 CPUtime=3.1 cores=1,3,5,7
/proc/1512/stat : 1512 (xcsp_picat) R 1509 1512 32759 0 -1 4202496 5605 0 0 0 305 5 0 0 20 0 1 0 247876781 2076217344 5288 33554432000 4194304 5849940 140730445161456 140730445159720 140363041558407 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 34181120 140730445165750 140730445165828 140730445165828 140730445168586 0
/proc/1512/statm: 506889 5288 733 405 0 503833 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2027556 KiB
Current children cumulated memory: 21152 KiB

[startup+6.30037 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1513
/proc/meminfo: memFree=23512952/32770624 swapFree=67108196/67108860
[pid=1512] ppid=1509 vsize=2050704 memory=44360 CPUtime=6.29 cores=1,3,5,7
/proc/1512/stat : 1512 (xcsp_picat) R 1509 1512 32759 0 -1 4202496 8960 0 0 0 619 10 0 0 20 0 1 0 247876781 2099920896 11090 33554432000 4194304 5849940 140730445161456 140730445160168 140363041558407 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 34181120 140730445165750 140730445165828 140730445165828 140730445168586 0
/proc/1512/statm: 512676 11090 733 405 0 509620 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2050704 KiB
Current children cumulated memory: 44360 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1513
/proc/meminfo: memFree=23504668/32770624 swapFree=67108196/67108860
[pid=1512] ppid=1509 vsize=2058900 memory=52568 CPUtime=12.69 cores=1,3,5,7
/proc/1512/stat : 1512 (xcsp_picat) R 1509 1512 32759 0 -1 4202496 15000 0 0 0 1251 18 0 0 20 0 1 0 247876781 2108313600 13142 33554432000 4194304 5849940 140730445161456 140730445160456 5312800 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 34181120 140730445165750 140730445165828 140730445165828 140730445168586 0
/proc/1512/statm: 514725 13142 735 405 0 511669 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2058900 KiB
Current children cumulated memory: 52568 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1513
/proc/meminfo: memFree=23471156/32770624 swapFree=67108196/67108860
[pid=1512] ppid=1509 vsize=2058900 memory=52568 CPUtime=25.49 cores=1,3,5,7
/proc/1512/stat : 1512 (xcsp_picat) R 1509 1512 32759 0 -1 4202496 23003 0 0 0 2515 34 0 0 20 0 1 0 247876781 2108313600 13142 33554432000 4194304 5849940 140730445161456 140730445160456 140363041558407 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 34181120 140730445165750 140730445165828 140730445165828 140730445168586 0
/proc/1512/statm: 514725 13142 735 405 0 511669 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2058900 KiB
Current children cumulated memory: 52568 KiB

[startup+51.1096 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1513
/proc/meminfo: memFree=23470896/32770624 swapFree=67108196/67108860
[pid=1512] ppid=1509 vsize=2067092 memory=60760 CPUtime=51.1 cores=1,3,5,7
/proc/1512/stat : 1512 (xcsp_picat) R 1509 1512 32759 0 -1 4202496 30465 0 0 0 5047 63 0 0 20 0 1 0 247876781 2116702208 15190 33554432000 4194304 5849940 140730445161456 140730445160456 140363041558407 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 34181120 140730445165750 140730445165828 140730445165828 140730445168586 0
/proc/1512/statm: 516773 15190 735 405 0 513717 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2067092 KiB
Current children cumulated memory: 60760 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1521
/proc/meminfo: memFree=23344152/32770624 swapFree=67108196/67108860
[pid=1512] ppid=1509 vsize=2058900 memory=57596 CPUtime=102.27 cores=1,3,5,7
/proc/1512/stat : 1512 (xcsp_picat) R 1509 1512 32759 0 -1 4202496 42296 0 0 0 10114 113 0 0 20 0 1 0 247876781 2108313600 14399 33554432000 4194304 5849940 140730445161456 140730445160104 140363041558407 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 34181120 140730445165750 140730445165828 140730445165828 140730445168586 0
/proc/1512/statm: 514725 14399 735 405 0 511669 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 2058900 KiB
Current children cumulated memory: 57596 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1522
/proc/meminfo: memFree=23272264/32770624 swapFree=67108196/67108860
[pid=1512] ppid=1509 vsize=2058900 memory=57596 CPUtime=162.28 cores=1,3,5,7
/proc/1512/stat : 1512 (xcsp_picat) R 1509 1512 32759 0 -1 4202496 54938 0 0 0 16059 169 0 0 20 0 1 0 247876781 2108313600 14399 33554432000 4194304 5849940 140730445161456 140730445160456 140363041558407 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 34181120 140730445165750 140730445165828 140730445165828 140730445168586 0
/proc/1512/statm: 514725 14399 735 405 0 511669 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2058900 KiB
Current children cumulated memory: 57596 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1523
/proc/meminfo: memFree=23266356/32770624 swapFree=67108196/67108860
[pid=1512] ppid=1509 vsize=2072776 memory=71472 CPUtime=222.27 cores=1,3,5,7
/proc/1512/stat : 1512 (xcsp_picat) R 1509 1512 32759 0 -1 4202496 62220 0 0 0 22009 218 0 0 20 0 1 0 247876781 2122522624 17868 33554432000 4194304 5849940 140730445161456 140730445160616 140363041558407 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 34181120 140730445165750 140730445165828 140730445165828 140730445168586 0
/proc/1512/statm: 518194 17868 735 405 0 515138 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 2072776 KiB
Current children cumulated memory: 71472 KiB

[startup+282.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/187 1524
/proc/meminfo: memFree=23169772/32770624 swapFree=67108196/67108860
[pid=1512] ppid=1509 vsize=2082220 memory=80664 CPUtime=282.27 cores=1,3,5,7
/proc/1512/stat : 1512 (xcsp_picat) R 1509 1512 32759 0 -1 4202496 73521 0 0 0 27963 264 0 0 20 0 1 0 247876781 2132193280 20166 33554432000 4194304 5849940 140730445161456 140730445160616 5392678 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 34181120 140730445165750 140730445165828 140730445165828 140730445168586 0
/proc/1512/statm: 520555 20166 735 405 0 517499 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 2082220 KiB
Current children cumulated memory: 80664 KiB

[startup+342.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/187 1525
/proc/meminfo: memFree=23146052/32770624 swapFree=67108196/67108860
[pid=1512] ppid=1509 vsize=2082868 memory=81556 CPUtime=342.26 cores=1,3,5,7
/proc/1512/stat : 1512 (xcsp_picat) R 1509 1512 32759 0 -1 4202496 82973 0 0 0 33917 309 0 0 20 0 1 0 247876781 2132856832 20389 33554432000 4194304 5849940 140730445161456 140730445160456 140363041558407 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 34181120 140730445165750 140730445165828 140730445165828 140730445168586 0
/proc/1512/statm: 520717 20389 735 405 0 517661 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 2082868 KiB
Current children cumulated memory: 81556 KiB

[startup+402.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/187 1527
/proc/meminfo: memFree=22967900/32770624 swapFree=67108196/67108860
[pid=1512] ppid=1509 vsize=2088508 memory=87196 CPUtime=402.26 cores=1,3,5,7
/proc/1512/stat : 1512 (xcsp_picat) R 1509 1512 32759 0 -1 4202496 91326 0 0 0 39867 359 0 0 20 0 1 0 247876781 2138632192 21799 33554432000 4194304 5849940 140730445161456 140730445160456 140363041558407 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 34181120 140730445165750 140730445165828 140730445165828 140730445168586 0
/proc/1512/statm: 522127 21799 735 405 0 519071 0
Current children cumulated CPU time: 402.26 s
Current children cumulated vsize: 2088508 KiB
Current children cumulated memory: 87196 KiB

[startup+462.3 s]
/proc/loadavg: 2.06 2.05 2.05 3/187 1589
/proc/meminfo: memFree=23871740/32770624 swapFree=67108196/67108860
[pid=1512] ppid=1509 vsize=2118972 memory=117756 CPUtime=462.26 cores=1,3,5,7
/proc/1512/stat : 1512 (xcsp_picat) R 1509 1512 32759 0 -1 4202496 103765 0 0 0 45835 391 0 0 20 0 1 0 247876781 2169827328 29439 33554432000 4194304 5849940 140730445161456 140730445160456 140363041558407 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 34181120 140730445165750 140730445165828 140730445165828 140730445168586 0
/proc/1512/statm: 529743 29439 735 405 0 526687 0
Current children cumulated CPU time: 462.26 s
Current children cumulated vsize: 2118972 KiB
Current children cumulated memory: 117756 KiB


################
# More data... #
################

/proc/1512/statm: 592446 92120 735 405 0 589390 0
Current children cumulated CPU time: 1722.2 s
Current children cumulated vsize: 2369784 KiB
Current children cumulated memory: 368480 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1628
/proc/meminfo: memFree=23472144/32770624 swapFree=67108196/67108860
[pid=1512] ppid=1509 vsize=2375424 memory=374012 CPUtime=1782.21 cores=1,3,5,7
/proc/1512/stat : 1512 (xcsp_picat) R 1509 1512 32759 0 -1 4202496 544969 0 0 0 177486 735 0 0 20 0 1 0 247876781 2432434176 93503 33554432000 4194304 5849940 140730445161456 140730445160456 5437906 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 34181120 140730445165750 140730445165828 140730445165828 140730445168586 0
/proc/1512/statm: 593856 93503 735 405 0 590800 0
Current children cumulated CPU time: 1782.21 s
Current children cumulated vsize: 2375424 KiB
Current children cumulated memory: 374012 KiB

[startup+1842.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/187 1629
/proc/meminfo: memFree=23459736/32770624 swapFree=67108196/67108860
[pid=1512] ppid=1509 vsize=2375424 memory=374120 CPUtime=1842.2 cores=1,3,5,7
/proc/1512/stat : 1512 (xcsp_picat) R 1509 1512 32759 0 -1 4202496 581618 0 0 0 183473 747 0 0 20 0 1 0 247876781 2432434176 93530 33554432000 4194304 5849940 140730445161456 140730445160456 5437837 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 34181120 140730445165750 140730445165828 140730445165828 140730445168586 0
/proc/1512/statm: 593856 93530 735 405 0 590800 0
Current children cumulated CPU time: 1842.2 s
Current children cumulated vsize: 2375424 KiB
Current children cumulated memory: 374120 KiB

[startup+1902.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/188 1638
/proc/meminfo: memFree=23497976/32770624 swapFree=67108196/67108860
[pid=1512] ppid=1509 vsize=2289740 memory=288436 CPUtime=1902.2 cores=1,3,5,7
/proc/1512/stat : 1512 (xcsp_picat) R 1509 1512 32759 0 -1 4202496 605801 0 0 0 189459 761 0 0 20 0 1 0 247876781 2344693760 72109 33554432000 4194304 5849940 140730445161456 140730445160456 140363041558407 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 34181120 140730445165750 140730445165828 140730445165828 140730445168586 0
/proc/1512/statm: 572435 72109 735 405 0 569379 0
Current children cumulated CPU time: 1902.2 s
Current children cumulated vsize: 2289740 KiB
Current children cumulated memory: 288436 KiB

[startup+1962.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 1639
/proc/meminfo: memFree=23470984/32770624 swapFree=67108196/67108860
[pid=1512] ppid=1509 vsize=2316444 memory=315140 CPUtime=1962.19 cores=1,3,5,7
/proc/1512/stat : 1512 (xcsp_picat) R 1509 1512 32759 0 -1 4202496 627577 0 0 0 195440 779 0 0 20 0 1 0 247876781 2372038656 78785 33554432000 4194304 5849940 140730445161456 140730445160456 140363041558407 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 34181120 140730445165750 140730445165828 140730445165828 140730445168586 0
/proc/1512/statm: 579111 78785 735 405 0 576055 0
Current children cumulated CPU time: 1962.19 s
Current children cumulated vsize: 2316444 KiB
Current children cumulated memory: 315140 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 1640
/proc/meminfo: memFree=23562904/32770624 swapFree=67108196/67108860
[pid=1512] ppid=1509 vsize=2326964 memory=325660 CPUtime=2022.19 cores=1,3,5,7
/proc/1512/stat : 1512 (xcsp_picat) R 1509 1512 32759 0 -1 4202496 650099 0 0 0 201421 798 0 0 20 0 1 0 247876781 2382811136 81415 33554432000 4194304 5849940 140730445161456 140730445160456 140363041558407 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 34181120 140730445165750 140730445165828 140730445165828 140730445168586 0
/proc/1512/statm: 581741 81415 735 405 0 578685 0
Current children cumulated CPU time: 2022.19 s
Current children cumulated vsize: 2326964 KiB
Current children cumulated memory: 325660 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 1641
/proc/meminfo: memFree=23555712/32770624 swapFree=67108196/67108860
[pid=1512] ppid=1509 vsize=2328356 memory=327052 CPUtime=2082.2 cores=1,3,5,7
/proc/1512/stat : 1512 (xcsp_picat) R 1509 1512 32759 0 -1 4202496 671783 0 0 0 207409 811 0 0 20 0 1 0 247876781 2384236544 81763 33554432000 4194304 5849940 140730445161456 140730445160456 140363041558407 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 34181120 140730445165750 140730445165828 140730445165828 140730445168586 0
/proc/1512/statm: 582089 81763 735 405 0 579033 0
Current children cumulated CPU time: 2082.2 s
Current children cumulated vsize: 2328356 KiB
Current children cumulated memory: 327052 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 1642
/proc/meminfo: memFree=23460536/32770624 swapFree=67108196/67108860
[pid=1512] ppid=1509 vsize=2390892 memory=389588 CPUtime=2142.19 cores=1,3,5,7
/proc/1512/stat : 1512 (xcsp_picat) R 1509 1512 32759 0 -1 4202496 693601 0 0 0 213396 823 0 0 20 0 1 0 247876781 2448273408 97397 33554432000 4194304 5849940 140730445161456 140730445160456 5438016 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 34181120 140730445165750 140730445165828 140730445165828 140730445168586 0
/proc/1512/statm: 597723 97397 735 405 0 594667 0
Current children cumulated CPU time: 2142.19 s
Current children cumulated vsize: 2390892 KiB
Current children cumulated memory: 389588 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1644
/proc/meminfo: memFree=23436196/32770624 swapFree=67108196/67108860
[pid=1512] ppid=1509 vsize=2390892 memory=389588 CPUtime=2202.19 cores=1,3,5,7
/proc/1512/stat : 1512 (xcsp_picat) R 1509 1512 32759 0 -1 4202496 704274 0 0 0 219384 835 0 0 20 0 1 0 247876781 2448273408 97397 33554432000 4194304 5849940 140730445161456 140730445160456 140363041558407 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 34181120 140730445165750 140730445165828 140730445165828 140730445168586 0
/proc/1512/statm: 597723 97397 735 405 0 594667 0
Current children cumulated CPU time: 2202.19 s
Current children cumulated vsize: 2390892 KiB
Current children cumulated memory: 389588 KiB

[startup+2262.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/187 1645
/proc/meminfo: memFree=23420244/32770624 swapFree=67108196/67108860
[pid=1512] ppid=1509 vsize=2390892 memory=389588 CPUtime=2262.19 cores=1,3,5,7
/proc/1512/stat : 1512 (xcsp_picat) R 1509 1512 32759 0 -1 4202496 728185 0 0 0 225371 848 0 0 20 0 1 0 247876781 2448273408 97397 33554432000 4194304 5849940 140730445161456 140730445160456 140363041558407 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 34181120 140730445165750 140730445165828 140730445165828 140730445168586 0
/proc/1512/statm: 597723 97397 735 405 0 594667 0
Current children cumulated CPU time: 2262.19 s
Current children cumulated vsize: 2390892 KiB
Current children cumulated memory: 389588 KiB

[startup+2322.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 1646
/proc/meminfo: memFree=23325848/32770624 swapFree=67108196/67108860
[pid=1512] ppid=1509 vsize=2436272 memory=434968 CPUtime=2322.19 cores=1,3,5,7
/proc/1512/stat : 1512 (xcsp_picat) R 1509 1512 32759 0 -1 4202496 744059 0 0 0 231359 860 0 0 20 0 1 0 247876781 2494742528 108742 33554432000 4194304 5849940 140730445161456 140730445160456 5437819 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 34181120 140730445165750 140730445165828 140730445165828 140730445168586 0
/proc/1512/statm: 609068 108742 735 405 0 606012 0
Current children cumulated CPU time: 2322.19 s
Current children cumulated vsize: 2436272 KiB
Current children cumulated memory: 434968 KiB

[startup+2382.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/187 1648
/proc/meminfo: memFree=23256492/32770624 swapFree=67108196/67108860
[pid=1512] ppid=1509 vsize=2505284 memory=503980 CPUtime=2382.19 cores=1,3,5,7
/proc/1512/stat : 1512 (xcsp_picat) R 1509 1512 32759 0 -1 4202496 789206 0 0 0 237348 871 0 0 20 0 1 0 247876781 2565410816 125995 33554432000 4194304 5849940 140730445161456 140730445160456 5437906 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 34181120 140730445165750 140730445165828 140730445165828 140730445168586 0
/proc/1512/statm: 626321 125995 735 405 0 623265 0
Current children cumulated CPU time: 2382.19 s
Current children cumulated vsize: 2505284 KiB
Current children cumulated memory: 503980 KiB

[startup+2442.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 1649
/proc/meminfo: memFree=23256640/32770624 swapFree=67108196/67108860
[pid=1512] ppid=1509 vsize=2505284 memory=503980 CPUtime=2442.18 cores=1,3,5,7
/proc/1512/stat : 1512 (xcsp_picat) R 1509 1512 32759 0 -1 4202496 806123 0 0 0 243342 876 0 0 20 0 1 0 247876781 2565410816 125995 33554432000 4194304 5849940 140730445161456 140730445160456 5438453 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 34181120 140730445165750 140730445165828 140730445165828 140730445168586 0
/proc/1512/statm: 626321 125995 735 405 0 623265 0
Current children cumulated CPU time: 2442.18 s
Current children cumulated vsize: 2505284 KiB
Current children cumulated memory: 503980 KiB

[startup+2502.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 1657
/proc/meminfo: memFree=23255896/32770624 swapFree=67108196/67108860
[pid=1512] ppid=1509 vsize=2505284 memory=503980 CPUtime=2502.18 cores=1,3,5,7
/proc/1512/stat : 1512 (xcsp_picat) R 1509 1512 32759 0 -1 4202496 844990 0 0 0 249334 884 0 0 20 0 1 0 247876781 2565410816 125995 33554432000 4194304 5849940 140730445161456 140730445160328 5437906 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 34181120 140730445165750 140730445165828 140730445165828 140730445168586 0
/proc/1512/statm: 626321 125995 735 405 0 623265 0
Current children cumulated CPU time: 2502.18 s
Current children cumulated vsize: 2505284 KiB
Current children cumulated memory: 503980 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.02 2.05 3/187 1657
/proc/meminfo: memFree=23256020/32770624 swapFree=67108196/67108860
[pid=1512] ppid=1509 vsize=2505284 memory=503980 CPUtime=2519.88 cores=1,3,5,7
/proc/1512/stat : 1512 (xcsp_picat) R 1509 1512 32759 0 -1 4202496 845011 0 0 0 251103 885 0 0 20 0 1 0 247876781 2565410816 125995 33554432000 4194304 5849940 140730445161456 140730445160456 140363041558407 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 34181120 140730445165750 140730445165828 140730445165828 140730445168586 0
/proc/1512/statm: 626321 125995 735 405 0 623265 0
Current children cumulated CPU time: 2519.88 s
Current children cumulated vsize: 2505284 KiB
Current children cumulated memory: 503980 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2520.02 s]
# the end of solver process 1512 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2511.04 s, system=8.86962 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2520.02
CPU time (s): 2519.91
CPU user time (s): 2511.04
CPU system time (s): 8.86962
CPU usage (%): 99.9955
Max. virtual memory (cumulated for all children) (KiB): 2505284
Max. memory (cumulated for all children) (KiB): 503980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2511.04
system time used= 8.86962
maximum resident set size= 503980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 845011
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= 911


# summary of solver processes directly reported to runsolver:
#   pid: 1512
#   total CPU time (s): 2519.91
#   total CPU user time (s): 2511.04
#   total CPU system time (s): 8.86962

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.9624 second user time and 15.7801 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-15 05:18:56
IDJOB=4309443
IDBENCH=141247
IDSOLVER=2794
FILE ID=node151/4309443-1534303136
RUNJOBID= node151-1534293053-324
PBS_JOBID= 21038135
Free space on /tmp= 43900 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc32a_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309443-1534303136/watcher-4309443-1534303136 -o /tmp/evaluation-result-4309443-1534303136/solver-4309443-1534303136 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534293053-324 --watchdog 2580  xcsp_picat HOME/instance-4309443-1534303136.xml

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

MD5SUM BENCH= ca8832984a17c67db3e889c6d91adcf4
RANDOM SEED=1124890764

node151.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.87
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.87
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.87
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.87
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:        23554632 kB
MemAvailable:   31402952 kB
Buffers:          169120 kB
Cached:          7909336 kB
SwapCached:           12 kB
Active:          4621672 kB
Inactive:        4005908 kB
Active(anon):     498072 kB
Inactive(anon):   110776 kB
Active(file):    4123600 kB
Inactive(file):  3895132 kB
Unevictable:        7820 kB
Mlocked:            7820 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:              3108 kB
Writeback:             0 kB
AnonPages:        555936 kB
Mapped:            58168 kB
Shmem:             57716 kB
Slab:             286196 kB
SReclaimable:     258048 kB
SUnreclaim:        28148 kB
KernelStack:        3360 kB
PageTables:         6432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2874020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    350208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 43896 MiB
End job on node151 at 2018-08-15 06:00:56