Trace number 4303423

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 2519.93

General information on the benchmark

NamePseudoBoolean-dec/
Pb-chnl20-21_c18.xml
MD5SUM826e6ea09bcfe8620a345f5a4fc2f1e6
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 variables840
Number of constraints82
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":840}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":840}]
Minimum constraint arity20
Maximum constraint arity21
Distribution of constraint arities[{"arity":20,"count":42},{"arity":21,"count":40}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":82}]
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 (2093 MiB free)
  memory of node 1: 16384 MiB (1642 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303423-1534006495/watcher-4303423-1534006495 -o /tmp/evaluation-result-4303423-1534006495/solver-4303423-1534006495 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1533993611-5740 --watchdog 2580 xcsp_picat HOME/instance-4303423-1534006495.xml 

running on 4 cores: 0,2,4,6

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
Current StackSize limit: 8192 KiB

solver pid=7406, runsolver pid=7403

[startup+0.100844 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 7407
/proc/meminfo: memFree=3815032/32770624 swapFree=67108860/67108860
[pid=7406] ppid=7403 vsize=2026976 memory=14560 CPUtime=0.1 cores=0,2,4,6
/proc/7406/stat : 7406 (xcsp_picat) R 7403 7406 5709 0 -1 4202496 1840 0 0 0 10 0 0 0 20 0 1 0 218212703 2075623424 3640 33554432000 4194304 5849708 140721146068208 140721146067208 5435181 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 45338624 140721146074294 140721146074372 140721146074372 140721146077130 0
/proc/7406/statm: 506744 3640 653 405 0 503689 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2026976 KiB
Current children cumulated memory: 14560 KiB

[startup+0.209696 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 7407
/proc/meminfo: memFree=3814288/32770624 swapFree=67108860/67108860
[pid=7406] ppid=7403 vsize=2027656 memory=15268 CPUtime=0.2 cores=0,2,4,6
/proc/7406/stat : 7406 (xcsp_picat) R 7403 7406 5709 0 -1 4202496 2354 0 0 0 20 0 0 0 20 0 1 0 218212703 2076319744 3817 33554432000 4194304 5849708 140721146068208 140721146067208 140530420952967 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 45338624 140721146074294 140721146074372 140721146074372 140721146077130 0
/proc/7406/statm: 506914 3817 653 405 0 503859 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2027656 KiB
Current children cumulated memory: 15268 KiB

[startup+0.308927 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 7407
/proc/meminfo: memFree=3813580/32770624 swapFree=67108860/67108860
[pid=7406] ppid=7403 vsize=2028040 memory=15552 CPUtime=0.31 cores=0,2,4,6
/proc/7406/stat : 7406 (xcsp_picat) R 7403 7406 5709 0 -1 4202496 2977 0 0 0 30 1 0 0 20 0 1 0 218212703 2076712960 3888 33554432000 4194304 5849708 140721146068208 140721146067208 140530420952967 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 45338624 140721146074294 140721146074372 140721146074372 140721146077130 0
/proc/7406/statm: 507010 3888 653 405 0 503955 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2028040 KiB
Current children cumulated memory: 15552 KiB

[startup+0.700268 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 7407
/proc/meminfo: memFree=3810836/32770624 swapFree=67108860/67108860
[pid=7406] ppid=7403 vsize=2031228 memory=18800 CPUtime=0.69 cores=0,2,4,6
/proc/7406/stat : 7406 (xcsp_picat) R 7403 7406 5709 0 -1 4202496 5729 0 0 0 67 2 0 0 20 0 1 0 218212703 2079977472 4700 33554432000 4194304 5849708 140721146068208 140721146067208 140530420952967 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 45338624 140721146074294 140721146074372 140721146074372 140721146077130 0
/proc/7406/statm: 507807 4700 653 405 0 504752 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2031228 KiB
Current children cumulated memory: 18800 KiB

[startup+1.50026 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 7407
/proc/meminfo: memFree=3809924/32770624 swapFree=67108860/67108860
[pid=7406] ppid=7403 vsize=2035384 memory=22856 CPUtime=1.49 cores=0,2,4,6
/proc/7406/stat : 7406 (xcsp_picat) R 7403 7406 5709 0 -1 4202496 9962 0 0 0 144 5 0 0 20 0 1 0 218212703 2084233216 5714 33554432000 4194304 5849708 140721146068208 140721146067208 5438273 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 45338624 140721146074294 140721146074372 140721146074372 140721146077130 0
/proc/7406/statm: 508846 5714 653 405 0 505791 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2035384 KiB
Current children cumulated memory: 22856 KiB

[startup+3.10949 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 7407
/proc/meminfo: memFree=3804804/32770624 swapFree=67108860/67108860
[pid=7406] ppid=7403 vsize=2038960 memory=26464 CPUtime=3.1 cores=0,2,4,6
/proc/7406/stat : 7406 (xcsp_picat) R 7403 7406 5709 0 -1 4202496 21486 0 0 0 302 8 0 0 20 0 1 0 218212703 2087895040 6616 33554432000 4194304 5849708 140721146068208 140721146067208 140530420952967 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 45338624 140721146074294 140721146074372 140721146074372 140721146077130 0
/proc/7406/statm: 509740 6616 653 405 0 506685 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2038960 KiB
Current children cumulated memory: 26464 KiB

[startup+6.30029 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 7408
/proc/meminfo: memFree=3796068/32770624 swapFree=67108860/67108860
[pid=7406] ppid=7403 vsize=2043108 memory=30656 CPUtime=6.29 cores=0,2,4,6
/proc/7406/stat : 7406 (xcsp_picat) R 7403 7406 5709 0 -1 4202496 38742 0 0 0 615 14 0 0 20 0 1 0 218212703 2092142592 7664 33554432000 4194304 5849708 140721146068208 140721146067080 5438227 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 45338624 140721146074294 140721146074372 140721146074372 140721146077130 0
/proc/7406/statm: 510777 7664 653 405 0 507722 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2043108 KiB
Current children cumulated memory: 30656 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7408
/proc/meminfo: memFree=3785856/32770624 swapFree=67108860/67108860
[pid=7406] ppid=7403 vsize=2051144 memory=38584 CPUtime=12.68 cores=0,2,4,6
/proc/7406/stat : 7406 (xcsp_picat) R 7403 7406 5709 0 -1 4202496 69760 0 0 0 1242 26 0 0 20 0 1 0 218212703 2100371456 9646 33554432000 4194304 5849708 140721146068208 140721146067368 140530420952967 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 45338624 140721146074294 140721146074372 140721146074372 140721146077130 0
/proc/7406/statm: 512786 9646 653 405 0 509731 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2051144 KiB
Current children cumulated memory: 38584 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7408
/proc/meminfo: memFree=3772332/32770624 swapFree=67108860/67108860
[pid=7406] ppid=7403 vsize=2079724 memory=67308 CPUtime=25.48 cores=0,2,4,6
/proc/7406/stat : 7406 (xcsp_picat) R 7403 7406 5709 0 -1 4202496 122421 0 0 0 2503 45 0 0 20 0 1 0 218212703 2129637376 16827 33554432000 4194304 5849708 140721146068208 140721146067208 5437855 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 45338624 140721146074294 140721146074372 140721146074372 140721146077130 0
/proc/7406/statm: 519931 16827 653 405 0 516876 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2079724 KiB
Current children cumulated memory: 67308 KiB

[startup+51.1096 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7408
/proc/meminfo: memFree=3760536/32770624 swapFree=67108860/67108860
[pid=7406] ppid=7403 vsize=2082200 memory=69784 CPUtime=51.1 cores=0,2,4,6
/proc/7406/stat : 7406 (xcsp_picat) R 7403 7406 5709 0 -1 4202496 182054 0 0 0 5037 73 0 0 20 0 1 0 218212703 2132172800 17446 33554432000 4194304 5849708 140721146068208 140721146067208 140530420952967 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 45338624 140721146074294 140721146074372 140721146074372 140721146077130 0
/proc/7406/statm: 520550 17446 653 405 0 517495 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2082200 KiB
Current children cumulated memory: 69784 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7409
/proc/meminfo: memFree=3649208/32770624 swapFree=67108860/67108860
[pid=7406] ppid=7403 vsize=2193580 memory=180944 CPUtime=102.28 cores=0,2,4,6
/proc/7406/stat : 7406 (xcsp_picat) R 7403 7406 5709 0 -1 4202496 260624 0 0 0 10109 119 0 0 20 0 1 0 218212703 2246225920 45236 33554432000 4194304 5849708 140721146068208 140721146067208 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 45338624 140721146074294 140721146074372 140721146074372 140721146077130 0
/proc/7406/statm: 548395 45236 653 405 0 545340 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2193580 KiB
Current children cumulated memory: 180944 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7410
/proc/meminfo: memFree=3656016/32770624 swapFree=67108860/67108860
[pid=7406] ppid=7403 vsize=2186592 memory=173996 CPUtime=162.29 cores=0,2,4,6
/proc/7406/stat : 7406 (xcsp_picat) R 7403 7406 5709 0 -1 4202496 316948 0 0 0 16070 159 0 0 20 0 1 0 218212703 2239070208 43499 33554432000 4194304 5849708 140721146068208 140721146067368 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 45338624 140721146074294 140721146074372 140721146074372 140721146077130 0
/proc/7406/statm: 546648 43499 653 405 0 543593 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2186592 KiB
Current children cumulated memory: 173996 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7412
/proc/meminfo: memFree=3682076/32770624 swapFree=67108860/67108860
[pid=7406] ppid=7403 vsize=2161372 memory=148768 CPUtime=222.3 cores=0,2,4,6
/proc/7406/stat : 7406 (xcsp_picat) R 7403 7406 5709 0 -1 4202496 344381 0 0 0 22031 199 0 0 20 0 1 0 218212703 2213244928 37192 33554432000 4194304 5849708 140721146068208 140721146067208 140530420952967 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 45338624 140721146074294 140721146074372 140721146074372 140721146077130 0
/proc/7406/statm: 540343 37192 653 405 0 537288 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 2161372 KiB
Current children cumulated memory: 148768 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7474
/proc/meminfo: memFree=4720024/32770624 swapFree=67108860/67108860
[pid=7406] ppid=7403 vsize=2153264 memory=140828 CPUtime=282.29 cores=0,2,4,6
/proc/7406/stat : 7406 (xcsp_picat) R 7403 7406 5709 0 -1 4202496 401508 0 0 0 28000 229 0 0 20 0 1 0 218212703 2204942336 35207 33554432000 4194304 5849708 140721146068208 140721146067368 140530420952967 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 45338624 140721146074294 140721146074372 140721146074372 140721146077130 0
/proc/7406/statm: 538316 35207 653 405 0 535261 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 2153264 KiB
Current children cumulated memory: 140828 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 7483
/proc/meminfo: memFree=4738016/32770624 swapFree=67108860/67108860
[pid=7406] ppid=7403 vsize=2113808 memory=101520 CPUtime=342.28 cores=0,2,4,6
/proc/7406/stat : 7406 (xcsp_picat) R 7403 7406 5709 0 -1 4202496 442324 0 0 0 33959 269 0 0 20 0 1 0 218212703 2164539392 25380 33554432000 4194304 5849708 140721146068208 140721146067368 5438273 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 45338624 140721146074294 140721146074372 140721146074372 140721146077130 0
/proc/7406/statm: 528452 25380 653 405 0 525397 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 2113808 KiB
Current children cumulated memory: 101520 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 7507
/proc/meminfo: memFree=4706580/32770624 swapFree=67108860/67108860
[pid=7406] ppid=7403 vsize=2128264 memory=120104 CPUtime=402.28 cores=0,2,4,6
/proc/7406/stat : 7406 (xcsp_picat) R 7403 7406 5709 0 -1 4202496 492122 0 0 0 39918 310 0 0 20 0 1 0 218212703 2179342336 30026 33554432000 4194304 5849708 140721146068208 140721146067368 140530420952967 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 45338624 140721146074294 140721146074372 140721146074372 140721146077130 0
/proc/7406/statm: 532066 30026 653 405 0 529011 0
Current children cumulated CPU time: 402.28 s
Current children cumulated vsize: 2128264 KiB
Current children cumulated memory: 120104 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 7508
/proc/meminfo: memFree=4623316/32770624 swapFree=67108860/67108860
[pid=7406] ppid=7403 vsize=2216364 memory=208256 CPUtime=462.28 cores=0,2,4,6
/proc/7406/stat : 7406 (xcsp_picat) R 7403 7406 5709 0 -1 4202496 552551 0 0 0 45878 350 0 0 20 0 1 0 218212703 2269556736 52064 33554432000 4194304 5849708 140721146068208 140721146067208 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 45338624 140721146074294 140721146074372 140721146074372 140721146077130 0
/proc/7406/statm: 554091 52064 653 405 0 551036 0
Current children cumulated CPU time: 462.28 s
Current children cumulated vsize: 2216364 KiB
Current children cumulated memory: 208256 KiB


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

/proc/7406/statm: 713763 211817 653 405 0 710708 0
Current children cumulated CPU time: 1782.37 s
Current children cumulated vsize: 2855052 KiB
Current children cumulated memory: 847268 KiB

[startup+1842.3 s]
/proc/loadavg: 2.08 2.05 2.05 3/187 7547
/proc/meminfo: memFree=3583596/32770624 swapFree=67108860/67108860
[pid=7406] ppid=7403 vsize=3013772 memory=1005904 CPUtime=1842.36 cores=0,2,4,6
/proc/7406/stat : 7406 (xcsp_picat) R 7403 7406 5709 0 -1 4202496 1364320 0 0 0 183453 783 0 0 20 0 1 0 218212703 3086102528 251476 33554432000 4194304 5849708 140721146068208 140721146067208 140530420952967 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 45338624 140721146074294 140721146074372 140721146074372 140721146077130 0
/proc/7406/statm: 753443 251476 653 405 0 750388 0
Current children cumulated CPU time: 1842.36 s
Current children cumulated vsize: 3013772 KiB
Current children cumulated memory: 1005904 KiB

[startup+1902.3 s]
/proc/loadavg: 2.09 2.06 2.05 3/187 7548
/proc/meminfo: memFree=3309080/32770624 swapFree=67108860/67108860
[pid=7406] ppid=7403 vsize=3013772 memory=1005988 CPUtime=1902.38 cores=0,2,4,6
/proc/7406/stat : 7406 (xcsp_picat) R 7403 7406 5709 0 -1 4202496 1468023 0 0 0 189435 803 0 0 20 0 1 0 218212703 3086102528 251497 33554432000 4194304 5849708 140721146068208 140721146067208 5437614 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 45338624 140721146074294 140721146074372 140721146074372 140721146077130 0
/proc/7406/statm: 753443 251497 653 405 0 750388 0
Current children cumulated CPU time: 1902.38 s
Current children cumulated vsize: 3013772 KiB
Current children cumulated memory: 1005988 KiB

[startup+1962.3 s]
/proc/loadavg: 2.03 2.05 2.05 3/187 7549
/proc/meminfo: memFree=3148792/32770624 swapFree=67108860/67108860
[pid=7406] ppid=7403 vsize=3173900 memory=1166116 CPUtime=1962.38 cores=0,2,4,6
/proc/7406/stat : 7406 (xcsp_picat) R 7403 7406 5709 0 -1 4202496 1580629 0 0 0 195418 820 0 0 20 0 1 0 218212703 3250073600 291529 33554432000 4194304 5849708 140721146068208 140721146067368 5438273 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 45338624 140721146074294 140721146074372 140721146074372 140721146077130 0
/proc/7406/statm: 793475 291529 653 405 0 790420 0
Current children cumulated CPU time: 1962.38 s
Current children cumulated vsize: 3173900 KiB
Current children cumulated memory: 1166116 KiB

[startup+2022.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/187 7551
/proc/meminfo: memFree=3887020/32770624 swapFree=67108860/67108860
[pid=7406] ppid=7403 vsize=2436072 memory=428160 CPUtime=2022.38 cores=0,2,4,6
/proc/7406/stat : 7406 (xcsp_picat) R 7403 7406 5709 0 -1 4202496 1668174 0 0 0 201400 838 0 0 20 0 1 0 218212703 2494537728 107040 33554432000 4194304 5849708 140721146068208 140721146067368 5413333 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 45338624 140721146074294 140721146074372 140721146074372 140721146077130 0
/proc/7406/statm: 609018 107040 653 405 0 605963 0
Current children cumulated CPU time: 2022.38 s
Current children cumulated vsize: 2436072 KiB
Current children cumulated memory: 428160 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 7552
/proc/meminfo: memFree=3825488/32770624 swapFree=67108860/67108860
[pid=7406] ppid=7403 vsize=2498520 memory=490608 CPUtime=2082.38 cores=0,2,4,6
/proc/7406/stat : 7406 (xcsp_picat) R 7403 7406 5709 0 -1 4202496 1722415 0 0 0 207381 857 0 0 20 0 1 0 218212703 2558484480 122652 33554432000 4194304 5849708 140721146068208 140721146067208 5437647 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 45338624 140721146074294 140721146074372 140721146074372 140721146077130 0
/proc/7406/statm: 624630 122652 653 405 0 621575 0
Current children cumulated CPU time: 2082.38 s
Current children cumulated vsize: 2498520 KiB
Current children cumulated memory: 490608 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 7561
/proc/meminfo: memFree=3718492/32770624 swapFree=67108860/67108860
[pid=7406] ppid=7403 vsize=2528128 memory=520216 CPUtime=2142.38 cores=0,2,4,6
/proc/7406/stat : 7406 (xcsp_picat) R 7403 7406 5709 0 -1 4202496 1744188 0 0 0 213373 865 0 0 20 0 1 0 218212703 2588803072 130054 33554432000 4194304 5849708 140721146068208 140721146067208 5437684 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 45338624 140721146074294 140721146074372 140721146074372 140721146077130 0
/proc/7406/statm: 632032 130054 653 405 0 628977 0
Current children cumulated CPU time: 2142.38 s
Current children cumulated vsize: 2528128 KiB
Current children cumulated memory: 520216 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 7562
/proc/meminfo: memFree=3665384/32770624 swapFree=67108860/67108860
[pid=7406] ppid=7403 vsize=2598420 memory=590508 CPUtime=2202.39 cores=0,2,4,6
/proc/7406/stat : 7406 (xcsp_picat) R 7403 7406 5709 0 -1 4202496 1787090 0 0 0 219361 878 0 0 20 0 1 0 218212703 2660782080 147627 33554432000 4194304 5849708 140721146068208 140721146067208 5437721 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 45338624 140721146074294 140721146074372 140721146074372 140721146077130 0
/proc/7406/statm: 649605 147627 653 405 0 646550 0
Current children cumulated CPU time: 2202.39 s
Current children cumulated vsize: 2598420 KiB
Current children cumulated memory: 590508 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 7563
/proc/meminfo: memFree=3473560/32770624 swapFree=67108860/67108860
[pid=7406] ppid=7403 vsize=2772516 memory=764500 CPUtime=2262.39 cores=0,2,4,6
/proc/7406/stat : 7406 (xcsp_picat) R 7403 7406 5709 0 -1 4202496 1806285 0 0 0 225346 893 0 0 20 0 1 0 218212703 2839056384 191125 33554432000 4194304 5849708 140721146068208 140721146067368 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 45338624 140721146074294 140721146074372 140721146074372 140721146077130 0
/proc/7406/statm: 693129 191125 653 405 0 690074 0
Current children cumulated CPU time: 2262.39 s
Current children cumulated vsize: 2772516 KiB
Current children cumulated memory: 764500 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 7564
/proc/meminfo: memFree=3820852/32770624 swapFree=67108860/67108860
[pid=7406] ppid=7403 vsize=2805284 memory=797372 CPUtime=2322.39 cores=0,2,4,6
/proc/7406/stat : 7406 (xcsp_picat) R 7403 7406 5709 0 -1 4202496 1869649 0 0 0 231333 906 0 0 20 0 1 0 218212703 2872610816 199343 33554432000 4194304 5849708 140721146068208 140721146067368 5437711 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 45338624 140721146074294 140721146074372 140721146074372 140721146077130 0
/proc/7406/statm: 701321 199343 653 405 0 698266 0
Current children cumulated CPU time: 2322.39 s
Current children cumulated vsize: 2805284 KiB
Current children cumulated memory: 797372 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 7565
/proc/meminfo: memFree=3688928/32770624 swapFree=67108860/67108860
[pid=7406] ppid=7403 vsize=2885456 memory=877544 CPUtime=2382.41 cores=0,2,4,6
/proc/7406/stat : 7406 (xcsp_picat) R 7403 7406 5709 0 -1 4202496 1893336 0 0 0 237325 916 0 0 20 0 1 0 218212703 2954706944 219386 33554432000 4194304 5849708 140721146068208 140721146067368 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 45338624 140721146074294 140721146074372 140721146074372 140721146077130 0
/proc/7406/statm: 721364 219386 653 405 0 718309 0
Current children cumulated CPU time: 2382.41 s
Current children cumulated vsize: 2885456 KiB
Current children cumulated memory: 877544 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7566
/proc/meminfo: memFree=3598708/32770624 swapFree=67108860/67108860
[pid=7406] ppid=7403 vsize=2920016 memory=912104 CPUtime=2442.41 cores=0,2,4,6
/proc/7406/stat : 7406 (xcsp_picat) R 7403 7406 5709 0 -1 4202496 1992042 0 0 0 243313 928 0 0 20 0 1 0 218212703 2990096384 228026 33554432000 4194304 5849708 140721146068208 140721146067368 5313175 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 45338624 140721146074294 140721146074372 140721146074372 140721146077130 0
/proc/7406/statm: 730004 228026 653 405 0 726949 0
Current children cumulated CPU time: 2442.41 s
Current children cumulated vsize: 2920016 KiB
Current children cumulated memory: 912104 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7567
/proc/meminfo: memFree=3540148/32770624 swapFree=67108860/67108860
[pid=7406] ppid=7403 vsize=2964304 memory=956360 CPUtime=2502.41 cores=0,2,4,6
/proc/7406/stat : 7406 (xcsp_picat) R 7403 7406 5709 0 -1 4202496 2091029 0 0 0 249303 938 0 0 20 0 1 0 218212703 3035447296 239090 33554432000 4194304 5849708 140721146068208 140721146067208 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 45338624 140721146074294 140721146074372 140721146074372 140721146077130 0
/proc/7406/statm: 741076 239090 653 405 0 738021 0
Current children cumulated CPU time: 2502.41 s
Current children cumulated vsize: 2964304 KiB
Current children cumulated memory: 956360 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7567
/proc/meminfo: memFree=3540272/32770624 swapFree=67108860/67108860
[pid=7406] ppid=7403 vsize=2964304 memory=956392 CPUtime=2520 cores=0,2,4,6
/proc/7406/stat : 7406 (xcsp_picat) R 7403 7406 5709 0 -1 4202496 2129324 0 0 0 251056 944 0 0 20 0 1 0 218212703 3035447296 239098 33554432000 4194304 5849708 140721146068208 140721146067208 5437748 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 45338624 140721146074294 140721146074372 140721146074372 140721146077130 0
/proc/7406/statm: 741076 239098 653 405 0 738021 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 2964304 KiB
Current children cumulated memory: 956392 KiB

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

[startup+2519.93 s]
# the end of solver process 7406 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2510.57 s, system=9.47653 s

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

[startup+2519.9 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7567
/proc/meminfo: memFree=3540272/32770624 swapFree=67108860/67108860
[pid=7406] ppid=7403 vsize=2964304 memory=956392 CPUtime=2520 cores=0,2,4,6
/proc/7406/stat : 7406 (xcsp_picat) R 7403 7406 5709 0 -1 4202496 2129324 0 0 0 251056 944 0 0 20 0 1 0 218212703 3035447296 239098 33554432000 4194304 5849708 140721146068208 140721146067208 5437748 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 45338624 140721146074294 140721146074372 140721146074372 140721146077130 0
/proc/7406/statm: 741076 239098 653 405 0 738021 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 2964304 KiB
Current children cumulated memory: 956392 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2519.93
CPU time (s): 2520.05
CPU user time (s): 2510.57
CPU system time (s): 9.47653
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 3173900
Max. memory (cumulated for all children) (KiB): 1166116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2510.57
system time used= 9.47653
maximum resident set size= 1166116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2129324
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= 28
involuntary context switches= 875


# summary of solver processes directly reported to runsolver:
#   pid: 7406
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2510.57
#   total CPU system time (s): 9.47653

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8311 second user time and 17.7477 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-11 18:54:55
IDJOB=4303423
IDBENCH=141239
IDSOLVER=2778
FILE ID=node107/4303423-1534006495
RUNJOBID= node107-1533993611-5740
PBS_JOBID= 21036955
Free space on /tmp= 39332 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/PseudoBoolean-dec/Pb-chnl20-21_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303423-1534006495/watcher-4303423-1534006495 -o /tmp/evaluation-result-4303423-1534006495/solver-4303423-1534006495 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1533993611-5740 --watchdog 2580  xcsp_picat HOME/instance-4303423-1534006495.xml

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

MD5SUM BENCH= 826e6ea09bcfe8620a345f5a4fc2f1e6
RANDOM SEED=1169279294

node107.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.40
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.40
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.40
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.40
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:         3826976 kB
MemAvailable:   30832132 kB
Buffers:          279184 kB
Cached:         26622112 kB
SwapCached:            0 kB
Active:         10030640 kB
Inactive:       17996872 kB
Active(anon):    1074736 kB
Inactive(anon):   103592 kB
Active(file):    8955904 kB
Inactive(file): 17893280 kB
Unevictable:        6976 kB
Mlocked:            6976 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3104 kB
Writeback:             0 kB
AnonPages:       1277856 kB
Mapped:            63316 kB
Shmem:             49804 kB
Slab:             612808 kB
SReclaimable:     584432 kB
SUnreclaim:        28376 kB
KernelStack:        3376 kB
PageTables:         7508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3443500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    923648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 39328 MiB
End job on node107 at 2018-08-11 19:36:55