Trace number 4094558

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? 514.036 514.169

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/graphs/
normalized-graph06_wcsp.wbo
MD5SUMb42a0c18226ee2c23d631dce3f98019c
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 variables7542
Total number of constraints1065451
Number of soft constraints1065251
Number of constraints which are clauses1065251
Number of constraints which are cardinality constraints (but not clauses)200
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 476244
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 266649860
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.
513.57/513.73	c 
513.57/513.73	c *** TERMINATED *** by signal 11
513.57/513.73	s UNKNOWN
513.57/513.73	c _____________________________________________________________________________
513.57/513.73	c 
513.57/513.73	c std/band forms        : 201,0
513.57/513.73	c 2cl/3cl ITE-codings   : 7142,0
513.57/513.73	c BDD/srt/adr Max costs : 85,221300206,0
513.57/513.73	c BDDraw/bin/mul/srt/adr: 200,0,0,1,0
513.57/513.73	c BDD nodes             : 14684
513.57/513.73	c Es1/CC detections     : 0,0
513.57/513.73	c SAT/UNSAT calls       : 0,0
513.57/513.73	c restarts              : 0
513.57/513.73	c conflicts             : 0              (0 /sec)
513.57/513.73	c decisions             : 0              (0 /sec)
513.57/513.73	c propagations          : 0              (0 /sec)
513.57/513.73	c inspects              : 0              (0 /sec)
513.57/513.73	c CPU time (solving tm) : 508.7 s        (0 s)
513.57/513.73	c Time for Opt-base     : 297.5 s
513.57/513.73	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-4094558-1466107851/watcher-4094558-1466107851 -o /tmp/evaluation-result-4094558-1466107851/solver-4094558-1466107851 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466098251-17005 --watchdog 1960 naps-1.02 HOME/instance-4094558-1466107851.wbo 

pid=18162
running on 4 cores: 1,3,5,7

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.05 2.04 2.00 3/177 18165
/proc/meminfo: memFree=27028720/32872528 swapFree=525044/557748
[pid=18165] ppid=18162 vsize=6704 CPUtime=0 cores=1,3,5,7
/proc/18165/stat : 18165 (naps-1.02) R 18162 18165 16988 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 12835284 6864896 239 33554432000 4194304 5796924 140736199552976 140735176700600 4621249 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18165/statm: 1676 239 127 392 0 1275 0

[startup+0.100157 s]
/proc/loadavg: 2.05 2.04 2.00 3/177 18165
/proc/meminfo: memFree=27028720/32872528 swapFree=525044/557748
[pid=18165] ppid=18162 vsize=10540 CPUtime=0.09 cores=1,3,5,7
/proc/18165/stat : 18165 (naps-1.02) R 18162 18165 16988 0 -1 4202496 1351 0 0 0 9 0 0 0 20 0 1 0 12835284 10792960 1221 33554432000 4194304 5796924 140736199552976 140735176700600 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18165/statm: 2635 1222 130 392 0 2234 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540

[startup+0.200292 s]
/proc/loadavg: 2.05 2.04 2.00 3/177 18165
/proc/meminfo: memFree=27028720/32872528 swapFree=525044/557748
[pid=18165] ppid=18162 vsize=14872 CPUtime=0.19 cores=1,3,5,7
/proc/18165/stat : 18165 (naps-1.02) R 18162 18165 16988 0 -1 4202496 2355 0 0 0 19 0 0 0 20 0 1 0 12835284 15228928 2160 33554432000 4194304 5796924 140736199552976 140735176700600 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18165/statm: 3718 2161 130 392 0 3317 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 14872

[startup+0.3003 s]
/proc/loadavg: 2.05 2.04 2.00 3/177 18165
/proc/meminfo: memFree=27028720/32872528 swapFree=525044/557748
[pid=18165] ppid=18162 vsize=17928 CPUtime=0.29 cores=1,3,5,7
/proc/18165/stat : 18165 (naps-1.02) R 18162 18165 16988 0 -1 4202496 3279 0 0 0 29 0 0 0 20 0 1 0 12835284 18358272 2978 33554432000 4194304 5796924 140736199552976 140735176700600 4336504 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18165/statm: 4482 2978 130 392 0 4081 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17928

[startup+0.700246 s]
/proc/loadavg: 2.05 2.04 2.00 3/177 18165
/proc/meminfo: memFree=27028720/32872528 swapFree=525044/557748
[pid=18165] ppid=18162 vsize=30816 CPUtime=0.69 cores=1,3,5,7
/proc/18165/stat : 18165 (naps-1.02) R 18162 18165 16988 0 -1 4202496 6804 0 0 0 69 0 0 0 20 0 1 0 12835284 31555584 6216 33554432000 4194304 5796924 140736199552976 140735176700600 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18165/statm: 7704 6216 130 392 0 7303 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30816

[startup+1.50025 s]
/proc/loadavg: 2.05 2.04 2.00 3/178 18166
/proc/meminfo: memFree=26989044/32872528 swapFree=525044/557748
[pid=18165] ppid=18162 vsize=59592 CPUtime=1.48 cores=1,3,5,7
/proc/18165/stat : 18165 (naps-1.02) R 18162 18165 16988 0 -1 4202496 13310 0 0 0 146 2 0 0 20 0 1 0 12835284 61022208 13217 33554432000 4194304 5796924 140736199552976 140736199552232 5151641 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/18165/statm: 14898 13217 130 392 0 14497 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 59592

[startup+3.10028 s]
/proc/loadavg: 2.05 2.04 2.00 3/178 18166
/proc/meminfo: memFree=26951780/32872528 swapFree=525044/557748
[pid=18165] ppid=18162 vsize=112568 CPUtime=3.09 cores=1,3,5,7
/proc/18165/stat : 18165 (naps-1.02) R 18162 18165 16988 0 -1 4202496 25845 0 0 0 304 5 0 0 20 0 1 0 12835284 115269632 26279 33554432000 4194304 5796924 140736199552976 140736199552248 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/18165/statm: 28142 26279 130 392 0 27741 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 112568

[startup+6.30026 s]
/proc/loadavg: 2.05 2.04 2.00 3/178 18166
/proc/meminfo: memFree=26842412/32872528 swapFree=525044/557748
[pid=18165] ppid=18162 vsize=239308 CPUtime=6.29 cores=1,3,5,7
/proc/18165/stat : 18165 (naps-1.02) R 18162 18165 16988 0 -1 4202496 48901 0 0 0 618 11 0 0 20 0 1 0 12835284 245051392 52887 33554432000 4194304 5796924 140736199552976 140736199552200 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/18165/statm: 59827 52887 130 392 0 59426 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 239308

[startup+12.7003 s]
/proc/loadavg: 2.04 2.04 2.00 3/177 18166
/proc/meminfo: memFree=26614412/32872528 swapFree=525044/557748
[pid=18165] ppid=18162 vsize=458184 CPUtime=12.69 cores=1,3,5,7
/proc/18165/stat : 18165 (naps-1.02) R 18162 18165 16988 0 -1 4202496 83137 0 0 0 1248 21 0 0 20 0 1 0 12835284 469180416 108145 33554432000 4194304 5796924 140736199552976 140736199552248 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/18165/statm: 114546 108145 130 392 0 114145 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 458184

[startup+25.5004 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 18166
/proc/meminfo: memFree=26016920/32872528 swapFree=525044/557748
[pid=18165] ppid=18162 vsize=1080020 CPUtime=25.49 cores=1,3,5,7
/proc/18165/stat : 18165 (naps-1.02) R 18162 18165 16988 0 -1 4202496 255815 0 0 0 2502 47 0 0 20 0 1 0 12835284 1105940480 252761 33554432000 4194304 5796924 140736199552976 140736199549384 4805649 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/18165/statm: 270005 252761 150 392 0 269604 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1080020

[startup+51.1004 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 18166
/proc/meminfo: memFree=26016872/32872528 swapFree=525044/557748
[pid=18165] ppid=18162 vsize=1080020 CPUtime=51.08 cores=1,3,5,7
/proc/18165/stat : 18165 (naps-1.02) R 18162 18165 16988 0 -1 4202496 255815 0 0 0 5061 47 0 0 20 0 1 0 12835284 1105940480 252761 33554432000 4194304 5796924 140736199552976 140736199549384 5092526 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/18165/statm: 270005 252761 150 392 0 269604 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1080020

[startup+102.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/177 18167
/proc/meminfo: memFree=26016860/32872528 swapFree=525044/557748
[pid=18165] ppid=18162 vsize=1080020 CPUtime=102.28 cores=1,3,5,7
/proc/18165/stat : 18165 (naps-1.02) R 18162 18165 16988 0 -1 4202496 255815 0 0 0 10181 47 0 0 20 0 1 0 12835284 1105940480 252761 33554432000 4194304 5796924 140736199552976 140736199549384 5087512 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/18165/statm: 270005 252761 150 392 0 269604 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1080020

[startup+162.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/177 18168
/proc/meminfo: memFree=26014540/32872528 swapFree=525044/557748
[pid=18165] ppid=18162 vsize=1080020 CPUtime=162.26 cores=1,3,5,7
/proc/18165/stat : 18165 (naps-1.02) R 18162 18165 16988 0 -1 4202496 255815 0 0 0 16179 47 0 0 20 0 1 0 12835284 1105940480 252761 33554432000 4194304 5796924 140736199552976 140736199549384 5092550 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/18165/statm: 270005 252761 150 392 0 269604 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1080020

[startup+222.307 s]
/proc/loadavg: 2.24 2.10 2.02 3/177 18169
/proc/meminfo: memFree=26014296/32872528 swapFree=525044/557748
[pid=18165] ppid=18162 vsize=1080020 CPUtime=222.26 cores=1,3,5,7
/proc/18165/stat : 18165 (naps-1.02) R 18162 18165 16988 0 -1 4202496 255815 0 0 0 22179 47 0 0 20 0 1 0 12835284 1105940480 252761 33554432000 4194304 5796924 140736199552976 140736199549384 4840412 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/18165/statm: 270005 252761 150 392 0 269604 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 1080020

[startup+282.3 s]
/proc/loadavg: 2.26 2.14 2.04 3/177 18171
/proc/meminfo: memFree=26014180/32872528 swapFree=525044/557748
[pid=18165] ppid=18162 vsize=1080020 CPUtime=282.25 cores=1,3,5,7
/proc/18165/stat : 18165 (naps-1.02) R 18162 18165 16988 0 -1 4202496 255815 0 0 0 28178 47 0 0 20 0 1 0 12835284 1105940480 252761 33554432000 4194304 5796924 140736199552976 140736199549384 4806768 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/18165/statm: 270005 252761 150 392 0 269604 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 1080020

[startup+342.3 s]
/proc/loadavg: 2.19 2.14 2.04 3/177 18218
/proc/meminfo: memFree=26793664/32872528 swapFree=525044/557748
[pid=18165] ppid=18162 vsize=4764308 CPUtime=342.24 cores=1,3,5,7
/proc/18165/stat : 18165 (naps-1.02) R 18162 18165 16988 0 -1 4202496 519936 0 0 0 34085 139 0 0 20 0 1 0 12835284 4878651392 1124440 33554432000 4194304 5796924 140736199552976 140736199547128 4245175 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/18165/statm: 1191077 1124440 157 392 0 1190676 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 4764308

[startup+402.3 s]
/proc/loadavg: 2.19 2.15 2.05 3/177 18219
/proc/meminfo: memFree=23039736/32872528 swapFree=525044/557748
[pid=18165] ppid=18162 vsize=8351416 CPUtime=402.21 cores=1,3,5,7
/proc/18165/stat : 18165 (naps-1.02) R 18162 18165 16988 0 -1 4202496 1020089 0 0 0 39949 272 0 0 20 0 1 0 12835284 8551849984 2025953 33554432000 4194304 5796924 140736199552976 140736199546952 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/18165/statm: 2087854 2025953 157 392 0 2087453 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 8351416

[startup+462.3 s]
/proc/loadavg: 2.13 2.13 2.05 3/177 18220
/proc/meminfo: memFree=15727720/32872528 swapFree=525044/557748
[pid=18165] ppid=18162 vsize=15798440 CPUtime=462.18 cores=1,3,5,7
/proc/18165/stat : 18165 (naps-1.02) R 18162 18165 16988 0 -1 4202496 1336068 0 0 0 45797 421 0 0 20 0 1 0 12835284 16177602560 3839162 33554432000 4194304 5796924 140736199552976 140736199545816 4245175 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/18165/statm: 3949610 3839162 157 392 0 3949209 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 15798440

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

[startup+486.4 s]
/proc/loadavg: 2.08 2.12 2.05 3/177 18220
/proc/meminfo: memFree=17759736/32872528 swapFree=525044/557748
[pid=18165] ppid=18162 vsize=13556660 CPUtime=486.27 cores=1,3,5,7
/proc/18165/stat : 18165 (naps-1.02) R 18162 18165 16988 0 -1 4202496 1450518 0 0 0 48183 444 0 0 20 0 1 0 12835284 13882019840 3334047 33554432000 4194304 5796924 140736199552976 140736199544664 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/18165/statm: 3389165 3334047 157 392 0 3388764 0
Current children cumulated CPU time (s) 486.27
Current children cumulated vsize (KiB) 13556660

[startup+499.2 s]
/proc/loadavg: 2.13 2.13 2.05 3/177 18220
/proc/meminfo: memFree=17351444/32872528 swapFree=525044/557748
[pid=18165] ppid=18162 vsize=13845348 CPUtime=499.06 cores=1,3,5,7
/proc/18165/stat : 18165 (naps-1.02) R 18162 18165 16988 0 -1 4202496 1522768 0 0 0 49446 460 0 0 20 0 1 0 12835284 14177636352 3442252 33554432000 4194304 5796924 140736199552976 140736199544856 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/18165/statm: 3461337 3442252 157 392 0 3460936 0
Current children cumulated CPU time (s) 499.06
Current children cumulated vsize (KiB) 13845348

[startup+505.6 s]
/proc/loadavg: 2.12 2.13 2.05 3/177 18220
/proc/meminfo: memFree=17117756/32872528 swapFree=525044/557748
[pid=18165] ppid=18162 vsize=15192452 CPUtime=505.46 cores=1,3,5,7
/proc/18165/stat : 18165 (naps-1.02) R 18162 18165 16988 0 -1 4202496 1560801 0 0 0 50078 468 0 0 20 0 1 0 12835284 15557070848 3498170 33554432000 4194304 5796924 140736199552976 140736199545048 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/18165/statm: 3798113 3498170 157 392 0 3797712 0
Current children cumulated CPU time (s) 505.46
Current children cumulated vsize (KiB) 15192452

[startup+508.8 s]
/proc/loadavg: 2.11 2.13 2.05 3/177 18220
/proc/meminfo: memFree=17002336/32872528 swapFree=525044/557748
[pid=18165] ppid=18162 vsize=15271224 CPUtime=508.66 cores=1,3,5,7
/proc/18165/stat : 18165 (naps-1.02) R 18162 18165 16988 0 -1 4202496 1580473 0 0 0 50394 472 0 0 20 0 1 0 12835284 15637733376 3527172 33554432000 4194304 5796924 140736199552976 140736199545048 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/18165/statm: 3817806 3527172 157 392 0 3817405 0
Current children cumulated CPU time (s) 508.66
Current children cumulated vsize (KiB) 15271224

[startup+512 s]
/proc/loadavg: 2.11 2.13 2.05 3/177 18220
/proc/meminfo: memFree=16873768/32872528 swapFree=525044/557748
[pid=18165] ppid=18162 vsize=15354396 CPUtime=511.86 cores=1,3,5,7
/proc/18165/stat : 18165 (naps-1.02) R 18162 18165 16988 0 -1 4202496 1601281 0 0 0 50709 477 0 0 20 0 1 0 12835284 15722901504 3558200 33554432000 4194304 5796924 140736199552976 140736199543512 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/18165/statm: 3838599 3558201 157 392 0 3838198 0
Current children cumulated CPU time (s) 511.86
Current children cumulated vsize (KiB) 15354396

[startup+512.8 s]
/proc/loadavg: 2.11 2.13 2.05 3/177 18220
/proc/meminfo: memFree=16793824/32872528 swapFree=525044/557748
[pid=18165] ppid=18162 vsize=15414716 CPUtime=512.66 cores=1,3,5,7
/proc/18165/stat : 18165 (naps-1.02) R 18162 18165 16988 0 -1 4202496 1615797 0 0 0 50786 480 0 0 20 0 1 0 12835284 15784669184 3580381 33554432000 4194304 5796924 140736199552976 140736199543512 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/18165/statm: 3853679 3580381 157 392 0 3853278 0
Current children cumulated CPU time (s) 512.66
Current children cumulated vsize (KiB) 15414716

[startup+513.6 s]
/proc/loadavg: 2.11 2.13 2.05 3/177 18220
/proc/meminfo: memFree=16793824/32872528 swapFree=525044/557748
[pid=18165] ppid=18162 vsize=15466896 CPUtime=513.46 cores=1,3,5,7
/proc/18165/stat : 18165 (naps-1.02) R 18162 18165 16988 0 -1 4202496 1628859 0 0 0 50863 483 0 0 20 0 1 0 12835284 15838101504 3599575 33554432000 4194304 5796924 140736199552976 140736199544472 5077850 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/18165/statm: 3866724 3599575 157 392 0 3866323 0
Current children cumulated CPU time (s) 513.46
Current children cumulated vsize (KiB) 15466896

[startup+514 s]
/proc/loadavg: 2.10 2.12 2.05 3/177 18220
/proc/meminfo: memFree=16584068/32872528 swapFree=525044/557748
[pid=18165] ppid=18162 vsize=0 CPUtime=513.86 cores=1,3,5,7
/proc/18165/stat : 18165 (naps-1.02) R 18162 18165 16988 0 -1 4202500 1629410 0 0 0 50874 512 0 0 20 0 1 0 12835284 0 0 33554432000 0 0 0 0 0 0 1024 4096 17954 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18165/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 513.86
Current children cumulated vsize (KiB) 0

[startup+514.1 s]
/proc/loadavg: 2.10 2.12 2.05 3/177 18220
/proc/meminfo: memFree=16584068/32872528 swapFree=525044/557748
[pid=18165] ppid=18162 vsize=0 CPUtime=513.96 cores=1,3,5,7
/proc/18165/stat : 18165 (naps-1.02) R 18162 18165 16988 0 -1 4202500 1629410 0 0 0 50874 522 0 0 20 0 1 0 12835284 0 0 33554432000 0 0 0 0 0 0 1024 4096 17954 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18165/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 513.96
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 514.169
CPU time (s): 514.036
CPU user time (s): 508.745
CPU system time (s): 5.29119
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 15798440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 508.745
system time used= 5.2912
maximum resident set size= 15356648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1629410
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= 87
involuntary context switches= 605

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.3298 second user time and 1.9487 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-16 22:10:52
IDJOB=4094558
IDBENCH=79645
IDSOLVER=2554
FILE ID=node106/4094558-1466107851
RUNJOBID= node106-1466098251-17005
PBS_JOBID= 19904070
Free space on /tmp= 71664 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/graphs/normalized-graph06_wcsp.wbo
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4094558-1466107851/watcher-4094558-1466107851 -o /tmp/evaluation-result-4094558-1466107851/solver-4094558-1466107851 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466098251-17005 --watchdog 1960  naps-1.02 HOME/instance-4094558-1466107851.wbo

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

MD5SUM BENCH= b42a0c18226ee2c23d631dce3f98019c
RANDOM SEED=659183173

node106.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		: 2667.073
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	: 5334.14
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		: 2667.073
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		: 2667.073
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.55
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		: 2667.073
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.56
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		: 2667.073
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		: 2667.073
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.56
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		: 2667.073
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.38
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		: 2667.073
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27029520 kB
Buffers:           59032 kB
Cached:           178076 kB
SwapCached:         1840 kB
Active:          4474128 kB
Inactive:         100256 kB
Active(anon):    4338676 kB
Inactive(anon):     1072 kB
Active(file):     135452 kB
Inactive(file):    99184 kB
Unevictable:      557748 kB
Mlocked:          525044 kB
SwapTotal:      67108856 kB
SwapFree:       67098928 kB
Dirty:             36492 kB
Writeback:             0 kB
AnonPages:       4896568 kB
Mapped:             7876 kB
Shmem:                 0 kB
Slab:             571096 kB
SReclaimable:      15132 kB
SUnreclaim:       555964 kB
KernelStack:        1448 kB
PageTables:        13756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5448096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2666496 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= 71652 MiB
End job on node106 at 2016-06-16 22:19:26