Trace number 4397998

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 2.O parallel? 416.087 416.295

General information on the benchmark

NameRectPacking/RectPacking-m1-perf/
RectPacking-perfect-203.xml
MD5SUMce251f4c9ae0df3aa97e9296eb89cd68
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark141.487
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints53
Number of domains1
Minimum domain size634
Maximum domain size634
Distribution of domain sizes[{"size":634,"count":50}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":48},{"degree":3,"count":1},{"degree":4,"count":1}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":51},{"arity":2,"count":1},{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints52
Distribution of constraint types[{"type":"intension","count":52},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

414.58/414.83	c
414.58/414.83	c This is cosoco 2.00 --  
414.58/414.83	c
414.58/414.83	c command line: cosoco -model -nbcores=8 HOME/instance-4397998-1568605118.xml 
414.58/414.83	c WARNING : never tested k dom no overlap length int 
414.58/414.83	c =========================================================================================================
414.58/414.83	s UNKNOWN

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4397998-1568605118/watcher-4397998-1568605118 -o /tmp/evaluation-result-4397998-1568605118/solver-4397998-1568605118 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node120-1324111741-488 --watchdog 2580 cosoco -model -nbcores=8 HOME/instance-4397998-1568605118.xml 

running on 8 cores: 0-7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=1871, runsolver pid=1868
Current StackSize limit: 8192 KiB


[startup+0.100159 s]*
/proc/loadavg: 8.24 8.28 7.90 2/192 1872
/proc/meminfo: memFree=29602728/32770688 swapFree=66919992/67108860
[pid=1871] ppid=1868 vsize=33320 memory=9568 CPUtime=0.1 cores=0-7
/proc/1871/stat : 1871 (cosoco) R 1868 1871 460 0 -1 4202496 2596 0 0 0 10 0 0 0 20 0 1 0 436518141 34119680 2392 33554432000 4194304 6211092 140733828546240 140733828542776 5012856 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 19046400 140733828551697 140733828551789 140733828551789 140733828554702 0
/proc/1871/statm: 8330 2392 834 493 0 1635 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 33320 KiB
Current children cumulated memory: 9568 KiB

[startup+0.210465 s]*
/proc/loadavg: 8.24 8.28 7.90 2/192 1872
/proc/meminfo: memFree=29599752/32770688 swapFree=66919992/67108860
[pid=1871] ppid=1868 vsize=36444 memory=12680 CPUtime=0.21 cores=0-7
/proc/1871/stat : 1871 (cosoco) R 1868 1871 460 0 -1 4202496 3361 0 0 0 21 0 0 0 20 0 1 0 436518141 37318656 3170 33554432000 4194304 6211092 140733828546240 140733828542776 5451554 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 19046400 140733828551697 140733828551789 140733828551789 140733828554702 0
/proc/1871/statm: 9111 3170 834 493 0 2416 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 36444 KiB
Current children cumulated memory: 12680 KiB

[startup+0.309777 s]*
/proc/loadavg: 8.24 8.28 7.90 2/192 1872
/proc/meminfo: memFree=29597460/32770688 swapFree=66919992/67108860
[pid=1871] ppid=1868 vsize=39292 memory=15320 CPUtime=0.31 cores=0-7
/proc/1871/stat : 1871 (cosoco) R 1868 1871 460 0 -1 4202496 4022 0 0 0 31 0 0 0 20 0 1 0 436518141 40235008 3830 33554432000 4194304 6211092 140733828546240 140733828540344 140161633160165 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 19046400 140733828551697 140733828551789 140733828551789 140733828554702 0
/proc/1871/statm: 9823 3830 834 493 0 3128 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 39292 KiB
Current children cumulated memory: 15320 KiB

[startup+0.700317 s]
/proc/loadavg: 8.24 8.28 7.90 2/192 1872
/proc/meminfo: memFree=29592332/32770688 swapFree=66919992/67108860
[pid=1871] ppid=1868 vsize=49304 memory=24664 CPUtime=0.69 cores=0-7
/proc/1871/stat : 1871 (cosoco) R 1868 1871 460 0 -1 4202496 6364 0 0 0 69 0 0 0 20 0 1 0 436518141 50487296 6166 33554432000 4194304 6211092 140733828546240 140733828540344 5012856 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 19046400 140733828551697 140733828551789 140733828551789 140733828554702 0
/proc/1871/statm: 12326 6166 834 493 0 5631 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 49304 KiB
Current children cumulated memory: 24664 KiB

[startup+1.50032 s]
/proc/loadavg: 8.24 8.28 7.90 2/192 1872
/proc/meminfo: memFree=29579900/32770688 swapFree=66919992/67108860
[pid=1871] ppid=1868 vsize=71608 memory=45404 CPUtime=1.49 cores=0-7
/proc/1871/stat : 1871 (cosoco) R 1868 1871 460 0 -1 4202496 11007 0 0 0 148 1 0 0 20 0 1 0 436518141 73326592 11351 33554432000 4194304 6211092 140733828546240 140733828540344 5451621 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 19046400 140733828551697 140733828551789 140733828551789 140733828554702 0
/proc/1871/statm: 17902 11351 834 493 0 11207 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 71608 KiB
Current children cumulated memory: 45404 KiB

[startup+3.10969 s]
/proc/loadavg: 7.66 8.16 7.87 2/192 1872
/proc/meminfo: memFree=29527552/32770688 swapFree=66919992/67108860
[pid=1871] ppid=1868 vsize=118888 memory=87564 CPUtime=3.1 cores=0-7
/proc/1871/stat : 1871 (cosoco) R 1868 1871 460 0 -1 4202496 19071 0 0 0 308 2 0 0 20 0 1 0 436518141 121741312 21891 33554432000 4194304 6211092 140733828546240 140733828540344 140161633160165 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 19046400 140733828551697 140733828551789 140733828551789 140733828554702 0
/proc/1871/statm: 29722 21891 834 493 0 23027 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 118888 KiB
Current children cumulated memory: 87564 KiB

[startup+6.30031 s]
/proc/loadavg: 7.66 8.16 7.87 2/192 1872
/proc/meminfo: memFree=29451600/32770688 swapFree=66919992/67108860
[pid=1871] ppid=1868 vsize=215900 memory=170564 CPUtime=6.29 cores=0-7
/proc/1871/stat : 1871 (cosoco) R 1868 1871 460 0 -1 4202496 34222 0 0 0 625 4 0 0 20 0 1 0 436518141 221081600 42641 33554432000 4194304 6211092 140733828546240 140733828540344 140161633160165 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 19046400 140733828551697 140733828551789 140733828551789 140733828554702 0
/proc/1871/statm: 53975 42641 834 493 0 47280 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 215900 KiB
Current children cumulated memory: 170564 KiB

[startup+12.7003 s]
/proc/loadavg: 6.64 7.93 7.79 2/192 1873
/proc/meminfo: memFree=29246720/32770688 swapFree=66919992/67108860
[pid=1871] ppid=1868 vsize=476776 memory=417692 CPUtime=12.69 cores=0-7
/proc/1871/stat : 1871 (cosoco) R 1868 1871 460 0 -1 4202496 77073 0 0 0 1258 11 0 0 20 0 1 0 436518141 488218624 104423 33554432000 4194304 6211092 140733828546240 140733828540344 140161633160165 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 19046400 140733828551697 140733828551789 140733828551789 140733828554702 0
/proc/1871/statm: 119194 104423 834 493 0 112499 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 476776 KiB
Current children cumulated memory: 417692 KiB

[startup+25.5003 s]
/proc/loadavg: 5.77 7.70 7.72 2/193 1875
/proc/meminfo: memFree=28288568/32770688 swapFree=66919992/67108860
[pid=1871] ppid=1868 vsize=1499432 memory=1359888 CPUtime=25.49 cores=0-7
/proc/1871/stat : 1871 (cosoco) R 1868 1871 460 0 -1 4202496 235490 0 0 0 2512 37 0 0 20 0 1 0 436518141 1535418368 339972 33554432000 4194304 6211092 140733828546240 140733828540344 140161633160165 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 19046400 140733828551697 140733828551789 140733828551789 140733828554702 0
/proc/1871/statm: 374858 339972 834 493 0 368163 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 1499432 KiB
Current children cumulated memory: 1359888 KiB

[startup+51.1098 s]
/proc/loadavg: 4.14 7.16 7.54 2/192 1875
/proc/meminfo: memFree=26369932/32770688 swapFree=66919992/67108860
[pid=1871] ppid=1868 vsize=3457700 memory=3245908 CPUtime=51.1 cores=0-7
/proc/1871/stat : 1871 (cosoco) R 1868 1871 460 0 -1 4202496 551141 0 0 0 5018 92 0 0 20 0 1 0 436518141 3540684800 811477 33554432000 4194304 6211092 140733828546240 140733828540344 140161633160165 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 19046400 140733828551697 140733828551789 140733828551789 140733828554702 0
/proc/1871/statm: 864425 811477 834 493 0 857730 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 3457700 KiB
Current children cumulated memory: 3245908 KiB

[startup+102.3 s]
/proc/loadavg: 2.26 6.12 7.16 2/192 1885
/proc/meminfo: memFree=22607168/32770688 swapFree=66919992/67108860
[pid=1871] ppid=1868 vsize=7546240 memory=7014784 CPUtime=102.27 cores=0-7
/proc/1871/stat : 1871 (cosoco) R 1868 1871 460 0 -1 4202496 1181111 0 0 0 10030 197 0 0 20 0 1 0 436518141 7727349760 1753696 33554432000 4194304 6211092 140733828546240 140733828540344 140161633160165 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 19046400 140733828551697 140733828551789 140733828551789 140733828554702 0
/proc/1871/statm: 1886560 1753696 834 493 0 1879865 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 7546240 KiB
Current children cumulated memory: 7014784 KiB

[startup+162.3 s]
/proc/loadavg: 1.46 5.19 6.78 2/193 1913
/proc/meminfo: memFree=18181260/32770688 swapFree=66919992/67108860
[pid=1871] ppid=1868 vsize=11910080 memory=11432048 CPUtime=162.23 cores=0-7
/proc/1871/stat : 1871 (cosoco) R 1868 1871 460 0 -1 4202496 1918584 0 0 0 15911 312 0 0 20 0 1 0 436518141 12195921920 2858012 33554432000 4194304 6211092 140733828546240 140733828540344 140161633160165 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 19046400 140733828551697 140733828551789 140733828551789 140733828554702 0
/proc/1871/statm: 2977520 2858012 834 493 0 2970825 0
Current children cumulated CPU time: 162.23 s
Current children cumulated vsize: 11910080 KiB
Current children cumulated memory: 11432048 KiB

[startup+222.3 s]
/proc/loadavg: 1.17 4.43 6.42 2/193 1916
/proc/meminfo: memFree=14324144/32770688 swapFree=66919992/67108860
[pid=1871] ppid=1868 vsize=16608312 memory=15282996 CPUtime=222.2 cores=0-7
/proc/1871/stat : 1871 (cosoco) R 1868 1871 460 0 -1 4202496 2562947 0 0 0 21790 430 0 0 20 0 1 0 436518141 17006911488 3820749 33554432000 4194304 6211092 140733828546240 140733828540344 140161633160165 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 19046400 140733828551697 140733828551789 140733828551789 140733828554702 0
/proc/1871/statm: 4152078 3820749 834 493 0 4145383 0
Current children cumulated CPU time: 222.2 s
Current children cumulated vsize: 16608312 KiB
Current children cumulated memory: 15282996 KiB

[startup+282.3 s]
/proc/loadavg: 1.06 3.80 6.08 2/192 1919
/proc/meminfo: memFree=9922356/32770688 swapFree=66919992/67108860
[pid=1871] ppid=1868 vsize=22730364 memory=19676772 CPUtime=282.16 cores=0-7
/proc/1871/stat : 1871 (cosoco) R 1868 1871 460 0 -1 4202496 3296566 0 0 0 27628 588 0 0 20 0 1 0 436518141 23275892736 4919193 33554432000 4194304 6211092 140733828546240 140733828540344 140161633160165 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 19046400 140733828551697 140733828551789 140733828551789 140733828554702 0
/proc/1871/statm: 5682591 4919193 834 493 0 5675896 0
Current children cumulated CPU time: 282.16 s
Current children cumulated vsize: 22730364 KiB
Current children cumulated memory: 19676772 KiB

[startup+342.3 s]
/proc/loadavg: 1.02 3.29 5.76 2/192 1924
/proc/meminfo: memFree=5615788/32770688 swapFree=66919992/67108860
[pid=1871] ppid=1868 vsize=25590252 memory=23960032 CPUtime=342.12 cores=0-7
/proc/1871/stat : 1871 (cosoco) R 1868 1871 460 0 -1 4202496 4011201 0 0 0 33471 741 0 0 20 0 1 0 436518141 26204418048 5990008 33554432000 4194304 6211092 140733828546240 140733828540344 140161633160165 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 19046400 140733828551697 140733828551789 140733828551789 140733828554702 0
/proc/1871/statm: 6397563 5990008 834 493 0 6390868 0
Current children cumulated CPU time: 342.12 s
Current children cumulated vsize: 25590252 KiB
Current children cumulated memory: 23960032 KiB

[startup+402.3 s]
/proc/loadavg: 1.01 2.88 5.46 2/192 1927
/proc/meminfo: memFree=1714028/32770688 swapFree=66919992/67108860
[pid=1871] ppid=1868 vsize=28198044 memory=27870712 CPUtime=402.1 cores=0-7
/proc/1871/stat : 1871 (cosoco) R 1868 1871 460 0 -1 4202496 4663846 0 0 0 39327 883 0 0 20 0 1 0 436518141 28874797056 6967678 33554432000 4194304 6211092 140733828546240 140733828540344 140161633160165 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 19046400 140733828551697 140733828551789 140733828551789 140733828554702 0
/proc/1871/statm: 7049511 6967678 834 493 0 7042816 0
Current children cumulated CPU time: 402.1 s
Current children cumulated vsize: 28198044 KiB
Current children cumulated memory: 27870712 KiB

[startup+416.295 s]
# the end of solver process 1871 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=405.456 s, system=10.6312 s

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

[startup+409.6 s]
/proc/loadavg: 1.01 2.84 5.44 2/192 1927
/proc/meminfo: memFree=1199344/32770688 swapFree=66919992/67108860
[pid=1871] ppid=1868 vsize=28554180 memory=28405204 CPUtime=409.39 cores=0-7
/proc/1871/stat : 1871 (cosoco) R 1868 1871 460 0 -1 4202496 4752995 0 0 0 40036 903 0 0 20 0 1 0 436518141 29239480320 7101301 33554432000 4194304 6211092 140733828546240 140733828540344 140161633160165 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 19046400 140733828551697 140733828551789 140733828551789 140733828554702 0
/proc/1871/statm: 7138545 7101301 834 493 0 7131850 0
Current children cumulated CPU time: 409.39 s
Current children cumulated vsize: 28554180 KiB
Current children cumulated memory: 28405204 KiB

[startup+412.8 s]
/proc/loadavg: 1.01 2.81 5.41 2/192 1927
/proc/meminfo: memFree=978784/32770688 swapFree=66919992/67108860
[pid=1871] ppid=1868 vsize=28710336 memory=28638900 CPUtime=412.58 cores=0-7
/proc/1871/stat : 1871 (cosoco) R 1868 1871 460 0 -1 4202496 4792045 0 0 0 40348 910 0 0 20 0 1 0 436518141 29399384064 7159725 33554432000 4194304 6211092 140733828546240 140733828540344 140161633160165 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 19046400 140733828551697 140733828551789 140733828551789 140733828554702 0
/proc/1871/statm: 7177584 7159725 834 493 0 7170889 0
Current children cumulated CPU time: 412.58 s
Current children cumulated vsize: 28710336 KiB
Current children cumulated memory: 28638900 KiB

[startup+414.4 s]
/proc/loadavg: 1.01 2.81 5.41 2/192 1927
/proc/meminfo: memFree=832340/32770688 swapFree=66919992/67108860
[pid=1871] ppid=1868 vsize=28788480 memory=28756144 CPUtime=414.18 cores=0-7
/proc/1871/stat : 1871 (cosoco) R 1868 1871 460 0 -1 4202496 4811606 0 0 0 40504 914 0 0 20 0 1 0 436518141 29479403520 7189036 33554432000 4194304 6211092 140733828546240 140733828540344 140161633160165 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 19046400 140733828551697 140733828551789 140733828551789 140733828554702 0
/proc/1871/statm: 7197120 7189036 834 493 0 7190425 0
Current children cumulated CPU time: 414.18 s
Current children cumulated vsize: 28788480 KiB
Current children cumulated memory: 28756144 KiB

[startup+415.2 s]
/proc/loadavg: 1.01 2.81 5.41 2/192 1927
/proc/meminfo: memFree=4060920/32770688 swapFree=66919992/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+416 s]*
/proc/loadavg: 1.01 2.81 5.41 2/192 1927
/proc/meminfo: memFree=19853684/32770688 swapFree=66919992/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+416.2 s]
/proc/loadavg: 1.01 2.81 5.41 2/192 1927
/proc/meminfo: memFree=19853684/32770688 swapFree=66919992/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 416.295
CPU time (s): 416.087
CPU user time (s): 405.456
CPU system time (s): 10.6312
CPU usage (%): 99.9499
Max. virtual memory (cumulated for all children) (KiB): 28873024
Max. memory (cumulated for all children) (KiB): 28784024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 405.456
system time used= 10.6312
maximum resident set size= 28784024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4843230
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= 281
involuntary context switches= 378


# summary of solver processes directly reported to runsolver:
#   pid: 1871
#   total CPU time (s): 416.087
#   total CPU user time (s): 405.456
#   total CPU system time (s): 10.6312

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.8136 second user time and 2.86333 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-17 11:59:01
IDJOB=4397998
IDBENCH=127846
IDSOLVER=2851
FILE ID=node120/4397998-1568605118
RUNJOBID= node120-1324111741-488
PBS_JOBID= 21703407
Free space on /tmp= 61656 MiB

SOLVER NAME= cosoco 2.O parallel
BENCH NAME= XCSP17/RectPacking/RectPacking-m1-perf/RectPacking-perfect-203.xml
COMMAND LINE= cosoco -model -nbcores=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4397998-1568605118/watcher-4397998-1568605118 -o /tmp/evaluation-result-4397998-1568605118/solver-4397998-1568605118 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node120-1324111741-488 --watchdog 2580  cosoco -model -nbcores=8 HOME/instance-4397998-1568605118.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= ce251f4c9ae0df3aa97e9296eb89cd68
RANDOM SEED=1023462324

node120.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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        29608716 kB
MemAvailable:   31825464 kB
Buffers:          160156 kB
Cached:          2361100 kB
SwapCached:        77548 kB
Active:          1341416 kB
Inactive:        1262588 kB
Active(anon):       3628 kB
Inactive(anon):   128860 kB
Active(file):    1337788 kB
Inactive(file):  1133728 kB
Unevictable:      107500 kB
Mlocked:          107500 kB
SwapTotal:      67108860 kB
SwapFree:       66919992 kB
Dirty:              2724 kB
Writeback:             0 kB
AnonPages:        113356 kB
Mapped:            51548 kB
Shmem:             41008 kB
Slab:             150516 kB
SReclaimable:     122132 kB
SUnreclaim:        28384 kB
KernelStack:        3408 kB
PageTables:         5920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     515048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 61652 MiB
End job on node120 at 2011-12-17 12:05:57