Trace number 4094560

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
NaPS 1.02? 697.869 698.067

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/graphs/
normalized-graph11_wcsp.wbo
MD5SUM6246a3a3522110451ca95f5d2be44880
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables12820
Total number of constraints1878918
Number of soft constraints1878578
Number of constraints which are clauses1878578
Number of constraints which are cardinality constraints (but not clauses)340
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 824749
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 470565953
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.02b.
697.49/697.74	c 
697.49/697.74	c *** TERMINATED *** by signal 11
697.49/697.74	s UNKNOWN
697.49/697.74	c _____________________________________________________________________________
697.49/697.74	c 
697.49/697.74	c std/band forms        : 340,0
697.49/697.74	c 2cl/3cl ITE-codings   : 12140,0
697.49/697.74	c BDD/srt/adr Max costs : 85,0,0
697.49/697.74	c BDDraw/bin/mul/srt/adr: 340,0,0,0,0
697.49/697.74	c BDD nodes             : 24960
697.49/697.74	c Es1/CC detections     : 0,0
697.49/697.74	c SAT/UNSAT calls       : 0,0
697.49/697.74	c restarts              : 0
697.49/697.74	c conflicts             : 0              (0 /sec)
697.49/697.74	c decisions             : 0              (0 /sec)
697.49/697.74	c propagations          : 0              (0 /sec)
697.49/697.74	c inspects              : 0              (0 /sec)
697.49/697.74	c CPU time (solving tm) : 693.8 s        (0 s)
697.49/697.74	c Time for Opt-base     : 532.4 s
697.49/697.74	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4094560-1466107516/watcher-4094560-1466107516 -o /tmp/evaluation-result-4094560-1466107516/solver-4094560-1466107516 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466103653-17894 --watchdog 1960 naps-1.02 HOME/instance-4094560-1466107516.wbo 

pid=19069
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.12 2.14 2.09 3/176 19072
/proc/meminfo: memFree=30457424/32872528 swapFree=876280/941688
[pid=19072] ppid=19069 vsize=6556 CPUtime=0 cores=0,2,4,6
/proc/19072/stat : 19072 (naps-1.02) R 19069 19072 17444 0 -1 4202496 339 0 0 0 0 0 0 0 20 0 1 0 12800626 6713344 213 33554432000 4194304 5796924 140735904219888 140735636078136 4360551 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/19072/statm: 1639 213 127 392 0 1238 0

[startup+0.100112 s]
/proc/loadavg: 2.12 2.14 2.09 3/176 19072
/proc/meminfo: memFree=30457424/32872528 swapFree=876280/941688
[pid=19072] ppid=19069 vsize=10920 CPUtime=0.09 cores=0,2,4,6
/proc/19072/stat : 19072 (naps-1.02) R 19069 19072 17444 0 -1 4202496 1468 0 0 0 9 0 0 0 20 0 1 0 12800626 11182080 1300 33554432000 4194304 5796924 140735904219888 140735636078136 4349703 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/19072/statm: 2730 1300 127 392 0 2329 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10920

[startup+0.200255 s]
/proc/loadavg: 2.12 2.14 2.09 3/176 19072
/proc/meminfo: memFree=30457424/32872528 swapFree=876280/941688
[pid=19072] ppid=19069 vsize=14988 CPUtime=0.19 cores=0,2,4,6
/proc/19072/stat : 19072 (naps-1.02) R 19069 19072 17444 0 -1 4202496 2376 0 0 0 19 0 0 0 20 0 1 0 12800626 15347712 2704 33554432000 4194304 5796924 140735904219888 140735636078136 4362503 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/19072/statm: 3747 2704 130 392 0 3346 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 14988

[startup+0.300247 s]
/proc/loadavg: 2.12 2.14 2.09 3/176 19072
/proc/meminfo: memFree=30457424/32872528 swapFree=876280/941688
[pid=19072] ppid=19069 vsize=17720 CPUtime=0.29 cores=0,2,4,6
/proc/19072/stat : 19072 (naps-1.02) R 19069 19072 17444 0 -1 4202496 3169 0 0 0 29 0 0 0 20 0 1 0 12800626 18145280 3400 33554432000 4194304 5796924 140735904219888 140735636078136 4865437 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/19072/statm: 4430 3400 130 392 0 4029 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17720

[startup+0.700214 s]
/proc/loadavg: 2.12 2.14 2.09 3/176 19072
/proc/meminfo: memFree=30457424/32872528 swapFree=876280/941688
[pid=19072] ppid=19069 vsize=31136 CPUtime=0.68 cores=0,2,4,6
/proc/19072/stat : 19072 (naps-1.02) R 19069 19072 17444 0 -1 4202496 6446 0 0 0 68 0 0 0 20 0 1 0 12800626 31883264 6424 33554432000 4194304 5796924 140735904219888 140735904219256 4326588 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/19072/statm: 7784 6424 130 392 0 7383 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 31136

[startup+1.50019 s]
/proc/loadavg: 2.12 2.14 2.09 3/177 19073
/proc/meminfo: memFree=30419292/32872528 swapFree=876280/941688
[pid=19072] ppid=19069 vsize=54448 CPUtime=1.49 cores=0,2,4,6
/proc/19072/stat : 19072 (naps-1.02) R 19069 19072 17444 0 -1 4202496 12562 0 0 0 147 2 0 0 20 0 1 0 12800626 55754752 12575 33554432000 4194304 5796924 140735904219888 140735904219160 4806956 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/19072/statm: 13612 12575 130 392 0 13211 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54448

[startup+3.10021 s]
/proc/loadavg: 2.12 2.14 2.09 3/177 19073
/proc/meminfo: memFree=30385064/32872528 swapFree=876280/941688
[pid=19072] ppid=19069 vsize=111192 CPUtime=3.08 cores=0,2,4,6
/proc/19072/stat : 19072 (naps-1.02) R 19069 19072 17444 0 -1 4202496 25477 0 0 0 303 5 0 0 20 0 1 0 12800626 113860608 24931 33554432000 4194304 5796924 140735904219888 140735904219112 5087771 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/19072/statm: 27798 24931 130 392 0 27397 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 111192

[startup+6.30023 s]
/proc/loadavg: 2.11 2.13 2.09 3/177 19073
/proc/meminfo: memFree=30277020/32872528 swapFree=876280/941688
[pid=19072] ppid=19069 vsize=237844 CPUtime=6.29 cores=0,2,4,6
/proc/19072/stat : 19072 (naps-1.02) R 19069 19072 17444 0 -1 4202496 47405 0 0 0 615 14 0 0 20 0 1 0 12800626 243552256 51550 33554432000 4194304 5796924 140735904219888 140735904219112 4642172 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/19072/statm: 59461 51552 130 392 0 59060 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 237844

[startup+12.7002 s]
/proc/loadavg: 2.18 2.15 2.10 3/177 19073
/proc/meminfo: memFree=30073112/32872528 swapFree=876280/941688
[pid=19072] ppid=19069 vsize=450312 CPUtime=12.68 cores=0,2,4,6
/proc/19072/stat : 19072 (naps-1.02) R 19069 19072 17444 0 -1 4202496 79914 0 0 0 1245 23 0 0 20 0 1 0 12800626 461119488 103106 33554432000 4194304 5796924 140735904219888 140735904219112 4840376 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/19072/statm: 112578 103106 130 392 0 112177 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 450312

[startup+25.5003 s]
/proc/loadavg: 2.22 2.16 2.10 3/177 19073
/proc/meminfo: memFree=29665328/32872528 swapFree=876280/941688
[pid=19072] ppid=19069 vsize=862132 CPUtime=25.47 cores=0,2,4,6
/proc/19072/stat : 19072 (naps-1.02) R 19069 19072 17444 0 -1 4202496 128152 0 0 0 2510 37 0 0 20 0 1 0 12800626 882823168 198134 33554432000 4194304 5796924 140735904219888 140735904219112 5096591 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/19072/statm: 215533 198134 131 392 0 215132 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 862132

[startup+51.1003 s]
/proc/loadavg: 2.15 2.14 2.09 3/177 19073
/proc/meminfo: memFree=28694504/32872528 swapFree=876280/941688
[pid=19072] ppid=19069 vsize=1830864 CPUtime=51.07 cores=0,2,4,6
/proc/19072/stat : 19072 (naps-1.02) R 19069 19072 17444 0 -1 4202496 411820 0 0 0 5022 85 0 0 20 0 1 0 12800626 1874804736 439538 33554432000 4194304 5796924 140735904219888 140735904214584 5092450 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/19072/statm: 457716 439538 150 392 0 457315 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1830864

[startup+102.3 s]
/proc/loadavg: 2.16 2.15 2.09 4/177 19074
/proc/meminfo: memFree=28693896/32872528 swapFree=876280/941688
[pid=19072] ppid=19069 vsize=1830864 CPUtime=102.26 cores=0,2,4,6
/proc/19072/stat : 19072 (naps-1.02) R 19069 19072 17444 0 -1 4202496 411820 0 0 0 10141 85 0 0 20 0 1 0 12800626 1874804736 439538 33554432000 4194304 5796924 140735904219888 140735904214584 5100101 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/19072/statm: 457716 439538 150 392 0 457315 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 1830864

[startup+162.3 s]
/proc/loadavg: 2.10 2.13 2.09 3/177 19075
/proc/meminfo: memFree=28693348/32872528 swapFree=876280/941688
[pid=19072] ppid=19069 vsize=1830864 CPUtime=162.23 cores=0,2,4,6
/proc/19072/stat : 19072 (naps-1.02) R 19069 19072 17444 0 -1 4202496 411820 0 0 0 16138 85 0 0 20 0 1 0 12800626 1874804736 439538 33554432000 4194304 5796924 140735904219888 140735904214584 4865437 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/19072/statm: 457716 439538 150 392 0 457315 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 1830864

[startup+222.307 s]
/proc/loadavg: 2.20 2.15 2.10 3/177 19077
/proc/meminfo: memFree=28693348/32872528 swapFree=876280/941688
[pid=19072] ppid=19069 vsize=1830864 CPUtime=222.22 cores=0,2,4,6
/proc/19072/stat : 19072 (naps-1.02) R 19069 19072 17444 0 -1 4202496 411820 0 0 0 22137 85 0 0 20 0 1 0 12800626 1874804736 439538 33554432000 4194304 5796924 140735904219888 140735904214584 4863664 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19072/statm: 457716 439538 150 392 0 457315 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 1830864

[startup+282.3 s]
/proc/loadavg: 2.23 2.17 2.10 3/177 19078
/proc/meminfo: memFree=28688924/32872528 swapFree=876280/941688
[pid=19072] ppid=19069 vsize=1830864 CPUtime=282.2 cores=0,2,4,6
/proc/19072/stat : 19072 (naps-1.02) R 19069 19072 17444 0 -1 4202496 411820 0 0 0 28135 85 0 0 20 0 1 0 12800626 1874804736 440608 33554432000 4194304 5796924 140735904219888 140735904214584 4808163 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19072/statm: 457716 440608 150 392 0 457315 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 1830864

[startup+342.3 s]
/proc/loadavg: 2.12 2.15 2.09 3/174 19117
/proc/meminfo: memFree=29167920/32872528 swapFree=876280/941688
[pid=19072] ppid=19069 vsize=1830864 CPUtime=342.2 cores=0,2,4,6
/proc/19072/stat : 19072 (naps-1.02) R 19069 19072 17444 0 -1 4202496 411820 0 0 0 34135 85 0 0 20 0 1 0 12800626 1874804736 440848 33554432000 4194304 5796924 140735904219888 140735904214584 4863673 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19072/statm: 457716 440848 150 392 0 457315 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 1830864

[startup+402.3 s]
/proc/loadavg: 2.16 2.15 2.09 3/177 19128
/proc/meminfo: memFree=28303048/32872528 swapFree=876280/941688
[pid=19072] ppid=19069 vsize=1830864 CPUtime=402.19 cores=0,2,4,6
/proc/19072/stat : 19072 (naps-1.02) R 19069 19072 17444 0 -1 4202496 411820 0 0 0 40134 85 0 0 20 0 1 0 12800626 1874804736 440848 33554432000 4194304 5796924 140735904219888 140735904214584 5092651 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19072/statm: 457716 440848 150 392 0 457315 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 1830864

[startup+462.3 s]
/proc/loadavg: 2.15 2.15 2.09 3/177 19130
/proc/meminfo: memFree=28302956/32872528 swapFree=876280/941688
[pid=19072] ppid=19069 vsize=1830864 CPUtime=462.18 cores=0,2,4,6
/proc/19072/stat : 19072 (naps-1.02) R 19069 19072 17444 0 -1 4202496 411820 0 0 0 46133 85 0 0 20 0 1 0 12800626 1874804736 440848 33554432000 4194304 5796924 140735904219888 140735904214584 5092504 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19072/statm: 457716 440848 150 392 0 457315 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 1830864

[startup+522.3 s]
/proc/loadavg: 2.09 2.13 2.09 3/177 19131
/proc/meminfo: memFree=28301824/32872528 swapFree=876280/941688
[pid=19072] ppid=19069 vsize=1830864 CPUtime=522.17 cores=0,2,4,6
/proc/19072/stat : 19072 (naps-1.02) R 19069 19072 17444 0 -1 4202496 411821 0 0 0 52132 85 0 0 20 0 1 0 12800626 1874804736 441107 33554432000 4194304 5796924 140735904219888 140735904214584 4865437 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19072/statm: 457716 441107 150 392 0 457315 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 1830864

[startup+582.3 s]
/proc/loadavg: 2.09 2.12 2.09 3/177 19132
/proc/meminfo: memFree=27539408/32872528 swapFree=876280/941688
[pid=19072] ppid=19069 vsize=2604328 CPUtime=582.16 cores=0,2,4,6
/proc/19072/stat : 19072 (naps-1.02) R 19069 19072 17444 0 -1 4202496 457130 0 0 0 58113 103 0 0 20 0 1 0 12800626 2666831872 631413 33554432000 4194304 5796924 140735904219888 140735904215960 4245206 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19072/statm: 651082 631413 157 392 0 650681 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 2604328

[startup+642.3 s]
/proc/loadavg: 2.18 2.14 2.09 3/177 19133
/proc/meminfo: memFree=22107688/32872528 swapFree=876280/941688
[pid=19072] ppid=19069 vsize=8545040 CPUtime=642.13 cores=0,2,4,6
/proc/19072/stat : 19072 (naps-1.02) R 19069 19072 17444 0 -1 4202496 1023999 0 0 0 63923 290 0 0 20 0 1 0 12800626 8750120960 2010156 33554432000 4194304 5796924 140735904219888 140735904215288 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19072/statm: 2136260 2010156 157 392 0 2135859 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 8545040

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 19072 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+665.607 s]
/proc/loadavg: 2.12 2.13 2.09 3/177 19134
/proc/meminfo: memFree=20874040/32872528 swapFree=876280/941688
[pid=19072] ppid=19069 vsize=9311312 CPUtime=665.43 cores=0,2,4,6
/proc/19072/stat : 19072 (naps-1.02) R 19069 19072 17444 0 -1 4202496 1215746 0 0 0 66216 327 0 0 20 0 1 0 12800626 9534783488 2295416 33554432000 4194304 5796924 140735904219888 140735904214504 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19072/statm: 2327828 2295417 157 392 0 2327427 0
Current children cumulated CPU time (s) 665.43
Current children cumulated vsize (KiB) 9311312

[startup+678.4 s]
/proc/loadavg: 2.10 2.12 2.09 3/177 19134
/proc/meminfo: memFree=20360424/32872528 swapFree=876280/941688
[pid=19072] ppid=19069 vsize=10475780 CPUtime=678.21 cores=0,2,4,6
/proc/19072/stat : 19072 (naps-1.02) R 19069 19072 17444 0 -1 4202496 1307934 0 0 0 67473 348 0 0 20 0 1 0 12800626 10727198720 2432061 33554432000 4194304 5796924 140735904219888 140735904214888 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19072/statm: 2618945 2432062 157 392 0 2618544 0
Current children cumulated CPU time (s) 678.21
Current children cumulated vsize (KiB) 10475780

[startup+691.2 s]
/proc/loadavg: 2.08 2.12 2.09 3/177 19134
/proc/meminfo: memFree=19740400/32872528 swapFree=876280/941688
[pid=19072] ppid=19069 vsize=10878832 CPUtime=691 cores=0,2,4,6
/proc/19072/stat : 19072 (naps-1.02) R 19069 19072 17444 0 -1 4202496 1408801 0 0 0 68736 364 0 0 20 0 1 0 12800626 11139923968 2581984 33554432000 4194304 5796924 140735904219888 140735904214120 4245597 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19072/statm: 2719708 2581984 157 392 0 2719307 0
Current children cumulated CPU time (s) 691
Current children cumulated vsize (KiB) 10878832

[startup+694.4 s]
/proc/loadavg: 2.08 2.12 2.09 3/177 19134
/proc/meminfo: memFree=19549380/32872528 swapFree=876280/941688
[pid=19072] ppid=19069 vsize=11004472 CPUtime=694.2 cores=0,2,4,6
/proc/19072/stat : 19072 (naps-1.02) R 19069 19072 17444 0 -1 4202496 1440204 0 0 0 69051 369 0 0 20 0 1 0 12800626 11268579328 2628206 33554432000 4194304 5796924 140735904219888 140735904214312 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19072/statm: 2751118 2628207 157 392 0 2750717 0
Current children cumulated CPU time (s) 694.2
Current children cumulated vsize (KiB) 11004472

[startup+696 s]
/proc/loadavg: 2.07 2.12 2.09 3/177 19134
/proc/meminfo: memFree=19501996/32872528 swapFree=876280/941688
[pid=19072] ppid=19069 vsize=11050660 CPUtime=695.8 cores=0,2,4,6
/proc/19072/stat : 19072 (naps-1.02) R 19069 19072 17444 0 -1 4202496 1451747 0 0 0 69209 371 0 0 20 0 1 0 12800626 11315875840 2645370 33554432000 4194304 5796924 140735904219888 140735904213352 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19072/statm: 2762665 2645371 157 392 0 2762264 0
Current children cumulated CPU time (s) 695.8
Current children cumulated vsize (KiB) 11050660

[startup+696.8 s]
/proc/loadavg: 2.07 2.12 2.09 3/177 19134
/proc/meminfo: memFree=19456148/32872528 swapFree=876280/941688
[pid=19072] ppid=19069 vsize=11071284 CPUtime=696.59 cores=0,2,4,6
/proc/19072/stat : 19072 (naps-1.02) R 19069 19072 17444 0 -1 4202496 1456913 0 0 0 69287 372 0 0 20 0 1 0 12800626 11336994816 2653091 33554432000 4194304 5796924 140735904219888 140735904211816 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19072/statm: 2767821 2653091 157 392 0 2767420 0
Current children cumulated CPU time (s) 696.59
Current children cumulated vsize (KiB) 11071284

[startup+697.6 s]
/proc/loadavg: 2.07 2.12 2.09 3/177 19134
/proc/meminfo: memFree=19413168/32872528 swapFree=876280/941688
[pid=19072] ppid=19069 vsize=11101540 CPUtime=697.39 cores=0,2,4,6
/proc/19072/stat : 19072 (naps-1.02) R 19069 19072 17444 0 -1 4202496 1464477 0 0 0 69366 373 0 0 20 0 1 0 12800626 11367976960 2664743 33554432000 4194304 5796924 140735904219888 140735904214888 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19072/statm: 2775385 2664743 157 392 0 2774984 0
Current children cumulated CPU time (s) 697.39
Current children cumulated vsize (KiB) 11101540

[startup+698 s]
/proc/loadavg: 2.07 2.12 2.09 3/177 19134
/proc/meminfo: memFree=19413168/32872528 swapFree=876280/941688
[pid=19072] ppid=19069 vsize=0 CPUtime=697.79 cores=0,2,4,6
/proc/19072/stat : 19072 (naps-1.02) R 19069 19072 17444 0 -1 4202500 1466509 0 0 0 69380 399 0 0 20 0 1 0 12800626 0 0 33554432000 0 0 0 0 0 0 1024 4096 17954 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19072/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 697.79
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 698.067
CPU time (s): 697.869
CPU user time (s): 693.806
CPU system time (s): 4.06338
CPU usage (%): 99.9717
Max. virtual memory (cumulated for all children) (KiB): 11107784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 693.806
system time used= 4.06338
maximum resident set size= 10669144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1466509
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= 69
involuntary context switches= 781

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.83972 second user time and 2.6076 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-16 22:05:17
IDJOB=4094560
IDBENCH=79640
IDSOLVER=2554
FILE ID=node113/4094560-1466107516
RUNJOBID= node113-1466103653-17894
PBS_JOBID= 19904068
Free space on /tmp= 71628 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/graphs/normalized-graph11_wcsp.wbo
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4094560-1466107516/watcher-4094560-1466107516 -o /tmp/evaluation-result-4094560-1466107516/solver-4094560-1466107516 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466103653-17894 --watchdog 1960  naps-1.02 HOME/instance-4094560-1466107516.wbo

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

MD5SUM BENCH= 6246a3a3522110451ca95f5d2be44880
RANDOM SEED=1142696678

node113.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.59
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
cpu MHz		: 2666.799
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 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 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 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
cpu MHz		: 2666.799
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
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
cpu MHz		: 2666.799
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 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 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 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
cpu MHz		: 2666.799
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 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 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 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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
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
cpu MHz		: 2666.799
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
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
cpu MHz		: 2666.799
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30457804 kB
Buffers:           61100 kB
Cached:           228396 kB
SwapCached:         2160 kB
Active:           660048 kB
Inactive:         105260 kB
Active(anon):     476188 kB
Inactive(anon):     1612 kB
Active(file):     183860 kB
Inactive(file):   103648 kB
Unevictable:      941688 kB
Mlocked:          876280 kB
SwapTotal:      67108856 kB
SwapFree:       67098740 kB
Dirty:             62648 kB
Writeback:             0 kB
AnonPages:       1418428 kB
Mapped:             7748 kB
Shmem:                 0 kB
Slab:             574372 kB
SReclaimable:      17580 kB
SUnreclaim:       556792 kB
KernelStack:        1440 kB
PageTables:         6932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1585632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    458752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71612 MiB
End job on node113 at 2016-06-16 22:16:55