Trace number 4302979

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-02? (TO) 2520.11 2519.91

General information on the benchmark

NameKnapsack/
Knapsack-70-300-01_c18.xml
MD5SUM140f8f4c33ce7e414b2f0aa2389f8c03
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1465
Best CPU time to get the best result obtained on this benchmark2288.75
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":70}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":70}]
Minimum constraint arity70
Maximum constraint arity70
Distribution of constraint arities[{"arity":70,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax 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 (13540 MiB free)
  memory of node 1: 16384 MiB (14106 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302979-1534022272/watcher-4302979-1534022272 -o /tmp/evaluation-result-4302979-1534022272/solver-4302979-1534022272 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1533992673-18252 --watchdog 2580 xcsp_picat HOME/instance-4302979-1534022272.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=21550, runsolver pid=21547

[startup+0.1002 s]*
/proc/loadavg: 2.01 2.07 2.07 3/187 21551
/proc/meminfo: memFree=28299840/32770624 swapFree=67108804/67108860
[pid=21550] ppid=21547 vsize=2026468 memory=13712 CPUtime=0.1 cores=0,2,4,6
/proc/21550/stat : 21550 (xcsp_picat) R 21547 21550 18221 0 -1 4202496 1563 0 0 0 10 0 0 0 20 0 1 0 219790378 2075103232 3428 33554432000 4194304 5849708 140734397268592 140734397268592 4207918 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 28102656 140734397277366 140734397277444 140734397277444 140734397280202 0
/proc/21550/statm: 506617 3428 720 405 0 503562 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2026468 KiB
Current children cumulated memory: 13712 KiB

[startup+0.209758 s]*
/proc/loadavg: 2.01 2.07 2.07 3/187 21551
/proc/meminfo: memFree=28299840/32770624 swapFree=67108804/67108860
[pid=21550] ppid=21547 vsize=2026584 memory=13752 CPUtime=0.2 cores=0,2,4,6
/proc/21550/stat : 21550 (xcsp_picat) R 21547 21550 18221 0 -1 4202496 1569 0 0 0 20 0 0 0 20 0 1 0 219790378 2075222016 3438 33554432000 4194304 5849708 140734397268592 140734397268592 139885062750087 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 28102656 140734397277366 140734397277444 140734397277444 140734397280202 0
/proc/21550/statm: 506646 3438 728 405 0 503591 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2026584 KiB
Current children cumulated memory: 13752 KiB

[startup+0.308903 s]*
/proc/loadavg: 2.01 2.07 2.07 3/187 21551
/proc/meminfo: memFree=28299840/32770624 swapFree=67108804/67108860
[pid=21550] ppid=21547 vsize=2026712 memory=13880 CPUtime=0.3 cores=0,2,4,6
/proc/21550/stat : 21550 (xcsp_picat) R 21547 21550 18221 0 -1 4202496 1601 0 0 0 30 0 0 0 20 0 1 0 219790378 2075353088 3470 33554432000 4194304 5849708 140734397268592 140734397267064 139885062338304 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 28102656 140734397277366 140734397277444 140734397277444 140734397280202 0
/proc/21550/statm: 506678 3470 728 405 0 503623 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2026712 KiB
Current children cumulated memory: 13880 KiB

[startup+0.700333 s]
/proc/loadavg: 2.01 2.07 2.07 3/187 21551
/proc/meminfo: memFree=28299112/32770624 swapFree=67108804/67108860
[pid=21550] ppid=21547 vsize=2027348 memory=14440 CPUtime=0.69 cores=0,2,4,6
/proc/21550/stat : 21550 (xcsp_picat) R 21547 21550 18221 0 -1 4202496 1785 0 0 0 68 1 0 0 20 0 1 0 219790378 2076004352 3610 33554432000 4194304 5849708 140734397268592 140734397267064 139885062750087 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 28102656 140734397277366 140734397277444 140734397277444 140734397280202 0
/proc/21550/statm: 506837 3610 728 405 0 503782 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2027348 KiB
Current children cumulated memory: 14440 KiB

[startup+1.50034 s]
/proc/loadavg: 2.01 2.07 2.07 3/187 21551
/proc/meminfo: memFree=28297500/32770624 swapFree=67108804/67108860
[pid=21550] ppid=21547 vsize=2028792 memory=15932 CPUtime=1.49 cores=0,2,4,6
/proc/21550/stat : 21550 (xcsp_picat) R 21547 21550 18221 0 -1 4202496 2780 0 0 0 147 2 0 0 20 0 1 0 219790378 2077483008 3983 33554432000 4194304 5849708 140734397268592 140734397267592 139885062750087 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 28102656 140734397277366 140734397277444 140734397277444 140734397280202 0
/proc/21550/statm: 507198 3983 728 405 0 504143 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2028792 KiB
Current children cumulated memory: 15932 KiB

[startup+3.10925 s]
/proc/loadavg: 2.01 2.07 2.07 2/183 21583
/proc/meminfo: memFree=28781264/32770624 swapFree=67108804/67108860
[pid=21550] ppid=21547 vsize=2029956 memory=17108 CPUtime=3.1 cores=0,2,4,6
/proc/21550/stat : 21550 (xcsp_picat) R 21547 21550 18221 0 -1 4202496 4969 0 0 0 305 5 0 0 20 0 1 0 219790378 2078674944 4277 33554432000 4194304 5849708 140734397268592 140734397267592 139885062750087 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 28102656 140734397277366 140734397277444 140734397277444 140734397280202 0
/proc/21550/statm: 507489 4277 728 405 0 504434 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2029956 KiB
Current children cumulated memory: 17108 KiB

[startup+6.30033 s]
/proc/loadavg: 1.93 2.05 2.06 3/187 21612
/proc/meminfo: memFree=28765968/32770624 swapFree=67108804/67108860
[pid=21550] ppid=21547 vsize=2032192 memory=19232 CPUtime=6.29 cores=0,2,4,6
/proc/21550/stat : 21550 (xcsp_picat) R 21547 21550 18221 0 -1 4202496 8485 0 0 0 621 8 0 0 20 0 1 0 219790378 2080964608 4808 33554432000 4194304 5849708 140734397268592 140734397267592 139885062750087 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 28102656 140734397277366 140734397277444 140734397277444 140734397280202 0
/proc/21550/statm: 508048 4808 728 405 0 504993 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2032192 KiB
Current children cumulated memory: 19232 KiB

[startup+12.7003 s]
/proc/loadavg: 1.94 2.05 2.06 3/187 21612
/proc/meminfo: memFree=28751476/32770624 swapFree=67108804/67108860
[pid=21550] ppid=21547 vsize=2035412 memory=23864 CPUtime=12.69 cores=0,2,4,6
/proc/21550/stat : 21550 (xcsp_picat) R 21547 21550 18221 0 -1 4202496 16508 0 0 0 1255 14 0 0 20 0 1 0 219790378 2084261888 5966 33554432000 4194304 5849708 140734397268592 140734397267592 5392476 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 28102656 140734397277366 140734397277444 140734397277444 140734397280202 0
/proc/21550/statm: 508853 5966 728 405 0 505798 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2035412 KiB
Current children cumulated memory: 23864 KiB

[startup+25.5004 s]
/proc/loadavg: 1.95 2.05 2.06 3/187 21612
/proc/meminfo: memFree=28749004/32770624 swapFree=67108804/67108860
[pid=21550] ppid=21547 vsize=2044036 memory=34916 CPUtime=25.49 cores=0,2,4,6
/proc/21550/stat : 21550 (xcsp_picat) R 21547 21550 18221 0 -1 4202496 28237 0 0 0 2526 23 0 0 20 0 1 0 219790378 2093092864 8729 33554432000 4194304 5849708 140734397268592 140734397267592 139885062750087 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 28102656 140734397277366 140734397277444 140734397277444 140734397280202 0
/proc/21550/statm: 511009 8729 728 405 0 507954 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2044036 KiB
Current children cumulated memory: 34916 KiB

[startup+51.1094 s]
/proc/loadavg: 1.97 2.04 2.06 3/187 21673
/proc/meminfo: memFree=28740312/32770624 swapFree=67108804/67108860
[pid=21550] ppid=21547 vsize=2052684 memory=45176 CPUtime=51.1 cores=0,2,4,6
/proc/21550/stat : 21550 (xcsp_picat) R 21547 21550 18221 0 -1 4202496 42120 0 0 0 5071 39 0 0 20 0 1 0 219790378 2101948416 11294 33554432000 4194304 5849708 140734397268592 140734397267592 139885062750087 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 28102656 140734397277366 140734397277444 140734397277444 140734397280202 0
/proc/21550/statm: 513171 11294 728 405 0 510116 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2052684 KiB
Current children cumulated memory: 45176 KiB

[startup+102.3 s]
/proc/loadavg: 1.99 2.04 2.05 3/187 21735
/proc/meminfo: memFree=28718960/32770624 swapFree=67108804/67108860
[pid=21550] ppid=21547 vsize=2073376 memory=65600 CPUtime=102.29 cores=0,2,4,6
/proc/21550/stat : 21550 (xcsp_picat) R 21547 21550 18221 0 -1 4202496 58621 0 0 0 10169 60 0 0 20 0 1 0 219790378 2123137024 16400 33554432000 4194304 5849708 140734397268592 140734397267592 5335568 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 28102656 140734397277366 140734397277444 140734397277444 140734397280202 0
/proc/21550/statm: 518344 16400 728 405 0 515289 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2073376 KiB
Current children cumulated memory: 65600 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 2.03 2.05 3/189 21745
/proc/meminfo: memFree=28676168/32770624 swapFree=67108804/67108860
[pid=21550] ppid=21547 vsize=2093480 memory=85860 CPUtime=162.3 cores=0,2,4,6
/proc/21550/stat : 21550 (xcsp_picat) R 21547 21550 18221 0 -1 4202496 70661 0 0 0 16150 80 0 0 20 0 1 0 219790378 2143723520 21465 33554432000 4194304 5849708 140734397268592 140734397267592 139885062750087 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 28102656 140734397277366 140734397277444 140734397277444 140734397280202 0
/proc/21550/statm: 523370 21465 728 405 0 520315 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 2093480 KiB
Current children cumulated memory: 85860 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/189 21746
/proc/meminfo: memFree=28705792/32770624 swapFree=67108804/67108860
[pid=21550] ppid=21547 vsize=2045516 memory=37900 CPUtime=222.31 cores=0,2,4,6
/proc/21550/stat : 21550 (xcsp_picat) R 21547 21550 18221 0 -1 4202496 87927 0 0 0 22118 113 0 0 20 0 1 0 219790378 2094608384 9475 33554432000 4194304 5849708 140734397268592 140734397267592 139885062750087 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 28102656 140734397277366 140734397277444 140734397277444 140734397280202 0
/proc/21550/statm: 511379 9475 740 405 0 508324 0
Current children cumulated CPU time: 222.31 s
Current children cumulated vsize: 2045516 KiB
Current children cumulated memory: 37900 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/189 21747
/proc/meminfo: memFree=28660280/32770624 swapFree=67108804/67108860
[pid=21550] ppid=21547 vsize=2082988 memory=75424 CPUtime=282.31 cores=0,2,4,6
/proc/21550/stat : 21550 (xcsp_picat) R 21547 21550 18221 0 -1 4202496 92269 0 0 0 28087 144 0 0 20 0 1 0 219790378 2132979712 18856 33554432000 4194304 5849708 140734397268592 140734397267592 139885062750087 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 28102656 140734397277366 140734397277444 140734397277444 140734397280202 0
/proc/21550/statm: 520747 18856 740 405 0 517692 0
Current children cumulated CPU time: 282.31 s
Current children cumulated vsize: 2082988 KiB
Current children cumulated memory: 75424 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/189 21748
/proc/meminfo: memFree=28608840/32770624 swapFree=67108804/67108860
[pid=21550] ppid=21547 vsize=2105988 memory=98284 CPUtime=342.32 cores=0,2,4,6
/proc/21550/stat : 21550 (xcsp_picat) R 21547 21550 18221 0 -1 4202496 106437 0 0 0 34068 164 0 0 20 0 1 0 219790378 2156531712 24571 33554432000 4194304 5849708 140734397268592 140734397267592 5335618 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 28102656 140734397277366 140734397277444 140734397277444 140734397280202 0
/proc/21550/statm: 526497 24571 740 405 0 523442 0
Current children cumulated CPU time: 342.32 s
Current children cumulated vsize: 2105988 KiB
Current children cumulated memory: 98284 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 21749
/proc/meminfo: memFree=28544620/32770624 swapFree=67108804/67108860
[pid=21550] ppid=21547 vsize=2104916 memory=97352 CPUtime=402.32 cores=0,2,4,6
/proc/21550/stat : 21550 (xcsp_picat) R 21547 21550 18221 0 -1 4202496 109409 0 0 0 40052 180 0 0 20 0 1 0 219790378 2155433984 24338 33554432000 4194304 5849708 140734397268592 140734397267592 139885062750087 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 28102656 140734397277366 140734397277444 140734397277444 140734397280202 0
/proc/21550/statm: 526229 24338 740 405 0 523174 0
Current children cumulated CPU time: 402.32 s
Current children cumulated vsize: 2104916 KiB
Current children cumulated memory: 97352 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 21751
/proc/meminfo: memFree=28540388/32770624 swapFree=67108804/67108860
[pid=21550] ppid=21547 vsize=2137180 memory=129444 CPUtime=462.33 cores=0,2,4,6
/proc/21550/stat : 21550 (xcsp_picat) R 21547 21550 18221 0 -1 4202496 110837 0 0 0 46036 197 0 0 20 0 1 0 219790378 2188472320 32361 33554432000 4194304 5849708 140734397268592 140734397267592 5437636 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 28102656 140734397277366 140734397277444 140734397277444 140734397280202 0
/proc/21550/statm: 534295 32361 740 405 0 531240 0
Current children cumulated CPU time: 462.33 s
Current children cumulated vsize: 2137180 KiB
Current children cumulated memory: 129444 KiB


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

/proc/21550/statm: 552845 50954 740 405 0 549790 0
Current children cumulated CPU time: 1782.43 s
Current children cumulated vsize: 2211380 KiB
Current children cumulated memory: 203816 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.07 2.07 3/187 21791
/proc/meminfo: memFree=28231600/32770624 swapFree=67108804/67108860
[pid=21550] ppid=21547 vsize=2211380 memory=203816 CPUtime=1842.43 cores=0,2,4,6
/proc/21550/stat : 21550 (xcsp_picat) R 21547 21550 18221 0 -1 4202496 260934 0 0 0 183822 421 0 0 20 0 1 0 219790378 2264453120 50954 33554432000 4194304 5849708 140734397268592 140734397267592 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 28102656 140734397277366 140734397277444 140734397277444 140734397280202 0
/proc/21550/statm: 552845 50954 740 405 0 549790 0
Current children cumulated CPU time: 1842.43 s
Current children cumulated vsize: 2211380 KiB
Current children cumulated memory: 203816 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.06 2.06 3/187 21792
/proc/meminfo: memFree=28171808/32770624 swapFree=67108804/67108860
[pid=21550] ppid=21547 vsize=2271144 memory=263484 CPUtime=1902.44 cores=0,2,4,6
/proc/21550/stat : 21550 (xcsp_picat) R 21547 21550 18221 0 -1 4202496 267182 0 0 0 189815 429 0 0 20 0 1 0 219790378 2325651456 65871 33554432000 4194304 5849708 140734397268592 140734397267592 5312768 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 28102656 140734397277366 140734397277444 140734397277444 140734397280202 0
/proc/21550/statm: 567786 65871 740 405 0 564731 0
Current children cumulated CPU time: 1902.44 s
Current children cumulated vsize: 2271144 KiB
Current children cumulated memory: 263484 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.04 2.06 3/188 21801
/proc/meminfo: memFree=28171208/32770624 swapFree=67108804/67108860
[pid=21550] ppid=21547 vsize=2271144 memory=263484 CPUtime=1962.44 cores=0,2,4,6
/proc/21550/stat : 21550 (xcsp_picat) R 21547 21550 18221 0 -1 4202496 267184 0 0 0 195809 435 0 0 20 0 1 0 219790378 2325651456 65871 33554432000 4194304 5849708 140734397268592 140734397267592 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 28102656 140734397277366 140734397277444 140734397277444 140734397280202 0
/proc/21550/statm: 567786 65871 740 405 0 564731 0
Current children cumulated CPU time: 1962.44 s
Current children cumulated vsize: 2271144 KiB
Current children cumulated memory: 263484 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/188 21802
/proc/meminfo: memFree=28040392/32770624 swapFree=67108804/67108860
[pid=21550] ppid=21547 vsize=2336680 memory=329116 CPUtime=2022.45 cores=0,2,4,6
/proc/21550/stat : 21550 (xcsp_picat) R 21547 21550 18221 0 -1 4202496 288335 0 0 0 201802 443 0 0 20 0 1 0 219790378 2392760320 82279 33554432000 4194304 5849708 140734397268592 140734397267592 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 28102656 140734397277366 140734397277444 140734397277444 140734397280202 0
/proc/21550/statm: 584170 82279 740 405 0 581115 0
Current children cumulated CPU time: 2022.45 s
Current children cumulated vsize: 2336680 KiB
Current children cumulated memory: 329116 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 21803
/proc/meminfo: memFree=28119252/32770624 swapFree=67108804/67108860
[pid=21550] ppid=21547 vsize=2271144 memory=263580 CPUtime=2082.45 cores=0,2,4,6
/proc/21550/stat : 21550 (xcsp_picat) R 21547 21550 18221 0 -1 4202496 291366 0 0 0 207793 452 0 0 20 0 1 0 219790378 2325651456 65895 33554432000 4194304 5849708 140734397268592 140734397267592 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 28102656 140734397277366 140734397277444 140734397277444 140734397280202 0
/proc/21550/statm: 567786 65895 740 405 0 564731 0
Current children cumulated CPU time: 2082.45 s
Current children cumulated vsize: 2271144 KiB
Current children cumulated memory: 263580 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/189 21818
/proc/meminfo: memFree=28113272/32770624 swapFree=67108804/67108860
[pid=21550] ppid=21547 vsize=2271144 memory=263580 CPUtime=2142.46 cores=0,2,4,6
/proc/21550/stat : 21550 (xcsp_picat) R 21547 21550 18221 0 -1 4202496 291541 0 0 0 213786 460 0 0 20 0 1 0 219790378 2325651456 65895 33554432000 4194304 5849708 140734397268592 140734397267592 5437632 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 28102656 140734397277366 140734397277444 140734397277444 140734397280202 0
/proc/21550/statm: 567786 65895 740 405 0 564731 0
Current children cumulated CPU time: 2142.46 s
Current children cumulated vsize: 2271144 KiB
Current children cumulated memory: 263580 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/189 21819
/proc/meminfo: memFree=28298076/32770624 swapFree=67108804/67108860
[pid=21550] ppid=21547 vsize=2271144 memory=263580 CPUtime=2202.47 cores=0,2,4,6
/proc/21550/stat : 21550 (xcsp_picat) R 21547 21550 18221 0 -1 4202496 312597 0 0 0 219777 470 0 0 20 0 1 0 219790378 2325651456 65895 33554432000 4194304 5849708 140734397268592 140734397267592 5437841 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 28102656 140734397277366 140734397277444 140734397277444 140734397280202 0
/proc/21550/statm: 567786 65895 740 405 0 564731 0
Current children cumulated CPU time: 2202.47 s
Current children cumulated vsize: 2271144 KiB
Current children cumulated memory: 263580 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 21821
/proc/meminfo: memFree=28233768/32770624 swapFree=67108804/67108860
[pid=21550] ppid=21547 vsize=2336680 memory=329116 CPUtime=2262.47 cores=0,2,4,6
/proc/21550/stat : 21550 (xcsp_picat) R 21547 21550 18221 0 -1 4202496 317555 0 0 0 225769 478 0 0 20 0 1 0 219790378 2392760320 82279 33554432000 4194304 5849708 140734397268592 140734397267592 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 28102656 140734397277366 140734397277444 140734397277444 140734397280202 0
/proc/21550/statm: 584170 82279 740 405 0 581115 0
Current children cumulated CPU time: 2262.47 s
Current children cumulated vsize: 2336680 KiB
Current children cumulated memory: 329116 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 21822
/proc/meminfo: memFree=28180112/32770624 swapFree=67108804/67108860
[pid=21550] ppid=21547 vsize=2336680 memory=329116 CPUtime=2322.48 cores=0,2,4,6
/proc/21550/stat : 21550 (xcsp_picat) R 21547 21550 18221 0 -1 4202496 342094 0 0 0 231760 488 0 0 20 0 1 0 219790378 2392760320 82279 33554432000 4194304 5849708 140734397268592 140734397267592 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 28102656 140734397277366 140734397277444 140734397277444 140734397280202 0
/proc/21550/statm: 584170 82279 740 405 0 581115 0
Current children cumulated CPU time: 2322.48 s
Current children cumulated vsize: 2336680 KiB
Current children cumulated memory: 329116 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 21823
/proc/meminfo: memFree=28179988/32770624 swapFree=67108804/67108860
[pid=21550] ppid=21547 vsize=2336680 memory=329116 CPUtime=2382.48 cores=0,2,4,6
/proc/21550/stat : 21550 (xcsp_picat) R 21547 21550 18221 0 -1 4202496 359591 0 0 0 237751 497 0 0 20 0 1 0 219790378 2392760320 82279 33554432000 4194304 5849708 140734397268592 140734397267592 5335584 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 28102656 140734397277366 140734397277444 140734397277444 140734397280202 0
/proc/21550/statm: 584170 82279 740 405 0 581115 0
Current children cumulated CPU time: 2382.48 s
Current children cumulated vsize: 2336680 KiB
Current children cumulated memory: 329116 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 21825
/proc/meminfo: memFree=28066248/32770624 swapFree=67108804/67108860
[pid=21550] ppid=21547 vsize=2422912 memory=415464 CPUtime=2442.49 cores=0,2,4,6
/proc/21550/stat : 21550 (xcsp_picat) R 21547 21550 18221 0 -1 4202496 378265 0 0 0 243741 508 0 0 20 0 1 0 219790378 2481061888 103866 33554432000 4194304 5849708 140734397268592 140734397267592 5437645 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 28102656 140734397277366 140734397277444 140734397277444 140734397280202 0
/proc/21550/statm: 605728 103866 740 405 0 602673 0
Current children cumulated CPU time: 2442.49 s
Current children cumulated vsize: 2422912 KiB
Current children cumulated memory: 415464 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 21826
/proc/meminfo: memFree=28066124/32770624 swapFree=67108804/67108860
[pid=21550] ppid=21547 vsize=2422912 memory=415464 CPUtime=2502.49 cores=0,2,4,6
/proc/21550/stat : 21550 (xcsp_picat) R 21547 21550 18221 0 -1 4202496 397286 0 0 0 249734 515 0 0 20 0 1 0 219790378 2481061888 103866 33554432000 4194304 5849708 140734397268592 140734397267592 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 28102656 140734397277366 140734397277444 140734397277444 140734397280202 0
/proc/21550/statm: 605728 103866 740 405 0 602673 0
Current children cumulated CPU time: 2502.49 s
Current children cumulated vsize: 2422912 KiB
Current children cumulated memory: 415464 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 21826
/proc/meminfo: memFree=28066248/32770624 swapFree=67108804/67108860
[pid=21550] ppid=21547 vsize=2422912 memory=415464 CPUtime=2520.09 cores=0,2,4,6
/proc/21550/stat : 21550 (xcsp_picat) R 21547 21550 18221 0 -1 4202496 397503 0 0 0 251493 516 0 0 20 0 1 0 219790378 2481061888 103866 33554432000 4194304 5849708 140734397268592 140734397267592 139885062750087 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 28102656 140734397277366 140734397277444 140734397277444 140734397280202 0
/proc/21550/statm: 605728 103866 740 405 0 602673 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 2422912 KiB
Current children cumulated memory: 415464 KiB

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

[startup+2519.91 s]
# the end of solver process 21550 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.94 s, system=5.17541 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 21826
/proc/meminfo: memFree=28066248/32770624 swapFree=67108804/67108860
[pid=21550] ppid=21547 vsize=2422912 memory=415464 CPUtime=2520.09 cores=0,2,4,6
/proc/21550/stat : 21550 (xcsp_picat) R 21547 21550 18221 0 -1 4202496 397503 0 0 0 251493 516 0 0 20 0 1 0 219790378 2481061888 103866 33554432000 4194304 5849708 140734397268592 140734397267592 139885062750087 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 28102656 140734397277366 140734397277444 140734397277444 140734397280202 0
/proc/21550/statm: 605728 103866 740 405 0 602673 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 2422912 KiB
Current children cumulated memory: 415464 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2519.91
CPU time (s): 2520.11
CPU user time (s): 2514.94
CPU system time (s): 5.17541
CPU usage (%): 100.008
Max. virtual memory (cumulated for all children) (KiB): 2422912
Max. memory (cumulated for all children) (KiB): 415464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.94
system time used= 5.17541
maximum resident set size= 415464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 397503
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= 2
involuntary context switches= 655


# summary of solver processes directly reported to runsolver:
#   pid: 21550
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2514.94
#   total CPU system time (s): 5.17541

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.15234 second user time and 22.653 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-11 23:17:52
IDJOB=4302979
IDBENCH=141537
IDSOLVER=2778
FILE ID=node105/4302979-1534022272
RUNJOBID= node105-1533992673-18252
PBS_JOBID= 21036949
Free space on /tmp= 40728 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/Knapsack/Knapsack-70-300-01_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302979-1534022272/watcher-4302979-1534022272 -o /tmp/evaluation-result-4302979-1534022272/solver-4302979-1534022272 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1533992673-18252 --watchdog 2580  xcsp_picat HOME/instance-4302979-1534022272.xml

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

MD5SUM BENCH= 140f8f4c33ce7e414b2f0aa2389f8c03
RANDOM SEED=499834156

node105.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.32
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.32
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.32
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.32
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:        28311464 kB
MemAvailable:   31433664 kB
Buffers:           56940 kB
Cached:          3331228 kB
SwapCached:           16 kB
Active:          2156440 kB
Inactive:        1767744 kB
Active(anon):     486368 kB
Inactive(anon):   102096 kB
Active(file):    1670072 kB
Inactive(file):  1665648 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:              3148 kB
Writeback:             0 kB
AnonPages:        543424 kB
Mapped:            51752 kB
Shmem:             49748 kB
Slab:             232380 kB
SReclaimable:     204632 kB
SUnreclaim:        27748 kB
KernelStack:        3280 kB
PageTables:         6168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2851224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    286720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 40724 MiB
End job on node105 at 2018-08-11 23:59:52