Trace number 4303073

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-02OPT73 101.108 101.105

General information on the benchmark

NameRcpsp/
Rcpsp-j90-01-01_c18.xml
MD5SUMb03d0b9ec095e61c141836330b15b8e7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark73
Best CPU time to get the best result obtained on this benchmark5.48155
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints142
Number of domains2
Minimum domain size1
Maximum domain size507
Distribution of domain sizes[{"size":1,"count":1},{"size":507,"count":91}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":35},{"degree":4,"count":24},{"degree":5,"count":32},{"degree":6,"count":1}]
Minimum constraint arity2
Maximum constraint arity25
Distribution of constraint arities[{"arity":2,"count":138},{"arity":18,"count":1},{"arity":23,"count":1},{"arity":24,"count":1},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints138
Distribution of constraint types[{"type":"intension","count":138},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

101.01/101.10	c xcsp_picat version 2.4#6 (8/1/2018)
101.01/101.10	o 286
101.01/101.10	o 176
101.01/101.10	o 121
101.01/101.10	o 93
101.01/101.10	o 79
101.01/101.10	o 75
101.01/101.10	o 73
101.01/101.10	s OPTIMUM FOUND
101.01/101.10	v <instantiation>
101.01/101.10	v     <list> s[]  </list> 
101.01/101.10	v     <values> 0 0 2 0 1 1 12 40 11 3 8 20 4 23 12 23 27 24 11 20 33 25 21 30 23 13 35 28 16 4 56 40 23 35 19 19 16 27 22 27 34 46 33 22 43 27 39 33 47 54 44 30 52 48 30 25 41 23 48 36 40 43 36 51 38 40 37 48 46 45 54 52 48 44 56 59 53 60 53 60 55 61 61 68 53 61 62 70 71 53 70 73   </values> 
101.01/101.10	v </instantiation>

Verifier Data

OK	73

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303073-1534018351/watcher-4303073-1534018351 -o /tmp/evaluation-result-4303073-1534018351/solver-4303073-1534018351 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1533990060-10871 --watchdog 2580 xcsp_picat HOME/instance-4303073-1534018351.xml 

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

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

solver pid=14258, runsolver pid=14255

[startup+0.10012 s]*
/proc/loadavg: 2.49 2.31 2.16 3/188 14259
/proc/meminfo: memFree=23784004/32770624 swapFree=67030636/67108860
[pid=14258] ppid=14255 vsize=2026156 memory=27424 CPUtime=0.1 cores=1,3,5,7
/proc/14258/stat : 14258 (xcsp_picat) R 14255 14258 10838 0 -1 4202496 1389 0 0 0 10 0 0 0 20 0 1 0 219398313 2074783744 6856 33554432000 4194304 5849708 140735701934128 140735701934128 139661856968583 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20398080 140735701939382 140735701939460 140735701939460 140735701942218 0
/proc/14258/statm: 506539 6856 710 405 0 503484 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2026156 KiB
Current children cumulated memory: 27424 KiB

[startup+0.209851 s]*
/proc/loadavg: 2.49 2.31 2.16 3/188 14259
/proc/meminfo: memFree=23775448/32770624 swapFree=67030636/67108860
[pid=14258] ppid=14255 vsize=2034276 memory=35404 CPUtime=0.21 cores=1,3,5,7
/proc/14258/stat : 14258 (xcsp_picat) R 14255 14258 10838 0 -1 4202496 3491 0 0 0 20 1 0 0 20 0 1 0 219398313 2083098624 8851 33554432000 4194304 5849708 140735701934128 140735701934128 5300099 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20398080 140735701939382 140735701939460 140735701939460 140735701942218 0
/proc/14258/statm: 508569 8851 710 405 0 505514 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2034276 KiB
Current children cumulated memory: 35404 KiB

[startup+0.309645 s]*
/proc/loadavg: 2.49 2.31 2.16 3/188 14259
/proc/meminfo: memFree=23768440/32770624 swapFree=67030636/67108860
[pid=14258] ppid=14255 vsize=2041768 memory=42856 CPUtime=0.31 cores=1,3,5,7
/proc/14258/stat : 14258 (xcsp_picat) R 14255 14258 10838 0 -1 4202496 6428 0 0 0 30 1 0 0 20 0 1 0 219398313 2090770432 10714 33554432000 4194304 5849708 140735701934128 140735701934128 5410414 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20398080 140735701939382 140735701939460 140735701939460 140735701942218 0
/proc/14258/statm: 510442 10714 722 405 0 507387 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2041768 KiB
Current children cumulated memory: 42856 KiB

[startup+0.700361 s]
/proc/loadavg: 2.49 2.31 2.16 4/188 14259
/proc/meminfo: memFree=23768316/32770624 swapFree=67030636/67108860
[pid=14258] ppid=14255 vsize=2041872 memory=43092 CPUtime=0.69 cores=1,3,5,7
/proc/14258/stat : 14258 (xcsp_picat) R 14255 14258 10838 0 -1 4202496 8133 0 0 0 68 1 0 0 20 0 1 0 219398313 2090876928 10773 33554432000 4194304 5849708 140735701934128 140735701932776 5373047 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20398080 140735701939382 140735701939460 140735701939460 140735701942218 0
/proc/14258/statm: 510468 10773 726 405 0 507413 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2041872 KiB
Current children cumulated memory: 43092 KiB

[startup+1.50037 s]
/proc/loadavg: 2.53 2.32 2.16 3/188 14259
/proc/meminfo: memFree=23768084/32770624 swapFree=67030636/67108860
[pid=14258] ppid=14255 vsize=2051504 memory=51816 CPUtime=1.5 cores=1,3,5,7
/proc/14258/stat : 14258 (xcsp_picat) R 14255 14258 10838 0 -1 4202496 9028 0 0 0 148 2 0 0 20 0 1 0 219398313 2100740096 12954 33554432000 4194304 5849708 140735701934128 140735701932776 5317526 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20398080 140735701939382 140735701939460 140735701939460 140735701942218 0
/proc/14258/statm: 512876 12954 734 405 0 509821 0
Current children cumulated CPU time: 1.5 s
Current children cumulated vsize: 2051504 KiB
Current children cumulated memory: 51816 KiB

[startup+3.10943 s]
/proc/loadavg: 2.53 2.32 2.16 3/188 14259
/proc/meminfo: memFree=23756560/32770624 swapFree=67030636/67108860
[pid=14258] ppid=14255 vsize=2053984 memory=54572 CPUtime=3.1 cores=1,3,5,7
/proc/14258/stat : 14258 (xcsp_picat) R 14255 14258 10838 0 -1 4202496 10693 0 0 0 308 2 0 0 20 0 1 0 219398313 2103279616 13643 33554432000 4194304 5849708 140735701934128 140735701932776 4204105 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20398080 140735701939382 140735701939460 140735701939460 140735701942218 0
/proc/14258/statm: 513496 13643 738 405 0 510441 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2053984 KiB
Current children cumulated memory: 54572 KiB

[startup+6.30024 s]
/proc/loadavg: 2.49 2.31 2.16 3/188 14259
/proc/meminfo: memFree=23756204/32770624 swapFree=67030636/67108860
[pid=14258] ppid=14255 vsize=2053984 memory=54572 CPUtime=6.29 cores=1,3,5,7
/proc/14258/stat : 14258 (xcsp_picat) R 14255 14258 10838 0 -1 4202496 13369 0 0 0 627 2 0 0 20 0 1 0 219398313 2103279616 13643 33554432000 4194304 5849708 140735701934128 140735701931672 5308676 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20398080 140735701939382 140735701939460 140735701939460 140735701942218 0
/proc/14258/statm: 513496 13643 738 405 0 510441 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2053984 KiB
Current children cumulated memory: 54572 KiB

[startup+12.7002 s]
/proc/loadavg: 2.45 2.31 2.16 3/188 14259
/proc/meminfo: memFree=23756540/32770624 swapFree=67030636/67108860
[pid=14258] ppid=14255 vsize=2053984 memory=54572 CPUtime=12.69 cores=1,3,5,7
/proc/14258/stat : 14258 (xcsp_picat) R 14255 14258 10838 0 -1 4202496 20536 0 0 0 1267 2 0 0 20 0 1 0 219398313 2103279616 13643 33554432000 4194304 5849708 140735701934128 140735701931672 5309533 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20398080 140735701939382 140735701939460 140735701939460 140735701942218 0
/proc/14258/statm: 513496 13643 738 405 0 510441 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2053984 KiB
Current children cumulated memory: 54572 KiB

[startup+25.5002 s]
/proc/loadavg: 2.38 2.30 2.16 3/188 14259
/proc/meminfo: memFree=23747356/32770624 swapFree=67030636/67108860
[pid=14258] ppid=14255 vsize=2060836 memory=62368 CPUtime=25.49 cores=1,3,5,7
/proc/14258/stat : 14258 (xcsp_picat) R 14255 14258 10838 0 -1 4202496 24568 0 0 0 2545 4 0 0 20 0 1 0 219398313 2110296064 15592 33554432000 4194304 5849708 140735701934128 140735701932616 4209155 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20398080 140735701939382 140735701939460 140735701939460 140735701942218 0
/proc/14258/statm: 515209 15592 751 405 0 512154 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2060836 KiB
Current children cumulated memory: 62368 KiB

[startup+51.1095 s]
/proc/loadavg: 2.29 2.29 2.16 3/188 14259
/proc/meminfo: memFree=23745800/32770624 swapFree=67030636/67108860
[pid=14258] ppid=14255 vsize=2064808 memory=64420 CPUtime=51.1 cores=1,3,5,7
/proc/14258/stat : 14258 (xcsp_picat) R 14255 14258 10838 0 -1 4202496 33024 0 0 0 5102 8 0 0 20 0 1 0 219398313 2114363392 16105 33554432000 4194304 5849708 140735701934128 140735701932616 4211660 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20398080 140735701939382 140735701939460 140735701939460 140735701942218 0
/proc/14258/statm: 516202 16105 751 405 0 513147 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2064808 KiB
Current children cumulated memory: 64420 KiB

[startup+101.105 s]
# the end of solver process 14258 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=100.912 s, system=0.196006 s

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

[startup+51.2003 s]
/proc/loadavg: 2.29 2.29 2.16 3/188 14259
/proc/meminfo: memFree=23745800/32770624 swapFree=67030636/67108860
[pid=14258] ppid=14255 vsize=2064808 memory=64420 CPUtime=51.2 cores=1,3,5,7
/proc/14258/stat : 14258 (xcsp_picat) R 14255 14258 10838 0 -1 4202496 33024 0 0 0 5112 8 0 0 20 0 1 0 219398313 2114363392 16105 33554432000 4194304 5849708 140735701934128 140735701932616 4207169 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20398080 140735701939382 140735701939460 140735701939460 140735701942218 0
/proc/14258/statm: 516202 16105 751 405 0 513147 0
Current children cumulated CPU time: 51.2 s
Current children cumulated vsize: 2064808 KiB
Current children cumulated memory: 64420 KiB

[startup+76.8003 s]
/proc/loadavg: 2.19 2.26 2.15 3/188 14260
/proc/meminfo: memFree=23744772/32770624 swapFree=67030636/67108860
[pid=14258] ppid=14255 vsize=2046488 memory=47776 CPUtime=76.79 cores=1,3,5,7
/proc/14258/stat : 14258 (xcsp_picat) R 14255 14258 10838 0 -1 4202496 41843 0 0 0 7665 14 0 0 20 0 1 0 219398313 2095603712 11944 33554432000 4194304 5849708 140735701934128 140735701932616 5368557 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20398080 140735701939382 140735701939460 140735701939460 140735701942218 0
/proc/14258/statm: 511622 11944 753 405 0 508567 0
Current children cumulated CPU time: 76.79 s
Current children cumulated vsize: 2046488 KiB
Current children cumulated memory: 47776 KiB

[startup+89.6002 s]
/proc/loadavg: 2.16 2.25 2.15 3/188 14260
/proc/meminfo: memFree=23745008/32770624 swapFree=67030636/67108860
[pid=14258] ppid=14255 vsize=2064544 memory=64420 CPUtime=89.59 cores=1,3,5,7
/proc/14258/stat : 14258 (xcsp_picat) R 14255 14258 10838 0 -1 4202496 42997 0 0 0 8943 16 0 0 20 0 1 0 219398313 2114093056 16105 33554432000 4194304 5849708 140735701934128 140735701933128 139661856968583 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20398080 140735701939382 140735701939460 140735701939460 140735701942218 0
/proc/14258/statm: 516136 16105 753 405 0 513081 0
Current children cumulated CPU time: 89.59 s
Current children cumulated vsize: 2064544 KiB
Current children cumulated memory: 64420 KiB

[startup+96.0002 s]*
/proc/loadavg: 2.14 2.25 2.15 3/188 14260
/proc/meminfo: memFree=23744868/32770624 swapFree=67030636/67108860
[pid=14258] ppid=14255 vsize=2064272 memory=64304 CPUtime=96 cores=1,3,5,7
/proc/14258/stat : 14258 (xcsp_picat) R 14255 14258 10838 0 -1 4202496 47698 0 0 0 9582 18 0 0 20 0 1 0 219398313 2113814528 16076 33554432000 4194304 5849708 140735701934128 140735701932616 4229925 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20398080 140735701939382 140735701939460 140735701939460 140735701942218 0
/proc/14258/statm: 516068 16076 753 405 0 513013 0
Current children cumulated CPU time: 96 s
Current children cumulated vsize: 2064272 KiB
Current children cumulated memory: 64304 KiB

[startup+99.2002 s]
/proc/loadavg: 2.14 2.25 2.15 3/188 14260
/proc/meminfo: memFree=23745116/32770624 swapFree=67030636/67108860
[pid=14258] ppid=14255 vsize=2064272 memory=64304 CPUtime=99.19 cores=1,3,5,7
/proc/14258/stat : 14258 (xcsp_picat) R 14255 14258 10838 0 -1 4202496 47698 0 0 0 9901 18 0 0 20 0 1 0 219398313 2113814528 16076 33554432000 4194304 5849708 140735701934128 140735701932616 4209287 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20398080 140735701939382 140735701939460 140735701939460 140735701942218 0
/proc/14258/statm: 516068 16076 753 405 0 513013 0
Current children cumulated CPU time: 99.19 s
Current children cumulated vsize: 2064272 KiB
Current children cumulated memory: 64304 KiB

[startup+100 s]*
/proc/loadavg: 2.14 2.25 2.15 3/188 14260
/proc/meminfo: memFree=23745116/32770624 swapFree=67030636/67108860
[pid=14258] ppid=14255 vsize=2064272 memory=64304 CPUtime=100 cores=1,3,5,7
/proc/14258/stat : 14258 (xcsp_picat) R 14255 14258 10838 0 -1 4202496 47698 0 0 0 9982 18 0 0 20 0 1 0 219398313 2113814528 16076 33554432000 4194304 5849708 140735701934128 140735701932616 139661856968583 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20398080 140735701939382 140735701939460 140735701939460 140735701942218 0
/proc/14258/statm: 516068 16076 753 405 0 513013 0
Current children cumulated CPU time: 100 s
Current children cumulated vsize: 2064272 KiB
Current children cumulated memory: 64304 KiB

[startup+100.8 s]
/proc/loadavg: 2.14 2.25 2.15 3/188 14260
/proc/meminfo: memFree=23745116/32770624 swapFree=67030636/67108860
[pid=14258] ppid=14255 vsize=2064272 memory=64304 CPUtime=100.8 cores=1,3,5,7
/proc/14258/stat : 14258 (xcsp_picat) R 14255 14258 10838 0 -1 4202496 47698 0 0 0 10061 19 0 0 20 0 1 0 219398313 2113814528 16076 33554432000 4194304 5849708 140735701934128 140735701932616 139661856968583 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20398080 140735701939382 140735701939460 140735701939460 140735701942218 0
/proc/14258/statm: 516068 16076 753 405 0 513013 0
Current children cumulated CPU time: 100.8 s
Current children cumulated vsize: 2064272 KiB
Current children cumulated memory: 64304 KiB

[startup+101 s]*
/proc/loadavg: 2.13 2.24 2.15 3/188 14260
/proc/meminfo: memFree=23745364/32770624 swapFree=67030636/67108860
[pid=14258] ppid=14255 vsize=2064272 memory=64304 CPUtime=101.01 cores=1,3,5,7
/proc/14258/stat : 14258 (xcsp_picat) R 14255 14258 10838 0 -1 4202496 47698 0 0 0 10082 19 0 0 20 0 1 0 219398313 2113814528 16076 33554432000 4194304 5849708 140735701934128 140735701933128 5438072 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20398080 140735701939382 140735701939460 140735701939460 140735701942218 0
/proc/14258/statm: 516068 16076 753 405 0 513013 0
Current children cumulated CPU time: 101.01 s
Current children cumulated vsize: 2064272 KiB
Current children cumulated memory: 64304 KiB

Child status: 0
Real time (s): 101.105
CPU time (s): 101.108
CPU user time (s): 100.912
CPU system time (s): 0.196006
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2064820
Max. memory (cumulated for all children) (KiB): 64428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 100.912
system time used= 0.196006
maximum resident set size= 64432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47714
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= 28


# summary of solver processes directly reported to runsolver:
#   pid: 14258
#   total CPU time (s): 101.108
#   total CPU user time (s): 100.912
#   total CPU system time (s): 0.196006

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.385969 second user time and 0.752175 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-11 22:12:31
IDJOB=4303073
IDBENCH=141468
IDSOLVER=2778
FILE ID=node102/4303073-1534018351
RUNJOBID= node102-1533990060-10871
PBS_JOBID= 21036939
Free space on /tmp= 38204 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j90-01-01_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303073-1534018351/watcher-4303073-1534018351 -o /tmp/evaluation-result-4303073-1534018351/solver-4303073-1534018351 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1533990060-10871 --watchdog 2580  xcsp_picat HOME/instance-4303073-1534018351.xml

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

MD5SUM BENCH= b03d0b9ec095e61c141836330b15b8e7
RANDOM SEED=1279986400

node102.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.51
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.51
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.51
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.51
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:        23808548 kB
MemAvailable:   26451180 kB
Buffers:           34480 kB
Cached:          2871788 kB
SwapCached:        51268 kB
Active:          6860300 kB
Inactive:        1552220 kB
Active(anon):    5429636 kB
Inactive(anon):   128532 kB
Active(file):    1430664 kB
Inactive(file):  1423688 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67030636 kB
Dirty:              3188 kB
Writeback:             0 kB
AnonPages:       5467244 kB
Mapped:            50828 kB
Shmem:             48960 kB
Slab:             236500 kB
SReclaimable:     208228 kB
SUnreclaim:        28272 kB
KernelStack:        3584 kB
PageTables:        15892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7655724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2914304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 38200 MiB
End job on node102 at 2018-08-11 22:14:13