Trace number 4264942

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
miniBTD 2017-08-10? (TO) 2400.0601 2400.3

General information on the benchmark

NamePropStress/PropStress-m1-s1/
PropStress-0600.xml
MD5SUMa04cbf963a24580000cf8d80e23a65fb
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 variables1202
Number of constraints181501
Number of domains1
Minimum domain size360001
Maximum domain size360001
Distribution of domain sizes[{"size":360001,"count":1202}]
Minimum variable degree2
Maximum variable degree601
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":599},{"degree":600,"count":599},{"degree":601,"count":3}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":181501}]
Number of extensional constraints0
Number of intensional constraints181501
Distribution of constraint types[{"type":"intension","count":181501}]
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 (13854 MiB free)
  memory of node 1: 16384 MiB (14226 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4264942-1502605504/watcher-4264942-1502605504 -o /tmp/evaluation-result-4264942-1502605504/solver-4264942-1502605504 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502602204-31826 --watchdog 2560 miniBTD 2400 HOME/instance-4264942-1502605504.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=32283, runsolver pid=32280

[startup+0.100154 s]*
/proc/loadavg: 2.00 1.99 1.95 3/188 32284
/proc/meminfo: memFree=28753852/32770624 swapFree=67108860/67108860
[pid=32283] ppid=32280 vsize=26848 memory=3432 CPUtime=0.1 cores=1,3,5,7
/proc/32283/stat : 32283 (miniBTD) R 32280 32283 31794 0 -1 4202496 2161 0 0 0 10 0 0 0 20 0 1 0 93638476 27492352 858 33554432000 4194304 4832229 140724536430288 140724536427240 140151476282348 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 6932488 6936608 7356416 140724536435917 140724536435997 140724536435997 140724536438733 0
/proc/32283/statm: 6712 858 513 156 0 354 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 26848 KiB
Current children cumulated memory: 3432 KiB

[startup+0.209369 s]*
/proc/loadavg: 2.00 1.99 1.95 3/188 32284
/proc/meminfo: memFree=28753268/32770624 swapFree=67108860/67108860
[pid=32283] ppid=32280 vsize=27204 memory=3728 CPUtime=0.21 cores=1,3,5,7
/proc/32283/stat : 32283 (miniBTD) R 32280 32283 31794 0 -1 4202496 10260 0 0 0 20 1 0 0 20 0 1 0 93638476 27856896 945 33554432000 4194304 4832229 140724536430288 140724536427240 140151476282348 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 6932488 6936608 7356416 140724536435917 140724536435997 140724536435997 140724536438733 0
/proc/32283/statm: 6786 932 513 156 0 428 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 27204 KiB
Current children cumulated memory: 3728 KiB

[startup+0.308929 s]*
/proc/loadavg: 2.00 1.99 1.95 3/188 32284
/proc/meminfo: memFree=28752568/32770624 swapFree=67108860/67108860
[pid=32283] ppid=32280 vsize=27360 memory=3944 CPUtime=0.31 cores=1,3,5,7
/proc/32283/stat : 32283 (miniBTD) R 32280 32283 31794 0 -1 4202496 20883 0 0 0 28 3 0 0 20 0 1 0 93638476 28016640 986 33554432000 4194304 4832229 140724536430288 140724536427240 140151476282348 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 6932488 6936608 7356416 140724536435917 140724536435997 140724536435997 140724536438733 0
/proc/32283/statm: 6875 986 513 156 0 517 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 27360 KiB
Current children cumulated memory: 3944 KiB

[startup+0.700285 s]
/proc/loadavg: 2.00 1.99 1.95 3/188 32284
/proc/meminfo: memFree=28752568/32770624 swapFree=67108860/67108860
[pid=32283] ppid=32280 vsize=28004 memory=4588 CPUtime=0.69 cores=1,3,5,7
/proc/32283/stat : 32283 (miniBTD) R 32280 32283 31794 0 -1 4202496 84047 0 0 0 59 10 0 0 20 0 1 0 93638476 28676096 1147 33554432000 4194304 4832229 140724536430288 140724536427240 140151476282348 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 6932488 6936608 7356416 140724536435917 140724536435997 140724536435997 140724536438733 0
/proc/32283/statm: 7052 1147 513 156 0 694 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 28004 KiB
Current children cumulated memory: 4588 KiB

[startup+1.50029 s]
/proc/loadavg: 2.00 1.99 1.95 3/188 32284
/proc/meminfo: memFree=28751648/32770624 swapFree=67108860/67108860
[pid=32283] ppid=32280 vsize=29056 memory=5472 CPUtime=1.49 cores=1,3,5,7
/proc/32283/stat : 32283 (miniBTD) R 32280 32283 31794 0 -1 4202496 234266 0 0 0 122 27 0 0 20 0 1 0 93638476 29753344 1368 33554432000 4194304 4832229 140724536430288 140724536426840 4216953 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 6932488 6936608 7356416 140724536435917 140724536435997 140724536435997 140724536438733 0
/proc/32283/statm: 7264 1368 514 156 0 906 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 29056 KiB
Current children cumulated memory: 5472 KiB

[startup+3.10917 s]
/proc/loadavg: 2.00 1.99 1.95 3/188 32284
/proc/meminfo: memFree=28749724/32770624 swapFree=67108860/67108860
[pid=32283] ppid=32280 vsize=30104 memory=6488 CPUtime=3.1 cores=1,3,5,7
/proc/32283/stat : 32283 (miniBTD) R 32280 32283 31794 0 -1 4202496 609068 0 0 0 246 64 0 0 20 0 1 0 93638476 30826496 1622 33554432000 4194304 4832229 140724536430288 140724536426840 4216953 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 6932488 6936608 7356416 140724536435917 140724536435997 140724536435997 140724536438733 0
/proc/32283/statm: 7526 1622 514 156 0 1168 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 30104 KiB
Current children cumulated memory: 6488 KiB

[startup+6.30027 s]
/proc/loadavg: 2.00 1.99 1.95 3/188 32284
/proc/meminfo: memFree=28748376/32770624 swapFree=67108860/67108860
[pid=32283] ppid=32280 vsize=32192 memory=8472 CPUtime=6.29 cores=1,3,5,7
/proc/32283/stat : 32283 (miniBTD) R 32280 32283 31794 0 -1 4202496 1456191 0 0 0 486 143 0 0 20 0 1 0 93638476 32964608 2118 33554432000 4194304 4832229 140724536430288 140724536426616 4215785 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 6932488 6936608 7356416 140724536435917 140724536435997 140724536435997 140724536438733 0
/proc/32283/statm: 8048 2118 514 156 0 1690 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 32192 KiB
Current children cumulated memory: 8472 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 1.99 1.95 3/188 32284
/proc/meminfo: memFree=28746076/32770624 swapFree=67108860/67108860
[pid=32283] ppid=32280 vsize=34032 memory=10480 CPUtime=12.69 cores=1,3,5,7
/proc/32283/stat : 32283 (miniBTD) R 32280 32283 31794 0 -1 4202496 3173565 0 0 0 952 317 0 0 20 0 1 0 93638476 34848768 2555 33554432000 4194304 4832229 140724536430288 140724536426616 4216625 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 6932488 6936608 7356416 140724536435917 140724536435997 140724536435997 140724536438733 0
/proc/32283/statm: 8508 2620 514 156 0 2150 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 34032 KiB
Current children cumulated memory: 10480 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 1.99 1.95 3/188 32284
/proc/meminfo: memFree=28742704/32770624 swapFree=67108860/67108860
[pid=32283] ppid=32280 vsize=37464 memory=13756 CPUtime=25.49 cores=1,3,5,7
/proc/32283/stat : 32283 (miniBTD) R 32280 32283 31794 0 -1 4202496 6717248 0 0 0 1887 662 0 0 20 0 1 0 93638476 38363136 3439 33554432000 4194304 4832229 140724536430288 140724536426616 4217281 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 6932488 6936608 7356416 140724536435917 140724536435997 140724536435997 140724536438733 0
/proc/32283/statm: 9366 3439 514 156 0 3008 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 37464 KiB
Current children cumulated memory: 13756 KiB

[startup+51.1097 s]
/proc/loadavg: 2.00 1.99 1.95 3/188 32284
/proc/meminfo: memFree=28737472/32770624 swapFree=67108860/67108860
[pid=32283] ppid=32280 vsize=42928 memory=19288 CPUtime=51.1 cores=1,3,5,7
/proc/32283/stat : 32283 (miniBTD) R 32280 32283 31794 0 -1 4202496 13243818 0 0 0 3777 1333 0 0 20 0 1 0 93638476 43958272 4822 33554432000 4194304 4832229 140724536430288 140724536426616 4215785 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 6932488 6936608 7356416 140724536435917 140724536435997 140724536435997 140724536438733 0
/proc/32283/statm: 10732 4822 514 156 0 4374 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 42928 KiB
Current children cumulated memory: 19288 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/188 32285
/proc/meminfo: memFree=28732296/32770624 swapFree=67108860/67108860
[pid=32283] ppid=32280 vsize=48160 memory=24496 CPUtime=102.29 cores=1,3,5,7
/proc/32283/stat : 32283 (miniBTD) R 32280 32283 31794 0 -1 4202496 25646083 0 0 0 7497 2732 0 0 20 0 1 0 93638476 49315840 6058 33554432000 4194304 4832229 140724536430288 140724536426616 4216625 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 6932488 6936608 7356416 140724536435917 140724536435997 140724536435997 140724536438733 0
/proc/32283/statm: 12040 6124 514 156 0 5682 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 48160 KiB
Current children cumulated memory: 24496 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/188 32286
/proc/meminfo: memFree=28727756/32770624 swapFree=67108860/67108860
[pid=32283] ppid=32280 vsize=52040 memory=28432 CPUtime=162.28 cores=1,3,5,7
/proc/32283/stat : 32283 (miniBTD) R 32280 32283 31794 0 -1 4202496 36984326 0 0 0 12055 4173 0 0 20 0 1 0 93638476 53288960 7108 33554432000 4194304 4832229 140724536430288 140724536426616 4216625 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 6932488 6936608 7356416 140724536435917 140724536435997 140724536435997 140724536438733 0
/proc/32283/statm: 13010 7108 514 156 0 6652 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 52040 KiB
Current children cumulated memory: 28432 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/188 32287
/proc/meminfo: memFree=28726296/32770624 swapFree=67108860/67108860
[pid=32283] ppid=32280 vsize=54336 memory=30660 CPUtime=222.29 cores=1,3,5,7
/proc/32283/stat : 32283 (miniBTD) R 32280 32283 31794 0 -1 4202496 47385903 0 0 0 16711 5518 0 0 20 0 1 0 93638476 55640064 7665 33554432000 4194304 4832229 140724536430288 140724536426616 4217600 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 6932488 6936608 7356416 140724536435917 140724536435997 140724536435997 140724536438733 0
/proc/32283/statm: 13584 7665 515 156 0 7226 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 54336 KiB
Current children cumulated memory: 30660 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/187 32288
/proc/meminfo: memFree=28711336/32770624 swapFree=67108860/67108860
[pid=32283] ppid=32280 vsize=69832 memory=46244 CPUtime=282.28 cores=1,3,5,7
/proc/32283/stat : 32283 (miniBTD) R 32280 32283 31794 0 -1 4202496 50061185 0 0 0 22385 5843 0 0 20 0 1 0 93638476 71507968 11561 33554432000 4194304 4832229 140724536430288 140724536426616 4216622 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 6932488 6936608 7356416 140724536435917 140724536435997 140724536435997 140724536438733 0
/proc/32283/statm: 17458 11561 515 156 0 11100 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 69832 KiB
Current children cumulated memory: 46244 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/187 32289
/proc/meminfo: memFree=28705912/32770624 swapFree=67108860/67108860
[pid=32283] ppid=32280 vsize=73636 memory=50096 CPUtime=342.26 cores=1,3,5,7
/proc/32283/stat : 32283 (miniBTD) R 32280 32283 31794 0 -1 4202496 60793859 0 0 0 26955 7271 0 0 20 0 1 0 93638476 75403264 12524 33554432000 4194304 4832229 140724536430288 140724536426616 4217609 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 6932488 6936608 7356416 140724536435917 140724536435997 140724536435997 140724536438733 0
/proc/32283/statm: 18409 12524 515 156 0 12051 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 73636 KiB
Current children cumulated memory: 50096 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/186 32290
/proc/meminfo: memFree=28702744/32770624 swapFree=67108860/67108860
[pid=32283] ppid=32280 vsize=78020 memory=54308 CPUtime=402.26 cores=1,3,5,7
/proc/32283/stat : 32283 (miniBTD) R 32280 32283 31794 0 -1 4202496 70207612 0 0 0 31646 8580 0 0 20 0 1 0 93638476 79892480 13577 33554432000 4194304 4832229 140724536430288 140724536426616 4215785 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 6932488 6936608 7356416 140724536435917 140724536435997 140724536435997 140724536438733 0
/proc/32283/statm: 19505 13577 515 156 0 13147 0
Current children cumulated CPU time: 402.26 s
Current children cumulated vsize: 78020 KiB
Current children cumulated memory: 54308 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/187 32292
/proc/meminfo: memFree=28688344/32770624 swapFree=67108860/67108860
[pid=32283] ppid=32280 vsize=92200 memory=68508 CPUtime=462.26 cores=1,3,5,7
/proc/32283/stat : 32283 (miniBTD) R 32280 32283 31794 0 -1 4202496 74027733 0 0 0 37136 9090 0 0 20 0 1 0 93638476 94412800 17127 33554432000 4194304 4832229 140724536430288 140724536426616 4217278 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 6932488 6936608 7356416 140724536435917 140724536435997 140724536435997 140724536438733 0
/proc/32283/statm: 23050 17127 515 156 0 16692 0
Current children cumulated CPU time: 462.26 s
Current children cumulated vsize: 92200 KiB
Current children cumulated memory: 68508 KiB


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

/proc/32283/statm: 59769 53888 515 156 0 53411 0
Current children cumulated CPU time: 1662.14 s
Current children cumulated vsize: 239076 KiB
Current children cumulated memory: 215552 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/187 32330
/proc/meminfo: memFree=28536632/32770624 swapFree=67108860/67108860
[pid=32283] ppid=32280 vsize=243712 memory=219860 CPUtime=1722.12 cores=1,3,5,7
/proc/32283/stat : 32283 (miniBTD) R 32280 32283 31794 0 -1 4202496 231467428 0 0 0 142441 29771 0 0 20 0 1 0 93638476 249561088 54899 33554432000 4194304 4832229 140724536430288 140724536426616 4215785 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 6932488 6936608 7356416 140724536435917 140724536435997 140724536435997 140724536438733 0
/proc/32283/statm: 60928 54899 515 156 0 54570 0
Current children cumulated CPU time: 1722.12 s
Current children cumulated vsize: 243712 KiB
Current children cumulated memory: 219860 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/189 32340
/proc/meminfo: memFree=28531524/32770624 swapFree=67108860/67108860
[pid=32283] ppid=32280 vsize=248440 memory=224736 CPUtime=1782.11 cores=1,3,5,7
/proc/32283/stat : 32283 (miniBTD) R 32280 32283 31794 0 -1 4202496 241156055 0 0 0 147109 31102 0 0 20 0 1 0 93638476 254402560 56184 33554432000 4194304 4832229 140724536430288 140724536426616 4217278 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 6932488 6936608 7356416 140724536435917 140724536435997 140724536435997 140724536438733 0
/proc/32283/statm: 62110 56184 515 156 0 55752 0
Current children cumulated CPU time: 1782.11 s
Current children cumulated vsize: 248440 KiB
Current children cumulated memory: 224736 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/189 32341
/proc/meminfo: memFree=28519124/32770624 swapFree=67108860/67108860
[pid=32283] ppid=32280 vsize=259492 memory=235896 CPUtime=1842.11 cores=1,3,5,7
/proc/32283/stat : 32283 (miniBTD) R 32280 32283 31794 0 -1 4202496 246473117 0 0 0 152387 31824 0 0 20 0 1 0 93638476 265719808 58974 33554432000 4194304 4832229 140724536430288 140724536426616 4216616 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 6932488 6936608 7356416 140724536435917 140724536435997 140724536435997 140724536438733 0
/proc/32283/statm: 64873 58974 515 156 0 58515 0
Current children cumulated CPU time: 1842.11 s
Current children cumulated vsize: 259492 KiB
Current children cumulated memory: 235896 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/189 32342
/proc/meminfo: memFree=28512676/32770624 swapFree=67108860/67108860
[pid=32283] ppid=32280 vsize=267204 memory=243472 CPUtime=1902.1 cores=1,3,5,7
/proc/32283/stat : 32283 (miniBTD) R 32280 32283 31794 0 -1 4202496 252978289 0 0 0 157598 32612 0 0 20 0 1 0 93638476 273616896 60868 33554432000 4194304 4832229 140724536430288 140724536426616 4215789 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 6932488 6936608 7356416 140724536435917 140724536435997 140724536435997 140724536438733 0
/proc/32283/statm: 66801 60868 515 156 0 60443 0
Current children cumulated CPU time: 1902.1 s
Current children cumulated vsize: 267204 KiB
Current children cumulated memory: 243472 KiB

[startup+1962.3 s]
/proc/loadavg: 2.22 2.03 1.97 3/189 32343
/proc/meminfo: memFree=28508452/32770624 swapFree=67108860/67108860
[pid=32283] ppid=32280 vsize=271332 memory=247700 CPUtime=1962.1 cores=1,3,5,7
/proc/32283/stat : 32283 (miniBTD) R 32280 32283 31794 0 -1 4202496 262929380 0 0 0 162288 33922 0 0 20 0 1 0 93638476 277843968 61925 33554432000 4194304 4832229 140724536430288 140724536426616 4216625 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 6932488 6936608 7356416 140724536435917 140724536435997 140724536435997 140724536438733 0
/proc/32283/statm: 67833 61925 515 156 0 61475 0
Current children cumulated CPU time: 1962.1 s
Current children cumulated vsize: 271332 KiB
Current children cumulated memory: 247700 KiB

[startup+2022.3 s]
/proc/loadavg: 2.37 2.13 2.01 3/189 32344
/proc/meminfo: memFree=28501260/32770624 swapFree=67108860/67108860
[pid=32283] ppid=32280 vsize=277116 memory=253564 CPUtime=2022.09 cores=1,3,5,7
/proc/32283/stat : 32283 (miniBTD) R 32280 32283 31794 0 -1 4202496 272064484 0 0 0 167043 35166 0 0 20 0 1 0 93638476 283766784 63391 33554432000 4194304 4832229 140724536430288 140724536426616 4216366 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 6932488 6936608 7356416 140724536435917 140724536435997 140724536435997 140724536438733 0
/proc/32283/statm: 69279 63391 515 156 0 62921 0
Current children cumulated CPU time: 2022.09 s
Current children cumulated vsize: 277116 KiB
Current children cumulated memory: 253564 KiB

[startup+2082.3 s]
/proc/loadavg: 2.14 2.11 2.01 3/187 32345
/proc/meminfo: memFree=28489140/32770624 swapFree=67108860/67108860
[pid=32283] ppid=32280 vsize=289628 memory=265940 CPUtime=2082.09 cores=1,3,5,7
/proc/32283/stat : 32283 (miniBTD) R 32280 32283 31794 0 -1 4202496 276266361 0 0 0 172532 35677 0 0 20 0 1 0 93638476 296579072 66485 33554432000 4194304 4832229 140724536430288 140724536426616 4216953 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 6932488 6936608 7356416 140724536435917 140724536435997 140724536435997 140724536438733 0
/proc/32283/statm: 72407 66485 515 156 0 66049 0
Current children cumulated CPU time: 2082.09 s
Current children cumulated vsize: 289628 KiB
Current children cumulated memory: 265940 KiB

[startup+2142.3 s]
/proc/loadavg: 2.05 2.09 2.01 3/187 32346
/proc/meminfo: memFree=28484800/32770624 swapFree=67108860/67108860
[pid=32283] ppid=32280 vsize=292864 memory=269224 CPUtime=2142.09 cores=1,3,5,7
/proc/32283/stat : 32283 (miniBTD) R 32280 32283 31794 0 -1 4202496 285897513 0 0 0 177306 36903 0 0 20 0 1 0 93638476 299892736 67240 33554432000 4194304 4832229 140724536430288 140724536426616 4216953 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 6932488 6936608 7356416 140724536435917 140724536435997 140724536435997 140724536438733 0
/proc/32283/statm: 73216 67306 515 156 0 66858 0
Current children cumulated CPU time: 2142.09 s
Current children cumulated vsize: 292864 KiB
Current children cumulated memory: 269224 KiB

[startup+2202.3 s]
/proc/loadavg: 2.02 2.07 2.01 3/187 32347
/proc/meminfo: memFree=28478584/32770624 swapFree=67108860/67108860
[pid=32283] ppid=32280 vsize=296892 memory=273152 CPUtime=2202.07 cores=1,3,5,7
/proc/32283/stat : 32283 (miniBTD) R 32280 32283 31794 0 -1 4202496 295698781 0 0 0 181973 38234 0 0 20 0 1 0 93638476 304017408 68288 33554432000 4194304 4832229 140724536430288 140724536426616 4217281 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 6932488 6936608 7356416 140724536435917 140724536435997 140724536435997 140724536438733 0
/proc/32283/statm: 74223 68288 515 156 0 67865 0
Current children cumulated CPU time: 2202.07 s
Current children cumulated vsize: 296892 KiB
Current children cumulated memory: 273152 KiB

[startup+2262.3 s]
/proc/loadavg: 2.01 2.06 2.01 3/187 32348
/proc/meminfo: memFree=28463720/32770624 swapFree=67108860/67108860
[pid=32283] ppid=32280 vsize=312828 memory=289220 CPUtime=2262.06 cores=1,3,5,7
/proc/32283/stat : 32283 (miniBTD) R 32280 32283 31794 0 -1 4202496 297650871 0 0 0 187716 38490 0 0 20 0 1 0 93638476 320335872 72305 33554432000 4194304 4832229 140724536430288 140724536426616 4217606 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 6932488 6936608 7356416 140724536435917 140724536435997 140724536435997 140724536438733 0
/proc/32283/statm: 78207 72305 515 156 0 71849 0
Current children cumulated CPU time: 2262.06 s
Current children cumulated vsize: 312828 KiB
Current children cumulated memory: 289220 KiB

[startup+2322.3 s]
/proc/loadavg: 2.05 2.06 2.01 3/187 32349
/proc/meminfo: memFree=28461736/32770624 swapFree=67108860/67108860
[pid=32283] ppid=32280 vsize=317608 memory=293900 CPUtime=2322.05 cores=1,3,5,7
/proc/32283/stat : 32283 (miniBTD) R 32280 32283 31794 0 -1 4202496 307883519 0 0 0 192418 39787 0 0 20 0 1 0 93638476 325230592 73475 33554432000 4194304 4832229 140724536430288 140724536426616 4215785 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 6932488 6936608 7356416 140724536435917 140724536435997 140724536435997 140724536438733 0
/proc/32283/statm: 79402 73475 515 156 0 73044 0
Current children cumulated CPU time: 2322.05 s
Current children cumulated vsize: 317608 KiB
Current children cumulated memory: 293900 KiB

[startup+2382.3 s]
/proc/loadavg: 2.18 2.10 2.03 3/188 32419
/proc/meminfo: memFree=29014732/32770624 swapFree=67108860/67108860
[pid=32283] ppid=32280 vsize=322156 memory=297616 CPUtime=2382.05 cores=1,3,5,7
/proc/32283/stat : 32283 (miniBTD) R 32280 32283 31794 0 -1 4202496 316611595 0 0 0 197239 40966 0 0 20 0 1 0 93638476 329887744 74404 33554432000 4194304 4832229 140724536430288 140724536426616 4216625 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 6932488 6936608 7356416 140724536435917 140724536435997 140724536435997 140724536438733 0
/proc/32283/statm: 80539 74404 515 156 0 74181 0
Current children cumulated CPU time: 2382.05 s
Current children cumulated vsize: 322156 KiB
Current children cumulated memory: 297616 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.3 s]
/proc/loadavg: 2.27 2.12 2.04 3/188 32419
/proc/meminfo: memFree=29013120/32770624 swapFree=67108860/67108860
[pid=32283] ppid=32280 vsize=323784 memory=300160 CPUtime=2400.05 cores=1,3,5,7
/proc/32283/stat : 32283 (miniBTD) R 32280 32283 31794 0 -1 4202496 319582631 0 0 0 198641 41364 0 0 20 0 1 0 93638476 331554816 75040 33554432000 4194304 4832229 140724536430288 140724536426616 4215782 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 6932488 6936608 7356416 140724536435917 140724536435997 140724536435997 140724536438733 0
/proc/32283/statm: 80946 75040 515 156 0 74588 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 323784 KiB
Current children cumulated memory: 300160 KiB

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

[startup+2400.3 s]
# the end of solver process 32283 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1986.42 s, system=413.645 s

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

[startup+2400.3 s]
/proc/loadavg: 2.27 2.12 2.04 3/188 32419
/proc/meminfo: memFree=29013120/32770624 swapFree=67108860/67108860
[pid=32283] ppid=32280 vsize=323784 memory=300160 CPUtime=2400.05 cores=1,3,5,7
/proc/32283/stat : 32283 (miniBTD) R 32280 32283 31794 0 -1 4202496 319582631 0 0 0 198641 41364 0 0 20 0 1 0 93638476 331554816 75040 33554432000 4194304 4832229 140724536430288 140724536426616 4215782 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 6932488 6936608 7356416 140724536435917 140724536435997 140724536435997 140724536438733 0
/proc/32283/statm: 80946 75040 515 156 0 74588 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 323784 KiB
Current children cumulated memory: 300160 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2400.3
CPU time (s): 2400.06
CPU user time (s): 1986.42
CPU system time (s): 413.645
CPU usage (%): 99.9899
Max. virtual memory (cumulated for all children) (KiB): 323784
Max. memory (cumulated for all children) (KiB): 300160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1986.42
system time used= 413.645
maximum resident set size= 300160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 319582631
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= 147
involuntary context switches= 2259


# summary of solver processes directly reported to runsolver:
#   pid: 32283
#   total CPU time (s): 2400.06
#   total CPU user time (s): 1986.42
#   total CPU system time (s): 413.645

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.52084 second user time and 17.88 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-13 08:10:46
IDJOB=4264942
IDBENCH=126843
IDSOLVER=2653
FILE ID=node107/4264942-1502605504
RUNJOBID= node107-1502602204-31826
PBS_JOBID= 20628298
Free space on /tmp= 61616 MiB

SOLVER NAME= miniBTD 2017-08-10
BENCH NAME= XCSP17/PropStress/PropStress-m1-s1/PropStress-0600.xml
COMMAND LINE= miniBTD TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4264942-1502605504/watcher-4264942-1502605504 -o /tmp/evaluation-result-4264942-1502605504/solver-4264942-1502605504 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502602204-31826 --watchdog 2560  miniBTD 2400 HOME/instance-4264942-1502605504.xml

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

MD5SUM BENCH= a04cbf963a24580000cf8d80e23a65fb
RANDOM SEED=750752950

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.84
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.84
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.84
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.84
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:        28755588 kB
MemAvailable:   31470776 kB
Buffers:          140168 kB
Cached:          2867420 kB
SwapCached:            0 kB
Active:          1022624 kB
Inactive:        2559236 kB
Active(anon):     577712 kB
Inactive(anon):    24972 kB
Active(file):     444912 kB
Inactive(file):  2534264 kB
Unevictable:        6328 kB
Mlocked:            6328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             13596 kB
Writeback:             0 kB
AnonPages:        581144 kB
Mapped:            43516 kB
Shmem:             25228 kB
Slab:             129392 kB
SReclaimable:     103696 kB
SUnreclaim:        25696 kB
KernelStack:        3376 kB
PageTables:         5776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     874124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     55296 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= 61640 MiB
End job on node107 at 2017-08-13 08:50:46