Trace number 4390054

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
cosoco 2UNSAT 163.898 163.937

General information on the benchmark

NameQRandom/
QRandom-bdd-15-21-2/bdd-15-21-2-2713-79-30.xml
MD5SUM8b6ef29061622b0e39695724d5e1a830
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark19.1059
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":21}]
Minimum variable degree1903
Maximum variable degree1977
Distribution of variable degrees[{"degree":1903,"count":1},{"degree":1904,"count":1},{"degree":1912,"count":1},{"degree":1924,"count":1},{"degree":1926,"count":1},{"degree":1929,"count":1},{"degree":1930,"count":1},{"degree":1934,"count":1},{"degree":1936,"count":1},{"degree":1937,"count":1},{"degree":1940,"count":2},{"degree":1942,"count":1},{"degree":1943,"count":1},{"degree":1945,"count":1},{"degree":1947,"count":2},{"degree":1950,"count":1},{"degree":1959,"count":1},{"degree":1970,"count":1},{"degree":1977,"count":1}]
Minimum constraint arity15
Maximum constraint arity15
Distribution of constraint arities[{"arity":15,"count":2713}]
Number of extensional constraints2713
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2713}]
Optimization problemNO
Type of objective

Solver Data

1.10/1.18	c root propagations     : 0           
1.10/1.18	c restarts enabled, print stats at every restarts
1.10/1.18	c
1.10/1.18	c
1.10/1.18	c
1.10/1.18	c This is cosoco 2.00 --  
1.10/1.18	c
1.10/1.18	c command line: cosoco -lc -model -restarts -stick HOME/instance-4390054-1568335076.xml 
1.10/1.18	c ========================================[ Problem Statistics ]===========================================
1.10/1.18	c |                                                                                                       
1.10/1.18	c |  Parse time        :         0.23 s 
1.10/1.18	c |
1.10/1.18	c |               Variables: 21
1.10/1.18	c |            Domain Sizes: 2..2
1.10/1.18	c |
1.10/1.18	c |             Constraints: 2713
1.10/1.18	c |                   Arity: 15..15
1.10/1.18	c | 
1.10/1.18	c |                   Types: 
1.10/1.18	c |                          Extension: 2713  (nb tuples: 6807..6807) -- (shared: 2712)
1.10/1.18	c |                          
1.10/1.18	c =========================================================================================================
1.10/1.18	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
9.28/9.32	c 101            354            776263         2490           0              0              8   12   10    
17.88/17.98	c 211            736            1618121        5153           0              0              8   11   9     
27.18/27.23	c 332            1176           2588527        8216           0              0              5   11   9     
37.87/37.91	c 465            1636           3609285        11380          0              0              5   11   9     
49.36/49.49	c 611            2175           4788265        14934          0              0              3   11   9     
61.97/62.07	c 771            2740           6041587        18913          0              0              5   11   9     
75.36/75.42	c 947            3380           7450778        23246          0              0              3   11   9     
90.56/90.65	c 1140           4068           8983427        27977          0              0              6   11   9     
107.26/107.31	c 1352           4838           10697722       33281          0              0              3   11   9     
125.55/125.65	c 1585           5673           12556629       39118          0              0              4   11   9     
145.45/145.50	c 1841           6628           14650132       45499          1              0              5   11   9     
163.85/163.93	s UNSATISFIABLE
163.85/163.93	c restarts              : 11          
163.85/163.93	c conflicts             : 2077         (13 /sec)
163.85/163.93	c decisions             : 7478         (46 /sec)
163.85/163.93	c propagations          : 51341       (314 /sec)
163.85/163.93	c root propagations     : 0           
163.85/163.93	c filter calls          : 16551809       (101079 /sec)
163.85/163.93	c useless filter calls  : 16526911       (99 %)
163.85/163.93	c Memory used           : 177.12 MB
163.85/163.93	c CPU time              : 163.752 s
163.85/163.93	c real time             : 163.932 s
163.85/163.93	

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390054-1568335076/watcher-4390054-1568335076 -o /tmp/evaluation-result-4390054-1568335076/solver-4390054-1568335076 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568318532-25085 --watchdog 2560 cosoco -lc -model -restarts -stick HOME/instance-4390054-1568335076.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
solver pid=27440, runsolver pid=27437
Current StackSize limit: 8192 KiB


[startup+0.10044 s]*
/proc/loadavg: 2.01 2.02 2.05 3/198 27441
/proc/meminfo: memFree=25171416/32770624 swapFree=66977612/67108860
[pid=27440] ppid=27437 vsize=28104 memory=4216 CPUtime=0.1 cores=1,3,5,7
/proc/27440/stat : 27440 (cosoco) R 27437 27440 25053 0 -1 4202496 1256 0 0 0 10 0 0 0 20 0 1 0 409764915 28778496 1054 33554432000 4194304 6210612 140734357620080 140734357616104 5482961 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 13406208 140734357627915 140734357628017 140734357628017 140734357630926 0
/proc/27440/statm: 7026 1054 804 493 0 331 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 28104 KiB
Current children cumulated memory: 4216 KiB

[startup+0.20942 s]*
/proc/loadavg: 2.01 2.02 2.05 3/198 27441
/proc/meminfo: memFree=25119368/32770624 swapFree=66977612/67108860
[pid=27440] ppid=27437 vsize=93744 memory=69936 CPUtime=0.2 cores=1,3,5,7
/proc/27440/stat : 27440 (cosoco) R 27437 27440 25053 0 -1 4202496 17709 0 0 0 18 2 0 0 20 0 1 0 409764915 95993856 17484 33554432000 4194304 6210612 140734357620080 140734357617352 140438441151294 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 13406208 140734357627915 140734357628017 140734357628017 140734357630926 0
/proc/27440/statm: 23436 17484 814 493 0 16741 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 93744 KiB
Current children cumulated memory: 69936 KiB

[startup+0.309759 s]*
/proc/loadavg: 2.01 2.02 2.05 3/198 27441
/proc/meminfo: memFree=25017812/32770624 swapFree=66977612/67108860
[pid=27440] ppid=27437 vsize=181104 memory=157584 CPUtime=0.31 cores=1,3,5,7
/proc/27440/stat : 27440 (cosoco) R 27437 27440 25053 0 -1 4202496 39612 0 0 0 26 5 0 0 20 0 1 0 409764915 185450496 39396 33554432000 4194304 6210612 140734357620080 140734357617352 5038646 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 13406208 140734357627915 140734357628017 140734357628017 140734357630926 0
/proc/27440/statm: 45276 39396 831 493 0 38581 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 181104 KiB
Current children cumulated memory: 157584 KiB

[startup+0.700356 s]
/proc/loadavg: 2.01 2.02 2.05 3/199 27443
/proc/meminfo: memFree=25016936/32770624 swapFree=66977612/67108860
[pid=27440] ppid=27437 vsize=181104 memory=157584 CPUtime=0.69 cores=1,3,5,7
/proc/27440/stat : 27440 (cosoco) R 27437 27440 25053 0 -1 4202496 39612 0 0 0 64 5 0 0 20 0 1 0 409764915 185450496 39396 33554432000 4194304 6210612 140734357620080 140734357618344 5038658 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 13406208 140734357627915 140734357628017 140734357628017 140734357630926 0
/proc/27440/statm: 45276 39396 831 493 0 38581 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 181104 KiB
Current children cumulated memory: 157584 KiB

[startup+1.50041 s]
/proc/loadavg: 2.01 2.02 2.05 3/199 27443
/proc/meminfo: memFree=25017180/32770624 swapFree=66977612/67108860
[pid=27440] ppid=27437 vsize=181236 memory=157584 CPUtime=1.49 cores=1,3,5,7
/proc/27440/stat : 27440 (cosoco) R 27437 27440 25053 0 -1 4202496 39622 0 0 0 144 5 0 0 20 0 1 0 409764915 185585664 39396 33554432000 4194304 6210612 140734357620080 140734357618344 5038627 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 13406208 140734357627915 140734357628017 140734357628017 140734357630926 0
/proc/27440/statm: 45309 39396 831 493 0 38614 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 181236 KiB
Current children cumulated memory: 157584 KiB

[startup+3.10941 s]
/proc/loadavg: 2.01 2.02 2.05 3/198 27443
/proc/meminfo: memFree=25016868/32770624 swapFree=66977612/67108860
[pid=27440] ppid=27437 vsize=181368 memory=157808 CPUtime=3.09 cores=1,3,5,7
/proc/27440/stat : 27440 (cosoco) R 27437 27440 25053 0 -1 4202496 61209 0 0 0 303 6 0 0 20 0 1 0 409764915 185720832 39452 33554432000 4194304 6210612 140734357620080 140734357617560 5037516 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8308220 8313664 13406208 140734357627915 140734357628017 140734357628017 140734357630926 0
/proc/27440/statm: 45342 39452 846 493 0 38647 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 181368 KiB
Current children cumulated memory: 157808 KiB

[startup+6.30041 s]
/proc/loadavg: 1.93 2.00 2.04 3/198 27443
/proc/meminfo: memFree=25017036/32770624 swapFree=66977612/67108860
[pid=27440] ppid=27437 vsize=181368 memory=157808 CPUtime=6.28 cores=1,3,5,7
/proc/27440/stat : 27440 (cosoco) R 27437 27440 25053 0 -1 4202496 84521 0 0 0 621 7 0 0 20 0 1 0 409764915 185720832 39452 33554432000 4194304 6210612 140734357620080 140734357617560 5038872 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 13406208 140734357627915 140734357628017 140734357628017 140734357630926 0
/proc/27440/statm: 45342 39452 846 493 0 38647 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 181368 KiB
Current children cumulated memory: 157808 KiB

[startup+12.7004 s]
/proc/loadavg: 1.93 2.00 2.04 3/198 27443
/proc/meminfo: memFree=25016720/32770624 swapFree=66977612/67108860
[pid=27440] ppid=27437 vsize=181368 memory=157824 CPUtime=12.68 cores=1,3,5,7
/proc/27440/stat : 27440 (cosoco) R 27437 27440 25053 0 -1 4202496 123072 0 0 0 1259 9 0 0 20 0 1 0 409764915 185720832 39456 33554432000 4194304 6210612 140734357620080 140734357618040 5038624 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 13406208 140734357627915 140734357628017 140734357628017 140734357630926 0
/proc/27440/statm: 45342 39456 849 493 0 38647 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 181368 KiB
Current children cumulated memory: 157824 KiB

[startup+25.5004 s]
/proc/loadavg: 1.94 2.00 2.04 3/198 27444
/proc/meminfo: memFree=25017232/32770624 swapFree=66977612/67108860
[pid=27440] ppid=27437 vsize=181368 memory=157824 CPUtime=25.48 cores=1,3,5,7
/proc/27440/stat : 27440 (cosoco) R 27437 27440 25053 0 -1 4202496 176403 0 0 0 2536 12 0 0 20 0 1 0 409764915 185720832 39456 33554432000 4194304 6210612 140734357620080 140734357618040 5038893 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 13406208 140734357627915 140734357628017 140734357628017 140734357630926 0
/proc/27440/statm: 45342 39456 849 493 0 38647 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 181368 KiB
Current children cumulated memory: 157824 KiB

[startup+51.1097 s]
/proc/loadavg: 1.96 2.00 2.04 3/199 27446
/proc/meminfo: memFree=25016360/32770624 swapFree=66977612/67108860
[pid=27440] ppid=27437 vsize=181368 memory=157824 CPUtime=51.07 cores=1,3,5,7
/proc/27440/stat : 27440 (cosoco) R 27437 27440 25053 0 -1 4202496 211974 0 0 0 5094 13 0 0 20 0 1 0 409764915 185720832 39456 33554432000 4194304 6210612 140734357620080 140734357618040 5038658 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 13406208 140734357627915 140734357628017 140734357628017 140734357630926 0
/proc/27440/statm: 45342 39456 849 493 0 38647 0
Current children cumulated CPU time: 51.07 s
Current children cumulated vsize: 181368 KiB
Current children cumulated memory: 157824 KiB

[startup+102.3 s]
/proc/loadavg: 1.98 2.00 2.04 3/198 27450
/proc/meminfo: memFree=25017012/32770624 swapFree=66977612/67108860
[pid=27440] ppid=27437 vsize=181368 memory=157824 CPUtime=102.26 cores=1,3,5,7
/proc/27440/stat : 27440 (cosoco) R 27437 27440 25053 0 -1 4202496 223428 0 0 0 10212 14 0 0 20 0 1 0 409764915 185720832 39456 33554432000 4194304 6210612 140734357620080 140734357618040 5038631 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 13406208 140734357627915 140734357628017 140734357628017 140734357630926 0
/proc/27440/statm: 45342 39456 849 493 0 38647 0
Current children cumulated CPU time: 102.26 s
Current children cumulated vsize: 181368 KiB
Current children cumulated memory: 157824 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/199 27462
/proc/meminfo: memFree=25015964/32770624 swapFree=66977612/67108860
[pid=27440] ppid=27437 vsize=181368 memory=157824 CPUtime=162.25 cores=1,3,5,7
/proc/27440/stat : 27440 (cosoco) R 27437 27440 25053 0 -1 4202496 224163 0 0 0 16211 14 0 0 20 0 1 0 409764915 185720832 39456 33554432000 4194304 6210612 140734357620080 140734357618040 5038622 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 13406208 140734357627915 140734357628017 140734357628017 140734357630926 0
/proc/27440/statm: 45342 39456 849 493 0 38647 0
Current children cumulated CPU time: 162.25 s
Current children cumulated vsize: 181368 KiB
Current children cumulated memory: 157824 KiB

[startup+163.937 s]
# the end of solver process 27440 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=163.752 s, system=0.145985 s

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

[startup+163.2 s]
/proc/loadavg: 1.99 2.00 2.04 3/199 27462
/proc/meminfo: memFree=25016080/32770624 swapFree=66977612/67108860
[pid=27440] ppid=27437 vsize=181368 memory=157824 CPUtime=163.15 cores=1,3,5,7
/proc/27440/stat : 27440 (cosoco) R 27437 27440 25053 0 -1 4202496 224163 0 0 0 16301 14 0 0 20 0 1 0 409764915 185720832 39456 33554432000 4194304 6210612 140734357620080 140734357618040 5038624 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 13406208 140734357627915 140734357628017 140734357628017 140734357630926 0
/proc/27440/statm: 45342 39456 849 493 0 38647 0
Current children cumulated CPU time: 163.15 s
Current children cumulated vsize: 181368 KiB
Current children cumulated memory: 157824 KiB

[startup+163.6 s]
/proc/loadavg: 1.99 2.00 2.04 3/199 27462
/proc/meminfo: memFree=25016080/32770624 swapFree=66977612/67108860
[pid=27440] ppid=27437 vsize=181368 memory=157824 CPUtime=163.55 cores=1,3,5,7
/proc/27440/stat : 27440 (cosoco) R 27437 27440 25053 0 -1 4202496 224163 0 0 0 16341 14 0 0 20 0 1 0 409764915 185720832 39456 33554432000 4194304 6210612 140734357620080 140734357618040 5037457 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 13406208 140734357627915 140734357628017 140734357628017 140734357630926 0
/proc/27440/statm: 45342 39456 849 493 0 38647 0
Current children cumulated CPU time: 163.55 s
Current children cumulated vsize: 181368 KiB
Current children cumulated memory: 157824 KiB

[startup+163.8 s]
/proc/loadavg: 1.99 2.00 2.04 3/199 27462
/proc/meminfo: memFree=25016080/32770624 swapFree=66977612/67108860
[pid=27440] ppid=27437 vsize=181368 memory=157824 CPUtime=163.75 cores=1,3,5,7
/proc/27440/stat : 27440 (cosoco) R 27437 27440 25053 0 -1 4202496 224163 0 0 0 16361 14 0 0 20 0 1 0 409764915 185720832 39456 33554432000 4194304 6210612 140734357620080 140734357618040 5037490 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 13406208 140734357627915 140734357628017 140734357628017 140734357630926 0
/proc/27440/statm: 45342 39456 849 493 0 38647 0
Current children cumulated CPU time: 163.75 s
Current children cumulated vsize: 181368 KiB
Current children cumulated memory: 157824 KiB

[startup+163.9 s]
/proc/loadavg: 1.99 2.00 2.04 3/199 27462
/proc/meminfo: memFree=25016080/32770624 swapFree=66977612/67108860
[pid=27440] ppid=27437 vsize=181368 memory=157824 CPUtime=163.85 cores=1,3,5,7
/proc/27440/stat : 27440 (cosoco) R 27437 27440 25053 0 -1 4202496 224163 0 0 0 16371 14 0 0 20 0 1 0 409764915 185720832 39456 33554432000 4194304 6210612 140734357620080 140734357618040 5038631 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 13406208 140734357627915 140734357628017 140734357628017 140734357630926 0
/proc/27440/statm: 45342 39456 849 493 0 38647 0
Current children cumulated CPU time: 163.85 s
Current children cumulated vsize: 181368 KiB
Current children cumulated memory: 157824 KiB

Child status: 0
Real time (s): 163.937
CPU time (s): 163.898
CPU user time (s): 163.752
CPU system time (s): 0.145985
CPU usage (%): 99.9759
Max. virtual memory (cumulated for all children) (KiB): 181368
Max. memory (cumulated for all children) (KiB): 157824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 163.752
system time used= 0.145985
maximum resident set size= 157896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224202
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= 43
involuntary context switches= 109


# summary of solver processes directly reported to runsolver:
#   pid: 27440
#   total CPU time (s): 163.898
#   total CPU user time (s): 163.752
#   total CPU system time (s): 0.145985

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.04168 second user time and 0.893381 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-13 01:27:39
IDJOB=4390054
IDBENCH=125864
IDSOLVER=2830
FILE ID=node104/4390054-1568335076
RUNJOBID= node104-1568318532-25085
PBS_JOBID= 21701142
Free space on /tmp= 56572 MiB

SOLVER NAME= cosoco 2
BENCH NAME= XCSP17/QRandom/QRandom-bdd-15-21-2/bdd-15-21-2-2713-79-30.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390054-1568335076/watcher-4390054-1568335076 -o /tmp/evaluation-result-4390054-1568335076/solver-4390054-1568335076 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568318532-25085 --watchdog 2560  cosoco -lc -model -restarts -stick HOME/instance-4390054-1568335076.xml

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

MD5SUM BENCH= 8b6ef29061622b0e39695724d5e1a830
RANDOM SEED=924735764

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        25171868 kB
MemAvailable:   31828396 kB
Buffers:          133892 kB
Cached:          6736168 kB
SwapCached:        31864 kB
Active:          1765324 kB
Inactive:        5143040 kB
Active(anon):       5064 kB
Inactive(anon):    74764 kB
Active(file):    1760260 kB
Inactive(file):  5068276 kB
Unevictable:      107804 kB
Mlocked:          107804 kB
SwapTotal:      67108860 kB
SwapFree:       66977612 kB
Dirty:              3184 kB
Writeback:             0 kB
AnonPages:        126156 kB
Mapped:            44824 kB
Shmem:             32780 kB
Slab:             286316 kB
SReclaimable:     256452 kB
SUnreclaim:        29864 kB
KernelStack:        3744 kB
PageTables:         5904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     519996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56568 MiB
End job on node104 at 2019-09-13 01:30:24