Trace number 4303336

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PicatSAT 2018-08-02? (TO) 2520.05 2520.01

General information on the benchmark

NameQuasigroups/
QuasiGroup-7-20_c18.xml
MD5SUM5f66fd9d375fc47cd589a0d8fc089b8f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints762
Number of domains1
Minimum domain size20
Maximum domain size20
Distribution of domain sizes[{"size":20,"count":780}]
Minimum variable degree0
Maximum variable degree41
Distribution of variable degrees[{"degree":0,"count":20},{"degree":2,"count":380},{"degree":40,"count":20},{"degree":41,"count":380}]
Minimum constraint arity20
Maximum constraint arity400
Distribution of constraint arities[{"arity":20,"count":1},{"arity":22,"count":760},{"arity":400,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":760}]
Optimization problemNO
Type of objective

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303336-1534028941/watcher-4303336-1534028941 -o /tmp/evaluation-result-4303336-1534028941/solver-4303336-1534028941 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534028937-25616 --watchdog 2580 xcsp_picat HOME/instance-4303336-1534028941.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=25706, runsolver pid=25703
Current StackSize limit: 8192 KiB


[startup+0.10011 s]*
/proc/loadavg: 1.08 1.03 1.15 3/187 25707
/proc/meminfo: memFree=16908344/32770624 swapFree=67108844/67108860
[pid=25706] ppid=25703 vsize=2034316 memory=21508 CPUtime=0.1 cores=1,3,5,7
/proc/25706/stat : 25706 (xcsp_picat) R 25703 25706 25584 0 -1 4202496 1966 0 0 0 10 0 0 0 20 0 1 0 220457294 2083139584 5377 33554432000 4194304 5849708 140724811400704 140724811400704 5472643 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 37507072 140724811404470 140724811404548 140724811404548 140724811407306 0
/proc/25706/statm: 508579 5377 688 405 0 505524 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2034316 KiB
Current children cumulated memory: 21508 KiB

[startup+0.209585 s]*
/proc/loadavg: 1.08 1.03 1.15 3/187 25707
/proc/meminfo: memFree=16908344/32770624 swapFree=67108844/67108860
[pid=25706] ppid=25703 vsize=2034316 memory=21508 CPUtime=0.2 cores=1,3,5,7
/proc/25706/stat : 25706 (xcsp_picat) R 25703 25706 25584 0 -1 4202496 1966 0 0 0 20 0 0 0 20 0 1 0 220457294 2083139584 5377 33554432000 4194304 5849708 140724811400704 140724811400704 5479499 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 37507072 140724811404470 140724811404548 140724811404548 140724811407306 0
/proc/25706/statm: 508579 5377 688 405 0 505524 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2034316 KiB
Current children cumulated memory: 21508 KiB

[startup+0.308702 s]*
/proc/loadavg: 1.08 1.03 1.15 3/187 25707
/proc/meminfo: memFree=16908344/32770624 swapFree=67108844/67108860
[pid=25706] ppid=25703 vsize=2034316 memory=21508 CPUtime=0.3 cores=1,3,5,7
/proc/25706/stat : 25706 (xcsp_picat) R 25703 25706 25584 0 -1 4202496 1966 0 0 0 30 0 0 0 20 0 1 0 220457294 2083139584 5377 33554432000 4194304 5849708 140724811400704 140724811400704 5471648 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 37507072 140724811404470 140724811404548 140724811404548 140724811407306 0
/proc/25706/statm: 508579 5377 688 405 0 505524 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2034316 KiB
Current children cumulated memory: 21508 KiB

[startup+0.700227 s]
/proc/loadavg: 1.08 1.03 1.15 3/187 25707
/proc/meminfo: memFree=16908344/32770624 swapFree=67108844/67108860
[pid=25706] ppid=25703 vsize=2034448 memory=21508 CPUtime=0.69 cores=1,3,5,7
/proc/25706/stat : 25706 (xcsp_picat) R 25703 25706 25584 0 -1 4202496 1999 0 0 0 69 0 0 0 20 0 1 0 220457294 2083274752 5377 33554432000 4194304 5849708 140724811400704 140724811400704 5478102 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 37507072 140724811404470 140724811404548 140724811404548 140724811407306 0
/proc/25706/statm: 508612 5377 688 405 0 505557 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2034448 KiB
Current children cumulated memory: 21508 KiB

[startup+1.50022 s]
/proc/loadavg: 1.08 1.03 1.15 3/187 25707
/proc/meminfo: memFree=16907416/32770624 swapFree=67108844/67108860
[pid=25706] ppid=25703 vsize=2034836 memory=21900 CPUtime=1.49 cores=1,3,5,7
/proc/25706/stat : 25706 (xcsp_picat) R 25703 25706 25584 0 -1 4202496 2096 0 0 0 148 1 0 0 20 0 1 0 220457294 2083672064 5475 33554432000 4194304 5849708 140724811400704 140724811399928 5472434 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 37507072 140724811404470 140724811404548 140724811404548 140724811407306 0
/proc/25706/statm: 508709 5475 688 405 0 505654 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2034836 KiB
Current children cumulated memory: 21900 KiB

[startup+3.10882 s]
/proc/loadavg: 1.16 1.05 1.15 3/187 25707
/proc/meminfo: memFree=16906224/32770624 swapFree=67108844/67108860
[pid=25706] ppid=25703 vsize=2035348 memory=22540 CPUtime=3.1 cores=1,3,5,7
/proc/25706/stat : 25706 (xcsp_picat) R 25703 25706 25584 0 -1 4202496 2294 0 0 0 309 1 0 0 20 0 1 0 220457294 2084196352 5635 33554432000 4194304 5849708 140724811400704 140724811399928 5472297 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 37507072 140724811404470 140724811404548 140724811404548 140724811407306 0
/proc/25706/statm: 508837 5635 688 405 0 505782 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2035348 KiB
Current children cumulated memory: 22540 KiB

[startup+6.30022 s]
/proc/loadavg: 1.16 1.05 1.15 3/187 25707
/proc/meminfo: memFree=16903564/32770624 swapFree=67108844/67108860
[pid=25706] ppid=25703 vsize=2035860 memory=23056 CPUtime=6.29 cores=1,3,5,7
/proc/25706/stat : 25706 (xcsp_picat) R 25703 25706 25584 0 -1 4202496 2568 0 0 0 628 1 0 0 20 0 1 0 220457294 2084720640 5764 33554432000 4194304 5849708 140724811400704 140724811399928 5472702 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 37507072 140724811404470 140724811404548 140724811404548 140724811407306 0
/proc/25706/statm: 508965 5764 689 405 0 505910 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2035860 KiB
Current children cumulated memory: 23056 KiB

[startup+12.7002 s]
/proc/loadavg: 1.22 1.06 1.16 3/187 25707
/proc/meminfo: memFree=16900420/32770624 swapFree=67108844/67108860
[pid=25706] ppid=25703 vsize=2037396 memory=24592 CPUtime=12.69 cores=1,3,5,7
/proc/25706/stat : 25706 (xcsp_picat) R 25703 25706 25584 0 -1 4202496 3432 0 0 0 1266 3 0 0 20 0 1 0 220457294 2086293504 6148 33554432000 4194304 5849708 140724811400704 140724811399928 140714778894943 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 37507072 140724811404470 140724811404548 140724811404548 140724811407306 0
/proc/25706/statm: 509349 6148 689 405 0 506294 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2037396 KiB
Current children cumulated memory: 24592 KiB

[startup+25.5002 s]
/proc/loadavg: 1.40 1.11 1.17 3/187 25707
/proc/meminfo: memFree=16894652/32770624 swapFree=67108844/67108860
[pid=25706] ppid=25703 vsize=2040468 memory=27664 CPUtime=25.49 cores=1,3,5,7
/proc/25706/stat : 25706 (xcsp_picat) R 25703 25706 25584 0 -1 4202496 4768 0 0 0 2543 6 0 0 20 0 1 0 220457294 2089439232 6916 33554432000 4194304 5849708 140724811400704 140724811399928 5471890 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 37507072 140724811404470 140724811404548 140724811404548 140724811407306 0
/proc/25706/statm: 510117 6916 689 405 0 507062 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2040468 KiB
Current children cumulated memory: 27664 KiB

[startup+51.1089 s]
/proc/loadavg: 1.52 1.16 1.18 3/187 25707
/proc/meminfo: memFree=16883620/32770624 swapFree=67108844/67108860
[pid=25706] ppid=25703 vsize=2046612 memory=33808 CPUtime=51.1 cores=1,3,5,7
/proc/25706/stat : 25706 (xcsp_picat) R 25703 25706 25584 0 -1 4202496 7241 0 0 0 5098 12 0 0 20 0 1 0 220457294 2095730688 8452 33554432000 4194304 5849708 140724811400704 140724811399928 5470995 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 37507072 140724811404470 140724811404548 140724811404548 140724811407306 0
/proc/25706/statm: 511653 8452 689 405 0 508598 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2046612 KiB
Current children cumulated memory: 33808 KiB

[startup+102.3 s]
/proc/loadavg: 1.79 1.29 1.23 3/187 25715
/proc/meminfo: memFree=16864300/32770624 swapFree=67108844/67108860
[pid=25706] ppid=25703 vsize=2062696 memory=48876 CPUtime=102.29 cores=1,3,5,7
/proc/25706/stat : 25706 (xcsp_picat) R 25703 25706 25584 0 -1 4202496 26960 0 0 0 10181 48 0 0 20 0 1 0 220457294 2112200704 12219 33554432000 4194304 5849708 140724811400704 140724811399704 140714779357063 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 37507072 140724811404470 140724811404548 140724811404548 140724811407306 0
/proc/25706/statm: 515674 12219 722 405 0 512619 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2062696 KiB
Current children cumulated memory: 48876 KiB

[startup+162.3 s]
/proc/loadavg: 1.96 1.44 1.28 3/187 25716
/proc/meminfo: memFree=16848864/32770624 swapFree=67108844/67108860
[pid=25706] ppid=25703 vsize=2071376 memory=58424 CPUtime=162.29 cores=1,3,5,7
/proc/25706/stat : 25706 (xcsp_picat) R 25703 25706 25584 0 -1 4202496 36105 0 0 0 16146 83 0 0 20 0 1 0 220457294 2121089024 14606 33554432000 4194304 5849708 140724811400704 140724811399704 5312873 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 37507072 140724811404470 140724811404548 140724811404548 140724811407306 0
/proc/25706/statm: 517844 14606 722 405 0 514789 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2071376 KiB
Current children cumulated memory: 58424 KiB

[startup+222.3 s]
/proc/loadavg: 1.99 1.54 1.33 3/187 25717
/proc/meminfo: memFree=16840056/32770624 swapFree=67108844/67108860
[pid=25706] ppid=25703 vsize=2072944 memory=60076 CPUtime=222.3 cores=1,3,5,7
/proc/25706/stat : 25706 (xcsp_picat) R 25703 25706 25584 0 -1 4202496 46274 0 0 0 22104 126 0 0 20 0 1 0 220457294 2122694656 15019 33554432000 4194304 5849708 140724811400704 140724811399704 140714779357063 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 37507072 140724811404470 140724811404548 140724811404548 140724811407306 0
/proc/25706/statm: 518236 15019 722 405 0 515181 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 2072944 KiB
Current children cumulated memory: 60076 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 1.62 1.37 3/187 25718
/proc/meminfo: memFree=16841356/32770624 swapFree=67108844/67108860
[pid=25706] ppid=25703 vsize=2075508 memory=62708 CPUtime=282.29 cores=1,3,5,7
/proc/25706/stat : 25706 (xcsp_picat) R 25703 25706 25584 0 -1 4202496 60389 0 0 0 28068 161 0 0 20 0 1 0 220457294 2125320192 15677 33554432000 4194304 5849708 140724811400704 140724811399704 5312791 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 37507072 140724811404470 140724811404548 140724811404548 140724811407306 0
/proc/25706/statm: 518877 15677 722 405 0 515822 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 2075508 KiB
Current children cumulated memory: 62708 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.69 1.41 3/187 25719
/proc/meminfo: memFree=16814532/32770624 swapFree=67108844/67108860
[pid=25706] ppid=25703 vsize=2073320 memory=60372 CPUtime=342.3 cores=1,3,5,7
/proc/25706/stat : 25706 (xcsp_picat) R 25703 25706 25584 0 -1 4202496 74905 0 0 0 34027 203 0 0 20 0 1 0 220457294 2123079680 15093 33554432000 4194304 5849708 140724811400704 140724811399704 140714779357063 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 37507072 140724811404470 140724811404548 140724811404548 140724811407306 0
/proc/25706/statm: 518330 15093 722 405 0 515275 0
Current children cumulated CPU time: 342.3 s
Current children cumulated vsize: 2073320 KiB
Current children cumulated memory: 60372 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.75 1.44 3/187 25720
/proc/meminfo: memFree=16797828/32770624 swapFree=67108844/67108860
[pid=25706] ppid=25703 vsize=2078656 memory=65748 CPUtime=402.3 cores=1,3,5,7
/proc/25706/stat : 25706 (xcsp_picat) R 25703 25706 25584 0 -1 4202496 95860 0 0 0 39990 240 0 0 20 0 1 0 220457294 2128543744 16437 33554432000 4194304 5849708 140724811400704 140724811399704 140714779357063 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 37507072 140724811404470 140724811404548 140724811404548 140724811407306 0
/proc/25706/statm: 519664 16437 722 405 0 516609 0
Current children cumulated CPU time: 402.3 s
Current children cumulated vsize: 2078656 KiB
Current children cumulated memory: 65748 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.79 1.48 3/187 25721
/proc/meminfo: memFree=16796952/32770624 swapFree=67108844/67108860
[pid=25706] ppid=25703 vsize=2075264 memory=62360 CPUtime=462.3 cores=1,3,5,7
/proc/25706/stat : 25706 (xcsp_picat) R 25703 25706 25584 0 -1 4202496 119037 0 0 0 45949 281 0 0 20 0 1 0 220457294 2125070336 15590 33554432000 4194304 5849708 140724811400704 140724811399704 140714779357063 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 37507072 140724811404470 140724811404548 140724811404548 140724811407306 0
/proc/25706/statm: 518816 15590 722 405 0 515761 0
Current children cumulated CPU time: 462.3 s
Current children cumulated vsize: 2075264 KiB
Current children cumulated memory: 62360 KiB


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

/proc/25706/statm: 532399 30643 722 405 0 529344 0
Current children cumulated CPU time: 1722.31 s
Current children cumulated vsize: 2129596 KiB
Current children cumulated memory: 122572 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.89 3/187 25761
/proc/meminfo: memFree=16510844/32770624 swapFree=67108844/67108860
[pid=25706] ppid=25703 vsize=2128884 memory=121624 CPUtime=1782.31 cores=1,3,5,7
/proc/25706/stat : 25706 (xcsp_picat) R 25703 25706 25584 0 -1 4202496 564480 0 0 0 177211 1020 0 0 20 0 1 0 220457294 2179977216 30406 33554432000 4194304 5849708 140724811400704 140724811399704 5438072 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 37507072 140724811404470 140724811404548 140724811404548 140724811407306 0
/proc/25706/statm: 532221 30406 722 405 0 529166 0
Current children cumulated CPU time: 1782.31 s
Current children cumulated vsize: 2128884 KiB
Current children cumulated memory: 121624 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 1.89 3/187 25762
/proc/meminfo: memFree=16471972/32770624 swapFree=67108844/67108860
[pid=25706] ppid=25703 vsize=2127996 memory=120912 CPUtime=1842.31 cores=1,3,5,7
/proc/25706/stat : 25706 (xcsp_picat) R 25703 25706 25584 0 -1 4202496 572059 0 0 0 183188 1043 0 0 20 0 1 0 220457294 2179067904 30228 33554432000 4194304 5849708 140724811400704 140724811399576 5437714 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 37507072 140724811404470 140724811404548 140724811404548 140724811407306 0
/proc/25706/statm: 531999 30228 722 405 0 528944 0
Current children cumulated CPU time: 1842.31 s
Current children cumulated vsize: 2127996 KiB
Current children cumulated memory: 120912 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 1.90 3/187 25770
/proc/meminfo: memFree=16416336/32770624 swapFree=67108844/67108860
[pid=25706] ppid=25703 vsize=2126124 memory=119164 CPUtime=1902.32 cores=1,3,5,7
/proc/25706/stat : 25706 (xcsp_picat) R 25703 25706 25584 0 -1 4202496 579413 0 0 0 189166 1066 0 0 20 0 1 0 220457294 2177150976 29791 33554432000 4194304 5849708 140724811400704 140724811399704 140714779357063 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 37507072 140724811404470 140724811404548 140724811404548 140724811407306 0
/proc/25706/statm: 531531 29791 722 405 0 528476 0
Current children cumulated CPU time: 1902.32 s
Current children cumulated vsize: 2126124 KiB
Current children cumulated memory: 119164 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 1.91 3/187 25771
/proc/meminfo: memFree=16407592/32770624 swapFree=67108844/67108860
[pid=25706] ppid=25703 vsize=2134404 memory=127272 CPUtime=1962.31 cores=1,3,5,7
/proc/25706/stat : 25706 (xcsp_picat) R 25703 25706 25584 0 -1 4202496 584226 0 0 0 195143 1088 0 0 20 0 1 0 220457294 2185629696 31818 33554432000 4194304 5849708 140724811400704 140724811399704 140714779357063 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 37507072 140724811404470 140724811404548 140724811404548 140724811407306 0
/proc/25706/statm: 533601 31818 722 405 0 530546 0
Current children cumulated CPU time: 1962.31 s
Current children cumulated vsize: 2134404 KiB
Current children cumulated memory: 127272 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 1.91 3/187 25772
/proc/meminfo: memFree=16425696/32770624 swapFree=67108844/67108860
[pid=25706] ppid=25703 vsize=2115096 memory=108120 CPUtime=2022.32 cores=1,3,5,7
/proc/25706/stat : 25706 (xcsp_picat) R 25703 25706 25584 0 -1 4202496 596167 0 0 0 201117 1115 0 0 20 0 1 0 220457294 2165858304 27030 33554432000 4194304 5849708 140724811400704 140724811399704 140714779357063 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 37507072 140724811404470 140724811404548 140724811404548 140724811407306 0
/proc/25706/statm: 528774 27030 722 405 0 525719 0
Current children cumulated CPU time: 2022.32 s
Current children cumulated vsize: 2115096 KiB
Current children cumulated memory: 108120 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.92 3/187 25773
/proc/meminfo: memFree=16375580/32770624 swapFree=67108844/67108860
[pid=25706] ppid=25703 vsize=2100212 memory=93264 CPUtime=2082.31 cores=1,3,5,7
/proc/25706/stat : 25706 (xcsp_picat) R 25703 25706 25584 0 -1 4202496 600512 0 0 0 207095 1136 0 0 20 0 1 0 220457294 2150617088 23316 33554432000 4194304 5849708 140724811400704 140724811399704 140714779357063 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 37507072 140724811404470 140724811404548 140724811404548 140724811407306 0
/proc/25706/statm: 525053 23316 722 405 0 521998 0
Current children cumulated CPU time: 2082.31 s
Current children cumulated vsize: 2100212 KiB
Current children cumulated memory: 93264 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.92 3/187 25774
/proc/meminfo: memFree=16358084/32770624 swapFree=67108844/67108860
[pid=25706] ppid=25703 vsize=2117364 memory=110284 CPUtime=2142.32 cores=1,3,5,7
/proc/25706/stat : 25706 (xcsp_picat) R 25703 25706 25584 0 -1 4202496 613155 0 0 0 213077 1155 0 0 20 0 1 0 220457294 2168180736 27571 33554432000 4194304 5849708 140724811400704 140724811399704 140714779357063 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 37507072 140724811404470 140724811404548 140724811404548 140724811407306 0
/proc/25706/statm: 529341 27571 722 405 0 526286 0
Current children cumulated CPU time: 2142.32 s
Current children cumulated vsize: 2117364 KiB
Current children cumulated memory: 110284 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/187 25775
/proc/meminfo: memFree=16352684/32770624 swapFree=67108844/67108860
[pid=25706] ppid=25703 vsize=2123180 memory=116120 CPUtime=2202.32 cores=1,3,5,7
/proc/25706/stat : 25706 (xcsp_picat) R 25703 25706 25584 0 -1 4202496 617738 0 0 0 219054 1178 0 0 20 0 1 0 220457294 2174136320 29030 33554432000 4194304 5849708 140724811400704 140724811399704 140714779357063 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 37507072 140724811404470 140724811404548 140724811404548 140724811407306 0
/proc/25706/statm: 530795 29030 722 405 0 527740 0
Current children cumulated CPU time: 2202.32 s
Current children cumulated vsize: 2123180 KiB
Current children cumulated memory: 116120 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/187 25776
/proc/meminfo: memFree=16544964/32770624 swapFree=67108844/67108860
[pid=25706] ppid=25703 vsize=2112404 memory=105316 CPUtime=2262.32 cores=1,3,5,7
/proc/25706/stat : 25706 (xcsp_picat) R 25703 25706 25584 0 -1 4202496 629176 0 0 0 225028 1204 0 0 20 0 1 0 220457294 2163101696 26329 33554432000 4194304 5849708 140724811400704 140724811399704 140714779357063 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 37507072 140724811404470 140724811404548 140724811404548 140724811407306 0
/proc/25706/statm: 528101 26329 722 405 0 525046 0
Current children cumulated CPU time: 2262.32 s
Current children cumulated vsize: 2112404 KiB
Current children cumulated memory: 105316 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/187 25777
/proc/meminfo: memFree=16546944/32770624 swapFree=67108844/67108860
[pid=25706] ppid=25703 vsize=2110372 memory=103308 CPUtime=2322.32 cores=1,3,5,7
/proc/25706/stat : 25706 (xcsp_picat) R 25703 25706 25584 0 -1 4202496 635545 0 0 0 231006 1226 0 0 20 0 1 0 220457294 2161020928 25827 33554432000 4194304 5849708 140724811400704 140724811399704 140714779357063 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 37507072 140724811404470 140724811404548 140724811404548 140724811407306 0
/proc/25706/statm: 527593 25827 722 405 0 524538 0
Current children cumulated CPU time: 2322.32 s
Current children cumulated vsize: 2110372 KiB
Current children cumulated memory: 103308 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/187 25778
/proc/meminfo: memFree=16527952/32770624 swapFree=67108844/67108860
[pid=25706] ppid=25703 vsize=2129124 memory=122000 CPUtime=2382.32 cores=1,3,5,7
/proc/25706/stat : 25706 (xcsp_picat) R 25703 25706 25584 0 -1 4202496 647391 0 0 0 236980 1252 0 0 20 0 1 0 220457294 2180222976 30500 33554432000 4194304 5849708 140724811400704 140724811399704 140714779357063 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 37507072 140724811404470 140724811404548 140724811404548 140724811407306 0
/proc/25706/statm: 532281 30500 722 405 0 529226 0
Current children cumulated CPU time: 2382.32 s
Current children cumulated vsize: 2129124 KiB
Current children cumulated memory: 122000 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/187 25779
/proc/meminfo: memFree=16522476/32770624 swapFree=67108844/67108860
[pid=25706] ppid=25703 vsize=2124380 memory=117300 CPUtime=2442.33 cores=1,3,5,7
/proc/25706/stat : 25706 (xcsp_picat) R 25703 25706 25584 0 -1 4202496 653718 0 0 0 242960 1273 0 0 20 0 1 0 220457294 2175365120 29325 33554432000 4194304 5849708 140724811400704 140724811399704 140714779357063 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 37507072 140724811404470 140724811404548 140724811404548 140724811407306 0
/proc/25706/statm: 531095 29325 722 405 0 528040 0
Current children cumulated CPU time: 2442.33 s
Current children cumulated vsize: 2124380 KiB
Current children cumulated memory: 117300 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/188 25788
/proc/meminfo: memFree=16454552/32770624 swapFree=67108844/67108860
[pid=25706] ppid=25703 vsize=2173088 memory=166068 CPUtime=2502.32 cores=1,3,5,7
/proc/25706/stat : 25706 (xcsp_picat) R 25703 25706 25584 0 -1 4202496 663921 0 0 0 248940 1292 0 0 20 0 1 0 220457294 2225242112 41517 33554432000 4194304 5849708 140724811400704 140724811399704 5335545 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 37507072 140724811404470 140724811404548 140724811404548 140724811407306 0
/proc/25706/statm: 543272 41517 722 405 0 540217 0
Current children cumulated CPU time: 2502.32 s
Current children cumulated vsize: 2173088 KiB
Current children cumulated memory: 166068 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 1.95 3/188 25849
/proc/meminfo: memFree=16585644/32770624 swapFree=67108844/67108860
[pid=25706] ppid=25703 vsize=2132600 memory=125484 CPUtime=2520.04 cores=1,3,5,7
/proc/25706/stat : 25706 (xcsp_picat) R 25703 25706 25584 0 -1 4202496 664764 0 0 0 250705 1299 0 0 20 0 1 0 220457294 2183782400 31371 33554432000 4194304 5849708 140724811400704 140724811399704 5438300 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 37507072 140724811404470 140724811404548 140724811404548 140724811407306 0
/proc/25706/statm: 533150 31371 722 405 0 530095 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 2132600 KiB
Current children cumulated memory: 125484 KiB

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

[startup+2520.01 s]
# the end of solver process 25706 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2507.05 s, system=12.9932 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.01
CPU time (s): 2520.05
CPU user time (s): 2507.05
CPU system time (s): 12.9932
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 2173088
Max. memory (cumulated for all children) (KiB): 166068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2507.05
system time used= 12.9932
maximum resident set size= 166068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 664764
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= 24
involuntary context switches= 854


# summary of solver processes directly reported to runsolver:
#   pid: 25706
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2507.05
#   total CPU system time (s): 12.9932

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.9722 second user time and 18.4449 second system time

The end

Launcher Data

Begin job on node136 at 2018-08-12 01:09:01
IDJOB=4303336
IDBENCH=141608
IDSOLVER=2778
FILE ID=node136/4303336-1534028941
RUNJOBID= node136-1534028937-25616
PBS_JOBID= 21036973
Free space on /tmp= 35332 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-7-20_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303336-1534028941/watcher-4303336-1534028941 -o /tmp/evaluation-result-4303336-1534028941/solver-4303336-1534028941 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534028937-25616 --watchdog 2580  xcsp_picat HOME/instance-4303336-1534028941.xml

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

MD5SUM BENCH= 5f66fd9d375fc47cd589a0d8fc089b8f
RANDOM SEED=159936860

node136.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.50
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.50
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.50
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.50
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:        16927728 kB
MemAvailable:   31887576 kB
Buffers:          227024 kB
Cached:         14831500 kB
SwapCached:            8 kB
Active:          7193196 kB
Inactive:        7936228 kB
Active(anon):      21448 kB
Inactive(anon):   101676 kB
Active(file):    7171748 kB
Inactive(file):  7834552 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108844 kB
Dirty:              3360 kB
Writeback:             0 kB
AnonPages:         77708 kB
Mapped:            54176 kB
Shmem:             49788 kB
Slab:             409844 kB
SReclaimable:     382008 kB
SUnreclaim:        27836 kB
KernelStack:        3552 kB
PageTables:         5044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2403940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 35328 MiB
End job on node136 at 2018-08-12 01:51:01