Trace number 4389462

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 759.706 759.752

General information on the benchmark

NamePropStress/PropStress-m1-s1/
PropStress-0150.xml
MD5SUMb9bf68be3b756b1f34bbd3d4e06d542d
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.599
Satisfiable
(Un)Satisfiability was proved
Number of variables302
Number of constraints11626
Number of domains1
Minimum domain size22501
Maximum domain size22501
Distribution of domain sizes[{"size":22501,"count":302}]
Minimum variable degree2
Maximum variable degree151
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":149},{"degree":150,"count":149},{"degree":151,"count":3}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":11626}]
Number of extensional constraints0
Number of intensional constraints11626
Distribution of constraint types[{"type":"intension","count":11626}]
Optimization problemNO
Type of objective

Solver Data

759.65/759.75	c
759.65/759.75	c This is cosoco 2.00 --  
759.65/759.75	c
759.65/759.75	c command line: cosoco -lc -model -restarts -stick HOME/instance-4389462-1568332373.xml 
759.65/759.75	c ========================================[ Problem Statistics ]===========================================
759.65/759.75	c |                                                                                                       
759.65/759.75	c |  Parse time        :         6.43 s 
759.65/759.75	c |
759.65/759.75	c |               Variables: 302
759.65/759.75	c |            Domain Sizes: 22501..22501
759.65/759.75	c |
759.65/759.75	c |             Constraints: 11626
759.65/759.75	c |                   Arity: 2..2  -- Binary: 11626
759.65/759.75	c | 
759.65/759.75	c |                   Types: 
759.65/759.75	c |                          (X -Y <= k): 11626
759.65/759.75	c |                          
759.65/759.75	c =========================================================================================================
759.65/759.75	s UNSATISFIABLE
759.65/759.75	c restarts              : 0           
759.65/759.75	c conflicts             : 0            (0 /sec)
759.65/759.75	c decisions             : 0            (0 /sec)
759.65/759.75	c propagations          : 5356662     (7052 /sec)
759.65/759.75	c root propagations     : 5356662     
759.65/759.75	c filter calls          : 8699069        (11453 /sec)
759.65/759.75	c useless filter calls  : 3365060        (38 %)
759.65/759.75	c Memory used           : 247.44 MB
759.65/759.75	c CPU time              : 759.561 s
759.65/759.75	c real time             : 759.747 s
759.65/759.75	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4389462-1568332373/watcher-4389462-1568332373 -o /tmp/evaluation-result-4389462-1568332373/solver-4389462-1568332373 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323826654-9509 --watchdog 2580 cosoco -lc -model -restarts -stick HOME/instance-4389462-1568332373.xml 

running on 4 cores: 0-3

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=13980, runsolver pid=13977

[startup+0.10017 s]*
/proc/loadavg: 2.06 2.03 2.05 3/200 13981
/proc/meminfo: memFree=27769360/32770688 swapFree=66919992/67108860
[pid=13980] ppid=13977 vsize=82268 memory=58344 CPUtime=0.1 cores=0-3
/proc/13980/stat : 13980 (cosoco) R 13977 13980 9478 0 -1 4202496 14814 0 0 0 9 1 0 0 20 0 1 0 409243683 84242432 14586 33554432000 4194304 6210612 140725688736896 140725688732840 139890644781886 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19943424 140725688738827 140725688738929 140725688738929 140725688741838 0
/proc/13980/statm: 20567 14586 819 493 0 13872 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 82268 KiB
Current children cumulated memory: 58344 KiB

[startup+0.210936 s]*
/proc/loadavg: 2.06 2.03 2.05 3/200 13981
/proc/meminfo: memFree=27766012/32770688 swapFree=66919992/67108860
[pid=13980] ppid=13977 vsize=85000 memory=61340 CPUtime=0.21 cores=0-3
/proc/13980/stat : 13980 (cosoco) R 13977 13980 9478 0 -1 4202496 15519 0 0 0 20 1 0 0 20 0 1 0 409243683 87040000 15335 33554432000 4194304 6210612 140725688736896 140725688728536 5810050 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19943424 140725688738827 140725688738929 140725688738929 140725688741838 0
/proc/13980/statm: 21250 15335 820 493 0 14555 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 85000 KiB
Current children cumulated memory: 61340 KiB

[startup+0.310316 s]*
/proc/loadavg: 2.06 2.03 2.05 3/200 13981
/proc/meminfo: memFree=27764608/32770688 swapFree=66919992/67108860
[pid=13980] ppid=13977 vsize=86136 memory=62396 CPUtime=0.31 cores=0-3
/proc/13980/stat : 13980 (cosoco) R 13977 13980 9478 0 -1 4202496 15779 0 0 0 30 1 0 0 20 0 1 0 409243683 88203264 15599 33554432000 4194304 6210612 140725688736896 140725688728536 139890660848768 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19943424 140725688738827 140725688738929 140725688738929 140725688741838 0
/proc/13980/statm: 21534 15599 820 493 0 14839 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 86136 KiB
Current children cumulated memory: 62396 KiB

[startup+0.700307 s]
/proc/loadavg: 2.06 2.03 2.05 3/200 13981
/proc/meminfo: memFree=27760392/32770688 swapFree=66919992/67108860
[pid=13980] ppid=13977 vsize=95568 memory=71608 CPUtime=0.69 cores=0-3
/proc/13980/stat : 13980 (cosoco) R 13977 13980 9478 0 -1 4202496 18153 0 0 0 67 2 0 0 20 0 1 0 409243683 97861632 17902 33554432000 4194304 6210612 140725688736896 140725688728120 139890644786149 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19943424 140725688738827 140725688738929 140725688738929 140725688741838 0
/proc/13980/statm: 23892 17902 820 493 0 17197 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 95568 KiB
Current children cumulated memory: 71608 KiB

[startup+1.50031 s]
/proc/loadavg: 2.06 2.03 2.05 3/200 13981
/proc/meminfo: memFree=27747464/32770688 swapFree=66919992/67108860
[pid=13980] ppid=13977 vsize=117216 memory=93256 CPUtime=1.49 cores=0-3
/proc/13980/stat : 13980 (cosoco) R 13977 13980 9478 0 -1 4202496 23578 0 0 0 146 3 0 0 20 0 1 0 409243683 120029184 23314 33554432000 4194304 6210612 140725688736896 140725688728008 139890644786149 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19943424 140725688738827 140725688738929 140725688738929 140725688741838 0
/proc/13980/statm: 29304 23314 820 493 0 22609 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 117216 KiB
Current children cumulated memory: 93256 KiB

[startup+3.11055 s]
/proc/loadavg: 2.05 2.03 2.05 3/200 13981
/proc/meminfo: memFree=27693028/32770688 swapFree=66919992/67108860
[pid=13980] ppid=13977 vsize=160932 memory=136964 CPUtime=3.1 cores=0-3
/proc/13980/stat : 13980 (cosoco) R 13977 13980 9478 0 -1 4202496 34790 0 0 0 305 5 0 0 20 0 1 0 409243683 164794368 34241 33554432000 4194304 6210612 140725688736896 140725688726456 139890644786149 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19943424 140725688738827 140725688738929 140725688738929 140725688741838 0
/proc/13980/statm: 40233 34241 820 493 0 33538 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 160932 KiB
Current children cumulated memory: 136964 KiB

[startup+6.30029 s]
/proc/loadavg: 2.05 2.03 2.05 3/200 13981
/proc/meminfo: memFree=27611560/32770688 swapFree=66919992/67108860
[pid=13980] ppid=13977 vsize=247560 memory=223748 CPUtime=6.29 cores=0-3
/proc/13980/stat : 13980 (cosoco) R 13977 13980 9478 0 -1 4202496 56864 0 0 0 620 9 0 0 20 0 1 0 409243683 253501440 55937 33554432000 4194304 6210612 140725688736896 140725688731416 139890644786149 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19943424 140725688738827 140725688738929 140725688738929 140725688741838 0
/proc/13980/statm: 61890 55937 820 493 0 55195 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 247560 KiB
Current children cumulated memory: 223748 KiB

[startup+12.7004 s]
/proc/loadavg: 2.05 2.03 2.05 3/200 13981
/proc/meminfo: memFree=27596960/32770688 swapFree=66919992/67108860
[pid=13980] ppid=13977 vsize=253376 memory=229924 CPUtime=12.68 cores=0-3
/proc/13980/stat : 13980 (cosoco) R 13977 13980 9478 0 -1 4202496 97787 0 0 0 1257 11 0 0 20 0 1 0 409243683 259457024 57481 33554432000 4194304 6210612 140725688736896 140725688735160 5192912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19943424 140725688738827 140725688738929 140725688738929 140725688741838 0
/proc/13980/statm: 63344 57481 855 493 0 56649 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 253376 KiB
Current children cumulated memory: 229924 KiB

[startup+25.5004 s]
/proc/loadavg: 2.04 2.03 2.05 3/200 13981
/proc/meminfo: memFree=27596836/32770688 swapFree=66919992/67108860
[pid=13980] ppid=13977 vsize=253376 memory=229924 CPUtime=25.48 cores=0-3
/proc/13980/stat : 13980 (cosoco) R 13977 13980 9478 0 -1 4202496 113557 0 0 0 2536 12 0 0 20 0 1 0 409243683 259457024 57481 33554432000 4194304 6210612 140725688736896 140725688735160 5192912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19943424 140725688738827 140725688738929 140725688738929 140725688741838 0
/proc/13980/statm: 63344 57481 855 493 0 56649 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 253376 KiB
Current children cumulated memory: 229924 KiB

[startup+51.1106 s]
/proc/loadavg: 2.10 2.04 2.05 3/199 13984
/proc/meminfo: memFree=27597708/32770688 swapFree=66919992/67108860
[pid=13980] ppid=13977 vsize=253376 memory=229924 CPUtime=51.09 cores=0-3
/proc/13980/stat : 13980 (cosoco) R 13977 13980 9478 0 -1 4202496 121659 0 0 0 5096 13 0 0 20 0 1 0 409243683 259457024 57481 33554432000 4194304 6210612 140725688736896 140725688735160 5172056 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19943424 140725688738827 140725688738929 140725688738929 140725688741838 0
/proc/13980/statm: 63344 57481 855 493 0 56649 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 253376 KiB
Current children cumulated memory: 229924 KiB

[startup+102.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/200 13988
/proc/meminfo: memFree=27595440/32770688 swapFree=66919992/67108860
[pid=13980] ppid=13977 vsize=253376 memory=229924 CPUtime=102.28 cores=0-3
/proc/13980/stat : 13980 (cosoco) R 13977 13980 9478 0 -1 4202496 130038 0 0 0 10214 14 0 0 20 0 1 0 409243683 259457024 57481 33554432000 4194304 6210612 140725688736896 140725688735160 5192912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19943424 140725688738827 140725688738929 140725688738929 140725688741838 0
/proc/13980/statm: 63344 57481 855 493 0 56649 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 253376 KiB
Current children cumulated memory: 229924 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/200 13993
/proc/meminfo: memFree=27594368/32770688 swapFree=66919992/67108860
[pid=13980] ppid=13977 vsize=253376 memory=229924 CPUtime=162.27 cores=0-3
/proc/13980/stat : 13980 (cosoco) R 13977 13980 9478 0 -1 4202496 130662 0 0 0 16213 14 0 0 20 0 1 0 409243683 259457024 57481 33554432000 4194304 6210612 140725688736896 140725688735160 5392912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19943424 140725688738827 140725688738929 140725688738929 140725688741838 0
/proc/13980/statm: 63344 57481 855 493 0 56649 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 253376 KiB
Current children cumulated memory: 229924 KiB

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/200 13999
/proc/meminfo: memFree=27594576/32770688 swapFree=66919992/67108860
[pid=13980] ppid=13977 vsize=253376 memory=229956 CPUtime=222.27 cores=0-3
/proc/13980/stat : 13980 (cosoco) R 13977 13980 9478 0 -1 4202496 131146 0 0 0 22213 14 0 0 20 0 1 0 409243683 259457024 57489 33554432000 4194304 6210612 140725688736896 140725688735160 5171861 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19943424 140725688738827 140725688738929 140725688738929 140725688741838 0
/proc/13980/statm: 63344 57489 855 493 0 56649 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 253376 KiB
Current children cumulated memory: 229956 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/200 14003
/proc/meminfo: memFree=27595064/32770688 swapFree=66919992/67108860
[pid=13980] ppid=13977 vsize=253376 memory=229956 CPUtime=282.27 cores=0-3
/proc/13980/stat : 13980 (cosoco) R 13977 13980 9478 0 -1 4202496 131378 0 0 0 28213 14 0 0 20 0 1 0 409243683 259457024 57489 33554432000 4194304 6210612 140725688736896 140725688735160 5192912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19943424 140725688738827 140725688738929 140725688738929 140725688741838 0
/proc/13980/statm: 63344 57489 855 493 0 56649 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 253376 KiB
Current children cumulated memory: 229956 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 14007
/proc/meminfo: memFree=27594848/32770688 swapFree=66919992/67108860
[pid=13980] ppid=13977 vsize=253376 memory=229956 CPUtime=342.26 cores=0-3
/proc/13980/stat : 13980 (cosoco) R 13977 13980 9478 0 -1 4202496 131608 0 0 0 34212 14 0 0 20 0 1 0 409243683 259457024 57489 33554432000 4194304 6210612 140725688736896 140725688735160 5392903 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19943424 140725688738827 140725688738929 140725688738929 140725688741838 0
/proc/13980/statm: 63344 57489 855 493 0 56649 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 253376 KiB
Current children cumulated memory: 229956 KiB

[startup+402.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/200 14013
/proc/meminfo: memFree=27594780/32770688 swapFree=66919992/67108860
[pid=13980] ppid=13977 vsize=253376 memory=229956 CPUtime=402.26 cores=0-3
/proc/13980/stat : 13980 (cosoco) R 13977 13980 9478 0 -1 4202496 131837 0 0 0 40212 14 0 0 20 0 1 0 409243683 259457024 57489 33554432000 4194304 6210612 140725688736896 140725688735160 5392903 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19943424 140725688738827 140725688738929 140725688738929 140725688741838 0
/proc/13980/statm: 63344 57489 855 493 0 56649 0
Current children cumulated CPU time: 402.26 s
Current children cumulated vsize: 253376 KiB
Current children cumulated memory: 229956 KiB

[startup+462.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/200 14025
/proc/meminfo: memFree=27595216/32770688 swapFree=66919992/67108860
[pid=13980] ppid=13977 vsize=253376 memory=229956 CPUtime=462.26 cores=0-3
/proc/13980/stat : 13980 (cosoco) R 13977 13980 9478 0 -1 4202496 132065 0 0 0 46212 14 0 0 20 0 1 0 409243683 259457024 57489 33554432000 4194304 6210612 140725688736896 140725688735160 5192912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19943424 140725688738827 140725688738929 140725688738929 140725688741838 0
/proc/13980/statm: 63344 57489 855 493 0 56649 0
Current children cumulated CPU time: 462.26 s
Current children cumulated vsize: 253376 KiB
Current children cumulated memory: 229956 KiB

[startup+522.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/200 14029
/proc/meminfo: memFree=27595216/32770688 swapFree=66919992/67108860
[pid=13980] ppid=13977 vsize=253376 memory=229956 CPUtime=522.26 cores=0-3
/proc/13980/stat : 13980 (cosoco) R 13977 13980 9478 0 -1 4202496 132285 0 0 0 52212 14 0 0 20 0 1 0 409243683 259457024 57489 33554432000 4194304 6210612 140725688736896 140725688735160 5392186 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19943424 140725688738827 140725688738929 140725688738929 140725688741838 0
/proc/13980/statm: 63344 57489 855 493 0 56649 0
Current children cumulated CPU time: 522.26 s
Current children cumulated vsize: 253376 KiB
Current children cumulated memory: 229956 KiB

[startup+582.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/200 14035
/proc/meminfo: memFree=27595452/32770688 swapFree=66919992/67108860
[pid=13980] ppid=13977 vsize=253376 memory=229956 CPUtime=582.25 cores=0-3
/proc/13980/stat : 13980 (cosoco) R 13977 13980 9478 0 -1 4202496 132504 0 0 0 58211 14 0 0 20 0 1 0 409243683 259457024 57489 33554432000 4194304 6210612 140725688736896 140725688735160 5192912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19943424 140725688738827 140725688738929 140725688738929 140725688741838 0
/proc/13980/statm: 63344 57489 855 493 0 56649 0
Current children cumulated CPU time: 582.25 s
Current children cumulated vsize: 253376 KiB
Current children cumulated memory: 229956 KiB

[startup+642.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/200 14039
/proc/meminfo: memFree=27595248/32770688 swapFree=66919992/67108860
[pid=13980] ppid=13977 vsize=253376 memory=229956 CPUtime=642.25 cores=0-3
/proc/13980/stat : 13980 (cosoco) R 13977 13980 9478 0 -1 4202496 132723 0 0 0 64211 14 0 0 20 0 1 0 409243683 259457024 57489 33554432000 4194304 6210612 140725688736896 140725688735160 5172056 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19943424 140725688738827 140725688738929 140725688738929 140725688741838 0
/proc/13980/statm: 63344 57489 855 493 0 56649 0
Current children cumulated CPU time: 642.25 s
Current children cumulated vsize: 253376 KiB
Current children cumulated memory: 229956 KiB

[startup+702.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/200 14043
/proc/meminfo: memFree=27594980/32770688 swapFree=66919992/67108860
[pid=13980] ppid=13977 vsize=253376 memory=229956 CPUtime=702.25 cores=0-3
/proc/13980/stat : 13980 (cosoco) R 13977 13980 9478 0 -1 4202496 132932 0 0 0 70211 14 0 0 20 0 1 0 409243683 259457024 57489 33554432000 4194304 6210612 140725688736896 140725688735160 5192912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19943424 140725688738827 140725688738929 140725688738929 140725688741838 0
/proc/13980/statm: 63344 57489 855 493 0 56649 0
Current children cumulated CPU time: 702.25 s
Current children cumulated vsize: 253376 KiB
Current children cumulated memory: 229956 KiB

[startup+759.752 s]
# the end of solver process 13980 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=759.562 s, system=0.143992 s

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

[startup+716.8 s]
/proc/loadavg: 2.01 2.02 2.05 3/200 14047
/proc/meminfo: memFree=27595264/32770688 swapFree=66919992/67108860
[pid=13980] ppid=13977 vsize=253376 memory=229956 CPUtime=716.75 cores=0-3
/proc/13980/stat : 13980 (cosoco) R 13977 13980 9478 0 -1 4202496 133125 0 0 0 71661 14 0 0 20 0 1 0 409243683 259457024 57489 33554432000 4194304 6210612 140725688736896 140725688735160 5192912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19943424 140725688738827 140725688738929 140725688738929 140725688741838 0
/proc/13980/statm: 63344 57489 855 493 0 56649 0
Current children cumulated CPU time: 716.75 s
Current children cumulated vsize: 253376 KiB
Current children cumulated memory: 229956 KiB

[startup+742.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 14048
/proc/meminfo: memFree=27595404/32770688 swapFree=66919992/67108860
[pid=13980] ppid=13977 vsize=253376 memory=229956 CPUtime=742.35 cores=0-3
/proc/13980/stat : 13980 (cosoco) R 13977 13980 9478 0 -1 4202496 133132 0 0 0 74221 14 0 0 20 0 1 0 409243683 259457024 57489 33554432000 4194304 6210612 140725688736896 140725688735160 5172069 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19943424 140725688738827 140725688738929 140725688738929 140725688741838 0
/proc/13980/statm: 63344 57489 855 493 0 56649 0
Current children cumulated CPU time: 742.35 s
Current children cumulated vsize: 253376 KiB
Current children cumulated memory: 229956 KiB

[startup+748.8 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 14048
/proc/meminfo: memFree=27595436/32770688 swapFree=66919992/67108860
[pid=13980] ppid=13977 vsize=253376 memory=229956 CPUtime=748.75 cores=0-3
/proc/13980/stat : 13980 (cosoco) R 13977 13980 9478 0 -1 4202496 133132 0 0 0 74861 14 0 0 20 0 1 0 409243683 259457024 57489 33554432000 4194304 6210612 140725688736896 140725688735160 5392880 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19943424 140725688738827 140725688738929 140725688738929 140725688741838 0
/proc/13980/statm: 63344 57489 855 493 0 56649 0
Current children cumulated CPU time: 748.75 s
Current children cumulated vsize: 253376 KiB
Current children cumulated memory: 229956 KiB

[startup+755.2 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 14048
/proc/meminfo: memFree=27595436/32770688 swapFree=66919992/67108860
[pid=13980] ppid=13977 vsize=253376 memory=229956 CPUtime=755.15 cores=0-3
/proc/13980/stat : 13980 (cosoco) R 13977 13980 9478 0 -1 4202496 133132 0 0 0 75501 14 0 0 20 0 1 0 409243683 259457024 57489 33554432000 4194304 6210612 140725688736896 140725688735160 5392183 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19943424 140725688738827 140725688738929 140725688738929 140725688741838 0
/proc/13980/statm: 63344 57489 855 493 0 56649 0
Current children cumulated CPU time: 755.15 s
Current children cumulated vsize: 253376 KiB
Current children cumulated memory: 229956 KiB

[startup+756.8 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 14048
/proc/meminfo: memFree=27595436/32770688 swapFree=66919992/67108860
[pid=13980] ppid=13977 vsize=253376 memory=229956 CPUtime=756.75 cores=0-3
/proc/13980/stat : 13980 (cosoco) R 13977 13980 9478 0 -1 4202496 133132 0 0 0 75661 14 0 0 20 0 1 0 409243683 259457024 57489 33554432000 4194304 6210612 140725688736896 140725688735160 5192912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19943424 140725688738827 140725688738929 140725688738929 140725688741838 0
/proc/13980/statm: 63344 57489 855 493 0 56649 0
Current children cumulated CPU time: 756.75 s
Current children cumulated vsize: 253376 KiB
Current children cumulated memory: 229956 KiB

[startup+758.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 14050
/proc/meminfo: memFree=27595024/32770688 swapFree=66919992/67108860
[pid=13980] ppid=13977 vsize=253376 memory=229956 CPUtime=758.35 cores=0-3
/proc/13980/stat : 13980 (cosoco) R 13977 13980 9478 0 -1 4202496 133132 0 0 0 75821 14 0 0 20 0 1 0 409243683 259457024 57489 33554432000 4194304 6210612 140725688736896 140725688735160 5392903 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19943424 140725688738827 140725688738929 140725688738929 140725688741838 0
/proc/13980/statm: 63344 57489 855 493 0 56649 0
Current children cumulated CPU time: 758.35 s
Current children cumulated vsize: 253376 KiB
Current children cumulated memory: 229956 KiB

[startup+759.2 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 14050
/proc/meminfo: memFree=27595148/32770688 swapFree=66919992/67108860
[pid=13980] ppid=13977 vsize=253376 memory=229956 CPUtime=759.15 cores=0-3
/proc/13980/stat : 13980 (cosoco) R 13977 13980 9478 0 -1 4202496 133132 0 0 0 75901 14 0 0 20 0 1 0 409243683 259457024 57489 33554432000 4194304 6210612 140725688736896 140725688735160 5192912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19943424 140725688738827 140725688738929 140725688738929 140725688741838 0
/proc/13980/statm: 63344 57489 855 493 0 56649 0
Current children cumulated CPU time: 759.15 s
Current children cumulated vsize: 253376 KiB
Current children cumulated memory: 229956 KiB

[startup+759.6 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 14050
/proc/meminfo: memFree=27595148/32770688 swapFree=66919992/67108860
[pid=13980] ppid=13977 vsize=253376 memory=229956 CPUtime=759.55 cores=0-3
/proc/13980/stat : 13980 (cosoco) R 13977 13980 9478 0 -1 4202496 133132 0 0 0 75941 14 0 0 20 0 1 0 409243683 259457024 57489 33554432000 4194304 6210612 140725688736896 140725688735160 5192912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19943424 140725688738827 140725688738929 140725688738929 140725688741838 0
/proc/13980/statm: 63344 57489 855 493 0 56649 0
Current children cumulated CPU time: 759.55 s
Current children cumulated vsize: 253376 KiB
Current children cumulated memory: 229956 KiB

[startup+759.7 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 14050
/proc/meminfo: memFree=27595148/32770688 swapFree=66919992/67108860
[pid=13980] ppid=13977 vsize=253376 memory=229956 CPUtime=759.65 cores=0-3
/proc/13980/stat : 13980 (cosoco) R 13977 13980 9478 0 -1 4202496 133132 0 0 0 75951 14 0 0 20 0 1 0 409243683 259457024 57489 33554432000 4194304 6210612 140725688736896 140725688735160 5192912 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19943424 140725688738827 140725688738929 140725688738929 140725688741838 0
/proc/13980/statm: 63344 57489 855 493 0 56649 0
Current children cumulated CPU time: 759.65 s
Current children cumulated vsize: 253376 KiB
Current children cumulated memory: 229956 KiB

Child status: 0
Real time (s): 759.752
CPU time (s): 759.706
CPU user time (s): 759.562
CPU system time (s): 0.143992
CPU usage (%): 99.9939
Max. virtual memory (cumulated for all children) (KiB): 253376
Max. memory (cumulated for all children) (KiB): 229956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 759.562
system time used= 0.143992
maximum resident set size= 230036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133190
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= 10
involuntary context switches= 4756


# summary of solver processes directly reported to runsolver:
#   pid: 13980
#   total CPU time (s): 759.706
#   total CPU user time (s): 759.562
#   total CPU system time (s): 0.143992

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.25617 second user time and 7.2259 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-14 08:13:16
IDJOB=4389462
IDBENCH=126842
IDSOLVER=2829
FILE ID=node120/4389462-1568332373
RUNJOBID= node120-1323826654-9509
PBS_JOBID= 21701129
Free space on /tmp= 59152 MiB

SOLVER NAME= cosoco 2
BENCH NAME= XCSP17/PropStress/PropStress-m1-s1/PropStress-0150.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4389462-1568332373/watcher-4389462-1568332373 -o /tmp/evaluation-result-4389462-1568332373/solver-4389462-1568332373 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323826654-9509 --watchdog 2580  cosoco -lc -model -restarts -stick HOME/instance-4389462-1568332373.xml

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

MD5SUM BENCH= b9bf68be3b756b1f34bbd3d4e06d542d
RANDOM SEED=1375454921

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:        27823500 kB
MemAvailable:   31794976 kB
Buffers:          149412 kB
Cached:          4116548 kB
SwapCached:        77548 kB
Active:          1239272 kB
Inactive:        3131404 kB
Active(anon):      25960 kB
Inactive(anon):   128800 kB
Active(file):    1213312 kB
Inactive(file):  3002604 kB
Unevictable:      108228 kB
Mlocked:          108228 kB
SwapTotal:      67108860 kB
SwapFree:       66919992 kB
Dirty:              3468 kB
Writeback:             0 kB
AnonPages:        137128 kB
Mapped:            49056 kB
Shmem:             41008 kB
Slab:             171864 kB
SReclaimable:     142788 kB
SUnreclaim:        29076 kB
KernelStack:        3568 kB
PageTables:         6060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     567860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     88064 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= 59148 MiB
End job on node120 at 2011-12-14 08:25:56